- wrappers => [
- {
- # The cgi wrapper.
- cgi => 1,
- wrapper => "$ENV{HOME}/.ikiwiki/wrappers/ikiwiki.cgi",
- wrappermode => "0755",
- },
- #{
- # # 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,
- #},
- ],
-
- # Can anonymous web users edit pages?
- anonok => 1,
- # Generate rss feeds for pages?