diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-28 21:37:50 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-28 21:37:50 +0000 |
commit | 4da3838bd6b3dbdd3c034eceba41c9cda9c979d2 (patch) | |
tree | c7274f63adb79a402138dc37c92b9b5310f7a54f /doc/w3mmode | |
parent | 58318b3ef9f827425d0e1d44676f1b6b016cb413 (diff) | |
download | ikiwiki-4da3838bd6b3dbdd3c034eceba41c9cda9c979d2.tar ikiwiki-4da3838bd6b3dbdd3c034eceba41c9cda9c979d2.tar.gz |
clarify
Diffstat (limited to 'doc/w3mmode')
-rw-r--r-- | doc/w3mmode/ikiwiki.setup | 4 |
1 files changed, 3 insertions, 1 deletions
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", }, |