]> scripts.mit.edu Git - www/ikiwiki.git/blob - doc/plugins/write/discussion.mdwn
share my fumblings in calling IkiWiki::Setup
[www/ikiwiki.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>
8
9 [[DavidBremner]]
10