use IkiWiki::Setup::Standard {
wikiname => "MyWiki",
#adminuser => ["yourname", ],
+ adminemail => 'me@myhost',
# Be sure to customise these..
srcdir => "/path/to/source",
# Whether to integrate with svn.
svn => 1,
svnrepo => "/svn/wiki",
+ svnpath => "trunk",
wrappers => [
{
# what you want.
wrapper => "/svn/wiki/hooks/post-commit",
wrappermode => "04755",
+ # Enable mail notifications of commits.
+ notify => 1,
},
#{
# # The cgi wrapper.
rss => 1,
# Use the Hyper Estraier search engine?
#hyperestraier => 1,
+ # Sanitize html?
+ sanitize => 1,
}