summaryrefslogtreecommitdiff
path: root/doc/ikiwiki.setup
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ikiwiki.setup')
-rw-r--r--doc/ikiwiki.setup26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup
index c6aa08ddd..90af6dd5d 100644
--- a/doc/ikiwiki.setup
+++ b/doc/ikiwiki.setup
@@ -19,11 +19,11 @@ use IkiWiki::Setup::Standard {
#templatedir => "/usr/share/ikiwiki/templates",
# Subversion stuff.
- rcs => "svn",
+ #rcs => "svn",
#historyurl => "http://svn.example.org/trunk/[[file]]",
#diffurl => "http://svn.example.org/trunk/[[file]]?root=wiki&r1=[[r1]]&r2=[[r2]]",
- svnrepo => "/svn/wiki",
- svnpath => "trunk",
+ #svnrepo => "/svn/wiki",
+ #svnpath => "trunk",
# Git stuff.
#rcs => "git",
@@ -47,16 +47,16 @@ use IkiWiki::Setup::Standard {
# 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 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