quiet fix was merged
[ikiwiki.git] / doc / w3mmode / ikiwiki.setup
blob5f5cbbff927476d1ca85d74657d26f9560d8c5e4
1 #!/usr/bin/perl
2 # Configuration file for ikiwiki (w3m mode).
3 # Passing this to ikiwiki --setup will make ikiwiki generate wrappers and
4 # build the wiki.
6 # Remember to re-run ikiwiki --setup any time you edit this file.
8 use IkiWiki::Setup::Standard {
9 wikiname => "ikiwiki",
11 # Be sure to customise these..
12 srcdir => "doc",
13 destdir => "html",
15 # Enable w3m mode.
16 w3mmode => 1,
17 cgiurl => 'ikiwiki.cgi',
18 rcs => "",
20 # The wrapper must be put in ~/.ikiwiki/wrappers/, since
21 # ikiwiki-w3m.cgi only looks in this one location.
22 # The wrapper can be given any name as long as it's
23 # in that directory.
24 cgi_wrapper => "$ENV{HOME}/.ikiwiki/wrappers/ikiwiki.cgi",
25 cgi_wrappermode => "0755",
27 add_plugins => [qw{anonok}],
28 rss => 1,
29 atom => 1,
30 discussion => 1,