X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/9c6b6df76a835a8b55e5812208233dafb7c68929..cd0fa5a77675829a4dc73bf665231630a5085a19:/doc/ikiwiki.setup diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 3532a4e6b..9c94bcbe1 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? @@ -105,7 +110,7 @@ use IkiWiki::Setup::Standard { discussion => 1, # To exclude files matching a regexp from processing. This adds to # the default exclude list. - #exclude => qr/*\.wav/, + #exclude => qr/\.wav$/, # To change the extension used for generated html files. #htmlext => 'htm', # Time format (for strftime) @@ -128,7 +133,7 @@ use IkiWiki::Setup::Standard { # Default settings for the recentchanges page. #recentchangespage => "recentchanges", #recentchangesnum => 100, - # Use new '!'-prefixed directive syntax + # Use new '!'-prefixed preprocessor directive syntax #prefix_directives => 0, # To add plugins, list them here.