| Commit message (Expand) | Author | Age | Files | Lines |
| * | mv aux/guix/ aux/containers/ | EuAndreh | 2021-09-13 | 3 | -48/+0 |
| * | aux/guix/with-container.sh: Remove -p and -C options•••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 ...".
| EuAndreh | 2021-09-13 | 1 | -6/+0 |
| * | aux/guix/with-container.sh: Increase verbosity when building Docker pack | EuAndreh | 2021-08-23 | 1 | -1/+1 |
| * | public/makefile.svg: Start generating it with makefile2graph and graphviz | EuAndreh | 2021-08-23 | 1 | -0/+2 |
| * | aux/ci/ci-build.sh: Publish Docker image of the latest environment | EuAndreh | 2021-08-13 | 1 | -0/+3 |
| * | aux/: Stick to 80 columns | EuAndreh | 2021-07-27 | 2 | -2/+3 |
| * | aux/workflow/TODOs.sh: Remove dependency on Perl•••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.
| EuAndreh | 2021-07-23 | 1 | -1/+0 |
| * | aux/lib.sh: Add mkstemp and mkdtemp, and copy uuid over•••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.
| EuAndreh | 2021-07-15 | 1 | -0/+1 |
| * | Put pofiles under po/, use one folder for each translated file.•••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.
| EuAndreh | 2021-07-07 | 1 | -0/+1 |
| * | Translate CHANGELOG.md adn README.md•••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.
| EuAndreh | 2021-07-06 | 1 | -1/+1 |
| * | aux/guix/manifest.scm: Reorder hunspell, group it with basic packages | EuAndreh | 2021-06-26 | 1 | -3/+3 |
| * | aux/guix/manifest.scm: Use hunspell insted of hunspell-iconv | EuAndreh | 2021-06-25 | 1 | -1/+1 |
| * | aux/workflow/assert-spelling.sh: Add; init dictionaries; fix spelling•••- aux/workflow/l10n.sh: fix handling of $@;
- Makefile: remove circular dependency between dev-check and public by
adding the "l10n-gen" target.
| EuAndreh | 2021-06-25 | 1 | -1/+7 |
| * | aux/guix/with-container.sh: Remove -x sh option | EuAndreh | 2021-06-23 | 1 | -1/+1 |
| * | aux/guix/manifest.scm: Add glibc for the "locale" command | EuAndreh | 2021-06-21 | 1 | -1/+2 |
| * | Leverage po4a to translate manpages | EuAndreh | 2021-06-19 | 1 | -1/+3 |
| * | aux/guix/manifest.scm: Remove unused packages | EuAndreh | 2021-06-14 | 1 | -3/+0 |
| * | aux/: Update files | EuAndreh | 2021-06-12 | 1 | -1/+1 |
| * | aux/: Update files | EuAndreh | 2021-06-11 | 1 | -6/+6 |
| * | Add base skeleton project files | EuAndreh | 2021-03-21 | 3 | -0/+41 |