diff options
Diffstat (limited to 'notes')
-rw-r--r-- | notes/examplewiki.setup | 7 |
1 files changed, 3 insertions, 4 deletions
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", |