X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/325d5c791fc50dc3868b2f1938d052d39b676248..dd9ec3f5b63cd85d307968977cec2d2a245e640b:/doc/ikiwiki.setup diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 7a561434e..5353c37b8 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -12,12 +12,12 @@ use IkiWiki::Setup::Standard { # Be sure to customise these.. srcdir => "/path/to/source", destdir => "/var/www/wiki", - templatedir => "/usr/share/ikiwiki/templates", - + url => "http://myhost/wiki", cgiurl => "http://myhost/ikiwiki.cgi", #historyurl => "http://svn.myhost/trunk/[[file]]", #diffurl => "http://svn.someurl/trunk/[[file]]?root=wiki&r1=[[r1]]&r2=[[r2]]", + #templatedir => "/usr/share/ikiwiki/templates", # Whether to integrate with svn. svn => 1, @@ -30,18 +30,22 @@ use IkiWiki::Setup::Standard { # post-commit hook script, which may not be # what you want. wrapper => "/svn/wiki/hooks/post-commit", - wrappermode => 04755, - }, - { - # The cgi wrapper. - #cgiwrapper => { - # cgi => 1, - # wrapper => "/var/www/wiki/ikiwiki.cgi", - # wrappermode => 06755, - #}, + wrappermode => "04755", }, + #{ + # # The cgi wrapper. + # cgiwrapper => { + # cgi => 1, + # wrapper => "/var/www/wiki/ikiwiki.cgi", + # wrappermode => "06755", + # }, + #}, ], # Can anonymous web users edit pages? #anonok => 1, + # Generate rss feeds for pages? + rss => 1, + # Use the Hyper Estraier search engine? + #hyperestraier => 1, }