| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Implements
- #task-079946ed-7e58-3051-78d6-71ba12342aba
- #task-4a7e02bd-ab82-c628-fa1c-02749c178936
- #task-db34da8d-bf61-43ae-b8f0-f2299834a937
- #task-a0644009-70d7-56ff-c595-ea39fe24dc2b
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|