aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-06-09 14:29:40 +0100
committerSilvio Rhatto <rhatto@riseup.net>2024-06-09 14:29:40 +0100
commit993c309e0c0623716a4e1e47435c4ec31cd1ab06 (patch)
treeaf5ffbd05adef7939c1d8cf55922ec8a4b4cb931
parentede357d0da6abacea6ec14483479451b219c6c73 (diff)
downloadbookup-993c309e0c0623716a4e1e47435c4ec31cd1ab06.tar.gz
bookup-993c309e0c0623716a4e1e47435c4ec31cd1ab06.tar.bz2
Updates TODO and ChangeLog0.0.7
-rw-r--r--ChangeLog.md2
-rw-r--r--TODO.md14
2 files changed, 5 insertions, 11 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index d42f41e..691474d 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,6 +1,6 @@
# ChangeLog
-## v0.0.7 - unreleased
+## v0.0.7 - 2024-06-09
* [x] GitLab CI.
diff --git a/TODO.md b/TODO.md
index da82d17..a1b04c9 100644
--- a/TODO.md
+++ b/TODO.md
@@ -15,8 +15,10 @@
## Improvements
-* [ ] Localization support, by detecting the `lang` YAML parameters and using
- templates from `templates/{book,notes}/$lang`.
+* [ ] Localization support:
+ * [ ] By detecting the `lang` YAML parameters and using templates from
+ `templates/{book,notes}/$lang`.
+ * [ ] Setup a PO-file workflow for translating the templates.
* [ ] Suport for a `BASE_URL` environment variable?
It would be applied as a template variable in `%%base_url%%` placeholers,
allowing the compile material to have links among themselves.
@@ -31,11 +33,3 @@
* [ ] Books using Bookup.
* [ ] Similar projects, like:
* [ ] [Repositórios da Editora Hedra](https://github.com/hedra-editora).
-
-## Bonus
-
-* [ ] Localization support?
- * It makes sense to localize common strings in the book structure.
- * But maybe it does not make much sense to localize strings in PO files for
- the content itself, since long text translations may need an engine that is
- not line based. Needs more thinking.