aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2025-11-22 22:41:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2025-11-22 22:41:53 -0300
commit877f580768ec34044de165af3c628b081ad59b50 (patch)
tree6d826f89e73496f727268979386073c18726fb60
parent344581f1fd063e95612d75cd99c283d25e52505d (diff)
downloadbookup-0.5.0.tar.gz
bookup-0.5.0.tar.bz2
Bookup 0.5.00.5.0
-rw-r--r--ChangeLog.md2
-rw-r--r--_changes.yml3
2 files changed, 4 insertions, 1 deletions
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.