| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | m | EuAndreh | 14 hours | 1 | -1/+1 |
| | | |||||
| * | Translate the manual pages with maritacag rather than po4a | EuAndreh | 42 hours | 1 | -1/+1 |
| | | | | | | | | | | | | | | The pages and the catalogues are the same either way --- maritacag reads po4a's own configuration file and writes what po4a writes --- so this is the toolchain swap alone: the po4a invocations become maritacag, meta.txt drops the po4a external and declares maritacag as an internal dependency. See maritacag(7TODOs) for the fleetwide plan and what it was held to. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BMowJCogxLWcMdVYYhbLpH | ||||
| * | m | EuAndreh | 5 days | 1 | -440/+75 |
| | | |||||
| * | Makefile: delete extraneous files when installing | EuAndreh | 2026-06-11 | 1 | -2/+2 |
| | | | | | * Makefile (install): Add the --delete flag to the rsync(1) call. | ||||
| * | Makefile: Rename "check-unit-symlinks" -> "check-unit-links-symlinks" | EuAndreh | 2025-05-05 | 1 | -2/+2 |
| | | |||||
| * | Makefile: Fix missing test dependencies | EuAndreh | 2025-05-05 | 1 | -1/+2 |
| | | |||||
| * | Makefile: Only write the public key when we have it locally | EuAndreh | 2025-05-05 | 1 | -1/+1 |
| | | |||||
| * | Makefile: Fix dependency tracking of $(captured-assets) | EuAndreh | 2025-05-04 | 1 | -19/+25 |
| | | | | | | 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/+5 |
| | | |||||
| * | Makefile: move empty symlink dirs to src/linkonly-dirs.txt | EuAndreh | 2025-05-01 | 1 | -5/+1 |
| | | |||||
| * | Support multiple src/headers.txt links | EuAndreh | 2025-05-01 | 1 | -1/+1 |
| | | |||||
| * | Support multiple names for "categories" file | EuAndreh | 2025-05-01 | 1 | -2/+2 |
| | | |||||
| * | Makefile: Add test for valid key expiration date | EuAndreh | 2025-04-30 | 1 | -1/+13 |
| | | |||||
| * | Makefile: Add "de" to security.txt | EuAndreh | 2025-04-30 | 1 | -1/+1 |
| | | |||||
| * | Makefile: Build slide PDFs with shiny new eslaides(1) | EuAndreh | 2025-04-30 | 1 | -1/+12 |
| | | |||||
| * | Makefile: Include call to po4a(1) in build | EuAndreh | 2025-04-30 | 1 | -0/+5 |
| | | |||||
| * | Makefile: No need to remove non-generated *.mo files | EuAndreh | 2025-04-30 | 1 | -1/+0 |
| | | |||||
| * | mkdeps.sh: Support multiple languages | EuAndreh | 2025-04-30 | 1 | -7/+7 |
| | | |||||
| * | Setup basic gettext and po4a setup | EuAndreh | 2025-04-29 | 1 | -0/+1 |
| | | |||||
| * | Makefile: Add sitemap.xml | EuAndreh | 2025-04-29 | 1 | -3/+24 |
| | | |||||
| * | src/content/img/: Adjust light/dark mode SVGs | EuAndreh | 2025-04-29 | 1 | -0/+1 |
| | | |||||
| * | Makefile: Support flac -> ogg conversion and torrent file generation | EuAndreh | 2025-04-29 | 1 | -1/+12 |
| | | |||||
| * | Makefile: Reify $(captured-assets) into variable | EuAndreh | 2025-04-29 | 1 | -1/+6 |
| | | |||||
| * | src/symlinks.txt: Add bulk of top of mind compat symlinks | EuAndreh | 2025-04-29 | 1 | -1/+8 |
| | | |||||
| * | Makefile: Add "check-unit-links" target | EuAndreh | 2025-04-18 | 1 | -0/+10 |
| | | |||||
| * | src/content/{index.html,security.txt}: Create from src/symlinks.txt | EuAndreh | 2025-04-18 | 1 | -5/+0 |
| | | |||||
| * | Makefile: Add symlinked files to install target | EuAndreh | 2025-04-18 | 1 | -2/+2 |
| | | |||||
| * | Makefile: Generate .gitignore and $(side-assets) list for symlinks | EuAndreh | 2025-04-18 | 1 | -16/+9 |
| | | |||||
| * | git mv src/content/* src/content/en/ | EuAndreh | 2025-04-18 | 1 | -1/+1 |
| | | |||||
| * | Makefile: Remove security.txt.gz | EuAndreh | 2025-04-18 | 1 | -5/+1 |
| | | | | | | Rely on the security.txt -> .well-known/security.txt redirect, and then exploit the fact that .well-known/security.txt.gz exists. | ||||
| * | src/symlinks.txt: Setup symlinking with some manually added entries | EuAndreh | 2025-04-18 | 1 | -0/+20 |
| | | |||||
| * | git mv src/content/public.asc src/content/public.asc.txt | EuAndreh | 2025-04-18 | 1 | -1/+1 |
| | | |||||
| * | src/content/tils/index.adoc: Recover introduction of TIL page listing | EuAndreh | 2025-04-17 | 1 | -1/+1 |
| | | |||||
| * | Makefile: Remove suffix rule for index.htmllisting | EuAndreh | 2025-04-14 | 1 | -5/+8 |
| | | |||||
| * | mkdeps.sh, Makefile: Fix generation of correct categories.htmllisting files | EuAndreh | 2025-04-14 | 1 | -23/+27 |
| | | |||||
| * | mkdeps.sh: Simple refactor while adding deps for categories.htmllisting files | EuAndreh | 2025-04-13 | 1 | -11/+13 |
| | | | | | Its contents aren't correct yet, they're still whatever indexbody spits. | ||||
| * | mkdeps.sh: Rename "listings" to "indexes" | EuAndreh | 2025-04-11 | 1 | -9/+9 |
| | | |||||
| * | Makefile: Check both link: and image: | EuAndreh | 2025-04-11 | 1 | -2/+3 |
| | | |||||
| * | Makefile: Generate a feed per category | EuAndreh | 2025-04-11 | 1 | -34/+58 |
| | | |||||
| * | Makefile: Add "check-unit-updatedat" target | EuAndreh | 2025-04-10 | 1 | -1/+10 |
| | | |||||
| * | Makefile: Normalize unit test target names | EuAndreh | 2025-04-10 | 1 | -6/+6 |
| | | |||||
| * | Makefile: Update to mkwb(1) that supports sort=0 | EuAndreh | 2025-04-10 | 1 | -1/+1 |
| | | |||||
| * | Makefile(tweak): Add missing space before ">" | EuAndreh | 2025-04-09 | 1 | -1/+1 |
| | | |||||
| * | Makefile: Prefix unit-test targets with "check-unit" | EuAndreh | 2025-04-06 | 1 | -5/+5 |
| | | |||||
| * | Makefile: Less verbose on xargs | EuAndreh | 2025-04-06 | 1 | -1/+1 |
| | | |||||
| * | Makefile: Add test for checking unsorted articles | EuAndreh | 2025-04-05 | 1 | -1/+17 |
| | | |||||
| * | Makefile, deps.mk, mkdeps.sh: Cosmetic tweaks | EuAndreh | 2025-04-05 | 1 | -2/+2 |
| | | |||||
| * | Makefile: Add missing dependency for refresheable files gz | EuAndreh | 2025-04-05 | 1 | -0/+2 |
| | | |||||
| * | Makefile: Setup structure to externally archive links | EuAndreh | 2025-04-05 | 1 | -1/+8 |
| | | |||||
| * | Makefile: Add test for internal broken links | EuAndreh | 2025-04-05 | 1 | -2/+20 |
| | | |||||
