]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/ikiwiki.setup
web commit by joey
[git.ikiwiki.info.git] / doc / ikiwiki.setup
index 7167e6e57bdd5fa5ed34af47a6876d949e95a129..7a561434e12a64f27a5361ffc36e3f8995eac2a9 100644 (file)
@@ -7,7 +7,8 @@
 
 use IkiWiki::Setup::Standard {
        wikiname => "MyWiki",
-
+       #adminuser => ["yourname", ],
+       
        # Be sure to customise these..
        srcdir => "/path/to/source",
        destdir => "/var/www/wiki",
@@ -15,7 +16,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,