X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/ecfd8bcae6ce5c5a5005e47030f6fcd9545b81c6..c0f8126143852a2b1e47e2b8a7310ef6bd43bf18:/doc/ikiwiki.setup?ds=sidebyside diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 3e0e1599e..cda524ae1 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -48,8 +48,11 @@ use IkiWiki::Setup::Standard { #anonok => 1, # Generate rss feeds for pages? rss => 1, - # Sanitize html? - sanitize => 1, + # Include discussion links on all pages? + discussion => 1, + # Time format (for strftime) + #timeformat => '%c', # To change the enabled plugins, edit this list - #plugin => [qw{pagecount inline brokenlinks hyperestraier smiley}], + #plugin => [qw{pagecount inline brokenlinks search smiley + # htmlscrubber}], }