From 9cab97692444498317e6a914e30f0443d1c5603a Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 30 Aug 2010 20:51:34 +0200 Subject: Always enable VCS (not only for admin setup. --- ikiwiki_da_admin.setup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ikiwiki_da_admin.setup') diff --git a/ikiwiki_da_admin.setup b/ikiwiki_da_admin.setup index 00a5c57..84c23ee 100644 --- a/ikiwiki_da_admin.setup +++ b/ikiwiki_da_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-da-admin', + git_wrapper => $ENV{'HOME'} . '/public_websites/git.example.org/samplewiki_content.git/hooks/post-update-ikiwiki-da-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-da', # gitweb url to show a diff ([[sha1_to]], [[sha1_from]], [[sha1_parent]], and [[file]] substituted) -- cgit v1.2.3