From: Silvio Rhatto Date: Sun, 23 Nov 2025 01:41:53 +0000 (-0300) Subject: Bookup 0.5.0 X-Git-Tag: 0.5.0 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=877f580768ec34044de165af3c628b081ad59b50;p=bookup.git Bookup 0.5.0 --- diff --git a/ChangeLog.md b/ChangeLog.md index 685efcb..775fb1a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -9,6 +9,8 @@ * [x] Alternativelly, build the recent changes using a `snippets/changes.yml` or just `_changes.yml` that gets compilet into a `snippets/changes.md` and into RSS and Atom files that goes in the build. + Adapted from example available at + https://recursewithless.net/projects/pandoc-feeds.html. * [x] Add RSS/Atom `rel` elements in the HTML head. * [x] Validate the generated feeds (RSS and Atom). * [x] Add a regular link like "Follow updates in this book". diff --git a/_changes.yml b/_changes.yml index 728f7c0..143c3bb 100644 --- a/_changes.yml +++ b/_changes.yml @@ -9,4 +9,5 @@ versions: date_rss: 22 Sep 2025 21:30:00 -0300 date_markdown: 2025-11-22 summary: | - * RSS/Atom feed support. + * RSS/Atom feed support, adapted from recipe available at + https://recursewithless.net/projects/pandoc-feeds.html.