]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
commit of setup files
authoradmin <admin@branchable.com>
Thu, 19 May 2011 20:37:15 +0000 (16:37 -0400)
committeradmin <admin@branchable.com>
Thu, 19 May 2011 20:37:15 +0000 (16:37 -0400)
ikiwiki.setup

index 1e209d57247ee419c6e313b75cd5e10b42c050ae..89f442f8ed478532b47855f922866416946e288a 100644 (file)
@@ -17,7 +17,7 @@ adminuser:
 # users who are banned from the wiki
 banned_users: []
 # where the source of the wiki is located
-srcdir: /home/b-ikiwiki/source
+srcdir: /home/b-ikiwiki/source/doc
 # where to build the wiki
 destdir: /home/b-ikiwiki/public_html
 # base url to the wiki
@@ -139,9 +139,9 @@ git_test_receive_wrapper: /home/b-ikiwiki/source.git/hooks/pre-receive
 untrusted_committers:
   - ikiwiki-anon
 # gitweb url to show file history ([[file]] substituted)
-historyurl: 'http://source.ikiwiki.branchable.com/?p=source.git;a=history;f=[[file]];hb=HEAD'
+historyurl: 'http://source.ikiwiki.branchable.com/?p=source.git;a=history;f=doc/[[file]];hb=HEAD'
 # gitweb url to show a diff ([[file]], [[sha1_to]], [[sha1_from]], [[sha1_commit]], and [[sha1_parent]] substituted)
-diffurl: 'http://source.ikiwiki.branchable.com/?p=source.git;a=blobdiff;f=[[file]];h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_commit]];hpb=[[sha1_parent]]'
+diffurl: 'http://source.ikiwiki.branchable.com/?p=source.git;a=blobdiff;f=doc/[[file]];h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_commit]];hpb=[[sha1_parent]]'
 # where to pull and push changes (set to empty string to disable)
 gitorigin_branch: origin
 # branch that the wiki is stored in