aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: Also install and uninstall en.sh translationsEuAndreh2021-09-291-9/+11
|
* TODOs.md: Add #td-0c4937c5-fbbd-9ec9-4a23-e71eebf18feeEuAndreh2021-09-291-0/+9
|
* TODOs.md: Add #td-a9ac7e4e-9bec-d8ab-c106-33e05b19012cEuAndreh2021-09-291-0/+3
|
* TODOs.md: Add #td-931167c8-96a9-46eb-63e7-224c5e2be583EuAndreh2021-09-271-0/+3
|
* aux/workflow/l10n.sh: Update - handle .msg filesEuAndreh2021-09-201-0/+5
|
* CHANGELOG.md: Fix link to TODOs taskEuAndreh2021-09-201-1/+1
|
* Enable darkmode for ci.html and manpages HTMLEuAndreh2021-09-202-1/+15
|
* TODOs.md: Mark #task-0c5d9ffc-435e-b395-48ef-29a84bb689e9 as DONEEuAndreh2021-09-201-1/+5
|
* CHANGELOG.md: Document Makefile vars and change in translationEuAndreh2021-09-201-0/+51
|
* Makefile: Remove load-locale-messages.sh in "uninstall" targetEuAndreh2021-09-201-0/+1
|
* Makefile: Include translation files in repocheck.sh countEuAndreh2021-09-201-1/+1
|
* src/locale/: Ignore ShellCheck warningsEuAndreh2021-09-204-0/+5
|
* po/LC_MESSAGES/README.en.md/: Update README.md translationEuAndreh2021-09-203-33/+57
|
* TODOs.md: Mark #task-ab7d98bb-7557-1891-b102-a48942d762be as DONEEuAndreh2021-09-201-1/+5
|
* aux/containers/guix/: Use local clone over remote channelEuAndreh2021-09-202-12/+11
| | | | | | | | | | | | | | In a way, fixes #task-ab7d98bb-7557-1891-b102-a48942d762be. Since libgit2 won't support the "Dumb HTTP" protocol [0], and Guix won't support tarballs as remotes [1], I'll stick to using the -L option, as suggested by Ludovic. This is a much less self-contained solution, but this allows me to finally turn of the Git daemon running on the server in favour of the "Dumb HTTP" repository served as static files on a bare repository. [0]: https://github.com/libgit2/libgit2/issues/4652#issuecomment-390903142 [1]: https://issues.guix.gnu.org/50606
* Adapt installation to new i18n.EuAndreh2021-09-204-209/+106
| | | | | Use the locale files over the locale variables. Adapt the "install" and "uninstall" targets to it, and remove the locale test.
* Rework how translation is doneEuAndreh2021-09-146-9/+115
| | | | | Instead of variables on the code itself, each language gets its own file.
* TODOs.md: Add #task-e9b72107-7dad-0844-d993-503259c729b5EuAndreh2021-09-141-0/+3
|
* src/git-permalink.in: Use ^ beginning of line marker when grepping for ↵EuAndreh2021-09-141-1/+1
| | | | LC_MESSAGEES
* TODOs.md: Mark #task-c88197ce-ade4-2d30-07fb-b52cf004a201 as CANCELLEDEuAndreh2021-09-131-1/+5
|
* aux/workflow/style.css: Spaces over tabsEuAndreh2021-09-131-60/+60
|
* aux/workflow/style.css: Add dark modeEuAndreh2021-09-131-0/+16
|
* aux/containers/guix/with-container.sh: Use $ENV_CMD for less duplicationEuAndreh2021-09-131-5/+3
|
* mv aux/guix/ aux/containers/EuAndreh2021-09-134-1/+1
|
* aux/ci/ci-build.sh: Use aux/with-container, as a symlink to ↵EuAndreh2021-09-132-2/+3
| | | | aux/guix/with-container.sh
* 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/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/ci/ci-build.sh: Stop generating docker.tar.gz fileEuAndreh2021-09-131-5/+0
|
* Makefile: Remove quotes around $(DESTDIR) and $(PREFIX)EuAndreh2021-09-131-6/+6
| | | | | This is because the default paths don't need quotes, and if the user provides a path with spaces, they can provide the quotes.
* Makefile: Put "install"/"uninstall" at the endEuAndreh2021-08-281-4/+4
|
* Makefile: Use empty line break to separate sectionsEuAndreh2021-08-281-2/+2
|
* Makefile: Line break to keep 80 columnsEuAndreh2021-08-281-1/+2
|
* 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-282-5/+4
| | | | 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
|
* TODOs.md: Mark #task-c88197ce-ade4-2d30-07fb-b52cf004a201 as DONEEuAndreh2021-08-241-1/+5
|
* Makefile: Use single quotes around macro expansions for paths and namesEuAndreh2021-08-241-13/+13
|
* TODOs.md: Add #task-c88197ce-ade4-2d30-07fb-b52cf004a201EuAndreh2021-08-241-0/+3
|
* aux/ci/ci-build.sh: Better formatting of final report messageEuAndreh2021-08-231-2/+2
|
* aux/workflow/l10n.sh: Print progress message to STDERR instead of STDOUTEuAndreh2021-08-231-1/+1
|
* aux/guix/with-container.sh: Increase verbosity when building Docker packEuAndreh2021-08-231-1/+1
|
* po/LC_MESSAGES/README.en.md/fr.po: Fix typo newline in link to CHANGELOGEuAndreh2021-08-231-2/+2
|
* README.md: Fix address of makefile.svgEuAndreh2021-08-234-10/+19
|
* public/makefile.svg: Start generating it with makefile2graph and graphvizEuAndreh2021-08-236-1/+59
|
* aux/ci/report.sh: Add missing closing </main> tagEuAndreh2021-08-201-0/+1
|
* aux/ci/report.sh: Fix inconsistent indentationEuAndreh2021-08-201-1/+1
|
* aux/ci/report.sh: Put project name at the beginning of the titelEuAndreh2021-08-201-1/+1
|