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 | 8a61d8ec2a5d194d5a88385857f2d8b2a9dd1c50 (patch) | |
tree | 608a6694c3312b84040b8089c7258faa6a8accf2 | |
parent | 3a59e82e7e801cf26774ee3cff71aa8853a56f36 (diff) | |
parent | 2531d1bc5c30380c4bab912f0eb215fc30d3574e (diff) |
Merge branch '_nb' into allinone-nb
-rw-r--r-- | ikiwiki_nb.setup | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ikiwiki_nb.setup b/ikiwiki_nb.setup index 5243da3..f60655b 100644 --- a/ikiwiki_nb.setup +++ b/ikiwiki_nb.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 @@ -129,9 +129,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-nb', + git_wrapper => $ENV{'HOME'} . '/public_websites/git.example.org/samplewiki_content.git/hooks/post-update-ikiwiki-nb', # 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) |