Remove feeds
This commit is contained in:
parent
9c3b1be282
commit
d5cdf1cfc5
1 changed files with 7 additions and 13 deletions
|
@ -17,14 +17,11 @@
|
|||
(setq elfeed-feeds
|
||||
'(("https://netzpolitik.org/feed/" netz politik news)
|
||||
("https://www.marcuskammer.dev/weblog/index.xml" personal)
|
||||
("https://www.heise.de/thema/Linux-und-Open-Source?view=atom" linux open-source news)
|
||||
("https://www.klimareporter.de/feed/rss/" klima umwelt politik wirtschaft nachrichten)
|
||||
("http://www.umweltbundesamt.de/rss/presse" umwelt bundesamt presse)
|
||||
("https://www.guyrutenberg.com/feed/" linux blog)
|
||||
("https://blog.mozilla.org/en/feed/" browser web)
|
||||
("https://blog.chromium.org/feeds/posts/default" browser web)
|
||||
("https://hacks.mozilla.org/feed/" browser web)
|
||||
("https://www.interaction-design.org/rss/site_news.xml" ux design)
|
||||
("https://mailbox.org/share/feed-de-mailbox.xml" email mailbox web)
|
||||
("https://feeds.feedburner.com/GoogleWebFonts" fonts blog google)
|
||||
("https://nostarch.com/feeds/newbooks.xml" books)
|
||||
|
@ -34,8 +31,6 @@
|
|||
("https://www.blog.berrybase.de/feed/" raspberry blog)
|
||||
("https://twobithistory.org/feed.xml" history blog coding)
|
||||
("https://gwern.substack.com/feed" blog technology personal)
|
||||
("https://monochrome-watches.com/feed/" watches blog)
|
||||
("https://www.heise.de/security/rss/news-atom.xml" security news)
|
||||
("https://blog.getbootstrap.com/feed.xml" web bootstrap blog)
|
||||
("https://blog.mozilla.org/en/feed/" web firefox blog)
|
||||
("https://fsfe.org/news/news.de.rss" fsfe news free-software)
|
||||
|
@ -82,15 +77,15 @@
|
|||
;("http://planet.clojure.in/atom.xml" clojure news hacking jvm java)
|
||||
;("https://lisp-journey.gitlab.io/index.xml" lisp blog)
|
||||
))
|
||||
;; (mapcar
|
||||
;; (lambda (feed) (add-to-list 'elfeed-feeds feed))
|
||||
;; ;; steuer feeds
|
||||
;; '(("https://www.bundesfinanzministerium.de/SiteGlobals/Functions/RSSFeed/DE/Steuern/RSSSteuern.xml" steuer finanzen)
|
||||
;; ("https://www.bundesfinanzministerium.de/SiteGlobals/Functions/RSSFeed/DE/Aktuelles/RSSAktuelles.xml" steuer finanzen)
|
||||
;; ("https://www.test.de/rss/steuern-recht/meldungen/" steuer finanzen)))
|
||||
(mapcar
|
||||
(lambda (feed) (add-to-list 'elfeed-feeds feed))
|
||||
;; steuer feeds
|
||||
'(("https://www.bundesfinanzministerium.de/SiteGlobals/Functions/RSSFeed/DE/Steuern/RSSSteuern.xml" steuer finanzen)
|
||||
("https://www.bundesfinanzministerium.de/SiteGlobals/Functions/RSSFeed/DE/Aktuelles/RSSAktuelles.xml" steuer finanzen)
|
||||
("https://www.heise.de/thema/Finanzen.xml" finanzen heise)
|
||||
("https://www.test.de/rss/steuern-recht/meldungen/" steuer finanzen)))
|
||||
(mapcar
|
||||
(lambda (feed) (add-to-list 'elfeed-feeds feed))
|
||||
;; security feeds
|
||||
'(("https://threatpost.com/feed/" security)
|
||||
("https://krebsonsecurity.com/feed/" security blog)
|
||||
("https://www.schneier.com/feed/atom/" security blog)
|
||||
|
@ -119,6 +114,5 @@
|
|||
("https://jung-naiv.podigee.io/feed/mp3" politik podcast)
|
||||
("https://changelog.com/podcast/feed" software-development open-source podcast)
|
||||
("https://www.ndr.de/nachrichten/info/podcast4696.xml" podcast umwelt klima)
|
||||
("https://www.klimareporter.de/tag/klimaupdate?format=feed&type=atom" podcast umwelt klima)
|
||||
("https://ct-uplink.podigee.io/feed/mp3" podcast technik computer)
|
||||
("https://feeds.soundcloud.com/users/soundcloud:users:261098918/sounds.rss" podcast osint))))
|
||||
|
|
Loading…
Add table
Reference in a new issue