2 # Configuration file for ikiwiki (w3m mode).
3 # Passing this to ikiwiki --setup will make ikiwiki generate wrappers and
6 # Remember to re-run ikiwiki --setup any time you edit this file.
8 use IkiWiki::Setup::Standard {
11 # Be sure to customise these..
17 cgiurl => 'ikiwiki.cgi',
24 # The wrapper must be put in ~/.ikiwiki/wrappers/, since
25 # ikiwiki-w3m.cgi only looks in this one location.
26 # The wrapper can be given any name as long as it's
28 wrapper => "$ENV{HOME}/.ikiwiki/wrappers/ikiwiki.cgi",
29 wrappermode => "0755",
33 add_plugins => [qw{anonok}],