aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--0001-Dead-dir-server.patch24
-rw-r--r--0001-More-dead-stuff.patch33
-rwxr-xr-xboot.php1
-rw-r--r--doc/external-resource-links.bb5
4 files changed, 57 insertions, 6 deletions
diff --git a/0001-Dead-dir-server.patch b/0001-Dead-dir-server.patch
new file mode 100644
index 000000000..a6cc4e032
--- /dev/null
+++ b/0001-Dead-dir-server.patch
@@ -0,0 +1,24 @@
+From 4bb329caa45633526d9915796fe268500a08af23 Mon Sep 17 00:00:00 2001
+From: Thomas Willingham <beardyunixer@beardyunixer.com>
+Date: Sat, 14 Feb 2015 16:07:45 +0000
+Subject: [PATCH] Dead dir server
+
+---
+ boot.php | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/boot.php b/boot.php
+index f632931..952832d 100755
+--- a/boot.php
++++ b/boot.php
+@@ -84,7 +84,6 @@ $DIRECTORY_FALLBACK_SERVERS = array(
+ 'https://red.zottel.red',
+ 'https://red.pixelbits.de',
+ 'https://my.federated.social',
+- 'https://whogotzot.com',
+ 'https://redmatrix.nl'
+ );
+
+--
+1.9.1
+
diff --git a/0001-More-dead-stuff.patch b/0001-More-dead-stuff.patch
new file mode 100644
index 000000000..e83f67f30
--- /dev/null
+++ b/0001-More-dead-stuff.patch
@@ -0,0 +1,33 @@
+From b0a28ece87e2c10dc1d67023a6c075992e8f3da4 Mon Sep 17 00:00:00 2001
+From: Thomas Willingham <beardyunixer@beardyunixer.com>
+Date: Sat, 14 Feb 2015 16:13:17 +0000
+Subject: [PATCH] More dead stuff
+
+---
+ doc/external-resource-links.bb | 5 -----
+ 1 file changed, 5 deletions(-)
+
+diff --git a/doc/external-resource-links.bb b/doc/external-resource-links.bb
+index ca1d6f5..2e6df63 100644
+--- a/doc/external-resource-links.bb
++++ b/doc/external-resource-links.bb
+@@ -8,16 +8,11 @@
+ [*][url=https://github.com/tonybaldwin/redmatrixthemes/]nubasic[/url]
+
+ [b]Third-Party Addons[/b]
+-[*][url=http://gitweb.whogotzot.com/red-addons-extra/tree]Additional RedMatrix addons[/url]
+ [*][url=https://abcentric.net/git/abcjsplugin.git]ABCjs integration - display scores in posts (WIP)[/url]
+-[*][url=http://gitweb.whogotzot.com/extra_dir_fns/tree]Extra directory functions[/url]
+ [b]Related Projects[/b]
+
+ [*][url=https://addons.mozilla.org/en-US/firefox/addon/redshare/]Redshare for Firefox[/url]
+ [*][url=https://github.com/cvogeley/red-for-android]Red for Android[/url]
+ [*][url=https://github.com/zzottel/feed2red]feed2red.pl (posts Atom/RSS feeds to channel)[/url]
+-[*][url=http://gitweb.whogotzot.com/red-stable/tree]Red Stable - up-to-date-but-not-bleeding-edge RedMatrix distribution[/url]
+-[b]Utilities[/b]
+-[*][url=http://gitweb.whogotzot.com/debian-install-script]Debian Install Script[/url]
+
+ #include doc/macros/main_footer.bb;
+--
+1.9.1
+
diff --git a/boot.php b/boot.php
index f632931b6..952832d40 100755
--- a/boot.php
+++ b/boot.php
@@ -84,7 +84,6 @@ $DIRECTORY_FALLBACK_SERVERS = array(
'https://red.zottel.red',
'https://red.pixelbits.de',
'https://my.federated.social',
- 'https://whogotzot.com',
'https://redmatrix.nl'
);
diff --git a/doc/external-resource-links.bb b/doc/external-resource-links.bb
index ca1d6f55e..2e6df63aa 100644
--- a/doc/external-resource-links.bb
+++ b/doc/external-resource-links.bb
@@ -8,16 +8,11 @@
[*][url=https://github.com/tonybaldwin/redmatrixthemes/]nubasic[/url]
[b]Third-Party Addons[/b]
-[*][url=http://gitweb.whogotzot.com/red-addons-extra/tree]Additional RedMatrix addons[/url]
[*][url=https://abcentric.net/git/abcjsplugin.git]ABCjs integration - display scores in posts (WIP)[/url]
-[*][url=http://gitweb.whogotzot.com/extra_dir_fns/tree]Extra directory functions[/url]
[b]Related Projects[/b]
[*][url=https://addons.mozilla.org/en-US/firefox/addon/redshare/]Redshare for Firefox[/url]
[*][url=https://github.com/cvogeley/red-for-android]Red for Android[/url]
[*][url=https://github.com/zzottel/feed2red]feed2red.pl (posts Atom/RSS feeds to channel)[/url]
-[*][url=http://gitweb.whogotzot.com/red-stable/tree]Red Stable - up-to-date-but-not-bleeding-edge RedMatrix distribution[/url]
-[b]Utilities[/b]
-[*][url=http://gitweb.whogotzot.com/debian-install-script]Debian Install Script[/url]
#include doc/macros/main_footer.bb;