X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/58318b3ef9f827425d0e1d44676f1b6b016cb413..106578f524a7ef8184029ac393dbe9d68b017756:/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", },