summaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@richardiv.omgwallhack.org>2010-12-12 19:02:41 -0800
committerJoe Rayhawk <jrayhawk@richardiv.omgwallhack.org>2010-12-12 19:02:41 -0800
commit3b136f92647aa078733dae10eff070a10d2497ea (patch)
tree0c54c283ac7ef122bf6760a3b33a9478eb61f2fb /notes
parent7a1e22abc133b703f1b7bcecf7971ffb7033ee78 (diff)
downloadjrayhawk-3b136f92647aa078733dae10eff070a10d2497ea.tar.gz
jrayhawk-3b136f92647aa078733dae10eff070a10d2497ea.zip
Notes: examplewiki.setup: remove 'doc/' from srcdir base path
Diffstat (limited to 'notes')
-rw-r--r--notes/examplewiki.setup7
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",