From 79f07f768332187bd48b65800522a1fd1332eb97 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 9 Jun 2024 13:16:31 +0100 Subject: Towards localization --- TODO.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'TODO.md') 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 -- cgit v1.2.3