From 58318b3ef9f827425d0e1d44676f1b6b016cb413 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 28 Aug 2007 21:14:03 +0000 Subject: * Allow -cgi -wrapper to be passed on the command line to generate a wrapper. * Fix some taint issues with generating wrappers using the command line. --- doc/w3mmode/ikiwiki.setup | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/w3mmode') diff --git a/doc/w3mmode/ikiwiki.setup b/doc/w3mmode/ikiwiki.setup index d71221a8f..8cddec40b 100644 --- a/doc/w3mmode/ikiwiki.setup +++ b/doc/w3mmode/ikiwiki.setup @@ -21,6 +21,8 @@ use IkiWiki::Setup::Standard { { # The cgi wrapper. cgi => 1, + # This path can't be changed, since + # ikiwiki-w3m.cgi only looks in this one location. wrapper => "$ENV{HOME}/.ikiwiki/wrappers/ikiwiki.cgi", wrappermode => "0755", }, -- cgit v1.2.3