]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/ikiwiki.setup
web commit by joey
[ikiwiki.git] / doc / ikiwiki.setup
index c03092b7acd5b1e28242a02ef9867ef3b596e7a3..d0a2829a1ae9f9401599854da86fbcc5ddec902e 100644 (file)
@@ -10,12 +10,13 @@ use IkiWiki::Setup::Standard {
 
        # Be sure to customise these..
        srcdir => "/path/to/source",
-       templatedir => "/path/to/templates",
        destdir => "/var/www/wiki",
+       templatedir => "/usr/share/ikiwiki/templates",
 
        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,
@@ -27,7 +28,7 @@ use IkiWiki::Setup::Standard {
                        # Note that this will overwrite any exsting
                        # post-commit hook script, which may not be
                        # what you want.
-                       wrapper => "$config{svnrepo}/hooks/post-commit",
+                       wrapper => "/svn/wiki/hooks/post-commit",
                        wrappermode => 04755,
                },
                {