]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/ikiwiki.setup
* Add mirrorlist plugin.
[ikiwiki.git] / doc / ikiwiki.setup
index d23010fd58bc9b92163d5bad4af0be3bb956ce9f..52b112a44c9e3430425788a6eb2b395f1ffc171d 100644 (file)
@@ -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",
+       #},
 }