aboutsummaryrefslogtreecommitdiff
path: root/aux/guix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mv aux/guix/ aux/containers/EuAndreh2021-09-133-48/+0
|
* aux/guix/with-container.sh: Remove -p and -C optionsEuAndreh2021-09-131-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/guix/with-container.sh: Increase verbosity when building Docker packEuAndreh2021-08-231-1/+1
|
* public/makefile.svg: Start generating it with makefile2graph and graphvizEuAndreh2021-08-231-0/+2
|
* aux/ci/ci-build.sh: Publish Docker image of the latest environmentEuAndreh2021-08-131-0/+3
|
* aux/: Stick to 80 columnsEuAndreh2021-07-272-2/+3
|
* aux/workflow/TODOs.sh: Remove dependency on PerlEuAndreh2021-07-231-1/+0
| | | | | | | | | | | | 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/lib.sh: Add mkstemp and mkdtemp, and copy uuid overEuAndreh2021-07-151-0/+1
| | | | | | | | | | | | | | | 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.
* Put pofiles under po/, use one folder for each translated file.EuAndreh2021-07-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-061-1/+1
| | | | | | | | | 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.
* aux/guix/manifest.scm: Reorder hunspell, group it with basic packagesEuAndreh2021-06-261-3/+3
|
* aux/guix/manifest.scm: Use hunspell insted of hunspell-iconvEuAndreh2021-06-251-1/+1
|
* aux/workflow/assert-spelling.sh: Add; init dictionaries; fix spellingEuAndreh2021-06-251-1/+7
| | | | | | - aux/workflow/l10n.sh: fix handling of $@; - Makefile: remove circular dependency between dev-check and public by adding the "l10n-gen" target.
* aux/guix/with-container.sh: Remove -x sh optionEuAndreh2021-06-231-1/+1
|
* aux/guix/manifest.scm: Add glibc for the "locale" commandEuAndreh2021-06-211-1/+2
|
* Leverage po4a to translate manpagesEuAndreh2021-06-191-1/+3
|
* aux/guix/manifest.scm: Remove unused packagesEuAndreh2021-06-141-3/+0
|
* aux/: Update filesEuAndreh2021-06-121-1/+1
|
* aux/: Update filesEuAndreh2021-06-111-6/+6
|
* Add base skeleton project filesEuAndreh2021-03-213-0/+41