summary refs log tree commit diff
path: root/www (unfollow)
Commit message (Collapse)Author
2022-01-14Add The Galaxy, and the Ground WithinJune McEnroe
No, I am still rating these out of three. I love this so much.
2022-01-13Publish "Albums 2021"June McEnroe
I'm on caesar number three yo.
2022-01-12Add LWN to supJune McEnroe
2022-01-12Publish "Books 2021"June McEnroe
2022-01-09Add tildegit (gitea) to supJune McEnroe
2022-01-08Publish "Desert Island Discs"June McEnroe
2022-01-08Publish "Topics"June McEnroe
2022-01-04Update dash generated autoconf filesJune McEnroe
Hate this.
2022-01-03Generate RFC bibliographic blocks from JSONJune McEnroe
2022-01-02Remove sudo/doas from install scriptJune McEnroe
Now that everything requires root anyway, just run the script as root.
2022-01-02Remove attempt to automatically install MacPortsJune McEnroe
It didn't really work on a new machine, and the version needs to be updated. I'll just do it manually.
2022-01-02Update GPL header template copyright yearsJune McEnroe
2022-01-02Call CHECK_DECL on stat64Herbert Xu
On macOS it is possible to find stat64 at link-time but not at compile-time. To make the build process more robust we should check for the header file as well as the library. Reported-by: Saagar Jha <saagar@saagarjha.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2021-12-31Add The City in the Middle of the NightJune McEnroe
Sophie is a fucking idiot jfc. She doesn't even get a redemption she's just bad all the way to the end.
2021-12-11Remove donate linkJune McEnroe
2021-12-11Remove Liberapay buttonsJune McEnroe
2021-12-07Update git author nameJune McEnroe
It seems this name has stuck.
2021-12-03Show weeks plus daysJune McEnroe
2021-12-02Add Six Months, Three Days, Five OthersJune McEnroe
An impressive amount of these short stories are actual stories with beginnings, middles and ends! Well done! The last little side story of All the Birds in the Sky is cute.
2021-11-28Use noinput, nounput options in lex filesJune McEnroe
2021-11-22Add SorrowlandJune McEnroe
Good, but slow.
2021-11-13Add My Pal Foot FootJune McEnroe
Interesting.
2021-11-03Update my little description of myselfJune McEnroe
lol sorry FreeBSD.
2021-11-03Add A Psalm for the Wild-BuiltJune McEnroe
2021-10-30Publish "Names"June McEnroe
2021-10-29Add PiranesiJune McEnroe
What an interesting one!
2021-10-25Bounds check color indexesJune McEnroe
2021-10-24Only match first Nm for feedJune McEnroe
2021-10-22Add BerserkJune McEnroe
I had reserved this at the library like half a damn year ago after enjoying the anime, just to see if I'd like to read the manga. The answer is not really. Also such a huge and hefty book for so little reading.
2021-10-20Only output style attribute if necessaryJune McEnroe
2021-10-20Run shotty after ptee in up -tJune McEnroe
To avoid shotty warnings for unhandled sequences interfering with the screen.
2021-10-20Fix showing cursor with default colorsJune McEnroe
2021-10-20Add entire 256-color palette to shotty -iJune McEnroe
2021-10-20Ignore XTWINOPS in shottyJune McEnroe
2021-10-20Add A Wizard of EarthseaJune McEnroe
Meh.
2021-10-18Revert "Add shotty -t to animate (crudely) between snapshots"June McEnroe
This reverts commit 0fc730ec8e058607b05185e1a36b22615ffbae40. It's mostly irrelevant to how shotty actually functions so I think it would be better done externally. Reverting just to keep the dumb JavaScript in history.
2021-10-18Add shotty -t to animate (crudely) between snapshotsJune McEnroe
2021-10-18Add ptee -t to output media copy at an intervalJune McEnroe
2021-10-18Swap functions of ^Q and ^S in pteeJune McEnroe
2021-10-18Add shotty -i to output inline colorsJune McEnroe
2021-10-18Remove leftover scheme.h targetJune McEnroe
2021-10-18Cite ctlseqs.ms and UTF-8June McEnroe
2021-10-18Skip DECKP* in lexerJune McEnroe
2021-10-18Add meta charset to up -t outputJune McEnroe
2021-10-18Rewrite shotty with lexJune McEnroe
So much cleaner!
2021-10-17Remove capsicum support from upJune McEnroe
2021-10-15Fix nested Bl-compact CSS rulesJune McEnroe
2021-10-14Add meta viewport tags to bin htmlJune McEnroe
2021-10-13Set bin WEBROOT to /var/wwwJune McEnroe
2021-10-11Add Knee Play 1June McEnroe
of these UIs to detect renames. This feature is needed only for commits that rename the path we're interested in. For commits before the file has been renamed (i.e. that appear later in the log list) we change the file path in the links from the log to point to the old name; this means that links to commits always limit by the path known to that commit. If we didn't do this we would need to walk down the log diff'ing every commit whenever we want to show a commit. The drawback is that the "Log" link in the top bar of such a page links to the log limited by the old name, so it will only show pre-rename commits. I consider this a reasonable trade-off since the "Back" button still works and the log matches the path displayed in the top bar. Since following renames requires running diff on every commit we consider, I've added a knob to the configuration file to globally enable/disable this feature. Note that we may consider a large number of commits the revision walking machinery no longer performs any path limitation so we have to examine every commit until we find a page full of commits that affect the target path or something related to it. Suggested-by: René Neumann <necoro@necoro.eu> Signed-off-by: John Keeping <john@keeping.me.uk> 2015-08-12shared: make cgit_diff_tree_cb publicJohn Keeping This will allow us to use this nice wrapper function elsewhere, avoiding dealing with the diff queue when we only need to inspect a filepair. Signed-off-by: John Keeping <john@keeping.me.uk> 2015-08-12t0110: Chain together using &&Jason A. Donenfeld 2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld Otherwise we can't easily embed links to other /about/ pages. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2015-08-12filters: apply HTML escapingLazaros Koromilas http://www.w3.org/International/questions/qa-escapes#use 2015-08-12git: update to v2.5.0Christian Hesse Update to git version v2.5.0. * Upstream commit 5455ee0573a22bb793a7083d593ae1ace909cd4c (Merge branch 'bc/object-id') changed API: for_each_ref() callback functions were taught to name the objects not with "unsigned char sha1[20]" but with "struct object_id". * Upstream commit dcf692625ac569fefbe52269061230f4fde10e47 (path.c: make get_pathname() call sites return const char *) Signed-off-by: Christian Hesse <mail@eworm.de> 2015-08-12Fix processing of repo.hide and repo.ignoreDaniel Reichelt