# # # patch "ikiwiki.setup" # from [957df60ae420cb816bb3b0b090859adc72ad5543] # to [35e0ff8e106ed0a842508fac4fd2a461c53ae69b] # ============================================================ --- ikiwiki.setup 957df60ae420cb816bb3b0b090859adc72ad5543 +++ ikiwiki.setup 35e0ff8e106ed0a842508fac4fd2a461c53ae69b @@ -18,6 +18,7 @@ use IkiWiki::Setup::Standard { url => "http://wiki.monotone.ca/", cgiurl => "http://wiki.monotone.ca/cgi-bin/ikiwiki.cgi", underlaydir => getcwd . "/underlay", + userdir => "People", # Monotone stuff rcs => "monotone", @@ -27,7 +28,7 @@ use IkiWiki::Setup::Standard { #diffurl => "http://code.monotone.ca/p/monotone-web/source/diff/[[r1]]/[[r2]]/[[file]]", diffurl => "http://code.monotone.ca/p/monotone-web/source/commit/[[r2]]/", # Set if you want the wiki to sync on update and commit. - #mtnsync => 0, + mtnsync => 1, # The path to your workspace (defaults to the srcdir itself) # e.g. use if your srcdir is a subdirectory of the workspace. mtnrootdir => getcwd,