From 5f75450ed6fb65d82310bdb402f2862ff131cb71 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Sat, 23 Mar 2019 10:06:35 -0400 Subject: [PATCH] Revert "Revert "Switch from quitter to status"" This reverts commit 60c8dc145102d8dd2502289316e21c314ce91d07. Quitter.im address not working. Michael says that status.fsf.org works. --- 2019/tv/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2019/tv/index.html b/2019/tv/index.html index 9d0091b8..001e0571 100755 --- a/2019/tv/index.html +++ b/2019/tv/index.html @@ -370,7 +370,7 @@ aside { position: relative; } const DOMPARSER = new DOMParser().parseFromString.bind(new DOMParser()) var frag = document.createDocumentFragment() var hasBegun = true -var feedUrl = 'https://quitter.im/libreplanet/all/rss' +var feedUrl = 'https://status.fsf.org/lpstatus/all/rss' /* Fetch the RSS Feed */ fetch(feedUrl).then((res) => { res.text().then((xmlTxt) => { -- 2.25.1