]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/ikiwiki.setup
* Add userdir config setting.
[ikiwiki.git] / doc / ikiwiki.setup
index 90af6dd5d797e6fc378f8c016303b89561f3eb16..d23010fd58bc9b92163d5bad4af0be3bb956ce9f 100644 (file)
@@ -91,11 +91,12 @@ use IkiWiki::Setup::Standard {
        # Logging settings:
        verbose => 0,
        syslog => 0,
+       # To link to user pages in a subdirectory of the wiki.
+       #userdir => "users",
        
        # To add plugins, list them here.
-       #add_plugins => [qw{meta tag pagecount brokenlinks search smiley
-       #                   wikitext camelcase pagestats htmltidy fortune
-       #                   sidebar map rst toc linkmap openid}],
+       #add_plugins => [qw{goodstuff openid search wikitext camelcase
+       #                   htmltidy fortune sidebar map rst}],
        # If you want to disable any of the default plugins, list them here.
        #disable_plugins => [qw{inline htmlscrubber passwordauth}],