* lisp/net/newst-backend.el (newsticker--raw-url-list-defaults):
Update.
This commit is contained in:
parent
7e2f4d3d41
commit
aacd1e14fc
1 changed files with 15 additions and 11 deletions
|
@ -64,9 +64,12 @@ considered to be running if the newsticker timer list is not empty."
|
||||||
"Aggregator for RSS and Atom feeds."
|
"Aggregator for RSS and Atom feeds."
|
||||||
:group 'applications)
|
:group 'applications)
|
||||||
|
|
||||||
|
;; Hard-coding URLs like this is a recipe for propagating obsolete info.
|
||||||
(defconst newsticker--raw-url-list-defaults
|
(defconst newsticker--raw-url-list-defaults
|
||||||
'(("CNET News.com"
|
'(
|
||||||
"http://export.cnet.com/export/feeds/news/rss/1,11176,,00.xml")
|
;; 2017/12: no response.
|
||||||
|
;;; ("CNET News.com"
|
||||||
|
;;; "http://export.cnet.com/export/feeds/news/rss/1,11176,,00.xml")
|
||||||
("Debian Security Advisories"
|
("Debian Security Advisories"
|
||||||
"http://www.debian.org/security/dsa.en.rdf")
|
"http://www.debian.org/security/dsa.en.rdf")
|
||||||
("Debian Security Advisories - Long format"
|
("Debian Security Advisories - Long format"
|
||||||
|
@ -76,23 +79,24 @@ considered to be running if the newsticker timer list is not empty."
|
||||||
nil
|
nil
|
||||||
3600)
|
3600)
|
||||||
("LWN (Linux Weekly News)"
|
("LWN (Linux Weekly News)"
|
||||||
"http://lwn.net/headlines/rss")
|
"https://lwn.net/headlines/rss")
|
||||||
("NY Times: Technology"
|
;; Not updated since 2010.
|
||||||
"http://partners.userland.com/nytRss/technology.xml")
|
;;; ("NY Times: Technology"
|
||||||
("NY Times"
|
;;; "http://www.nytimes.com/services/xml/rss/userland/Technology.xml")
|
||||||
"http://partners.userland.com/nytRss/nytHomepage.xml")
|
;;; ("NY Times"
|
||||||
|
;;; "http://www.nytimes.com/services/xml/rss/userland/HomePage.xml")
|
||||||
("Quote of the day"
|
("Quote of the day"
|
||||||
"http://www.quotationspage.com/data/qotd.rss"
|
"http://feeds.feedburner.com/quotationspage/qotd"
|
||||||
"07:00"
|
"07:00"
|
||||||
86400)
|
86400)
|
||||||
("The Register"
|
("The Register"
|
||||||
"http://www.theregister.co.uk/tonys/slashdot.rdf")
|
"https://www.theregister.co.uk/headlines.rss")
|
||||||
("slashdot"
|
("slashdot"
|
||||||
"http://slashdot.org/index.rss"
|
"http://rss.slashdot.org/Slashdot/slashdot"
|
||||||
nil
|
nil
|
||||||
3600) ;/. will ban you if under 3600 seconds!
|
3600) ;/. will ban you if under 3600 seconds!
|
||||||
("Wired News"
|
("Wired News"
|
||||||
"http://www.wired.com/news_drop/netcenter/netcenter.rdf")
|
"https://www.wired.com/feed/rss")
|
||||||
("Heise News (german)"
|
("Heise News (german)"
|
||||||
"http://www.heise.de/newsticker/heise.rdf")
|
"http://www.heise.de/newsticker/heise.rdf")
|
||||||
("Tagesschau (german)"
|
("Tagesschau (german)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue