Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | aux/workflow/l10n.sh: Feed files to mdpo via STDIN instead of the positional ↵ | EuAndreh | 2021-07-16 | 1 | -2/+2 |
| | | | | | | | | | | | | | argument After a lot (a lot) of debugging, I've discovered the issue to be with mdpo, and how it behaved differently in an unexpected way when in a pipe instead of being invoked directly. An issue was filled [0] upstream to report problem, but the workaround was enough to address #task-f957647c-df05-c0c1-a38b-2e6faea99b8f. [0]: https://github.com/mondeja/mdpo/issues/159 | ||||
* | aux/workflow/l10n.sh: Put positional arguments at the end | EuAndreh | 2021-07-16 | 1 | -2/+2 |
| | |||||
* | aux/workflow/styles.css, aux/ci/ci-build.sh: spaces -> tabs | EuAndreh | 2021-07-16 | 1 | -39/+39 |
| | |||||
* | aux/workflow/style.css: Be less specific on selectors, remove reference to ↵ | EuAndreh | 2021-07-15 | 1 | -7/+2 |
| | | | | previous colour pallete | ||||
* | aux/workflow/style.css: Switch colors of INACTIVE and WAITING | EuAndreh | 2021-07-15 | 1 | -2/+2 |
| | |||||
* | aux/lib.sh: Add mkstemp and mkdtemp, and copy uuid over | EuAndreh | 2021-07-15 | 3 | -9/+15 |
| | | | | | | | | | | | | | | | The tests were relying on the unspecified and non-standartized behaviour of "mktemp". Now they use "mkstemp()", a shim sh function to provide the expected behaviour, and an accompanying "mkdtemp()" function is also defined. To further decouple from specific implementations and OS-behaviours and quirks, a aux/lib.sh file containing both those functions was added. Its purpose is to also allow code under aux/ to not depend on specific behaviour. "mkdtemp()" had to be replicated in aux/ci/ci-build.sh, since it runs outside the repository. | ||||
* | aux/workflow/l10n.sh: Support "-L CONTRIBLANGS" option | EuAndreh | 2021-07-15 | 1 | -6/+14 |
| | | | | | Adjust Makfile to include it and give it both to aux/workflow/l10n.sh and to aux/workflow/public.sh | ||||
* | aux/workflow/assert-manpages.sh: Get input languages and en files as arguments | EuAndreh | 2021-07-15 | 1 | -47/+36 |
| | |||||
* | Add trailing /en/ to all default URLs, and the equivalent for translations | EuAndreh | 2021-07-15 | 3 | -7/+7 |
| | |||||
* | aux/workflow/assert-manpages.sh: Exit with error for unknown language | EuAndreh | 2021-07-14 | 1 | -1/+12 |
| | |||||
* | aux/workflow/TODOs.sh: Move Perl regexes to top-level pipe over nested pipe | EuAndreh | 2021-07-14 | 1 | -3/+4 |
| | |||||
* | aux/workflow/TODOs.sh: Order regex definitions by usage | EuAndreh | 2021-07-14 | 1 | -2/+1 |
| | |||||
* | aux/workflow/TODOs.sh: Allow tags to appear after the ID marker | EuAndreh | 2021-07-14 | 2 | -2/+2 |
| | | | | Adjust aux/workflow/assert-todos.sh accordingly. | ||||
* | CHANGELOG.md: Link to the translated page, and to en/ version explicitly | EuAndreh | 2021-07-14 | 1 | -1/+1 |
| | |||||
* | aux/workflow/l10n.sh: Touch $pofile before generating it | EuAndreh | 2021-07-13 | 1 | -0/+1 |
| | | | | | For some reason, sometimes it doesn't generate the file if it doesnt already exist. | ||||
* | aux/workflow/l10n.sh: Fix --include-codeblocks argument to md2po | EuAndreh | 2021-07-13 | 1 | -1/+1 |
| | |||||
* | mv po/* po/LC_MESSAGES/ | EuAndreh | 2021-07-13 | 1 | -1/+1 |
| | |||||
* | README.md: Remove "released in" text from the releases list, adjust in ↵ | EuAndreh | 2021-07-13 | 1 | -1/+1 |
| | | | | aux/workflow/assert-readme.sh | ||||
* | git mv doc/spelling/ po/ | EuAndreh | 2021-07-08 | 1 | -4/+4 |
| | |||||
* | aux/workflow/installcheck.sh: Add, call it from Makefile | EuAndreh | 2021-07-07 | 1 | -0/+60 |
| | | | | Implements #task-0b034315-cbd2-6fd6-fd32-9e00a12b7594. | ||||
* | Put pofiles under po/, use one folder for each translated file. | EuAndreh | 2021-07-07 | 1 | -17/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an improvement over 67f7c956239a7bc811a1d655d389666048e45fc3, and a final step for #task-7c5cd2aa-6d92-0423-bfa7-81f2e8436586. Now instead of trying to convince po4a and mdpo to work together, each tools gets it own folder and a pofile for each language. This means that if I want to translate files FOO.md and a-dir/BAR.txt to pt and fr, the directory structure of po/ will be: po/ FOO.md/ pt.po fr.po a-dir/ BAR.txt/ pt.po fr.po The po/ folder mirrors the directory structure of the input files, also nesting down directories. This way mdpo can do extration and update on its own way, and po4a can do extraction and update on its on way. The downside is that some translations will be duplicated, because they can appear on more than one file. | ||||
* | Translate CHANGELOG.md adn README.md | EuAndreh | 2021-07-06 | 3 | -32/+56 |
| | | | | | | | | | Partially implements #task-7c5cd2aa-6d92-0423-bfa7-81f2e8436586. As mentioned in the task, instead of making "README.md" as symlink to "README.en.md", "README.md" is kept as it is, as the translated file doesn't need to live in the repository. The same goes for the "CHANGELOG.md" file. |