X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/be55f6fd7cf1a251c3977f857a44ee2769e39d8b..808593eee946b50f19158ed9cf54732f07594567:/doc/w3mmode/ikiwiki.setup diff --git a/doc/w3mmode/ikiwiki.setup b/doc/w3mmode/ikiwiki.setup index 216e066c8..e08856158 100644 --- a/doc/w3mmode/ikiwiki.setup +++ b/doc/w3mmode/ikiwiki.setup @@ -21,12 +21,16 @@ use IkiWiki::Setup::Standard { { # The cgi wrapper. cgi => 1, + # The wrapper must be put in ~/.ikiwiki/wrappers/, since + # ikiwiki-w3m.cgi only looks in this one location. + # The wrapper can be given any name as long as it's + # in that directory. wrapper => "$ENV{HOME}/.ikiwiki/wrappers/ikiwiki.cgi", wrappermode => "0755", }, ], - anonok => 1, + add_plugins => [qw{anonok}], rss => 1, atom => 1, discussion => 1,