From 3b136f92647aa078733dae10eff070a10d2497ea Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Sun, 12 Dec 2010 19:02:41 -0800 Subject: Notes: examplewiki.setup: remove 'doc/' from srcdir base path --- notes/examplewiki.setup | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'notes') diff --git a/notes/examplewiki.setup b/notes/examplewiki.setup index 0153343..e002a20 100644 --- a/notes/examplewiki.setup +++ b/notes/examplewiki.setup @@ -11,7 +11,7 @@ use IkiWiki::Setup::Standard { adminemail => 'jrayhawk@omgwallhack.org', # Be sure to customise these.. - srcdir => "/srv/ikiwiki/examplewiki/doc", + srcdir => "/srv/ikiwiki/examplewiki", destdir => "/var/www/examplewiki", url => "http://www.example.com/examplewiki", @@ -28,9 +28,8 @@ use IkiWiki::Setup::Standard { # Git stuff. rcs => "git", - historyurl => "http://www.example.com/cgi-bin/gitweb.cgi?p=examplewiki.git;a=history;f=doc/[[file]];hb=HEAD", - #diffurl => "http://www.example.com/cgi-bin/gitweb.cgi?p=examplewiki.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=doc/[[file]]", - diffurl => "http://www.example.com/cgi-bin/gitweb.cgi?p=examplewiki.git;a=blobdiff;f=doc/[[file]];h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_commit]];hpb=[[sha1_parent]]", + historyurl => "http://www.example.com/cgi-bin/gitweb.cgi?p=examplewiki.git;a=history;f=[[file]];hb=HEAD" + diffurl => "http://www.example.com/cgi-bin/gitweb.cgi?p=examplewiki.git;a=blobdiff;f=[[file]];h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_commit]];hpb=[[sha1_parent]]", gitorigin_branch => "origin", gitmaster_branch => "master", -- cgit v1.2.3