X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/6717ea5b953f17b8667845fedea87273a7d99371..da205c3eaf8e9427531c0f83120be8ba96471868:/doc/ikiwiki.setup diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 0094bcb2a..1cef4bd87 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -50,7 +50,7 @@ use IkiWiki::Setup::Standard { # Monotone stuff #rcs => "monotone", #mtnkey => "web\@machine.company.com", - #historyurl => "http://viewmtn.example.com/", + #historyurl => "http://viewmtn.example.com/branch/head/filechanges/com.example.branch/[[file]]", #diffurl => "http://viewmtn.example.com/revision/diff/[[r1]]/with/[[r2]]/[[file]]", # Set if you want the wiki to sync on update and commit. #mtnsync => 0, @@ -90,6 +90,11 @@ use IkiWiki::Setup::Standard { # wrapper => "/git/wiki.git/hooks/post-update", # wrappermode => "06755", #}, + #{ + # # The monotone netsync hook. + # wrapper => "path/to/root/of/workspace/_MTN/ikiwiki-netsync-hook", + # wrappermode => "06755", + #}, ], # Default to generating rss feeds for blogs?