|
172 | 172 | var maxFeedHere=8; |
173 | 173 | var randFeeds = []; |
174 | 174 |
|
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"; |
192 | 190 |
|
193 | 191 | var subFeeds = {}; |
194 | 192 | var subNum = 0; |
|
407 | 405 | lsClient.subscribe(subCommand); |
408 | 406 |
|
409 | 407 | //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 | + |
415 | 412 | clientStatus = clientRef.getStatus(); |
416 | 413 | if ( (clientStatus.indexOf("CONNECTED") >= 0) && (clientStatus.indexOf("DISCONNECTED") < 0) ) { |
417 | 414 | commEnabled = true; |
|
0 commit comments