diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2025-11-22 23:05:07 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2025-11-22 23:05:07 -0300 |
| commit | 929e53322e8417b07a276977b770ad9fd21ab3c5 (patch) | |
| tree | b75e90f3f226f9d327f7f5e2ec631e8846ab3579 /structure/book | |
| parent | 3a9002ecd8adfdb13c28da66cd07b9d09b698c5f (diff) | |
| download | bookup-0.5.2.tar.gz bookup-0.5.2.tar.bz2 | |
Bookup 0.5.20.5.2
Diffstat (limited to 'structure/book')
| -rw-r--r-- | structure/book/en/00-preamble.md | 4 | ||||
| -rw-r--r-- | structure/book/pt-br/00-preamble.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/structure/book/en/00-preamble.md b/structure/book/en/00-preamble.md index 2db371a..e83f82b 100644 --- a/structure/book/en/00-preamble.md +++ b/structure/book/en/00-preamble.md @@ -21,13 +21,13 @@ if (knitr::is_html_output()) { cat(readLines('.metadata/revision.txt'), sep='\n') cat('</em></strong> - compiled at <strong><em>') cat(readLines('.metadata/date.txt'), sep='\n') - cat('</em></strong>.') + cat('</em></strong> using <a href="https://bookup.fluxo.info">Bookup</a>.') cat('<br/>') cat('Older versions available in the <a href="/archive">archive</a>.') cat('<br/>') cat('Follow updates in this book: <a href="/rss.xml">RSS</a> / <a href="/atom.xml">Atom</a>.') cat('<br/>') - cat('Notebook available <a href="/notes">here</a>.') + cat('Notebook available <a href="/notes">here</a>, with a changelog <a href="/notes/changelog.html">here</a>.') cat('<br/><br/>') cat(readLines('snippets/project.txt')) cat(' - ') diff --git a/structure/book/pt-br/00-preamble.md b/structure/book/pt-br/00-preamble.md index 6e92a1c..a79c9ec 100644 --- a/structure/book/pt-br/00-preamble.md +++ b/structure/book/pt-br/00-preamble.md @@ -21,13 +21,13 @@ if (knitr::is_html_output()) { cat(readLines('.metadata/revision.txt'), sep='\n') cat('</em></strong> - compilada em <strong><em>') cat(readLines('.metadata/date.txt'), sep='\n') - cat('</em></strong>.') + cat('</em></strong> usando <a href="https://bookup.fluxo.info">Bookup</a>.') cat('<br/>') cat('Versões anteriores disponíveis no <a href="/archive">arquivo</a>.') cat('<br/>') cat('Acompanhe as atualizações deste livro: <a href="/rss.xml">RSS</a> / <a href="/atom.xml">Atom</a>.') cat('<br/>') - cat('Caderno de anotações disponível <a href="/notes">aqui</a>.') + cat('Caderno de anotações disponível <a href="/notes">aqui</a>, com um registro de mudanças <a href="/notes/changelog.html>aqui</a>.') cat('<br/><br/>') cat(readLines('snippets/project.txt')) cat(' - ') |
