From 08ccaf9c20070f4451b5f304788b608c16c568ed Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 6 Jun 2024 10:14:02 -0300 Subject: Feat: add snippets --- ChangeLog.md | 11 +++++++++++ TODO.md | 12 ++++-------- content/published/10-installation/installation.md | 3 ++- snippets/contact.txt | 0 snippets/cover.txt | 0 snippets/keywords.txt | 0 snippets/project.txt | 0 snippets/url.txt | 0 snippets/volume.txt | 0 structure/00-preamble.md | 2 +- 10 files changed, 18 insertions(+), 10 deletions(-) create mode 100644 snippets/contact.txt create mode 100644 snippets/cover.txt create mode 100644 snippets/keywords.txt create mode 100644 snippets/project.txt create mode 100644 snippets/url.txt create mode 100644 snippets/volume.txt diff --git a/ChangeLog.md b/ChangeLog.md index 93eb5e0..be29d65 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1 +1,12 @@ # ChangeLog + +## 2024-06-6 - Initial version + +### Initial version + +* [x] Package a Bookdown-based publishing solution in a project named `bookup` + ("a bookdown-based publishing solution") + or similar, to ease book editing and authorship. +* [x] Use the repository [ensaios][] as base. + +[ensaios]: https://ensaios.fluxo.info diff --git a/TODO.md b/TODO.md index f347a84..402f75a 100644 --- a/TODO.md +++ b/TODO.md @@ -2,14 +2,10 @@ ## 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. +* [ ] Adicionar funcionalidades existentes no 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. diff --git a/content/published/10-installation/installation.md b/content/published/10-installation/installation.md index a4230e3..841384a 100644 --- a/content/published/10-installation/installation.md +++ b/content/published/10-installation/installation.md @@ -11,4 +11,5 @@ Setup procedure: * `_biblio.yml`. * `LICENSE`. * `DISCLAIMER`. - * `snippets/`. + * `snippets/{contact,cover,keywords,project,url,volume}.txt`. + diff --git a/snippets/contact.txt b/snippets/contact.txt new file mode 100644 index 0000000..e69de29 diff --git a/snippets/cover.txt b/snippets/cover.txt new file mode 100644 index 0000000..e69de29 diff --git a/snippets/keywords.txt b/snippets/keywords.txt new file mode 100644 index 0000000..e69de29 diff --git a/snippets/project.txt b/snippets/project.txt new file mode 100644 index 0000000..e69de29 diff --git a/snippets/url.txt b/snippets/url.txt new file mode 100644 index 0000000..e69de29 diff --git a/snippets/volume.txt b/snippets/volume.txt new file mode 100644 index 0000000..e69de29 diff --git a/structure/00-preamble.md b/structure/00-preamble.md index 4ec71c0..0bfae07 100644 --- a/structure/00-preamble.md +++ b/structure/00-preamble.md @@ -37,7 +37,7 @@ if (knitr::is_html_output()) { cat("\n") cat("

Créditos

") cat("\n") - cat(paste(rmarkdown::metadata$title, "
", "Copyleft ©", readLines('.metadata/year.txt'), rmarkdown::metadata$author, readLines('.metadata/contact.txt'), sep=' ')) + cat(paste(rmarkdown::metadata$title, "
", "Copyleft ©", readLines('.metadata/year.txt'), rmarkdown::metadata$author, readLines('snippets/contact.txt'), sep=' ')) cat('

') cat(readLines('LICENSE'), sep='\n') cat('

') -- cgit v1.2.3