diff options
author | Jonas Smedegaard <dr@jones.dk> | 2010-08-30 20:46:48 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2010-08-30 20:46:48 +0200 |
commit | 1626d583cce9c37b0a7ea87517205ca02df87cea (patch) | |
tree | bdecb2d826026a8e25301bd76464f1430ab2fa4d | |
parent | 06286dc8c5ba4c7e437231f284c4430fd3b78098 (diff) |
Always enable VCS (not only for admin setup.
-rw-r--r-- | ikiwiki_admin.setup | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ikiwiki_admin.setup b/ikiwiki_admin.setup index 73e648c..724ec39 100644 --- a/ikiwiki_admin.setup +++ b/ikiwiki_admin.setup @@ -27,7 +27,7 @@ use IkiWiki::Setup::Standard { # mode for cgi_wrapper (can safely be made suid) cgi_wrappermode => '06755', # 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-admin', + git_wrapper => $ENV{'HOME'} . '/public_websites/git.example.org/samplewiki_content.git/hooks/post-update-ikiwiki-admin', # 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) |