| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
| |
git grep -l tar.xz | xargs -I% sh -c 'sed "s/tar\.xz/tar.gz/g" % | sponge %'
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Keep only the symlink to index.html, as this is the main entrypoint to
the website.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Implements #task-1f103822-c865-254c-f6b6-4968f2fb473e.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
#task-1e18a7cc-1055-bd09-3060-c03292ba583b
|
|
|
|
| |
git grep -lF tar.gz | xargs sed -i 's/tar\.gz/tar.xz/g'
|
|
|
|
| |
THe documentation is actually incorrect, and the "v" prefix is needed.
|
| |
|
| |
|
|
|
|
|
|
| |
Also:
- aux/workflow/public.sh: Make the toplevel HTML files a symlink to the
english versions.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Implements #task-c140c4df-042e-6aa5-2202-c27e707d7eb4.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|