2 # Configuration file for ikiwiki.
3 # Passing this to ikiwiki --setup will make ikiwiki generate tw
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.
11 # Be sure to customise these..
12 srcdir => "/path/to/source",
13 templatedir => "/path/to/templates",
14 destdir => "/var/www/wiki",
15 url => "http://myhost/wiki",
16 cgiurl => "http://myhost/ikiwiki.cgi",
17 historyurl => "$webdir/cgi-bin/viewcvs?[[]]"
19 # Whether to integrate with svn.
21 svnrepo => "/svn/wiki",
23 # Can anonymous web users edit pages?
30 wrapper => "$common{destdir}/ikiwiki.cgi",
35 # Note that this will overwrite any exsting post-commit hoo
36 # script, which may not be what you want.
37 wrapper => "$common{svnrepo}/hooks/post-commit",