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/[[file]]",
19 #diffurl => "http://svn.someurl/trunk/[[file]]?root=wiki&r1=[[r1]]&r2=[[r2]]",
21 # Whether to integrate with svn.
23 svnrepo => "/svn/wiki",
28 # Note that this will overwrite any exsting
29 # post-commit hook script, which may not be
31 wrapper => "/svn/wiki/hooks/post-commit",
38 # wrapper => "/var/www/wiki/ikiwiki.cgi",
39 # wrappermode => 06755,
44 # Can anonymous web users edit pages?