From 91b99d8b64f043a802fcd4de0b80533916ef4c56 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Thu, 12 Jan 2012 11:05:43 +0100 Subject: [PATCH] use github instead of viewcvs, thanks to ophian --- emerge_spartacus.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/emerge_spartacus.php b/emerge_spartacus.php index 81fa2ccb..6f5f6cb4 100644 --- a/emerge_spartacus.php +++ b/emerge_spartacus.php @@ -61,7 +61,7 @@ class emerge_spartacus { $plugins[$plugin_name]['files'] = $this->get_files($plugin_data['pluginPath']); if (file_exists($path . 'ChangeLog')) { - $plugins[$plugin_name]['properties']['changelog'] = 'http://php-blog.cvs.sourceforge.net/viewvc/*checkout*/php-blog/additional_plugins/' . $plugin_data['pluginPath'] . '/ChangeLog'; + $plugins[$plugin_name]['properties']['changelog'] = 'https://github.com/s9y/additional_plugins/blob/master/' . $plugin_data['pluginPath'] . '/ChangeLog'; } echo 'Successfully loaded plugin ' . $plugin_name . "\n"; @@ -319,7 +319,7 @@ class emerge_spartacus { $zipfile = str_replace('_plugin_', '_event_', $plugin_name); } } - $x .= '
Download ViewCVS'; + $x .= '
Download ViewCVS'; if (!empty($plugin_data['properties']['website'])) { $x .= '
Documentation'; @@ -381,7 +381,7 @@ class emerge_spartacus { xmlns:content="http://purl.org/rss/1.0/modules/content/">'; $x[] = ''; $x[] = 'Serendipity: Available External ' . $title . ''; - $x[] = 'http://php-blog.cvs.sourceforge.net/php-blog/additional_plugins/'; + $x[] = 'https://github.com/s9y/additional_plugins/'; $x[] = 'TOC'; $x[] = 'en'; $x[] = 'Serendipitx SPARTACUS'; @@ -394,7 +394,7 @@ class emerge_spartacus { $x[] = ''; $x[] = '' . $this->encode($plugin_data['properties']['name'] . ': ' . $plugin_data['properties']['description']) . ''; - $x[] = 'http://php-blog.cvs.sourceforge.net/php-blog/additional_plugins/' . $plugin_data['pluginPath'] . ''; + $x[] = 'https://github.com/s9y/additional_plugins/tree/master/' . $plugin_data['pluginPath'] . ''; $x[] = '' . $this->encode($title) . ''; $x[] = '' . $this->encode($author) . ''; $x[] = '' . $this->encode('' . $plugin_name . '
' . $plugin_data['properties']['name'] . '

' . $plugin_data['properties']['description'] . '
For: Serendipity ' . $s9yVersion) . '
';