diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-26 22:55:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-26 22:55:39 -0400 |
commit | 4f06e7402ab09ebc1baa2ff0b3af50ccfc37a67e (patch) | |
tree | 44e33abdc34771462c15445a5b3679cb465930ae /doc/w3mmode | |
parent | 2c08693645c498f8ff8c8d2021b97504bf0d9383 (diff) | |
download | ikiwiki-4f06e7402ab09ebc1baa2ff0b3af50ccfc37a67e.tar ikiwiki-4f06e7402ab09ebc1baa2ff0b3af50ccfc37a67e.tar.gz |
remove ikiwiki.setup
To generate your own, use ikiwiki -dumpsetup ikiwiki.setup
Update docs.
Diffstat (limited to 'doc/w3mmode')
-rw-r--r-- | doc/w3mmode/ikiwiki.setup | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/doc/w3mmode/ikiwiki.setup b/doc/w3mmode/ikiwiki.setup index e08856158..5f5cbbff9 100644 --- a/doc/w3mmode/ikiwiki.setup +++ b/doc/w3mmode/ikiwiki.setup @@ -17,19 +17,13 @@ use IkiWiki::Setup::Standard { cgiurl => 'ikiwiki.cgi', rcs => "", - wrappers => [ - { - # 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", - }, - ], - + # 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. + cgi_wrapper => "$ENV{HOME}/.ikiwiki/wrappers/ikiwiki.cgi", + cgi_wrappermode => "0755", + add_plugins => [qw{anonok}], rss => 1, atom => 1, |