aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-06-09 13:16:31 +0100
committerSilvio Rhatto <rhatto@riseup.net>2024-06-09 13:16:31 +0100
commit79f07f768332187bd48b65800522a1fd1332eb97 (patch)
tree06f6f687feaae708ffb32402cf9d49b8ae0500c9 /TODO.md
parent288532873384c8deb7e5eade88544f58050e3701 (diff)
downloadbookup-79f07f768332187bd48b65800522a1fd1332eb97.tar.gz
bookup-79f07f768332187bd48b65800522a1fd1332eb97.tar.bz2
Towards localization
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md23
1 files changed, 14 insertions, 9 deletions
diff --git a/TODO.md b/TODO.md
index 620425f..43ac297 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,27 +2,32 @@
## Basic
+* [ ] Add license and version information in the notebook.
+* [ ] Add link to the notebook in the main book HTML.
* [ ] Move `slides` to `content/slides`?
+* [ ] Localization support, by detecting the `lang` YAML parameters and using
+ templates from `templates/{book,notes}/$lang`.
* [ ] Improve the documentation, including:
* [ ] Repository URL.
- * [ ] Livros que usam Bookup.
- * [ ] Projetos semelhantes:
+ * [ ] Translate to English.
+ * [ ] Add a reference to books using Bookup.
+ * [ ] Similar projects:
* [ ] [Repositórios da Editora Hedra](https://github.com/hedra-editora).
## Improvements
-* [ ] Supporte a uma variável de ambiente `BASE_URL`, aplicada
- como variável de template `%%base_url%%`, permitindo que o
- material compilado tenha links entre si?
+* [ ] 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.
* [ ] Optionally add a small reference to the Bookup website in the book
frontmatter?
## Issues
-* [ ] Bug no `pandoc` ou `citeproc` ignorando citações dentro de blocos LaTeX.
- Afetando o formato PDF. Vide teste em `test/pandoc`.
- Considerar um relatório upstream.
- Se necessário, aplicar também correções também nos repositórios downstream.
+* [ ] Bug in `pandoc` or `citeproce` ignoring citation inside LaTeX blocks.
+ Affecting the PDF format. Test available at `test/pandoc`.
+ Consider an upstream bug report.
+ If needed, also apply corrections in the existing downstream projects.
## Bonus