]> git.mjollnir.org Git - s9y.git/commitdiff
New SourceForge location
authorgarvinhicking <garvinhicking>
Sat, 13 May 2006 09:13:14 +0000 (09:13 +0000)
committergarvinhicking <garvinhicking>
Sat, 13 May 2006 09:13:14 +0000 (09:13 +0000)
docs/NEWS
plugins/serendipity_event_spartacus/serendipity_event_spartacus.php

index 6239db0e889dab1ecbb9265428a707397116a6cd..dc70000f966c41978c844014a9edaeae2c38dc13 100644 (file)
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -112,6 +112,8 @@ Version 1.1-alpha5()
 Version 1.0 ()
 ------------------------------------------------------------------------
 
+   * Change Spartacus plugin to use new SourceForge URLs (garvinhicking)
+
    * Added polish language translation by CoSTa
 
    * Fix another (minor) XSRF for entry manager, thanks to Geoff Johnson
index 467dffcf5ccfb14d3e5e6c516ed24249c305b8bd..e0c8fd09c2a303bd2353925046479decb40ee7ea 100644 (file)
@@ -34,7 +34,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.5');
+        $propbag->add('version',       '2.6');
         $propbag->add('requirements',  array(
             'serendipity' => '0.9',
             'smarty'      => '2.6.7',
@@ -83,8 +83,8 @@ class serendipity_event_spartacus extends serendipity_event
             ),
 
             'files' => array(
-                'SourceForge.net',
                 'Netmirror.org',
+                'SourceForge.net',
                 's9y.org',
                 'BerliOS.de'
             )
@@ -97,8 +97,8 @@ class serendipity_event_spartacus extends serendipity_event
             ),
 
             'files' => array(
-                'http://cvs.sourceforge.net/viewcvs.py/*checkout*/php-blog/',
                 'http://netmirror.org/mirror/serendipity/',
+                'http://php-blog.cvs.sourceforge.net/*checkout*/php-blog/',
                 'http://s9y.org/mirror/',
                 'http://svn.berlios.de/viewcvs/serendipity/'
             )
@@ -237,8 +237,8 @@ class serendipity_event_spartacus extends serendipity_event
             }
             @chown($stack, $own[0]);
         }
-        
-        
+
+
         return true;
     }