Skip to content

Commit 24b19cd

Browse files
cuihtlauacclaude
andcommitted
planet: add gilwath feed (OCaml-filtered), disable dead dinosaure feed
Add Benjamin Thuillier's blog (gilwath.com) to the OCaml Planet. It is a mixed OCaml/Scala blog, so publish_all is false — the scraper's caml filter keeps only the OCaml-related posts (Discovering OCaml as a Scala Developer parts 1-3, Building a CV page with YOCaml) and drops the pure-Scala ones. The Atom feed parses cleanly with Syndic (7 entries). Disable the dinosaure feed (blog.osau.re): the domain no longer resolves and the scrape fails every day (see #3753). Following the ocaml-book/emilpriver convention, it is disabled rather than removed so the 23 already-archived posts keep rendering (they carry no source: frontmatter and resolve via the source entry, so removing it would fail the data-packer build). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 4fc80c2 commit 24b19cd

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

data/planet-sources.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,13 @@
212212
- id: robur.coop
213213
name: Robur Cooperative
214214
url: https://blog.robur.coop/feed.xml
215+
# Feed is dead (blog.osau.re no longer resolves, see #3753); disabled so it is
216+
# no longer scraped, but the already-archived posts are kept.
215217
- id: dinosaure
216218
name: Romain Calascibetta
217219
url: https://blog.osau.re/feed.xml
218220
publish_all: false
221+
disabled: true
219222
# Feed is dead (see #3753); disabled so it is no longer scraped, but the
220223
# already-archived posts are kept.
221224
- id: emilpriver
@@ -289,3 +292,8 @@
289292
- id: samoht
290293
name: Thomas Gazagnaire
291294
url: https://gazagnaire.org/feed.xml
295+
# Mixed OCaml/Scala blog; publish_all: false keeps only the caml-related posts.
296+
- id: gilwath
297+
name: Benjamin Thuillier
298+
url: https://gilwath.com/atom.xml
299+
publish_all: false

0 commit comments

Comments
 (0)