Skip to content

Commit 709f7b0

Browse files
committed
Update available feeds.
1 parent c94fa36 commit 709f7b0

1 file changed

Lines changed: 19 additions & 22 deletions

File tree

src/index.html

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -172,23 +172,21 @@
172172
var maxFeedHere=8;
173173
var randFeeds = [];
174174

175-
randFeeds[0]="http://xkcd.com/rss.xml";
176-
randFeeds[1]="http://rss.news.yahoo.com/rss/mostviewedwl";
177-
randFeeds[2]="http://rss.news.yahoo.com/rss/mostviewedts";
178-
randFeeds[3]="http://rss.news.yahoo.com/rss/mostviewedtc";
179-
randFeeds[4]="http://rss.news.yahoo.com/rss/mostviewedod";
180-
randFeeds[5]="http://rss.news.yahoo.com/rss/mostviewedsp";
181-
randFeeds[6]="http://science.nasa.gov/rss.xml";
182-
randFeeds[7]="http://p.moreover.com/cgi-local/page?index_bookreviews+rss";
183-
randFeeds[8]="http://news.bbc.co.uk/rss/newsonline_uk_edition/world/rss091.xml";
184-
randFeeds[9]="http://news.bbc.co.uk/rss/newsonline_uk_edition/business/rss091.xml";
185-
randFeeds[10]="http://news.bbc.co.uk/rss/newsonline_uk_edition/health/rss091.xml";
186-
randFeeds[11]="http://news.bbc.co.uk/rss/newsonline_uk_edition/entertainment/rss091.xml";
187-
randFeeds[12]="http://feedproxy.google.com/geeksAreSexyTechnologyNews";
188-
randFeeds[13]="http://themeforest.net/feeds/new-wordpress-items.atom";
189-
randFeeds[14]="http://www.nytimes.com/services/xml/rss/nyt/Sports.xml";
190-
randFeeds[15]="http://www.nytimes.com/services/xml/rss/nyt/FashionandStyle.xml";
191-
randFeeds[16]="http://www.nytimes.com/services/xml/rss/nyt/International.xml";
175+
randFeeds[0]="https://feeds.bbci.co.uk/news/rss.xml";
176+
randFeeds[1]="https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml";
177+
randFeeds[2]="https://feeds.npr.org/1001/rss.xml";
178+
randFeeds[3]="https://www.aljazeera.com/xml/rss/all.xml";
179+
randFeeds[4]="https://feeds.washingtonpost.com/rss/world";
180+
randFeeds[5]="https://feeds.arstechnica.com/arstechnica/index";
181+
randFeeds[6]="https://www.theverge.com/rss/index.xml";
182+
randFeeds[7]="https://www.wired.com/feed/rss";
183+
randFeeds[8]="https://techcrunch.com/feed/";
184+
randFeeds[9]="https://hnrss.org/frontpage";
185+
randFeeds[10]="https://www.nasa.gov/rss/dyn/breaking_news.rss";
186+
randFeeds[11]="https://www.nature.com/nature.rss";
187+
randFeeds[12]="https://rss.slashdot.org/Slashdot/slashdotMain";
188+
randFeeds[13]="https://www.engadget.com/rss.xml";
189+
randFeeds[14]="https://www.zdnet.com/news/rss.xml";
192190

193191
var subFeeds = {};
194192
var subNum = 0;
@@ -407,11 +405,10 @@
407405
lsClient.subscribe(subCommand);
408406

409407
//subscribe the first feed
410-
addCustomFeed("http://www.theregister.co.uk/tonys/slashdot.rdf");
411-
addCustomFeed("http://www.nytimes.com/services/xml/rss/nyt/Technology.xml");
412-
addCustomFeed("http://news.bbc.co.uk/rss/newsonline_uk_edition/sci/tech/rss091.xml");
413-
addCustomFeed("http://feeds2.feedburner.com/DilbertDailyStrip");
414-
408+
addCustomFeed("https://www.theguardian.com/world/rss");
409+
addCustomFeed("https://www.theregister.co.uk/tonys/slashdot.rdf");
410+
addCustomFeed("https://www.tomshardware.com/feeds.xml");
411+
415412
clientStatus = clientRef.getStatus();
416413
if ( (clientStatus.indexOf("CONNECTED") >= 0) && (clientStatus.indexOf("DISCONNECTED") < 0) ) {
417414
commEnabled = true;

0 commit comments

Comments
 (0)