]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/write/discussion.mdwn
Add keepextension parameter to htmlize hook. (Willu)
[git.ikiwiki.info.git] / doc / plugins / write / discussion.mdwn
1 Maybe this is obvious, but the config variable lives in the IkiWiki module, and one probably 
2 wants to call defaultconfig for most applications. 
3 <pre>
4 %IkiWiki::config=IkiWiki::defaultconfig();
5 IkiWiki::Setup::load($config_file);
6 print  join(",",keys %IkiWiki::config);
7 </pre>
9 [[DavidBremner]]