aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki.setup
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-11-20 22:57:20 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-11-20 22:57:20 +0000
commit1dc741deb658efd00cba6d025e65c4e7ef58bab1 (patch)
treee3df98ec8a40220e4720c8bbb58037fda5a5a7fa /doc/ikiwiki.setup
parent5bc73d7facbea81ae533777affaffbe3d7476c0f (diff)
downloadikiwiki-1dc741deb658efd00cba6d025e65c4e7ef58bab1.tar
ikiwiki-1dc741deb658efd00cba6d025e65c4e7ef58bab1.tar.gz
rewrite
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&amp;r1=[[r1]]&amp;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