2008-07-21 13:31:57 +02:00
|
|
|
[[!template id=plugin name=mirror author="[[Joey]]"]]
|
2010-02-12 09:47:21 +01:00
|
|
|
[[!tag type/web]]
|
2006-12-23 02:07:11 +01:00
|
|
|
|
|
|
|
This plugin allows adding links a list of mirrors to each page in the
|
|
|
|
wiki. For each mirror, a name and an url should be specified. Pages are
|
|
|
|
assumed to exist in the same location under the specified url on each
|
2008-07-27 04:55:39 +02:00
|
|
|
mirror.
|
2010-12-20 15:21:49 +01:00
|
|
|
|
|
|
|
In case the `usedirs` setting is not the same on all your mirrors, or
|
|
|
|
if it is not the same on your local wiki as on the mirror a
|
|
|
|
possibility is to let each mirror's ikiwiki CGI find out the correct
|
|
|
|
target page url themselves; in that case the mirrors urls must be set
|
|
|
|
to their ikiwiki CGI url instead of their base url. Example:
|
|
|
|
|
|
|
|
mirrorlist_use_cgi => 1,
|
|
|
|
mirrorlist => {
|
|
|
|
'mirror1' => 'https://mirror.example.org/ikiwiki.cgi',
|
|
|
|
'mirror2' => 'https://mirror2.example.org/ikiwiki.cgi',
|
|
|
|
},
|
|
|
|
|
|
|
|
The mirrors must have the ikiwiki CGI and the [[goto]] plugin enabled
|
|
|
|
for this to work.
|