+ wrappers => [
+ #{
+ # # The cgi wrapper.
+ # cgi => 1,
+ # wrapper => "/var/www/wiki/ikiwiki.cgi",
+ # wrappermode => "06755",
+ #},
+ {
+ # The svn post-commit wrapper.
+ # Note that this will overwrite any existing
+ # post-commit hook script, which may not be
+ # what you want.
+ wrapper => "/svn/wikirepo/hooks/post-commit",
+ wrappermode => "04755",
+ # Enable mail notifications of commits.
+ notify => 1,
+ },
+ #{
+ # # The git post-update wrapper.
+ # # Note that this will overwrite any existing
+ # # post-update hook script, which may not be
+ # # what you want.
+ # wrapper => "/git/wikirepo/.git/hooks/post-update",
+ # wrappermode => "04755",
+ # # Enable mail notifications of commits.
+ # notify => 1,
+ #},
+ ],