X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/af9566ff1ae55d273ff96c7ca39e34265623a55d..f4fd66fc1b66e7ff7dffe20f751b56e1e831a5d7:/doc/ikiwiki.setup diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 3bc15891e..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}], + #plugin => [qw{pagecount inline brokenlinks search smiley + # htmlscrubber}], }