X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/dfcd4c299a2a36cacb1de29c67559ac3869e90c8..bb7ef14a2b411f71f3bb7acb55c6d8215b0b0c82:/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, }