X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/12422e98901cef2774b15ec0e6468e88d4d0a6c6..7a1e12675ec5f1ea605d4de06a0b82079073fb20:/doc/ikiwiki.setup diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index d6ca7bb0b..cda524ae1 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -48,10 +48,11 @@ use IkiWiki::Setup::Standard { #anonok => 1, # Generate rss feeds for pages? rss => 1, - # Use the Hyper Estraier search engine? - #hyperestraier => 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}], + #plugin => [qw{pagecount inline brokenlinks search smiley + # htmlscrubber}], }