aboutsummaryrefslogtreecommitdiff
path: root/aux (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* aux/workflow/sign-tarballs.sh: Fix attaching signaturesEuAndreh2021-07-231-2/+2
| | | | THe documentation is actually incorrect, and the "v" prefix is needed.
* aux/ci/report.sh: Stop fetching by defaultEuAndreh2021-07-232-6/+1
|
* 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-232-19/+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
|
* aux/workflow/l10n.sh: Feed files to mdpo via STDIN instead of the positional ↵EuAndreh2021-07-161-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 endEuAndreh2021-07-161-2/+2
|
* aux/ci/git-post-receive.sh: Stop silently overrinding $_EuAndreh2021-07-161-1/+2
|
* aux/ci/git-post-receive.sh: Emit retrigger instruction even when build failsEuAndreh2021-07-161-1/+1
|
* aux/ci/: Run sh files with sh instead of ./EuAndreh2021-07-162-3/+4
|
* aux/ci/: Move Git hook handling from ci-build.sh to git-post-receive.shEuAndreh2021-07-162-3/+8
| | | | BONUS: Log instruction to re-execute build.
* aux/workflow/styles.css, aux/ci/ci-build.sh: spaces -> tabsEuAndreh2021-07-162-43/+43
|
* aux/workflow/style.css: Be less specific on selectors, remove reference to ↵EuAndreh2021-07-151-7/+2
| | | | previous colour pallete
* aux/workflow/style.css: Switch colors of INACTIVE and WAITINGEuAndreh2021-07-151-2/+2
|
* aux/lib.sh: Add mkstemp and mkdtemp, and copy uuid overEuAndreh2021-07-158-12/+59
| | | | | | | | | | | | | | | 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" optionEuAndreh2021-07-151-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 argumentsEuAndreh2021-07-151-47/+36
|
* Add trailing /en/ to all default URLs, and the equivalent for translationsEuAndreh2021-07-153-7/+7
|
* aux/workflow/assert-manpages.sh: Exit with error for unknown languageEuAndreh2021-07-141-1/+12
|
* aux/workflow/TODOs.sh: Move Perl regexes to top-level pipe over nested pipeEuAndreh2021-07-141-3/+4
|
* aux/workflow/TODOs.sh: Order regex definitions by usageEuAndreh2021-07-141-2/+1
|
* aux/workflow/TODOs.sh: Allow tags to appear after the ID markerEuAndreh2021-07-142-2/+2
| | | | Adjust aux/workflow/assert-todos.sh accordingly.
* CHANGELOG.md: Link to the translated page, and to en/ version explicitlyEuAndreh2021-07-142-2/+2
|
* aux/workflow/l10n.sh: Touch $pofile before generating itEuAndreh2021-07-131-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 md2poEuAndreh2021-07-131-1/+1
|
* mv po/* po/LC_MESSAGES/EuAndreh2021-07-131-1/+1
|
* README.md: Remove "released in" text from the releases list, adjust in ↵EuAndreh2021-07-131-1/+1
| | | | aux/workflow/assert-readme.sh
* git mv doc/spelling/ po/EuAndreh2021-07-081-4/+4
|
* aux/workflow/installcheck.sh: Add, call it from MakefileEuAndreh2021-07-071-0/+60
| | | | Implements #task-0b034315-cbd2-6fd6-fd32-9e00a12b7594.
* Put pofiles under po/, use one folder for each translated file.EuAndreh2021-07-072-17/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.mdEuAndreh2021-07-064-33/+57
| | | | | | | | | 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.
* git mv aux/tests-lib.sh tests/EuAndreh2021-06-271-123/+0
|
* aux/guix/manifest.scm: Reorder hunspell, group it with basic packagesEuAndreh2021-06-261-3/+3
|
* aux/workflow/*: Don't inherit global PROJECT_UCEuAndreh2021-06-264-0/+4
|
* aux/workflow/sign-tarballs.sh: Use getopts for argumentsEuAndreh2021-06-262-2/+22
|
* aux/ci/report.sh: Use getopts for argumentsEuAndreh2021-06-263-4/+26
|
* aux/workflow/commonmark.sh: Use getopts for argumentsEuAndreh2021-06-262-16/+48
|
* aux/workflow/TODOs.sh: Use getopts for argumentsEuAndreh2021-06-262-5/+36
|
* aux/workflow/public.sh: Use getopts for argumentsEuAndreh2021-06-261-4/+35
|
* aux/workflow/dist.sh: Use getopts for argumentsEuAndreh2021-06-261-7/+41
|
* aux/workflow/assert-manpages.sh: Use getopts for argumentsEuAndreh2021-06-261-6/+19
|
* aux/workflow/assert-readme.sh: Use getopts for argumentsEuAndreh2021-06-261-4/+24
|
* aux/workflow/assert-spelling.sh: Define assert_arg anywayEuAndreh2021-06-261-4/+8
|
* aux/workflow/assert-changelog.sh: Use getopts for arugmentsEuAndreh2021-06-261-4/+27
|
* aux/workflow/manpages.sh: s/assert/assert_arg/EuAndreh2021-06-261-6/+6
|
* aux/workflow/assert-spelling.sh: Get files as arguments instead of assuming ↵EuAndreh2021-06-261-2/+3
| | | | they're under public/
* aux/workflow/l10n.sh: Mark WARNING message with yellow colorEuAndreh2021-06-261-1/+3
|
* aux/workflow/l10n.sh: mkdir -p doc/poEuAndreh2021-06-261-0/+1
|