| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Translate the content with maritacag rather than po4a | EuAndreh | 18 hours | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | ab781e1 moved the manual pages over and left this behind: the i18n target was changed to maritacag(1), but the rule that actually writes the site's translations -- src/i18n.sentinel, emitted by mkdeps.sh -- still shelled out to po4a. So the build kept needing po4a even though nothing else in the fleet did, and the package in pkgs still carried it as an input. --no-update rather than the bare invocation po4a had. Everywhere else in the fleet a build writes translations and never catalogues; "make i18n" is what brings those up to the masters. The old rule did both, which is why the i18n target beside it was a duplicate of it. Byte for byte the same: over a clean checkout, po4a, maritacag and maritacag --no-update each write the identical src/ tree, and none of the three rewrites a catalogue. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BMowJCogxLWcMdVYYhbLpH | ||||
| * | Name the i18n stamp a sentinel | EuAndreh | 44 hours | 1 | -5/+5 |
| | | | | | | | | | | Every other file of its kind here is a sentinel, and .sentinel is what the suffix rules and the .gitignore already spell. One outlier called .stamp meant two names for the one idea. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KxLpaNQThKfMG3ecCJptP9 | ||||
| * | m | EuAndreh | 5 days | 1 | -103/+280 |
| | | |||||
| * | Makefile: Fix dependency tracking of $(captured-assets) | EuAndreh | 2025-05-04 | 1 | -0/+1 |
| | | | | | | Since I can't get deterministic outputs out of mktorrent(1), change torrents from $(captured-assets) to $(dynamic-contents). | ||||
| * | Makefile: Turn "i18n.sentinel" into a standalone "i18n" virtual target | EuAndreh | 2025-05-04 | 1 | -5/+0 |
| | | |||||
| * | mkdeps.sh: Include all translated files in po4a.in | EuAndreh | 2025-05-02 | 1 | -1/+1 |
| | | |||||
| * | Support multiple names for "categories" file | EuAndreh | 2025-05-01 | 1 | -17/+18 |
| | | |||||
| * | mkdeps.sh: Fixup indentation | EuAndreh | 2025-05-01 | 1 | -6/+7 |
| | | |||||
| * | Makefile: Build slide PDFs with shiny new eslaides(1) | EuAndreh | 2025-04-30 | 1 | -0/+9 |
| | | |||||
| * | src/content/pt/hea/categorias.adoc: Adiciona com tradução e funcionamento ↵ | EuAndreh | 2025-04-30 | 1 | -1/+1 |
| | | | | | parcial | ||||
| * | Makefile: Include call to po4a(1) in build | EuAndreh | 2025-04-30 | 1 | -0/+6 |
| | | |||||
| * | mkdeps.sh: Support multiple languages | EuAndreh | 2025-04-30 | 1 | -12/+24 |
| | | |||||
| * | Makefile: Support flac -> ogg conversion and torrent file generation | EuAndreh | 2025-04-29 | 1 | -4/+21 |
| | | |||||
| * | mkdeps.sh, Makefile: Fix generation of correct categories.htmllisting files | EuAndreh | 2025-04-14 | 1 | -2/+4 |
| | | |||||
| * | mkdeps.sh: Simple refactor while adding deps for categories.htmllisting files | EuAndreh | 2025-04-13 | 1 | -18/+42 |
| | | | | | Its contents aren't correct yet, they're still whatever indexbody spits. | ||||
| * | mkdeps.sh: Rename "listings" to "indexes" | EuAndreh | 2025-04-11 | 1 | -12/+12 |
| | | |||||
| * | mkdeps.sh: Put .gz at the beginning of prints | EuAndreh | 2025-04-11 | 1 | -4/+4 |
| | | |||||
| * | mkdeps.sh: Use single sed to create all file.gz dependencies | EuAndreh | 2025-04-11 | 1 | -4/+7 |
| | | |||||
| * | mkdeps.sh: Use --relative-to flag from realpath to simplify normalize() | EuAndreh | 2025-04-11 | 1 | -3/+1 |
| | | |||||
| * | Makefile: Generate a feed per category | EuAndreh | 2025-04-11 | 1 | -16/+21 |
| | | |||||
| * | Makefile: Add "check-unit-updatedat" target | EuAndreh | 2025-04-10 | 1 | -0/+1 |
| | | |||||
| * | Makefile: Normalize unit test target names | EuAndreh | 2025-04-10 | 1 | -1/+1 |
| | | |||||
| * | Makefile, deps.mk, mkdeps.sh: Cosmetic tweaks | EuAndreh | 2025-04-05 | 1 | -0/+1 |
| | | |||||
| * | Makefile: Setup structure to externally archive links | EuAndreh | 2025-04-05 | 1 | -0/+1 |
| | | |||||
| * | Makefile: Add test for internal broken links | EuAndreh | 2025-04-05 | 1 | -0/+2 |
| | | |||||
| * | mkdeps.sh: tabs over spaces | EuAndreh | 2025-04-03 | 1 | -1/+1 |
| | | |||||
| * | Makefile, mkdeps.sh: Derive index.html and feed.xml from more static ↵ | EuAndreh | 2025-03-31 | 1 | -9/+8 |
| | | | | | "sortdata.txt" files | ||||
| * | Makefile, mkdeps.sh: Silent commands that are already too big, and will get ↵ | EuAndreh | 2025-03-30 | 1 | -1/+3 |
| | | | | | bigger | ||||
| * | Makefile: Add compressed snippets files | EuAndreh | 2025-03-30 | 1 | -0/+1 |
| | | |||||
| * | Generate gzipped variation of final output | EuAndreh | 2025-03-08 | 1 | -0/+4 |
| | | |||||
| * | v0 migration to mkwb | EuAndreh | 2024-11-18 | 1 | -0/+81 |
