aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki.setup
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-21 01:18:01 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-21 01:18:01 +0000
commit773731743df52d2ef2d8ce93c095be981bb9bfc8 (patch)
treefef19536fbbd1010150203662ee26e76243808b6 /doc/ikiwiki.setup
parentb7c86dda2f900dc991d1f6becda56ba3300cccce (diff)
downloadikiwiki-773731743df52d2ef2d8ce93c095be981bb9bfc8.tar
ikiwiki-773731743df52d2ef2d8ce93c095be981bb9bfc8.tar.gz
add --diffurl, if set RecentChanges has links to svn diffs
Diffstat (limited to 'doc/ikiwiki.setup')
-rw-r--r--doc/ikiwiki.setup3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup
index 7167e6e57..d0a2829a1 100644
--- a/doc/ikiwiki.setup
+++ b/doc/ikiwiki.setup
@@ -15,7 +15,8 @@ use IkiWiki::Setup::Standard {
url => "http://myhost/wiki",
cgiurl => "http://myhost/ikiwiki.cgi",
- #historyurl => "http://svn.myhost/trunk/[[]]",
+ #historyurl => "http://svn.myhost/trunk/[[file]]",
+ #diffurl => "http://svn.someurl/trunk/[[file]]?root=wiki&r1=[[r1]]&r2=[[r2]]",
# Whether to integrate with svn.
svn => 1,