blob: d2999fe5009811f574bee12ae525d27606dc7dee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# TODO
## Basic
* [ ] Package a Bookdown-based publishing solution in a project named `bookup`
("a bookdown-based publishing solution")
or similar, to ease book editing and authorship.
* [ ] Usar como base o código do repositório `ensaios`, com eventuais adendos
do repositório `cybersni`. Inicialmente, não é necessário investir tempo em
generalizar tudo ao máximo. O importante é criar uma base comum para os meus
livros, e talvez no futuro generalizar para que possa ser usado por outras
iniciativas.
* [ ] Create a basic documentation.
* [ ] Notebook support.
* [ ] Website support.
## Bonus
* [ ] GitLab CI.
* [ ] 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.
|