aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2017-12-13 15:25:56 -0500
committerGlenn Morris2017-12-13 15:25:56 -0500
commitaacd1e14fc6ab872bc2c588d8c6077c88ce8a310 (patch)
tree373b4f0d8d5393b908b4e6ca45f898353072c194
parent7e2f4d3d416fc06a4462c8c4c38ec1b54b02611a (diff)
downloademacs-aacd1e14fc6ab872bc2c588d8c6077c88ce8a310.tar.gz
emacs-aacd1e14fc6ab872bc2c588d8c6077c88ce8a310.zip
* lisp/net/newst-backend.el (newsticker--raw-url-list-defaults):
Update.
-rw-r--r--lisp/net/newst-backend.el26
1 files changed, 15 insertions, 11 deletions
diff --git a/lisp/net/newst-backend.el b/lisp/net/newst-backend.el
index d1ce0e2af73..0fb347fc4e9 100644
--- a/lisp/net/newst-backend.el
+++ b/lisp/net/newst-backend.el
@@ -64,9 +64,12 @@ considered to be running if the newsticker timer list is not empty."
64 "Aggregator for RSS and Atom feeds." 64 "Aggregator for RSS and Atom feeds."
65 :group 'applications) 65 :group 'applications)
66 66
67;; Hard-coding URLs like this is a recipe for propagating obsolete info.
67(defconst newsticker--raw-url-list-defaults 68(defconst newsticker--raw-url-list-defaults
68 '(("CNET News.com" 69 '(
69 "http://export.cnet.com/export/feeds/news/rss/1,11176,,00.xml") 70 ;; 2017/12: no response.
71;;; ("CNET News.com"
72;;; "http://export.cnet.com/export/feeds/news/rss/1,11176,,00.xml")
70 ("Debian Security Advisories" 73 ("Debian Security Advisories"
71 "http://www.debian.org/security/dsa.en.rdf") 74 "http://www.debian.org/security/dsa.en.rdf")
72 ("Debian Security Advisories - Long format" 75 ("Debian Security Advisories - Long format"
@@ -76,23 +79,24 @@ considered to be running if the newsticker timer list is not empty."
76 nil 79 nil
77 3600) 80 3600)
78 ("LWN (Linux Weekly News)" 81 ("LWN (Linux Weekly News)"
79 "http://lwn.net/headlines/rss") 82 "https://lwn.net/headlines/rss")
80 ("NY Times: Technology" 83 ;; Not updated since 2010.
81 "http://partners.userland.com/nytRss/technology.xml") 84;;; ("NY Times: Technology"
82 ("NY Times" 85;;; "http://www.nytimes.com/services/xml/rss/userland/Technology.xml")
83 "http://partners.userland.com/nytRss/nytHomepage.xml") 86;;; ("NY Times"
87;;; "http://www.nytimes.com/services/xml/rss/userland/HomePage.xml")
84 ("Quote of the day" 88 ("Quote of the day"
85 "http://www.quotationspage.com/data/qotd.rss" 89 "http://feeds.feedburner.com/quotationspage/qotd"
86 "07:00" 90 "07:00"
87 86400) 91 86400)
88 ("The Register" 92 ("The Register"
89 "http://www.theregister.co.uk/tonys/slashdot.rdf") 93 "https://www.theregister.co.uk/headlines.rss")
90 ("slashdot" 94 ("slashdot"
91 "http://slashdot.org/index.rss" 95 "http://rss.slashdot.org/Slashdot/slashdot"
92 nil 96 nil
93 3600) ;/. will ban you if under 3600 seconds! 97 3600) ;/. will ban you if under 3600 seconds!
94 ("Wired News" 98 ("Wired News"
95 "http://www.wired.com/news_drop/netcenter/netcenter.rdf") 99 "https://www.wired.com/feed/rss")
96 ("Heise News (german)" 100 ("Heise News (german)"
97 "http://www.heise.de/newsticker/heise.rdf") 101 "http://www.heise.de/newsticker/heise.rdf")
98 ("Tagesschau (german)" 102 ("Tagesschau (german)"