2 # Configuration file for ikiwiki (w3m mode).
3 # Passing this to ikiwiki --setup will make ikiwiki generate wrappers and
6 # Remember to re-run ikiwiki --setup any time you edit this file.
8 use IkiWiki::Setup::Standard {
10 #adminuser => ["yourname", ],
11 #adminemail => 'me@myhost',
13 # Be sure to customise these..
20 cgiurl => 'ikiwiki.cgi',
21 #templatedir => "/usr/share/ikiwiki/templates",
27 #historyurl => "http://svn.myhost/trunk/[[file]]",
28 #diffurl => "http://svn.someurl/trunk/[[file]]?root=wiki&r1=[[r1]]&r2=[[r2]]",
29 #svnrepo => "/svn/wiki",
34 #historyurl => "http://git.host/gitweb.cgi?p=wiki.git;a=history;f=[[file]]",
35 #diffurl => "http://git.host/gitweb.cgi?p=wiki.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]",
41 wrapper => "$ENV{HOME}/.ikiwiki/wrappers/ikiwiki.cgi",
42 wrappermode => "0755",
45 # # The svn post-commit wrapper.
46 # # Note that this will overwrite any existing
47 # # post-commit hook script, which may not be
49 # wrapper => "/svn/wikirepo/hooks/post-commit",
50 # wrappermode => "04755",
51 # # Enable mail notifications of commits.
55 # # The git post-update wrapper.
56 # # Note that this will overwrite any existing
57 # # post-update hook script, which may not be
59 # wrapper => "/git/wikirepo/.git/hooks/post-update",
60 # wrappermode => "04755",
61 # # Enable mail notifications of commits.
66 # Can anonymous web users edit pages?
68 # Generate rss feeds for pages?
70 # Urls to ping with XML-RPC when rss feeds are updated
71 #pingurl => [qw{http://rpc.technorati.com/rpc/ping}],
72 # Include discussion links on all pages?
74 # Time format (for strftime)
77 # To add plugins, list them here.
78 #add_plugins => [qw{pagecount brokenlinks search smiley wikitext}],
79 # If you want to disable any of the default plugins, list them here.
80 #disable_plugins => [qw{inline htmlscrubber}],