X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/3e593eb9c0edd3f5cce7381ca145c0889441d719..f8cbf79735bc4588ba6fde12f3855a51efeb7ae8:/doc/ikiwiki.setup?ds=inline diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index c6aa08ddd..f7bf81bc9 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -19,11 +19,11 @@ use IkiWiki::Setup::Standard { #templatedir => "/usr/share/ikiwiki/templates", # Subversion stuff. - rcs => "svn", + #rcs => "svn", #historyurl => "http://svn.example.org/trunk/[[file]]", #diffurl => "http://svn.example.org/trunk/[[file]]?root=wiki&r1=[[r1]]&r2=[[r2]]", - svnrepo => "/svn/wiki", - svnpath => "trunk", + #svnrepo => "/svn/wiki", + #svnpath => "trunk", # Git stuff. #rcs => "git", @@ -47,16 +47,16 @@ use IkiWiki::Setup::Standard { # wrapper => "/var/www/wiki/ikiwiki.cgi", # wrappermode => "06755", #}, - { - # The svn post-commit wrapper. - # Note that this will overwrite any existing - # post-commit hook script, which may not be - # what you want. - wrapper => "/svn/wikirepo/hooks/post-commit", - wrappermode => "04755", - # Enable mail notifications of commits. - notify => 1, - }, + #{ + # # The svn post-commit wrapper. + # # Note that this will overwrite any existing + # # post-commit hook script, which may not be + # # what you want. + # wrapper => "/svn/wikirepo/hooks/post-commit", + # wrappermode => "04755", + # # Enable mail notifications of commits. + # notify => 1, + #}, #{ # # The git post-update wrapper. # # Note that this will overwrite any existing @@ -93,9 +93,8 @@ use IkiWiki::Setup::Standard { syslog => 0, # To add plugins, list them here. - #add_plugins => [qw{meta tag pagecount brokenlinks search smiley - # wikitext camelcase pagestats htmltidy fortune - # sidebar map rst toc linkmap openid}], + #add_plugins => [qw{goodstuff openid search wikitext camelcase + # htmltidy fortune sidebar map rst}], # If you want to disable any of the default plugins, list them here. #disable_plugins => [qw{inline htmlscrubber passwordauth}],