aboutsummaryrefslogtreecommitdiff
path: root/doc/manpages.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-08-06mv aux/workflow/manpages.sh doc/manpages.shEuAndreh1-0/+0
2021-08-05mv tests/tests-lib.sh tests/lib.shEuAndreh3-2/+2
2021-08-02TODOs.md: Add #task-db34da8d-bf61-43ae-b8f0-f2299834a937EuAndreh1-0/+3
2021-08-02TODOs.md: Add #task-54ec4fdc-e2e0-32f6-cca3-45f28c8903a2EuAndreh1-0/+3
2021-07-30Makefile: Keep executable permission of .in suffixed filesEuAndreh1-1/+1
2021-07-30Makefile: Make separation between canonical and personal targets clearEuAndreh1-13/+18
2021-07-28TODOs.md: Mark #task-ab7d98bb-7557-1891-b102-a48942d762be as DOINGEuAndreh1-1/+12
2021-07-27TODOs.md: Mark #task-67a3e4ba-1339-4084-1743-edc261d0cc72 as DONEEuAndreh1-1/+5
2021-07-27TODOs.md: Mark #task-1f103822-c865-254c-f6b6-4968f2fb473e as DONEEuAndreh1-1/+5
2021-07-27Remove extra \\ after | in line breaksEuAndreh6-15/+15
Implements #task-1f103822-c865-254c-f6b6-4968f2fb473e.
2021-07-27aux/: Stick to 80 columnsEuAndreh17-49/+87
2021-07-26TODOs.md: Add #task-1f103822-c865-254c-f6b6-4968f2fb473eEuAndreh1-0/+3
2021-07-26Makefile: Stick to 80 columnsEuAndreh1-8/+11
2021-07-26TODOs.md: Add #task-ab7d98bb-7557-1891-b102-a48942d762beEuAndreh1-0/+3
2021-07-26TODOs.md: Add #task-67a3e4ba-1339-4084-1743-edc261d0cc72EuAndreh1-0/+3
2021-07-26src/, tests/: Stick to 80 columns with 8-chars wide tabsEuAndreh5-20/+52
2021-07-25aux/ci/: Point to /srv/http instead of /srv/gitEuAndreh2-2/+2
2021-07-23TODOs.md: Remove reference to CI logs in ↵EuAndreh1-4/+0
#task-1e18a7cc-1055-bd09-3060-c03292ba583b
2021-07-23Use tar.xz over tar.gzEuAndreh7-124/+124
git grep -lF tar.gz | xargs sed -i 's/tar\.gz/tar.xz/g'
2021-07-23aux/workflow/sign-tarballs.sh: Fix attaching signaturesEuAndreh1-2/+2
THe documentation is actually incorrect, and the "v" prefix is needed.
2021-07-23CHANGELOG.md: Add note on removing dependency on PerlEuAndreh4-0/+33
2021-07-23aux/ci/report.sh: Stop fetching by defaultEuAndreh2-6/+1
2021-07-23aux/workflow/commonmark.sh: Read from stdin, write to stdoutEuAndreh2-50/+30
Also: - aux/workflow/public.sh: Make the toplevel HTML files a symlink to the english versions.
2021-07-23TODOs.md: Mark #task-bf65e50a-b424-9fce-ba8e-fcd6b3bf1c7a as DONEEuAndreh1-1/+5
2021-07-23aux/workflow/TODOs.sh: Remove dependency on PerlEuAndreh6-40/+46
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.
2021-07-23Makefile: Use $(PREFIX) directly over the $(MANPREFIX) variableEuAndreh1-3/+2
2021-07-22TODOs.md: Add #task-bf65e50a-b424-9fce-ba8e-fcd6b3bf1c7aEuAndreh1-0/+3
2021-07-22TODOs.md: Add #task-43e9d7dd-987a-2f71-629f-28a4cc69be1eEuAndreh1-0/+3
2021-07-21TODOs.md: Mark #task-c140c4df-042e-6aa5-2202-c27e707d7eb4 as DONEEuAndreh1-1/+5
2021-07-21README.md: Add dicrectory structure overviewEuAndreh4-27/+163
Implements #task-c140c4df-042e-6aa5-2202-c27e707d7eb4.
2021-07-19TODOs.md: Add #task-c140c4df-042e-6aa5-2202-c27e707d7eb4EuAndreh1-0/+3
2021-07-16aux/workflow/preamble.md: Add #new ID to mailto linkEuAndreh1-1/+1
2021-07-16TODOs.md: Mark #task-37fb45fb-d5d8-5511-2bd3-ebd2c3fee891 as DONEEuAndreh1-1/+5
2021-07-16aux/workflow/l10n.sh: Add --wrapwidth 999 to po2mdEuAndreh1-1/+1
2021-07-16.gitignore: Remove redundant /messages.moEuAndreh1-1/+0
2021-07-16TODOs.md: Mark #task-d1dc781f-8659-b02a-2b52-021528985f7c as WONTFIXEuAndreh1-1/+8
2021-07-16aux/workflow/: Add WONTFIX issue classificationEuAndreh3-3/+3
2021-07-16Makefile: Stick to 80 columns limitEuAndreh1-4/+8
2021-07-16Makefile: Remove redundant markdown dependencies from "public"EuAndreh1-1/+1
2021-07-16Release v0.2.3v0.2.3EuAndreh9-2/+66
2021-07-16TODOs.md: Mark #task-f957647c-df05-c0c1-a38b-2e6faea99b8f as DONEEuAndreh1-1/+5
2021-07-16aux/workflow/l10n.sh: Feed files to mdpo via STDIN instead of the positional ↵EuAndreh1-2/+2
argument After a lot (a lot) of debugging, I've discovered the issue to be with mdpo, and how it behaved differently in an unexpected way when in a pipe instead of being invoked directly. An issue was filled [0] upstream to report problem, but the workaround was enough to address #task-f957647c-df05-c0c1-a38b-2e6faea99b8f. [0]: https://github.com/mondeja/mdpo/issues/159
2021-07-16aux/workflow/l10n.sh: Put positional arguments at the endEuAndreh1-2/+2
2021-07-16aux/ci/git-post-receive.sh: Stop silently overrinding $_EuAndreh1-1/+2
2021-07-16aux/ci/git-post-receive.sh: Emit retrigger instruction even when build failsEuAndreh1-1/+1
2021-07-16aux/ci/: Run sh files with sh instead of ./EuAndreh2-3/+4
2021-07-16aux/ci/: Move Git hook handling from ci-build.sh to git-post-receive.shEuAndreh2-3/+8
BONUS: Log instruction to re-execute build.
2021-07-16aux/workflow/styles.css, aux/ci/ci-build.sh: spaces -> tabsEuAndreh2-43/+43
2021-07-15aux/workflow/style.css: Be less specific on selectors, remove reference to ↵EuAndreh1-7/+2
previous colour pallete
2021-07-15aux/workflow/style.css: Switch colors of INACTIVE and WAITINGEuAndreh1-2/+2