aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Extract aux/workflow/manpages2html.sh from doc/manpages.shHEADmainEuAndreh2022-02-193-26/+44
|
* aux/workflow/style.css: Customize <pre> and <code> tag colors for dark modeEuAndreh2022-02-191-23/+23
| | | | | | | I had to change the "@media(prefers-color-scheme: black)" block to the end of the file, because otherwise the "pre { background-color: #222; }" inside the block would get overriden by the "pre { background-color: #ddd; }" below.
* TODOs.md: Include external reference to ↵EuAndreh2022-02-191-0/+3
| | | | #td-a5575802-ffe2-8ac5-f7c3-dea3a1e6f0c4.
* aux/workflow/style.css: Add background color for <pre> tagsEuAndreh2022-01-221-3/+10
|
* aux/{workflow/repocheck,ci/ci-build}.sh: Stop redundantly building "public" ↵EuAndreh2022-01-222-3/+3
| | | | target
* aux/workflow/style.css: Add clearer marking of code blocksEuAndreh2022-01-221-0/+9
|
* TODOs.md: Add #td-a5575802-ffe2-8ac5-f7c3-dea3a1e6f0c4EuAndreh2022-01-211-0/+14
|
* TODOs.md: Add description to #td-e8d9a644-ead4-af05-8582-eef22af90633EuAndreh2022-01-211-0/+6
|
* Partially undo 7bb30b4d8ec7fdb24b23b02f04897d9b0480056fEuAndreh2022-01-212-2/+2
| | | | | | | | | | | | Pandoc doesn't handle files with diacritics properly, as can be seen in: $ git notes --ref=refs/notes/ci-logs show 014d4b731abab519c50fe4c7dec94ce1291d2716 | grep pandoc pandoc: /tmp/uuid-tmpname.diacritic and spaces.2e6006db-7196-3795-135a-4a4e5a8e7d4d: openBinaryFile: invalid argument (invalid character) I'll stick with spaces only, and when I eventually replace Pandoc with something smaller and simpler (as seen in #td-e8d9a644-ead4-af05-8582-eef22af90633), I'll return to this issue, and inject diacritics back.
* aux/ci/ci-build.sh: Don't --delete on the 2nd, fallback rsyncEuAndreh2022-01-211-1/+1
|
* aux/workflow/repocheck.sh: Indent outputEuAndreh2022-01-211-2/+6
|
* {aux,tests}/lib.sh: Use UUIDs for tmpnames to remove dependency on m4EuAndreh2022-01-213-5/+2
|
* Add diacritic and spaces to mk{s,d}temp paths to enforce that everything ↵EuAndreh2022-01-205-18/+19
| | | | works with it
* aux/workflow/TODOs.sh: Fix catenation of aux/workflow/preamble.mdEuAndreh2022-01-201-2/+2
|
* TODOs.md: Mark #td-4bf3142e-80fd-bd3b-4bab-f472a7ab6bfd as CANCELLEDEuAndreh2022-01-201-1/+5
|
* TODOs.md: Update requirements for #td-d6adcb7a-5252-d883-2b81-501c6f648214EuAndreh2022-01-201-4/+6
|
* aux/ci/ci-build.sh: Bundle repository and expose it publiclyEuAndreh2022-01-192-0/+4
|
* aux/workflow/l10n.sh: Wait for trailing pending processesEuAndreh2022-01-191-0/+1
|
* TODOs.md: Mark #td-06b21a7e-ccea-55ea-4136-96e27a92f25a as DONEEuAndreh2022-01-191-1/+5
|
* TODOs.md: Mark #td-0c4937c5-fbbd-9ec9-4a23-e71eebf18fee as DONEEuAndreh2022-01-191-2/+3
|
* aux/workflow/assert-todos.sh: Use td linter overEuAndreh2022-01-191-48/+1
|
* TODOs.md: Update #td-0c4937c5-fbbd-9ec9-4a23-e71eebf18fee checklistEuAndreh2022-01-191-1/+1
|
* TODOs.md: Remove <input type="checkbox" /> in favor of "[ ]"EuAndreh2022-01-191-20/+20
|
* TODOs.md: Update #td-0c4937c5-fbbd-9ec9-4a23-e71eebf18fee checklistEuAndreh2022-01-191-1/+3
|
* aux/workflow/TODOs.sh: Use td package over ad-hoc sedEuAndreh2022-01-192-9/+3
|
* aux/workflow/repocheck.sh: Add more duplicates in check for idempotencyEuAndreh2022-01-191-0/+4
|
* aux/workflow/assert-todos.sh: Allow files to be removed from its checkingsEuAndreh2022-01-181-4/+8
|
* Makefile: Run ShellCheck in "dev-check" targetEuAndreh2022-01-181-0/+1
|
* src/git-permalink.in: Add ShellCheck allow-list markersEuAndreh2022-01-181-0/+2
|
* Makefile: Enforce no missing translations in repocheck.sh callEuAndreh2022-01-181-1/+2
|
* aux/workflow/l10n.sh: Generate and consume pofiles in parallelEuAndreh2022-01-181-34/+63
|
* TODOs.md: Add #td-06b21a7e-ccea-55ea-4136-96e27a92f25aEuAndreh2022-01-161-0/+3
|
* README.md: Remove link to graphvizEuAndreh2022-01-164-10/+9
|
* {aux,tests}/lib.sh: Use -n1 instead of -1 for head commandEuAndreh2022-01-162-2/+2
|
* TODOs.md: Check item in #td-d6adcb7a-5252-d883-2b81-501c6f648214EuAndreh2022-01-161-1/+1
|
* aux/workflow/preamble.md: Add spanish lineEuAndreh2022-01-161-0/+2
|
* README.md: Fix link to "remembering" repositoryEuAndreh2022-01-164-31/+55
|
* Release v0.3.1v0.3.1EuAndreh2022-01-169-2/+65
|
* aux/workflow/dist.sh: Enforce $VERSION and $DATE from Makefil stay in syncEuAndreh2022-01-165-0/+48
|
* Replace left-over usage of git.euandreh.xyzEuAndreh2022-01-169-21/+20
|
* Release v0.3.0v0.3.0EuAndreh2022-01-169-11/+74
|
* Makefile: Increase expected instealled files countEuAndreh2022-01-152-66/+83
|
* Finish CHANGELOG.md translationsEuAndreh2022-01-152-90/+118
|
* aux/workflow/assert-readme.sh: Fix COPYING linkEuAndreh2022-01-151-1/+1
|
* Update translationsEuAndreh2022-01-1510-312/+780
|
* doc/manpages.sh: Quote variables inside variable expansion (ShellCheck offense)EuAndreh2022-01-151-3/+3
|
* Makefile: Remove dependency on makefile.svgEuAndreh2022-01-151-1/+1
|
* src/locale/: Add translated messagesEuAndreh2022-01-1530-137/+155
|
* Translate and ship strings in src/locale/*.txtEuAndreh2022-01-1548-561/+503
|
* Makefile: Remove makefile.svgEuAndreh2022-01-133-8/+0
|