diff --git a/configs/ewp-rss-feeds/subscriptions.json b/configs/ewp-rss-feeds/subscriptions.json new file mode 100644 index 0000000..1841767 --- /dev/null +++ b/configs/ewp-rss-feeds/subscriptions.json @@ -0,0 +1,186 @@ +{ + "subscriptions": [ + { + "name": "Cloudflare: Speed & Reliability", + "url": "https://blog.cloudflare.com/tag/speed-and-reliability/rss" + }, + { + "name": "Cloudflare: Deep Dive", + "url": "https://blog.cloudflare.com/tag/deep-dive/rss" + }, + { + "name": "Mastodon Blog", + "url": "https://blog.joinmastodon.org/index.xml" + }, + { + "name": "LWN.net Featured Content", + "url": "http://lwn.net/headlines/Features", + "filters":[ + "lwn::hide-paid-articles" + ] + }, + { + "name": "fasterthanlime", + "url": "https://fasterthanli.me/index.xml" + }, + { + "name": "Tom Randall", + "url": "https://blog.randy.gg/index.xml" + }, + { + "name": "Ben Cox", + "url": "https://blog.benjojo.co.uk/rss.xml" + }, + { + "name": "brr", + "url": "https://brr.fyi/feed.xml" + }, + { + "name": "Bartosz Ciechanowski", + "url": "https://ciechanow.ski/atom.xml" + }, + { + "name": "Lily's Things", + "url": "https://www.lilysthings.org/blog/rss.xml" + }, + { + "name": "Scott Conway", + "url": "https://conway.scot/feed.xml" + }, + { + "name": "Akshay's blog", + "url": "https://peppe.rs/index.xml" + }, + { + "name": "Cassidy James Blaede", + "url": "https://cassidyjames.com/feed.xml" + }, + { + "name": "Evan Pratten", + "url": "https://ewpratten.com/rss.xml" + }, + { + "name": "owen.cafe", + "url": "https://owen.cafe/posts/index.xml" + }, + { + "name": "Daniel Skogly", + "url": "https://blog.klungo.no/atom.xml" + }, + { + "name": "artemis.sh", + "url": "http://artemis.sh/feed.xml" + }, + { + "name": "Xe Iaso", + "url": "http://xeiaso.net/blog.rss" + }, + { + "name": "Filip Hruska", + "url": "https://blog.fhrnet.eu/feed/" + }, + { + "name": "Adam Kujawski", + "url": "https://adamkuj.net/blog/feed/" + }, + { + "name": "Matt Keeter", + "url": "http://mattkeeter.com/atom.xml" + }, + { + "name": "Vincent Bernat", + "url": "http://vincent.bernat.ch/en/blog/atom.xml" + }, + { + "name": "Cynthia's blog", + "url": "http://blog.cynthia.re/rss.xml" + }, + { + "name": "John Graham-Cumming", + "url": "https://blog.jgc.org/feeds/posts/default" + }, + { + "name": "Silly little things", + "url": "https://blog.goose.love/index.xml" + }, + { + "name": "Hugo Landau", + "url": "https://www.devever.net/~hl/cat=computing.feed" + }, + { + "name": "Tony Finch", + "url": "https://dotat.at/@/blog.atom" + }, + { + "name": "Stephen's Site", + "url": "https://www.scd31.com/posts.rss" + }, + { + "name": "This Week in GNOME", + "url": "https://thisweek.gnome.org/index.xml" + }, + { + "name": "Wikimedia Technical Blog", + "url": "https://techblog.wikimedia.org/feed" + }, + { + "name": "Thomas Karpiniec", + "url": "https://thomask.sdf.org/feed.xml" + }, + { + "name": "QRPer QRPp", + "url": "https://qrper.com/category/qrpp/feed" + }, + { + "name": "QRPer CW", + "url": "https://qrper.com/category/cw/feed" + }, + { + "name": "RafaƂ Pastuszak", + "url": "https://sonnet.io/feed.xml" + }, + { + "name": "Kevin Lynagh", + "url": "https://kevinlynagh.com/feed.xml" + }, + { + "name": "Giles Turnbull", + "url": "https://gilest.org/feed/index.xml" + }, + { + "name": "Troy Hunt", + "url": "https://feeds.feedburner.com/TroyHunt" + }, + { + "name": "evilsocket", + "url": "https://www.evilsocket.net/atom.xml" + }, + { + "name": "Julia Evans", + "url": "https://jvns.ca/atom.xml" + }, + { + "name": "Chris Siebenmann", + "url": "https://utcc.utoronto.ca/~cks/space/blog/?atom" + }, + { + "name": "ARDC Press Releases", + "url": "https://www.ardc.net/news-and-updates/press-releases/feed" + }, + { + "name": "Discord Engineering & Developers", + "url": "https://discord.com/blog/rss.xml", + "filters":[ + "discord::category('Engineering & Developers')" + ] + }, + { + "name": "Raylib Releases", + "url": "https://github.com/raysan5/raylib/releases.atom" + }, + { + "name": "Ben Vallack", + "url": "http://benvallack.com/rss/" + } + ] +} \ No newline at end of file