]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/ikiwiki.setup
* Patch from James Westby to add a --sslcookie switch, which forces
[ikiwiki.git] / doc / ikiwiki.setup
index 678dece2359066e05e9311c7231cd245cd4a75eb..9a4b61ec407a3e2d8b05b639f8503c36e4ce813d 100644 (file)
@@ -74,6 +74,8 @@ use IkiWiki::Setup::Standard {
        #timeformat => '%c',
        # Locale to use. Must be a UTF-8 locale.
        #locale => 'en_US.UTF-8',
+       # Only send cookies over SSL connections.
+       #sslcookie => 1,
        # Logging settings:
        verbose => 0,
        syslog => 0,
@@ -81,7 +83,7 @@ use IkiWiki::Setup::Standard {
        # To add plugins, list them here.
        #add_plugins => [qw{meta tag pagecount brokenlinks search smiley
        #                   wikitext camelcase pagestats htmltidy fortune
-       #                   sidebar map}],
+       #                   sidebar map rst}],
        # If you want to disable any of the default plugins, list them here.
        #disable_plugins => [qw{inline htmlscrubber}],
 }