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 #diffurl => "http://svn.someurl/trunk/[[file]]?root=wiki&r1=[[r1]]&r2=[[r2]]",
20 #templatedir => "/usr/share/ikiwiki/templates",
24 #historyurl => "http://svn.myhost/trunk/[[file]]",
25 svnrepo => "/svn/wiki",
30 #historyurl => "http://git.host/gitweb.cgi?p=wiki.git;a=history;f=[[file]]",
36 # wrapper => "/var/www/wiki/ikiwiki.cgi",
37 # wrappermode => "06755",
40 # The svn post-commit wrapper.
41 # Note that this will overwrite any exsting
42 # post-commit hook script, which may not be
44 wrapper => "/svn/wikirepo/hooks/post-commit",
45 wrappermode => "04755",
46 # Enable mail notifications of commits.
50 # # The git post-update wrapper.
51 # # Note that this will overwrite any exsting
52 # # post-commit hook script, which may not be
54 # wrapper => "/git/wikirepo/hooks/post-update",
55 # wrappermode => "04755",
56 # # Enable mail notifications of commits.
61 # Can anonymous web users edit pages?
63 # Generate rss feeds for pages?
65 # Include discussion links on all pages?
67 # Time format (for strftime)
69 # To change the enabled plugins, edit this list
70 #plugin => [qw{pagecount inline brokenlinks search smiley