]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/ikiwiki.setup
* inline: Add ability to sort by page name, based on a patch from
[ikiwiki.git] / doc / ikiwiki.setup
index ac84352df3e51f47f7e7128e8f0b18c784248d1d..a9d9414c0be584b18483ee9c541ba4b58749dd68 100644 (file)
@@ -93,7 +93,15 @@ 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 rst toc}],
+       #                   sidebar map rst toc linkmap}],
        # If you want to disable any of the default plugins, list them here.
        #disable_plugins => [qw{inline htmlscrubber}],
+
+       # For use with the tag plugin, make all tags be located under a
+       # base page.
+       #tagbase => "tag".
+       
+       # For use with the search plugin if your estseek.cgi is located 
+       # somewhere else.
+       #estseek => "/usr/lib/estraier/estseek.cgi",
 }