X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/dfcd4c299a2a36cacb1de29c67559ac3869e90c8..91fe16f35ccbf2517f9ec320b836f5e0f100a693:/doc/w3mmode/ikiwiki.setup diff --git a/doc/w3mmode/ikiwiki.setup b/doc/w3mmode/ikiwiki.setup index bda511747..e08856158 100644 --- a/doc/w3mmode/ikiwiki.setup +++ b/doc/w3mmode/ikiwiki.setup @@ -21,12 +21,17 @@ 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, }