aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki.setup
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-12-23 01:07:11 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-12-23 01:07:11 +0000
commitd83d11e6b87e718872e72153ee6bb3a382615c25 (patch)
tree8fc39cc3db260071fca06206e1ccd2d398b460bb /doc/ikiwiki.setup
parenta66c693ee45d9d6cca75b7e5f3a4106b52d3509b (diff)
downloadikiwiki-d83d11e6b87e718872e72153ee6bb3a382615c25.tar
ikiwiki-d83d11e6b87e718872e72153ee6bb3a382615c25.tar.gz
* Add mirrorlist plugin.
Diffstat (limited to 'doc/ikiwiki.setup')
-rw-r--r--doc/ikiwiki.setup6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup
index d23010fd5..52b112a44 100644
--- a/doc/ikiwiki.setup
+++ b/doc/ikiwiki.setup
@@ -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",
+ #},
}