]> gitweb.fluxo.info Git - bookup.git/commitdiff
Bookup 0.5.0 0.5.0
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 23 Nov 2025 01:41:53 +0000 (22:41 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 23 Nov 2025 01:41:53 +0000 (22:41 -0300)
ChangeLog.md
_changes.yml

index 685efcb6fb9385a1fa8b56eb701aa651d712583f..775fb1a466581d07f178f85525450aa5674b13a7 100644 (file)
@@ -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".
index 728f7c0e62e4441e3ca9bf48bb03fd7549a403f8..143c3bb32cec0661fd0d02130c79afef1ad7bf27 100644 (file)
@@ -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.