summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
* Document lack of alt text in dehtmlJune McEnroe2021-09-07
| | | | I want to implement this but it requires more complex lexing.
* Add HTML entities used by "legacy" twitterJune McEnroe2021-09-07
|
* Generate bin html for .l files correctlyJune McEnroe2021-09-07
|
* Add dehtmlJune McEnroe2021-09-07
|
* Show about path in page titleJune McEnroe2021-09-06
|
* Add Clay's ArkJune McEnroe2021-09-05
| | | | It's like proto-xenogenesis-series.
* Add comment on how cool understanding old code isJune McEnroe2021-09-01
|
* Publish "V6 pwd"June McEnroe2021-09-01
|
* Use command -v rather than typeJune McEnroe2021-08-25
| | | | | Some shells write to standard error from type when the command is not found. command -v is silent.
* Change liberapay link name to donateJune McEnroe2021-08-23
|
* Add A Desolation Called PeaceJune McEnroe2021-08-21
|
* Add cat alias using lessJune McEnroe2021-08-12
| | | | | Idea is that LESS=FRX makes it the same for short files... But less on OpenBSD behaves weirdly. I'll see.
* Make minute adjustments to causal.agencyJune McEnroe2021-08-12
|
* Add Fugitive TelemetryJune McEnroe2021-07-27
| | | | Felt so short compared to the previous full-length novel.
* Add Sisters of the RevolutionJune McEnroe2021-07-22
| | | | | | | Some good stories but 99% downers. Feels like the editors fell for thinking that "feminist speculative fiction" can only be about suffering. Where are the stories of pride and empowerment? Balance it out, please.
* Strip typer down to copy or reverse modesJune McEnroe2021-07-09
|
* Add patreon to supJune McEnroe2021-07-05
|
* Don't run sctdJune McEnroe2021-06-28
| | | | | Non-daylight aware colour temperature adjustment just doesn't work right.
* Add SAUSAGEJune McEnroe2021-06-26
| | | | lol
* Add Oryx and CrakeJune McEnroe2021-06-22
| | | | | Contemptible protagonist, long and tedious. Would not have ever read Year of the Flood if I had read this one first.
* Use $SHELL -c to run up -c | -t commandsJune McEnroe2021-06-21
| | | | And clean up some other things.
* Merge dash v0.5.11.4June McEnroe2021-06-20
|\
| * Squashed 'bin/dash/' changes from a45870f7..efc7765bJune McEnroe2021-06-20
| | | | | | | | | | | | | | | | | | | | efc7765b Release 0.5.11.4. a5316982 eval: Do not cache value of eflag in evaltree 9e0f6a77 Release 0.5.11.3. 5f770b12 jobs: Only block in waitcmd on first run git-subtree-dir: bin/dash git-subtree-split: efc7765b5d7a4dcd23dbf8fbde35a843f5f222ca
* | sctd more aggressivelyJune McEnroe2021-06-14
| |
* | Set iclower, not icJune McEnroe2021-06-14
| |
* | Publish "seprintf"June McEnroe2021-06-12
| |
* | Remove bubger -t flag from "Mailing List"June McEnroe2021-06-11
| | | | | | | | It can't be used correctly and has been removed.
* | Publish "Sparse Checkout"June McEnroe2021-06-09
| |
* | Stop mpv from dumping coreJune McEnroe2021-06-09
| | | | | | | | ... seriously this software.
* | Generate valid Atom feedsJune McEnroe2021-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes several RFC 4287 violations: > 4.1.1. The "atom:feed" Element > o atom:feed elements MUST contain exactly one atom:id element. > o atom:feed elements SHOULD contain one atom:link element with a rel > attribute value of "self". This is the preferred URI for > retrieving Atom Feed Documents representing this Atom feed. > o atom:feed elements MUST contain exactly one atom:updated element. An atom:id element is generated from cgit_currentfullurl(), and an atom:link element with a rel attribute of "self" is generated with the same URL. An atom:updated element is generated from the date of the first commit in the revision walk. > 4.1.2. The "atom:entry" Element > o atom:entry elements MUST NOT contain more than one atom:content > element. The second atom:content element with the type of "xhtml" is removed. > 4.2.6. The "atom:id" Element > Its content MUST be an IRI, as defined by [RFC3987]. Note that the > definition of "IRI" excludes relative references. Though the IRI > might use a dereferencable scheme, Atom Processors MUST NOT assume it > can be dereferenced. The atom:id elements for commits now use URNs in the "sha1" or "sha256" namespaces. Although these are not registered URN namespaces, they see use in the wild, for instance as part of magnet URIs.
* | Set CGIT_VERSION to "causal agency"June McEnroe2021-06-08
| | | | | | | | This version of cgit is modified and doesn't track upstream releases.
* | Show number of weeks for scalar if evenJune McEnroe2021-06-08
| |
* | Merge commit '5213546273ee798369ff594ad60077f1bef4655e'June McEnroe2021-06-08
|\ \
| * | Squashed 'www/git.causal.agency/cgit/' changes from 55fa25ad..5258c297June McEnroe2021-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5258c297 git: update to v2.32.0 6dbbffe0 git: update to v2.31.1 62eb8db4 md2html: use proper formatting for hr d889cae8 git: update to v2.31.0 4ffadc1e git: update to v2.30.1 bd6f5683 tests: t0107: support older and/or non-GNU tar f69626c6 md2html: use sane_lists extension cef27b67 git: update to v2.30.0 b1739247 git: update to v2.29.2 fe99c76e git: update to v2.29.1 adcc4f82 tests: try with commit-graph a1039ab1 tests: do not copy snapshots to /tmp/ a4de0e81 global: replace hard coded hash length 779631c6 global: replace references to 'sha1' with 'oid' 629659d2 git: update to v2.29.0 205837d4 git: update to v2.28.0 f780396c git: update to v2.27.0 0462f08d git: update to v2.26.0 git-subtree-dir: www/git.causal.agency/cgit git-subtree-split: 5258c297ba6fb604ae1415fbc19a3fe42457e49e
* | | Fetch git .tar.gz for compatibilityJune McEnroe2021-06-08
| | | | | | | | | | | | OpenBSD tar(1) has no -J.
* | | Configure xlockJune McEnroe2021-06-03
| | | | | | | | | | | | | | | The manual page claims that usefirst defaults to off, and yet it doesn't, at least on OpenBSD?
* | | Add top gap in cwmJune McEnroe2021-06-02
| | | | | | | | | | | | | | | A little bothered by having to hardcode this 38 value from the height of the xterm clock window.
* | | Add The Year of the FloodJune McEnroe2021-05-23
| | | | | | | | | | | | Abrupt ending.
* | | Add cwm keys for putting windows in cornersJune McEnroe2021-05-20
| | |
* | | Replace freenode with tilde.chatJune McEnroe2021-05-19
| | | | | | | | | | | | RIP.
* | | Install firefox on OpenBSDJune McEnroe2021-05-17
| | | | | | | | | | | | | | | I feel like I'm using Windows when I open firefox... But it's so hard to get by without it :(
* | | Add All the Birds in the SkyJune McEnroe2021-05-09
| | | | | | | | | | | | | | | The writing style seemed very odd at the beginning. Not sure the end was sastisfying.
* | | Publish "Swans Are Dead"June McEnroe2021-05-05
| | |
* | | Handle missing last names in bibsortJune McEnroe2021-05-04
| | |
* | | Emulate MANSECT for mandoc which lacks itJune McEnroe2021-05-03
| | |
* | | Add ff aliasJune McEnroe2021-05-02
| | |
* | | Alias ag to ag --pagerJune McEnroe2021-05-02
| | |
* | | Add copy mode to typerJune McEnroe2021-04-28
| | |
* | | Remove hnelJune McEnroe2021-04-26
| | | | | | | | | | | | I haven't had a use for it in years.
* | | Draw foundations in reverse orderJune McEnroe2021-04-26
| | |