aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
mainExtract aux/workflow/manpages2html.sh from doc/manpages.shEuAndreh4 years
 
TagDownloadAuthorAge
v0.3.1git-permalink-0.3.1.tar.gz  git-permalink-0.3.1.tar.xz  EuAndreh4 years
v0.3.0git-permalink-0.3.0.tar.gz  git-permalink-0.3.0.tar.xz  EuAndreh4 years
v0.2.3git-permalink-0.2.3.tar.gz  git-permalink-0.2.3.tar.xz  EuAndreh5 years
v0.2.2git-permalink-0.2.2.tar.gz  git-permalink-0.2.2.tar.xz  EuAndreh5 years
v0.2.1git-permalink-0.2.1.tar.gz  git-permalink-0.2.1.tar.xz  EuAndreh5 years
v0.2.0git-permalink-0.2.0.tar.gz  git-permalink-0.2.0.tar.xz  EuAndreh5 years
v0.1.0git-permalink-0.1.0.tar.gz  git-permalink-0.1.0.tar.xz  EuAndreh5 years
 
AgeCommit messageAuthorFilesLines
2022-02-19Extract aux/workflow/manpages2html.sh from doc/manpages.shHEADmainEuAndreh3-26/+44
2022-02-19aux/workflow/style.css: Customize <pre> and <code> tag colors for dark mode•••I had to change the "@media(prefers-color-scheme: black)" block to the end of the file, because otherwise the "pre { background-color: #222; }" inside the block would get overriden by the "pre { background-color: #ddd; }" below. EuAndreh1-23/+23
2022-02-19TODOs.md: Include external reference to #td-a5575802-ffe2-8ac5-f7c3-dea3a1e6f...EuAndreh1-0/+3
2022-01-22aux/workflow/style.css: Add background color for <pre> tagsEuAndreh1-3/+10
2022-01-22aux/{workflow/repocheck,ci/ci-build}.sh: Stop redundantly building "public" t...EuAndreh2-3/+3
2022-01-22aux/workflow/style.css: Add clearer marking of code blocksEuAndreh1-0/+9
2022-01-21TODOs.md: Add #td-a5575802-ffe2-8ac5-f7c3-dea3a1e6f0c4EuAndreh1-0/+14
2022-01-21TODOs.md: Add description to #td-e8d9a644-ead4-af05-8582-eef22af90633EuAndreh1-0/+6
2022-01-21Partially undo 7bb30b4d8ec7fdb24b23b02f04897d9b0480056f•••Pandoc doesn't handle files with diacritics properly, as can be seen in: $ git notes --ref=refs/notes/ci-logs show 014d4b731abab519c50fe4c7dec94ce1291d2716 | grep pandoc pandoc: /tmp/uuid-tmpname.diacritic and spaces.2e6006db-7196-3795-135a-4a4e5a8e7d4d: openBinaryFile: invalid argument (invalid character) I'll stick with spaces only, and when I eventually replace Pandoc with something smaller and simpler (as seen in #td-e8d9a644-ead4-af05-8582-eef22af90633), I'll return to this issue, and inject diacritics back. EuAndreh2-2/+2
2022-01-21aux/ci/ci-build.sh: Don't --delete on the 2nd, fallback rsyncEuAndreh1-1/+1
[...]