aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Extract aux/workflow/manpages2html.sh from doc/manpages.shHEADmainEuAndreh2022-02-191-0/+40
|
* 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.
* 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-221-2/+2
| | | | target
* aux/workflow/style.css: Add clearer marking of code blocksEuAndreh2022-01-221-0/+9
|
* aux/workflow/repocheck.sh: Indent outputEuAndreh2022-01-211-2/+6
|
* Add diacritic and spaces to mk{s,d}temp paths to enforce that everything ↵EuAndreh2022-01-201-1/+1
| | | | works with it
* aux/workflow/TODOs.sh: Fix catenation of aux/workflow/preamble.mdEuAndreh2022-01-201-2/+2
|
* aux/workflow/l10n.sh: Wait for trailing pending processesEuAndreh2022-01-191-0/+1
|
* aux/workflow/assert-todos.sh: Use td linter overEuAndreh2022-01-191-48/+1
|
* aux/workflow/TODOs.sh: Use td package over ad-hoc sedEuAndreh2022-01-191-9/+2
|
* 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
|
* aux/workflow/l10n.sh: Generate and consume pofiles in parallelEuAndreh2022-01-181-34/+63
|
* aux/workflow/preamble.md: Add spanish lineEuAndreh2022-01-161-0/+2
|
* aux/workflow/dist.sh: Enforce $VERSION and $DATE from Makefil stay in syncEuAndreh2022-01-161-0/+12
|
* Release v0.3.0v0.3.0EuAndreh2022-01-161-1/+2
|
* aux/workflow/assert-readme.sh: Fix COPYING linkEuAndreh2022-01-151-1/+1
|
* Translate and ship strings in src/locale/*.txtEuAndreh2022-01-151-1/+1
|
* Replace git.euandreh.xyz/xxx with euandreh.xyz/xxx.gitEuAndreh2021-10-112-4/+4
|
* Use po4a for translating src/locale/en.shEuAndreh2021-10-021-2/+2
|
* aux/workflow/: Add <link rel="alternate" for translated CommonMark pagesEuAndreh2021-10-022-4/+33
| | | | Implements #task-43e9d7dd-987a-2f71-629f-28a4cc69be1e.
* aux/workflow/l10n.sh: Update - handle .msg filesEuAndreh2021-09-201-0/+5
|
* aux/workflow/style.css: Spaces over tabsEuAndreh2021-09-131-60/+60
|
* aux/workflow/style.css: Add dark modeEuAndreh2021-09-131-0/+16
|
* aux/workflow/commonmark.sh: Use the same style.css for all commonmark filesEuAndreh2021-09-131-1/+2
|
* aux/workflow/style.css: Center the body and add a max-widthEuAndreh2021-09-131-0/+5
|
* aux/workflow/dist.sh: Use -c flag from sort for simpler if expressionEuAndreh2021-08-281-2/+1
|
* aux/workflow/dist.sh: Run "make clean public dev-check" instead of just two ↵EuAndreh2021-08-281-3/+2
| | | | assert files before tagging and publishing
* aux/workflow/dist.sh: Enforce ascending order of tag numbersEuAndreh2021-08-281-1/+7
|
* aux/workflow/dist.sh: Add prompt to automatically run publishing commandsEuAndreh2021-08-281-1/+10
|
* aux/workflow/dist.sh: Prevent release being made outside the "main" branchEuAndreh2021-08-281-0/+6
|
* aux/workflow/l10n.sh: Print progress message to STDERR instead of STDOUTEuAndreh2021-08-231-1/+1
|
* aux/workflow/repocheck.sh: Run dev-check, adapt scripts that depend on Git repoEuAndreh2021-08-204-7/+14
|
* aux/workflow/public.sh: Make a symlink for favicon.svg instead of a copyEuAndreh2021-08-191-1/+1
|
* aux/workflow/favicon.png: Delete unused fileEuAndreh2021-08-192-2/+2
|
* aux/workflow/repocheck.sh: Add, supersedes aux/workflow/installcheck.shEuAndreh2021-08-192-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.gzEuAndreh2021-08-143-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 filesEuAndreh2021-08-081-0/+5
|
* aux/workflow/public.sh: Remove symlink to toplevel CHANGELOGEuAndreh2021-08-081-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.shEuAndreh2021-08-061-68/+0
|
* Remove extra \\ after | in line breaksEuAndreh2021-07-272-5/+5
| | | | Implements #task-1f103822-c865-254c-f6b6-4968f2fb473e.
* aux/: Stick to 80 columnsEuAndreh2021-07-2710-35/+58
|
* Use tar.xz over tar.gzEuAndreh2021-07-233-5/+5
| | | | git grep -lF tar.gz | xargs sed -i 's/tar\.gz/tar.xz/g'
* aux/workflow/sign-tarballs.sh: Fix attaching signaturesEuAndreh2021-07-231-2/+2
| | | | THe documentation is actually incorrect, and the "v" prefix is needed.
* aux/workflow/commonmark.sh: Read from stdin, write to stdoutEuAndreh2021-07-232-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 PerlEuAndreh2021-07-231-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 linkEuAndreh2021-07-161-1/+1
|
* aux/workflow/l10n.sh: Add --wrapwidth 999 to po2mdEuAndreh2021-07-161-1/+1
|
* aux/workflow/: Add WONTFIX issue classificationEuAndreh2021-07-163-3/+3
|