summaryrefslogtreecommitdiff
path: root/ikiwiki_da.setup
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-08-30 19:54:48 +0200
committerJonas Smedegaard <dr@jones.dk>2010-08-30 19:54:48 +0200
commite1ff9f3b2dc6b4163c3470982fe1ca02123b65d2 (patch)
tree14889ff48dadcabdbc1d8ce985aba48f98144258 /ikiwiki_da.setup
parenta7db18028c119469727a6b6d2410cd5475dc2e45 (diff)
parentd520affc3f284e2803ee9057040fb66dae524b82 (diff)
Merge branch 'allinone-da' into allinone-multilang
Diffstat (limited to 'ikiwiki_da.setup')
-rw-r--r--ikiwiki_da.setup6
1 files changed, 3 insertions, 3 deletions
diff --git a/ikiwiki_da.setup b/ikiwiki_da.setup
index 31f49a7..29a8485 100644
--- a/ikiwiki_da.setup
+++ b/ikiwiki_da.setup
@@ -27,7 +27,7 @@ use IkiWiki::Setup::Standard {
# mode for cgi_wrapper (can safely be made suid)
cgi_wrappermode => '00755',
# rcs backend to use
- rcs => '',
+ rcs => 'git',
# plugins to add to the default configuration
add_plugins => [],
# plugins to disable
@@ -128,9 +128,9 @@ use IkiWiki::Setup::Standard {
# git plugin
# git hook to generate
- #git_wrapper => $ENV{'HOME'} . '/public_websites/git.example.org/samplewiki_content.git/hooks/post-update-ikiwiki-da',
+ git_wrapper => $ENV{'HOME'} . '/public_websites/git.example.org/samplewiki_content.git/hooks/post-update-ikiwiki-da',
# mode for git_wrapper (can safely be made suid)
- #git_wrappermode => '06755',
+ git_wrappermode => '06755',
# gitweb url to show file history ([[file]] substituted)
#historyurl => 'http://git.example.org/gitweb.cgi?p=wiki.git;a=history;f=[[file]];hb=master-da',
# gitweb url to show a diff ([[sha1_to]], [[sha1_from]], [[sha1_parent]], and [[file]] substituted)