2 # Configuration file for ikiwiki.
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@example.org',
13 # Be sure to customise these..
14 srcdir => "/path/to/source",
15 destdir => "/var/www/wiki",
17 url => "http://example.org/wiki",
18 cgiurl => "http://example.org/ikiwiki.cgi",
19 #templatedir => "/usr/share/ikiwiki/templates",
23 #historyurl => "http://svn.example.org/trunk/[[file]]",
24 #diffurl => "http://svn.example.org/trunk/[[file]]?root=wiki&r1=[[r1]]&r2=[[r2]]",
25 svnrepo => "/svn/wiki",
30 #historyurl => "http://git.example.org/gitweb.cgi?p=wiki.git;a=history;f=[[file]]",
31 #diffurl => "http://git.example.org/gitweb.cgi?p=wiki.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]",
40 #historyurl => "http://localhost:8000/", # hg serve'd local repository
41 #diffurl => "http://localhost:8000/?fd=[[changeset]];file=[[file]]",
47 # wrapper => "/var/www/wiki/ikiwiki.cgi",
48 # wrappermode => "06755",
51 # The svn post-commit wrapper.
52 # Note that this will overwrite any existing
53 # post-commit hook script, which may not be
55 wrapper => "/svn/wikirepo/hooks/post-commit",
56 wrappermode => "04755",
57 # Enable mail notifications of commits.
61 # # The git post-update wrapper.
62 # # Note that this will overwrite any existing
63 # # post-update hook script, which may not be
65 # wrapper => "/git/wiki.git/hooks/post-update",
66 # wrappermode => "04755",
67 # # Enable mail notifications of commits.
72 # Can anonymous web users edit pages?
74 # Generate rss feeds for blogs?
76 # Generate atom feeds for blogs?
78 # Urls to ping with XML-RPC when rss feeds are updated
79 #pingurl => [qw{http://rpc.technorati.com/rpc/ping}],
80 # Include discussion links on all pages?
82 # To exclude files matching a regexp from processing. This adds to
83 # the default exclude list.
84 #exclude => qr/\*.wav/,
85 # Time format (for strftime)
87 # Locale to use. Must be a UTF-8 locale.
88 #locale => 'en_US.UTF-8',
89 # Only send cookies over SSL connections.
95 # To add plugins, list them here.
96 #add_plugins => [qw{meta tag pagecount brokenlinks search smiley
97 # wikitext camelcase pagestats htmltidy fortune
98 # sidebar map rst toc linkmap openid}],
99 # If you want to disable any of the default plugins, list them here.
100 #disable_plugins => [qw{inline htmlscrubber}],
102 # For use with the tag plugin, make all tags be located under a
106 # For use with the search plugin if your estseek.cgi is located
108 #estseek => "/usr/lib/estraier/estseek.cgi",
110 # For use with the openid plugin, to give an url to a page users
111 # can use to signup for an OpenID.
112 #openidsignup => "http://myopenid.com/",