disable temporary mirrors

This commit is contained in:
Garvin Hicking 2009-08-27 13:20:59 +00:00
parent 7acc2e20c9
commit af7a6455d0

View File

@ -39,7 +39,7 @@ class serendipity_event_spartacus extends serendipity_event
$propbag->add('description', PLUGIN_EVENT_SPARTACUS_DESC); $propbag->add('description', PLUGIN_EVENT_SPARTACUS_DESC);
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('author', 'Garvin Hicking'); $propbag->add('author', 'Garvin Hicking');
$propbag->add('version', '2.21'); $propbag->add('version', '2.22');
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '0.9', 'serendipity' => '0.9',
'smarty' => '2.6.7', 'smarty' => '2.6.7',
@ -93,15 +93,15 @@ class serendipity_event_spartacus extends serendipity_event
'xml' => array( 'xml' => array(
'Netmirror.org', 'Netmirror.org',
's9y.org', 's9y.org',
'openmirror.org' // 'openmirror.org'
), ),
'files' => array( 'files' => array(
'Netmirror.org', 'Netmirror.org',
'SourceForge.net', 'SourceForge.net',
's9y.org', 's9y.org',
'BerliOS.de (inactive)', // 'BerliOS.de (inactive)',
'openmirror.org' // 'openmirror.org'
) )
); );
@ -109,23 +109,23 @@ class serendipity_event_spartacus extends serendipity_event
'xml' => array( 'xml' => array(
'http://netmirror.org/mirror/serendipity/', 'http://netmirror.org/mirror/serendipity/',
'http://s9y.org/mirror/', 'http://s9y.org/mirror/',
'http://openmirror.org/pub/s9y/', // 'http://openmirror.org/pub/s9y/',
), ),
'files' => array( 'files' => array(
'http://netmirror.org/mirror/serendipity/', 'http://netmirror.org/mirror/serendipity/',
'http://php-blog.cvs.sourceforge.net/*checkout*/php-blog/', 'http://php-blog.cvs.sourceforge.net/*checkout*/php-blog/',
'http://s9y.org/mirror/', 'http://s9y.org/mirror/',
'http://svn.berlios.de/viewcvs/serendipity/', // 'http://svn.berlios.de/viewcvs/serendipity/',
'http://openmirror.org/pub/s9y/', // 'http://openmirror.org/pub/s9y/',
), ),
'files_health' => array( 'files_health' => array(
'http://netmirror.org/' => 'http://netmirror.org/mirror/serendipity/last.txt', 'http://netmirror.org/' => 'http://netmirror.org/mirror/serendipity/last.txt',
'http://php-blog.cvs.sourceforge.net/' => 'http://php-blog.cvs.sourceforge.net/*checkout*/php-blog/serendipity/docs/LICENSE', 'http://php-blog.cvs.sourceforge.net/' => 'http://php-blog.cvs.sourceforge.net/*checkout*/php-blog/serendipity/docs/LICENSE',
'http://s9y.org/' => 'http://s9y.org/', 'http://s9y.org/' => 'http://s9y.org/',
'http://svn.berlios.de/' => 'http://svn.berlios.de/viewcvs/serendipity/', // 'http://svn.berlios.de/' => 'http://svn.berlios.de/viewcvs/serendipity/',
'http://openmirror.org/' => 'http://openmirror.org/pub/s9y/last.txt', // 'http://openmirror.org/' => 'http://openmirror.org/pub/s9y/last.txt',
) )
); );