From ae3ba64fc3acb7f397dbe83c97a4db2832f76319 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 25 Jan 2023 23:25:11 +0000 Subject: [PATCH] feeds: dshr.org: port to db --- hosts/common/feeds.nix | 2 +- .../feeds/sources/blog.dshr.org/default.json | 23 +++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 modules/data/feeds/sources/blog.dshr.org/default.json diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index 7bf148b95..b603353ea 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -148,7 +148,7 @@ let (mkSubstack "oversharing" // pol // daily) (mkSubstack "doomberg" // tech // weekly) ## David Rosenthal - (mkText "https://blog.dshr.org/rss.xml" // pol // weekly) + (fromDb "blog.dshr.org" // pol) ## Matt Levine (mkText "https://www.bloomberg.com/opinion/authors/ARbTQlRLRjE/matthew-s-levine.rss" // pol // weekly) (mkText "https://stpeter.im/atom.xml" // pol // weekly) diff --git a/modules/data/feeds/sources/blog.dshr.org/default.json b/modules/data/feeds/sources/blog.dshr.org/default.json new file mode 100644 index 000000000..a775b8f45 --- /dev/null +++ b/modules/data/feeds/sources/blog.dshr.org/default.json @@ -0,0 +1,23 @@ +{ + "bozo": 0, + "content_length": 623592, + "content_type": "application/atom+xml; charset=utf-8", + "description": "I'm David Rosenthal, and this is a place to discuss the work I'm doing in Digital Preservation.", + "favicon": "", + "favicon_data_uri": "", + "hubs": [ + "http://pubsubhubbub.appspot.com/" + ], + "is_podcast": false, + "is_push": true, + "item_count": 25, + "last_updated": "2023-01-10T17:59:42.157000+00:00", + "score": 20, + "self_url": "https://www.blogger.com/feeds/4503292949532760618/posts/default", + "site_name": "DSHR's Blog", + "site_url": "https://blog.dshr.org", + "title": "DSHR's Blog", + "url": "https://blog.dshr.org/feeds/posts/default", + "velocity": 0.35, + "version": "atom10" +} \ No newline at end of file