Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extract aux/workflow/manpages2html.sh from doc/manpages.shHEADmain | EuAndreh | 2022-02-19 | 1 | -0/+40 |
| | |||||
* | aux/workflow/style.css: Customize <pre> and <code> tag colors for dark mode | EuAndreh | 2022-02-19 | 1 | -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. | ||||
* | aux/workflow/style.css: Add background color for <pre> tags | EuAndreh | 2022-01-22 | 1 | -3/+10 |
| | |||||
* | aux/{workflow/repocheck,ci/ci-build}.sh: Stop redundantly building "public" ↵ | EuAndreh | 2022-01-22 | 1 | -2/+2 |
| | | | | target | ||||
* | aux/workflow/style.css: Add clearer marking of code blocks | EuAndreh | 2022-01-22 | 1 | -0/+9 |
| | |||||
* | aux/workflow/repocheck.sh: Indent output | EuAndreh | 2022-01-21 | 1 | -2/+6 |
| | |||||
* | Add diacritic and spaces to mk{s,d}temp paths to enforce that everything ↵ | EuAndreh | 2022-01-20 | 1 | -1/+1 |
| | | | | works with it | ||||
* | aux/workflow/TODOs.sh: Fix catenation of aux/workflow/preamble.md | EuAndreh | 2022-01-20 | 1 | -2/+2 |
| | |||||
* | 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 | 1 | -9/+2 |
| | |||||
* | 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/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 |
| | |||||
* | 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/workflow/l10n.sh: Update - handle .msg files | EuAndreh | 2021-09-20 | 1 | -0/+5 |
| | |||||
* | 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/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/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/workflow/l10n.sh: Print progress message to STDERR instead of STDOUT | EuAndreh | 2021-08-23 | 1 | -1/+1 |
| | |||||
* | aux/workflow/repocheck.sh: Run dev-check, adapt scripts that depend on Git repo | EuAndreh | 2021-08-20 | 4 | -7/+14 |
| | |||||
* | aux/workflow/public.sh: Make a symlink for favicon.svg instead of a copy | EuAndreh | 2021-08-19 | 1 | -1/+1 |
| | |||||
* | aux/workflow/favicon.png: Delete unused file | EuAndreh | 2021-08-19 | 2 | -2/+2 |
| | |||||
* | aux/workflow/repocheck.sh: Add, supersedes aux/workflow/installcheck.sh | EuAndreh | 2021-08-19 | 2 | -61/+183 |
| | | | | | | | | Implements - #task-079946ed-7e58-3051-78d6-71ba12342aba - #task-4a7e02bd-ab82-c628-fa1c-02749c178936 - #task-db34da8d-bf61-43ae-b8f0-f2299834a937 - #task-a0644009-70d7-56ff-c595-ea39fe24dc2b | ||||
* | Revert back to .tar.gz | EuAndreh | 2021-08-14 | 3 | -5/+5 |
| | | | | git grep -l tar.xz | xargs -I% sh -c 'sed "s/tar\.xz/tar.gz/g" % | sponge %' | ||||
* | aux/workflow/l10n.sh: Support .html files | EuAndreh | 2021-08-08 | 1 | -0/+5 |
| | |||||
* | aux/workflow/public.sh: Remove symlink to toplevel CHANGELOG | EuAndreh | 2021-08-08 | 1 | -1/+0 |
| | | | | | Keep only the symlink to index.html, as this is the main entrypoint to the website. | ||||
* | mv aux/workflow/manpages.sh doc/manpages.sh | EuAndreh | 2021-08-06 | 1 | -68/+0 |
| | |||||
* | Remove extra \\ after | in line breaks | EuAndreh | 2021-07-27 | 2 | -5/+5 |
| | | | | Implements #task-1f103822-c865-254c-f6b6-4968f2fb473e. | ||||
* | aux/: Stick to 80 columns | EuAndreh | 2021-07-27 | 10 | -35/+58 |
| | |||||
* | Use tar.xz over tar.gz | EuAndreh | 2021-07-23 | 3 | -5/+5 |
| | | | | git grep -lF tar.gz | xargs sed -i 's/tar\.gz/tar.xz/g' | ||||
* | aux/workflow/sign-tarballs.sh: Fix attaching signatures | EuAndreh | 2021-07-23 | 1 | -2/+2 |
| | | | | THe documentation is actually incorrect, and the "v" prefix is needed. | ||||
* | aux/workflow/commonmark.sh: Read from stdin, write to stdout | EuAndreh | 2021-07-23 | 2 | -50/+30 |
| | | | | | | Also: - aux/workflow/public.sh: Make the toplevel HTML files a symlink to the english versions. | ||||
* | aux/workflow/TODOs.sh: Remove dependency on Perl | EuAndreh | 2021-07-23 | 1 | -18/+18 |
| | | | | | | | | | | | | I've replaced the Perl usage for doing regexes with plain sed. Implements #task-bf65e50a-b424-9fce-ba8e-fcd6b3bf1c7a. Also: - README.md: remove Perl from the list of tools required; - po/LC_MESSAGES/README.en.md/*.po: translate the update on required tools; - aux/guix/manifest.scm: remove Perl package. | ||||
* | aux/workflow/preamble.md: Add #new ID to mailto link | EuAndreh | 2021-07-16 | 1 | -1/+1 |
| | |||||
* | aux/workflow/l10n.sh: Add --wrapwidth 999 to po2md | EuAndreh | 2021-07-16 | 1 | -1/+1 |
| | |||||
* | aux/workflow/: Add WONTFIX issue classification | EuAndreh | 2021-07-16 | 3 | -3/+3 |
| |