From d83d11e6b87e718872e72153ee6bb3a382615c25 Mon Sep 17 00:00:00 2001 From: joey Date: Sat, 23 Dec 2006 01:07:11 +0000 Subject: * Add mirrorlist plugin. --- doc/ikiwiki.setup | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/ikiwiki.setup') 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", + #}, } -- cgit v1.2.3