diff options
author | Jonas Smedegaard <dr@jones.dk> | 2010-08-30 19:54:48 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2010-08-30 19:54:48 +0200 |
commit | d93b4e51c9711153ff7e7debdd9f38803e6ae67b (patch) | |
tree | b996deb16a89c4c71305d3ee81576a6c7c75308b | |
parent | 00416c4072095e97f099116ccc31675e2a3c881b (diff) | |
parent | 5cc704a72139b8fa39cadae72c7136ace3768d87 (diff) |
Merge branch '_multilang' into multilang
-rw-r--r-- | ikiwiki.setup | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index 18ad418..fd6cee4 100644 --- a/ikiwiki.setup +++ b/ikiwiki.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 @@ -123,9 +123,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', + git_wrapper => $ENV{'HOME'} . '/public_websites/git.example.org/samplewiki_content.git/hooks/post-update-ikiwiki', # 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 # gitweb url to show a diff ([[sha1_to]], [[sha1_from]], [[sha1_parent]], and [[file]] substituted) |