]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/ikiwiki.setup
web commit by HarleyPig
[ikiwiki.git] / doc / ikiwiki.setup
index 52b112a44c9e3430425788a6eb2b395f1ffc171d..af60e076b698be832afff9dfd51193fe7c6addc9 100644 (file)
@@ -81,7 +81,7 @@ use IkiWiki::Setup::Standard {
        discussion => 1,
        # To exclude files matching a regexp from processing. This adds to
        # the default exclude list.
-       #exclude => qr/\*.wav/,
+       #exclude => qr/*\.wav/,
        # Time format (for strftime)
        #timeformat => '%c',
        # Locale to use. Must be a UTF-8 locale.
@@ -102,7 +102,7 @@ use IkiWiki::Setup::Standard {
 
        # For use with the tag plugin, make all tags be located under a
        # base page.
-       #tagbase => "tag".
+       #tagbase => "tag",
        
        # For use with the search plugin if your estseek.cgi is located 
        # somewhere else.