X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/58318b3ef9f827425d0e1d44676f1b6b016cb413..7977fe382a3c8829f7abfd4aacd3155e204273a6:/doc/w3mmode/ikiwiki.setup diff --git a/doc/w3mmode/ikiwiki.setup b/doc/w3mmode/ikiwiki.setup index 8cddec40b..e08856158 100644 --- a/doc/w3mmode/ikiwiki.setup +++ b/doc/w3mmode/ikiwiki.setup @@ -21,8 +21,10 @@ use IkiWiki::Setup::Standard { { # The cgi wrapper. cgi => 1, - # This path can't be changed, since + # 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", },