diff options
10 files changed, 12 insertions, 12 deletions
diff --git a/client/trunk/nbproject/project.properties b/client/trunk/nbproject/project.properties index 88aac0f..b8e3b25 100644 --- a/client/trunk/nbproject/project.properties +++ b/client/trunk/nbproject/project.properties | |||
@@ -1,5 +1,5 @@ | |||
1 | application.desc=A productivity-increasing notification program | 1 | application.desc=A productivity-increasing notification program |
2 | application.homepage=http://fourisland.com/projects/instadisc | 2 | application.homepage=http://instadisc.org |
3 | application.title=InstaDisc | 3 | application.title=InstaDisc |
4 | application.vendor=Four Island | 4 | application.vendor=Four Island |
5 | build.classes.dir=${build.dir}/classes | 5 | build.classes.dir=${build.dir}/classes |
diff --git a/client/trunk/src/com/fourisland/instadisc/InstaDiscView.java b/client/trunk/src/com/fourisland/instadisc/InstaDiscView.java index 4ad567f..73f4871 100644 --- a/client/trunk/src/com/fourisland/instadisc/InstaDiscView.java +++ b/client/trunk/src/com/fourisland/instadisc/InstaDiscView.java | |||
@@ -440,7 +440,7 @@ public class InstaDiscView extends FrameView { | |||
440 | { | 440 | { |
441 | if (java.awt.Desktop.isDesktopSupported()) | 441 | if (java.awt.Desktop.isDesktopSupported()) |
442 | { | 442 | { |
443 | java.awt.Desktop.getDesktop().browse(new URI("http://fourisland.com/projects/instadisc/")); | 443 | java.awt.Desktop.getDesktop().browse(new URI("http://instadisc.org")); |
444 | } else { | 444 | } else { |
445 | doText("Error: Desktop not supported"); | 445 | doText("Error: Desktop not supported"); |
446 | } | 446 | } |
diff --git a/client/trunk/src/com/fourisland/instadisc/resources/InstaDiscApp.properties b/client/trunk/src/com/fourisland/instadisc/resources/InstaDiscApp.properties index d3daad1..7654348 100644 --- a/client/trunk/src/com/fourisland/instadisc/resources/InstaDiscApp.properties +++ b/client/trunk/src/com/fourisland/instadisc/resources/InstaDiscApp.properties | |||
@@ -4,7 +4,7 @@ Application.name = InstaDisc | |||
4 | Application.title = InstaDisc | 4 | Application.title = InstaDisc |
5 | Application.version = 1.0 | 5 | Application.version = 1.0 |
6 | Application.vendor = Four Island | 6 | Application.vendor = Four Island |
7 | Application.homepage = http://fourisland.com/projects/instadisc | 7 | Application.homepage = http://instadisc.org |
8 | Application.description = A productivity-increasing notification program | 8 | Application.description = A productivity-increasing notification program |
9 | Application.vendorId = Hatkirby | 9 | Application.vendorId = Hatkirby |
10 | Application.id = InstaDisc | 10 | Application.id = InstaDisc |
diff --git a/client/trunk/src/com/fourisland/instadisc/resources/ManageFiltersForm.properties b/client/trunk/src/com/fourisland/instadisc/resources/ManageFiltersForm.properties index a163ede..9f971b5 100644 --- a/client/trunk/src/com/fourisland/instadisc/resources/ManageFiltersForm.properties +++ b/client/trunk/src/com/fourisland/instadisc/resources/ManageFiltersForm.properties | |||
@@ -1,7 +1,7 @@ | |||
1 | jLabel1.text=Manage Filters | 1 | jLabel1.text=Manage Filters |
2 | #NOI18N | 2 | #NOI18N |
3 | jLabel1.font=DejaVu Sans-Plain-18 | 3 | jLabel1.font=DejaVu Sans-Plain-18 |
4 | jLabel2.text=<HTML>You can <I>filter</I> out specific Items that you don't want using Filters. For more information, see <A HREF="http://fourisland.com/projects/instadisc/wiki/Filters">Filters</A>. | 4 | jLabel2.text=<HTML>You can <I>filter</I> out specific Items that you don't want using Filters. For more information, see <A HREF="http://instadisc.org/Filters">Filters</A>. |
5 | jButton1.text=Edit | 5 | jButton1.text=Edit |
6 | jButton2.text=Delete | 6 | jButton2.text=Delete |
7 | jButton3.text=Done | 7 | jButton3.text=Done |
diff --git a/update/library/trunk/instadisc.php b/update/library/trunk/instadisc.php index 975481c..8e2b86c 100644 --- a/update/library/trunk/instadisc.php +++ b/update/library/trunk/instadisc.php | |||
@@ -33,7 +33,7 @@ function instaDisc_sendItem($title, $author, $url, $semantics, $subTitle, $subCa | |||
33 | 33 | ||
34 | $verID = rand(1,2147483647); | 34 | $verID = rand(1,2147483647); |
35 | 35 | ||
36 | $client = new xmlrpc_client('http://central.fourisland.com/xmlrpc.php'); | 36 | $client = new xmlrpc_client('http://rpc.instadisc.org'); |
37 | $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($subscriptionURL, 'string'), | 37 | $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($subscriptionURL, 'string'), |
38 | new xmlrpcval($title, 'string'), | 38 | new xmlrpcval($title, 'string'), |
39 | new xmlrpcval($author, 'string'), | 39 | new xmlrpcval($author, 'string'), |
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'), |