aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
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 /TODO.md
parentede357d0da6abacea6ec14483479451b219c6c73 (diff)
downloadbookup-993c309e0c0623716a4e1e47435c4ec31cd1ab06.tar.gz
bookup-993c309e0c0623716a4e1e47435c4ec31cd1ab06.tar.bz2
Updates TODO and ChangeLog0.0.7
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md14
1 files changed, 4 insertions, 10 deletions
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.