From 6a39648c248d1c89742b6ec829797d9cb7509824 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sat, 20 Feb 2021 20:13:31 -0500 Subject: [PATCH] newsboat: Add URLs for blogs I follow I'm trying to get more into using RSS/Atom, and newsboat seems promising. Whether I stick with this particular client or switch to something else, it's worth backing up the URLs I currently follow so I don't have to look them up in the future! --- .newsboat/urls | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .newsboat/urls diff --git a/.newsboat/urls b/.newsboat/urls new file mode 100644 index 0000000..486fa72 --- /dev/null +++ b/.newsboat/urls @@ -0,0 +1,12 @@ +https://alexkarle.com/atom.xml +https://flak.tedunangst.com/rss +https://www.taskboy.com/atom.xml +https://jcs.org/rss +https://drewdevault.com/blog/index.xml +https://lwn.net/headlines/rss +https://sourcehut.org/blog/index.xml +http://antirez.com/rss +http://www.brendangregg.com/blog/rss.xml +http://undeadly.org/cgi?action=rss +https://poolp.org/index.xml +https://dataswamp.org/~solene/rss.xml -- libgit2 0.28.4