2 # Configuration file for ikiwiki.
3 # Passing this to ikiwiki --setup will make ikiwiki generate two
4 # wrapper programs, one for cgi and one for a subversion post-commit hook.
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..
14 srcdir => "/path/to/source",
15 destdir => "/var/www/wiki",
17 url => "http://myhost/wiki",
18 cgiurl => "http://myhost/ikiwiki.cgi",
19 #historyurl => "http://svn.myhost/trunk/[[file]]",
20 #diffurl => "http://svn.someurl/trunk/[[file]]?root=wiki&r1=[[r1]]&r2=[[r2]]",
21 #templatedir => "/usr/share/ikiwiki/templates",
23 #rcs => "", # don't use svn
24 rcs => "svn", # use svn (the default)
25 svnrepo => "/svn/wiki",
31 # Note that this will overwrite any exsting
32 # post-commit hook script, which may not be
34 wrapper => "/svn/wiki/hooks/post-commit",
35 wrappermode => "04755",
36 # Enable mail notifications of commits.
42 # wrapper => "/var/www/wiki/ikiwiki.cgi",
43 # wrappermode => "06755",
47 # Can anonymous web users edit pages?
49 # Generate rss feeds for pages?
51 # Include discussion links on all pages?
53 # Time format (for strftime)
55 # To change the enabled plugins, edit this list
56 #plugin => [qw{pagecount inline brokenlinks search smiley