Update news
This commit is contained in:
parent
41f72d2681
commit
b50ce99450
1 changed files with 3 additions and 10 deletions
|
@ -13,7 +13,6 @@
|
||||||
:init
|
:init
|
||||||
(setq elfeed-feeds
|
(setq elfeed-feeds
|
||||||
'(("http://nullprogram.com/feed/" lisp blog)
|
'(("http://nullprogram.com/feed/" lisp blog)
|
||||||
("https://www.heise.de/rss/heise-Rubrik-Netzpolitik-atom.xml" news netz politik)
|
|
||||||
("https://netzpolitik.org/feed/" netz politik news)
|
("https://netzpolitik.org/feed/" netz politik news)
|
||||||
("https://logbuch-netzpolitik.de/feed/m4a" netz politik podcast meta)
|
("https://logbuch-netzpolitik.de/feed/m4a" netz politik podcast meta)
|
||||||
("https://c-for-dummies.com/blog/?feed=rss2" cc blog)
|
("https://c-for-dummies.com/blog/?feed=rss2" cc blog)
|
||||||
|
@ -22,7 +21,6 @@
|
||||||
("https://drewdevault.com/blog/index.xml" coding golang blog)
|
("https://drewdevault.com/blog/index.xml" coding golang blog)
|
||||||
("https://emacsredux.com/atom.xml" emacs blog)
|
("https://emacsredux.com/atom.xml" emacs blog)
|
||||||
("https://endlessparentheses.com/atom.xml" emacs elisp blog)
|
("https://endlessparentheses.com/atom.xml" emacs elisp blog)
|
||||||
("https://norvig.com/rss-feed.xml" coding lisp blog)
|
|
||||||
("https://blog.mozilla.org/en/feed/" browser web)
|
("https://blog.mozilla.org/en/feed/" browser web)
|
||||||
("https://blog.codinghorror.com/rss/" coding blog)
|
("https://blog.codinghorror.com/rss/" coding blog)
|
||||||
("https://blog.chromium.org/feeds/posts/default" browser web)
|
("https://blog.chromium.org/feeds/posts/default" browser web)
|
||||||
|
@ -46,22 +44,17 @@
|
||||||
("https://mailbox.org/share/feed-de-mailbox.xml" email mailbox web)
|
("https://mailbox.org/share/feed-de-mailbox.xml" email mailbox web)
|
||||||
("https://blog.codinghorror.com/rss/" blog coding)
|
("https://blog.codinghorror.com/rss/" blog coding)
|
||||||
("https://feeds.feedburner.com/PythonInsider" python blog news)
|
("https://feeds.feedburner.com/PythonInsider" python blog news)
|
||||||
("https://www.destatis.de/SiteGlobals/Functions/RSSFeed/DE/RSSNewsfeed/Aktuell.xml;jsessionid=FAFA8003CFA3617DA531B13EE3A0C25B.internet8711?nn=241288" data public)
|
|
||||||
("https://www.heise.de/make/rss/hardware-hacks-atom.xml" hardware hacking make)
|
|
||||||
("https://www.test.de/rss/geldanlage-banken/" test finanzen geld banken)
|
|
||||||
("https://makezine.com/feed/" blog hardware hacking make)
|
("https://makezine.com/feed/" blog hardware hacking make)
|
||||||
("https://blog.pythonanywhere.com/index.xml" blog python hosting)
|
("https://blog.pythonanywhere.com/index.xml" blog python hosting)
|
||||||
("https://pbpython.com/feeds/all.atom.xml" blog python)
|
("https://pbpython.com/feeds/all.atom.xml" blog python)
|
||||||
("https://www.djangoproject.com/rss/community/blogs/" django python)
|
|
||||||
("https://feeds.feedburner.com/GoogleWebFonts" fonts blog google)
|
("https://feeds.feedburner.com/GoogleWebFonts" fonts blog google)
|
||||||
("https://feeds.feedburner.com/glyph" python blog)
|
("https://feeds.feedburner.com/glyph" python blog)
|
||||||
("https://uxcontent.com/feed/" ux writing blog)
|
("https://uxcontent.com/feed/" ux writing blog)
|
||||||
("https://userlutions.com/feed/" ux usability blog)
|
("https://userlutions.com/feed/" ux usability blog)
|
||||||
("https://www.nd-aktuell.de/rss/aktuell.php" nachrichten news)
|
|
||||||
("https://nostarch.com/feeds/newbooks.xml" books)
|
("https://nostarch.com/feeds/newbooks.xml" books)
|
||||||
("https://rss.dw.com/atom/rss-de-news" news nachrichten)
|
("https://www.djangoproject.com/rss/weblog/" django python official news)
|
||||||
("https://nachrichtenfeeds.br.de/rdf/boards/QXAPkQJ" nachrichten news)
|
("https://realpython.com/atom.xml?format=xml" python blog)
|
||||||
("https://www.deutschlandfunk.de/nachrichten-100.rss" nachrichten news)
|
("https://feeds.feedburner.com/PythonSoftwareFoundationNews" python psf news)
|
||||||
("https://blog.rust-lang.org/feed.xml" rust blog news))
|
("https://blog.rust-lang.org/feed.xml" rust blog news))
|
||||||
elfeed-search-filter "@2-day-ago +unread"))
|
elfeed-search-filter "@2-day-ago +unread"))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue