summaryrefslogtreecommitdiff
path: root/src/content/en (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mEuAndreh14 hours1-3/+3
|
* Spell the attribute names the references useEuAndreh27 hours2-3/+3
| | | | | | | | | | | adoc(5) 8 makes a reference to an unset attribute an error (E4), so three long-standing typos that asciidoctor passed through as literal text now stop the build: "{empy}" for "{empty}", "{ssmpt}" for the declared "{ssmtp}", and a declaration of "app-store-rolllout" that nothing could reference. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015bWfjj7PP24iF5MqFHmdeC
* Write definition lists the way adoc(5) doesEuAndreh44 hours1-7/+7
| | | | | | | | | | | | | | | | | The page makes a definition list a term line --- ":: term" at the head of the line, like every other block construct --- and a mid-line "::" ordinary text. These pages were written in the trailing "term::" form, which is AsciiDoc's and which the page replaced to remove a footgun: prose reading "the a :: b thing" parsed as a definition. The rendering does not change, except where it was wrong. The trailing form folded an indented continuation into the term, so a term's bold ran on over its own definition and, in a few pages, the definition's first line came out after its second. Those read correctly now. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015bWfjj7PP24iF5MqFHmdeC
* mEuAndreh5 days16-433/+563
|
* Makefile: Fix dependency tracking of $(captured-assets)EuAndreh2025-05-043-1/+0
| | | | | Since I can't get deterministic outputs out of mktorrent(1), change torrents from $(captured-assets) to $(dynamic-contents).
* Support multiple names for "categories" fileEuAndreh2025-05-0110-5/+5
|
* src/content/en/slide/: Update to WIP content format of eslaides(1)EuAndreh2025-04-302-410/+263
|
* Makefile: Build slide PDFs with shiny new eslaides(1)EuAndreh2025-04-302-2/+2
|
* src/content/en/slide/: Move existing slide files to appropriate locationEuAndreh2025-04-302-30/+2
|
* src/content/pt/hea/categorias.adoc: Adiciona com tradução e funcionamento ↵EuAndreh2025-04-305-0/+5
| | | | parcial
* src/content/en/: Unpluralize collection namesEuAndreh2025-04-3065-1/+1
|
* Setup basic gettext and po4a setupEuAndreh2025-04-291-1/+1
|
* Makefile: Support flac -> ogg conversion and torrent file generationEuAndreh2025-04-294-0/+1
|
* src/content/en/tils/2020/12/29/svg.adoc: Fix local "link:"EuAndreh2025-04-181-1/+1
| | | | | | | Caught by "make check"! I didn't commit this before only because I wasn't running the tests, only the build. nice
* git mv src/content/* src/content/en/EuAndreh2025-04-1886-0/+8248