From 2f7c4162f22cf169b24b008cf125cc8a69c3ce61 Mon Sep 17 00:00:00 2001 From: Cuihtlauac ALVARADO Date: Wed, 2 Sep 2026 08:52:07 +0200 Subject: [PATCH] planet: disable dead lthms feed (soap.coffee) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The lthms feed (soap.coffee) no longer resolves — the domain has no DNS record and the scrape fails every day with a name-resolution error (see #3753). Following the dinosaure/ocaml-book/emilpriver convention, it is disabled rather than removed so the 21 already-archived posts keep rendering (they resolve via the source entry, so removing it would fail the data-packer build). Co-Authored-By: Claude Opus 4.8 (1M context) --- data/planet-sources.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/planet-sources.yml b/data/planet-sources.yml index 0aac2368b0..6931e694fe 100644 --- a/data/planet-sources.yml +++ b/data/planet-sources.yml @@ -232,9 +232,12 @@ name: Dmitrii Kovanikov url: https://chshersh.com/atom.xml publish_all: false +# Feed is dead (soap.coffee no longer resolves, see #3753); disabled so it is +# no longer scraped, but the already-archived posts are kept. - id: lthms name: "Thomas Letan’s Blog" url: https://soap.coffee/~lthms/tags/ocaml.xml + disabled: true - id: debajyatidey name: Debajyati's Blog url: https://debajyatidey.hashnode.dev/rss.xml