disable temporary mirrors
This commit is contained in:
parent
7acc2e20c9
commit
af7a6455d0
@ -39,7 +39,7 @@ class serendipity_event_spartacus extends serendipity_event
|
||||
$propbag->add('description', PLUGIN_EVENT_SPARTACUS_DESC);
|
||||
$propbag->add('stackable', false);
|
||||
$propbag->add('author', 'Garvin Hicking');
|
||||
$propbag->add('version', '2.21');
|
||||
$propbag->add('version', '2.22');
|
||||
$propbag->add('requirements', array(
|
||||
'serendipity' => '0.9',
|
||||
'smarty' => '2.6.7',
|
||||
@ -93,15 +93,15 @@ class serendipity_event_spartacus extends serendipity_event
|
||||
'xml' => array(
|
||||
'Netmirror.org',
|
||||
's9y.org',
|
||||
'openmirror.org'
|
||||
// 'openmirror.org'
|
||||
),
|
||||
|
||||
'files' => array(
|
||||
'Netmirror.org',
|
||||
'SourceForge.net',
|
||||
's9y.org',
|
||||
'BerliOS.de (inactive)',
|
||||
'openmirror.org'
|
||||
// 'BerliOS.de (inactive)',
|
||||
// 'openmirror.org'
|
||||
)
|
||||
);
|
||||
|
||||
@ -109,23 +109,23 @@ class serendipity_event_spartacus extends serendipity_event
|
||||
'xml' => array(
|
||||
'http://netmirror.org/mirror/serendipity/',
|
||||
'http://s9y.org/mirror/',
|
||||
'http://openmirror.org/pub/s9y/',
|
||||
// 'http://openmirror.org/pub/s9y/',
|
||||
),
|
||||
|
||||
'files' => array(
|
||||
'http://netmirror.org/mirror/serendipity/',
|
||||
'http://php-blog.cvs.sourceforge.net/*checkout*/php-blog/',
|
||||
'http://s9y.org/mirror/',
|
||||
'http://svn.berlios.de/viewcvs/serendipity/',
|
||||
'http://openmirror.org/pub/s9y/',
|
||||
// 'http://svn.berlios.de/viewcvs/serendipity/',
|
||||
// 'http://openmirror.org/pub/s9y/',
|
||||
),
|
||||
|
||||
'files_health' => array(
|
||||
'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://s9y.org/' => 'http://s9y.org/',
|
||||
'http://svn.berlios.de/' => 'http://svn.berlios.de/viewcvs/serendipity/',
|
||||
'http://openmirror.org/' => 'http://openmirror.org/pub/s9y/last.txt',
|
||||
// 'http://svn.berlios.de/' => 'http://svn.berlios.de/viewcvs/serendipity/',
|
||||
// 'http://openmirror.org/' => 'http://openmirror.org/pub/s9y/last.txt',
|
||||
)
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user