X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/389ad222ec2e0457106339fb71713dad7b95f80e..c87c7edf288ca69e96721ed6ff46f12b7f478540:/doc/ikiwiki.setup diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index d23010fd5..69162c0e4 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -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. @@ -111,4 +111,10 @@ use IkiWiki::Setup::Standard { # For use with the openid plugin, to give an url to a page users # can use to signup for an OpenID. #openidsignup => "http://myopenid.com/", + + # For use with the mirrorlist plugin, a list of mirrors. + #mirrorlist => { + # mirror1 => "http://hostname1", + # mirror2 => "http://hostname2/mirror", + #}, }