]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/ikiwiki.setup
add news item for ikiwiki 1.28
[ikiwiki.git] / doc / ikiwiki.setup
index ab5c9eb35fb581971591d07cade902defe3badca..a9d9414c0be584b18483ee9c541ba4b58749dd68 100644 (file)
@@ -96,4 +96,12 @@ use IkiWiki::Setup::Standard {
        #                   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",
 }