From 823f8f2be3dd1aa4b2f39fcdd5b932504fed4095 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 4 Jul 2024 13:34:48 +0000 Subject: [PATCH] feeds: subscribe to FLOSS Weekly --- hosts/common/feeds.nix | 1 + .../feeds/sources/feeds.twit.tv/floss.xml/default.json | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 modules/data/feeds/sources/feeds.twit.tv/floss.xml/default.json diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index e48cb3fa9..c833ef26e 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -75,6 +75,7 @@ let (fromDb "feeds.simplecast.com/wgl4xEgL" // rat) # Econ Talk (fromDb "feeds.simplecast.com/xKJ93w_w" // uncat) # Atlas Obscura (fromDb "feeds.transistor.fm/acquired" // tech) + (fromDb "feeds.twit.tv/floss.xml" // tech) (fromDb "fulltimenix.com" // tech) (fromDb "futureofcoding.org/episodes" // tech) (fromDb "hackerpublicradio.org" // tech) diff --git a/modules/data/feeds/sources/feeds.twit.tv/floss.xml/default.json b/modules/data/feeds/sources/feeds.twit.tv/floss.xml/default.json new file mode 100644 index 000000000..e713907e4 --- /dev/null +++ b/modules/data/feeds/sources/feeds.twit.tv/floss.xml/default.json @@ -0,0 +1,9 @@ +{ + "description": "We show off free, libre, and open source software.", + "is_podcast": true, + "site_name": "", + "site_url": "", + "title": "FLOSS Weekly (Audio)", + "url": "https://feeds.twit.tv/floss.xml", + "velocity": 0.098 +} \ No newline at end of file