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 {
11 # Be sure to customise these..
12 srcdir => "/path/to/source",
13 destdir => "/var/www/wiki",
14 templatedir => "/usr/share/ikiwiki/templates",
16 url => "http://myhost/wiki",
17 cgiurl => "http://myhost/ikiwiki.cgi",
18 #historyurl => "http://svn.myhost/trunk/[[]]",
20 # Whether to integrate with svn.
22 svnrepo => "/svn/wiki",
27 # Note that this will overwrite any exsting
28 # post-commit hook script, which may not be
30 wrapper => "$config{svnrepo}/hooks/post-commit",
37 # wrapper => "/var/www/wiki/ikiwiki.cgi",
38 # wrappermode => 06755,
43 # Can anonymous web users edit pages?