Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | aux/workflow/style.css: Add clearer marking of code blocks | EuAndreh | 2022-01-22 | 1 | -0/+9 |
| | |||||
* | Partially undo 7bb30b4d8ec7fdb24b23b02f04897d9b0480056f | EuAndreh | 2022-01-21 | 1 | -1/+1 |
| | | | | | | | | | | | | 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 rsync | EuAndreh | 2022-01-21 | 1 | -1/+1 |
| | |||||
* | aux/workflow/repocheck.sh: Indent output | EuAndreh | 2022-01-21 | 1 | -2/+6 |
| | |||||
* | {aux,tests}/lib.sh: Use UUIDs for tmpnames to remove dependency on m4 | EuAndreh | 2022-01-21 | 2 | -3/+1 |
| | |||||
* | Add diacritic and spaces to mk{s,d}temp paths to enforce that everything ↵ | EuAndreh | 2022-01-20 | 2 | -2/+3 |
| | | | | works with it | ||||
* | aux/workflow/TODOs.sh: Fix catenation of aux/workflow/preamble.md | EuAndreh | 2022-01-20 | 1 | -2/+2 |
| | |||||
* | aux/ci/ci-build.sh: Bundle repository and expose it publicly | EuAndreh | 2022-01-19 | 2 | -0/+4 |
| | |||||
* | aux/workflow/l10n.sh: Wait for trailing pending processes | EuAndreh | 2022-01-19 | 1 | -0/+1 |
| | |||||
* | aux/workflow/assert-todos.sh: Use td linter over | EuAndreh | 2022-01-19 | 1 | -48/+1 |
| | |||||
* | aux/workflow/TODOs.sh: Use td package over ad-hoc sed | EuAndreh | 2022-01-19 | 2 | -9/+3 |
| | |||||
* | aux/workflow/repocheck.sh: Add more duplicates in check for idempotency | EuAndreh | 2022-01-19 | 1 | -0/+4 |
| | |||||
* | aux/workflow/assert-todos.sh: Allow files to be removed from its checkings | EuAndreh | 2022-01-18 | 1 | -4/+8 |
| | |||||
* | aux/workflow/l10n.sh: Generate and consume pofiles in parallel | EuAndreh | 2022-01-18 | 1 | -34/+63 |
| | |||||
* | {aux,tests}/lib.sh: Use -n1 instead of -1 for head command | EuAndreh | 2022-01-16 | 1 | -1/+1 |
| | |||||
* | aux/workflow/preamble.md: Add spanish line | EuAndreh | 2022-01-16 | 1 | -0/+2 |
| | |||||
* | aux/workflow/dist.sh: Enforce $VERSION and $DATE from Makefil stay in sync | EuAndreh | 2022-01-16 | 1 | -0/+12 |
| | |||||
* | Release v0.3.0v0.3.0 | EuAndreh | 2022-01-16 | 1 | -1/+2 |
| | |||||
* | aux/workflow/assert-readme.sh: Fix COPYING link | EuAndreh | 2022-01-15 | 1 | -1/+1 |
| | |||||
* | Translate and ship strings in src/locale/*.txt | EuAndreh | 2022-01-15 | 1 | -1/+1 |
| | |||||
* | Makefile: Remove makefile.svg | EuAndreh | 2022-01-13 | 1 | -2/+0 |
| | |||||
* | Replace git.euandreh.xyz/xxx with euandreh.xyz/xxx.git | EuAndreh | 2021-10-11 | 2 | -4/+4 |
| | |||||
* | Use po4a for translating src/locale/en.sh | EuAndreh | 2021-10-02 | 1 | -2/+2 |
| | |||||
* | aux/workflow/: Add <link rel="alternate" for translated CommonMark pages | EuAndreh | 2021-10-02 | 2 | -4/+33 |
| | | | | Implements #task-43e9d7dd-987a-2f71-629f-28a4cc69be1e. | ||||
* | aux/ci/report.sh: Use { cmd1; cmd2; } > OUT pattern (ShellCheck offense) | EuAndreh | 2021-10-02 | 1 | -3/+5 |
| | |||||
* | aux/workflow/l10n.sh: Update - handle .msg files | EuAndreh | 2021-09-20 | 1 | -0/+5 |
| | |||||
* | Enable darkmode for ci.html and manpages HTML | EuAndreh | 2021-09-20 | 1 | -0/+6 |
| | |||||
* | aux/containers/guix/: Use local clone over remote channel | EuAndreh | 2021-09-20 | 2 | -12/+11 |
| | | | | | | | | | | | | | | In a way, fixes #task-ab7d98bb-7557-1891-b102-a48942d762be. Since libgit2 won't support the "Dumb HTTP" protocol [0], and Guix won't support tarballs as remotes [1], I'll stick to using the -L option, as suggested by Ludovic. This is a much less self-contained solution, but this allows me to finally turn of the Git daemon running on the server in favour of the "Dumb HTTP" repository served as static files on a bare repository. [0]: https://github.com/libgit2/libgit2/issues/4652#issuecomment-390903142 [1]: https://issues.guix.gnu.org/50606 | ||||
* | aux/workflow/style.css: Spaces over tabs | EuAndreh | 2021-09-13 | 1 | -60/+60 |
| | |||||
* | aux/workflow/style.css: Add dark mode | EuAndreh | 2021-09-13 | 1 | -0/+16 |
| | |||||
* | aux/containers/guix/with-container.sh: Use $ENV_CMD for less duplication | EuAndreh | 2021-09-13 | 1 | -5/+3 |
| | |||||
* | mv aux/guix/ aux/containers/ | EuAndreh | 2021-09-13 | 4 | -1/+1 |
| | |||||
* | aux/ci/ci-build.sh: Use aux/with-container, as a symlink to ↵ | EuAndreh | 2021-09-13 | 2 | -2/+3 |
| | | | | aux/guix/with-container.sh | ||||
* | aux/guix/with-container.sh: Remove -p and -C options | EuAndreh | 2021-09-13 | 1 | -6/+0 |
| | | | | | | The with-container.sh file now only has two mode: either interactive by giving it no options, or a non interactive by giving it a single option: the string that is given to "sh -c ...". | ||||
* | aux/workflow/commonmark.sh: Use the same style.css for all commonmark files | EuAndreh | 2021-09-13 | 1 | -1/+2 |
| | |||||
* | aux/workflow/style.css: Center the body and add a max-width | EuAndreh | 2021-09-13 | 1 | -0/+5 |
| | |||||
* | aux/ci/ci-build.sh: Stop generating docker.tar.gz file | EuAndreh | 2021-09-13 | 1 | -5/+0 |
| | |||||
* | aux/workflow/dist.sh: Use -c flag from sort for simpler if expression | EuAndreh | 2021-08-28 | 1 | -2/+1 |
| | |||||
* | aux/workflow/dist.sh: Run "make clean public dev-check" instead of just two ↵ | EuAndreh | 2021-08-28 | 1 | -3/+2 |
| | | | | assert files before tagging and publishing | ||||
* | aux/workflow/dist.sh: Enforce ascending order of tag numbers | EuAndreh | 2021-08-28 | 1 | -1/+7 |
| | |||||
* | aux/workflow/dist.sh: Add prompt to automatically run publishing commands | EuAndreh | 2021-08-28 | 1 | -1/+10 |
| | |||||
* | aux/workflow/dist.sh: Prevent release being made outside the "main" branch | EuAndreh | 2021-08-28 | 1 | -0/+6 |
| | |||||
* | aux/ci/ci-build.sh: Better formatting of final report message | EuAndreh | 2021-08-23 | 1 | -2/+2 |
| | |||||
* | aux/workflow/l10n.sh: Print progress message to STDERR instead of STDOUT | EuAndreh | 2021-08-23 | 1 | -1/+1 |
| | |||||
* | aux/guix/with-container.sh: Increase verbosity when building Docker pack | EuAndreh | 2021-08-23 | 1 | -1/+1 |
| | |||||
* | public/makefile.svg: Start generating it with makefile2graph and graphviz | EuAndreh | 2021-08-23 | 1 | -0/+2 |
| | |||||
* | aux/ci/report.sh: Add missing closing </main> tag | EuAndreh | 2021-08-20 | 1 | -0/+1 |
| | |||||
* | aux/ci/report.sh: Fix inconsistent indentation | EuAndreh | 2021-08-20 | 1 | -1/+1 |
| | |||||
* | aux/ci/report.sh: Put project name at the beginning of the titel | EuAndreh | 2021-08-20 | 1 | -1/+1 |
| | |||||
* | aux/ci/report.sh: Add description metadata, use <ol>, use spaces for HTML | EuAndreh | 2021-08-20 | 1 | -27/+27 |
| |