about summary refs log tree commit diff stats
path: root/update/plugin
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-09-29 20:08:44 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-09-29 20:08:44 +0000
commit1e2896eed85f190be7f05dc75c76057bbbe95db4 (patch)
tree93f1ed96dca97cfe7a62db7b83901646674a9bb6 /update/plugin
parent2c6e3e362bf614a2e67dba5ec3e1c0d247834b69 (diff)
downloadinstadisc-1e2896eed85f190be7f05dc75c76057bbbe95db4.tar.gz
instadisc-1e2896eed85f190be7f05dc75c76057bbbe95db4.tar.bz2
instadisc-1e2896eed85f190be7f05dc75c76057bbbe95db4.zip
General: Fixed URLs
Fixes #73
Diffstat (limited to 'update/plugin')
-rw-r--r--update/plugin/mediawiki/trunk/instadisc/instadisc.php4
-rw-r--r--update/plugin/phpBB3/trunk/install.xml2
-rw-r--r--update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php2
-rw-r--r--update/plugin/subversion/trunk/instadisc.php2
-rw-r--r--update/plugin/wordpress/trunk/instadisc/instadisc.php4
5 files changed, 7 insertions, 7 deletions
diff --git a/update/plugin/mediawiki/trunk/instadisc/instadisc.php b/update/plugin/mediawiki/trunk/instadisc/instadisc.php index ecaed84..77dc38a 100644 --- a/update/plugin/mediawiki/trunk/instadisc/instadisc.php +++ b/update/plugin/mediawiki/trunk/instadisc/instadisc.php
@@ -7,7 +7,7 @@ include('xmlrpc/xmlrpc.inc');
7$wgExtensionCredits['other'][] = array( 7$wgExtensionCredits['other'][] = array(
8 'name' => 'InstaDisc', 8 'name' => 'InstaDisc',
9 'author' => 'Starla Insigna', 9 'author' => 'Starla Insigna',
10 'url' => 'http://fourisland.com/projects/instadisc/wiki/Update/MediaWiki', 10 'url' => 'http://instadisc.org/MediaWiki',
11 'description' => 'This plugin provides an InstaDisc feed for your MediaWiki wiki, a page-change subscription.' 11 'description' => 'This plugin provides an InstaDisc feed for your MediaWiki wiki, a page-change subscription.'
12); 12);
13 13
@@ -36,7 +36,7 @@ function instaDisc_sendItem(&$article, &$user, &$text, &$summary, &$minoredit, &
36 36
37 $verID = rand(1,2147483647); 37 $verID = rand(1,2147483647);
38 38
39 $client = new xmlrpc_client('http://central.fourisland.com/xmlrpc.php'); 39 $client = new xmlrpc_client('http://rpc.instadisc.org');
40 $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($subscriptionURL, 'string'), 40 $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($subscriptionURL, 'string'),
41 new xmlrpcval($title, 'string'), 41 new xmlrpcval($title, 'string'),
42 new xmlrpcval($author, 'string'), 42 new xmlrpcval($author, 'string'),
diff --git a/update/plugin/phpBB3/trunk/install.xml b/update/plugin/phpBB3/trunk/install.xml index 99b7625..1130961 100644 --- a/update/plugin/phpBB3/trunk/install.xml +++ b/update/plugin/phpBB3/trunk/install.xml
@@ -62,6 +62,6 @@ if (($post_mode == 'post') || ($post_mode == 'reply'))
62 </edit> 62 </edit>
63 </open> 63 </open>
64 64
65 <diy-instructions lang="en">Go to http://central.fourisland.com/release/update/phpBB3/ for help on setting up your subscriptions.</diy-instructions> 65 <diy-instructions lang="en">Go to http://instadisc.org/phpBB3 for help on setting up your subscriptions.</diy-instructions>
66 </action-group> 66 </action-group>
67</mod> 67</mod>
diff --git a/update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php b/update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php index b973020..7ecf885 100644 --- a/update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php +++ b/update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php
@@ -67,7 +67,7 @@ function sendItem($title, $userID, $url, $fourm)
67 mcrypt_module_close($td); 67 mcrypt_module_close($td);
68 } 68 }
69 69
70 $client = new xmlrpc_client('http://central.fourisland.com/xmlrpc.php'); 70 $client = new xmlrpc_client('http://rpc.instadisc.org');
71 $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($subscriptionURL, 'string'), 71 $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($subscriptionURL, 'string'),
72 new xmlrpcval($title, 'string'), 72 new xmlrpcval($title, 'string'),
73 new xmlrpcval($author, 'string'), 73 new xmlrpcval($author, 'string'),
diff --git a/update/plugin/subversion/trunk/instadisc.php b/update/plugin/subversion/trunk/instadisc.php index 2a75099..5095453 100644 --- a/update/plugin/subversion/trunk/instadisc.php +++ b/update/plugin/subversion/trunk/instadisc.php
@@ -62,7 +62,7 @@ function instaDisc_sendItem($title, $author, $url, $semantics, $subTitle, $subPa
62 62
63 $verID = rand(1,2147483647); 63 $verID = rand(1,2147483647);
64 64
65 $client = new xmlrpc_client('http://central.fourisland.com/xmlrpc.php'); 65 $client = new xmlrpc_client('http://rpc.instadisc.org');
66 $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($subscriptionURL, 'string'), 66 $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($subscriptionURL, 'string'),
67 new xmlrpcval($title, 'string'), 67 new xmlrpcval($title, 'string'),
68 new xmlrpcval($author, 'string'), 68 new xmlrpcval($author, 'string'),
diff --git a/update/plugin/wordpress/trunk/instadisc/instadisc.php b/update/plugin/wordpress/trunk/instadisc/instadisc.php index d084aa2..6237080 100644 --- a/update/plugin/wordpress/trunk/instadisc/instadisc.php +++ b/update/plugin/wordpress/trunk/instadisc/instadisc.php
@@ -149,7 +149,7 @@ function sendPost($id)
149 149
150 $verID = rand(1,2147483647); 150 $verID = rand(1,2147483647);
151 151
152 $client = new xmlrpc_client('http://central.fourisland.com/xmlrpc.php'); 152 $client = new xmlrpc_client('http://rpc.instadisc.org');
153 $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($subscriptionURL, 'string'), 153 $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($subscriptionURL, 'string'),
154 new xmlrpcval($title, 'string'), 154 new xmlrpcval($title, 'string'),
155 new xmlrpcval($authorName, 'string'), 155 new xmlrpcval($authorName, 'string'),
@@ -185,7 +185,7 @@ function sendComment($id)
185 185
186 $verID = rand(1,2147483647); 186 $verID = rand(1,2147483647);
187 187
188 $client = new xmlrpc_client('http://central.fourisland.com/xmlrpc.php'); 188 $client = new xmlrpc_client('http://rpc.instadisc.org');
189 $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($subscriptionURL, 'string'), 189 $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($subscriptionURL, 'string'),
190 new xmlrpcval($title, 'string'), 190 new xmlrpcval($title, 'string'),
191 new xmlrpcval($author, 'string'), 191 new xmlrpcval($author, 'string'),