Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIP: ht: commit whatever I was trying out | Přemysl Eric Janouch | 2 days | 3 | -0/+4694 |
| | |||||
* | WIP: ht: dirty working tree | Přemysl Eric Janouch | 2 days | 1 | -0/+11 |
| | |||||
* | WIP: ht: add main source file | Přemysl Eric Janouch | 2 days | 1 | -0/+615 |
| | | | | Initial commit of sorts. | ||||
* | Add a basic tool for collecting web commentsorigin/master | Přemysl Eric Janouch | 2 days | 1 | -0/+101 |
| | |||||
* | hswg: bump libasciidoc to master | Přemysl Eric Janouch | 2022-10-08 | 3 | -35/+34 |
| | |||||
* | hswg: preset some attributes | Přemysl Eric Janouch | 2022-10-05 | 1 | -0/+3 |
| | |||||
* | Punt hid back where it came from | Přemysl Eric Janouch | 2022-09-26 | 5 | -3820/+3 |
| | |||||
* | Further reduce scope | Přemysl Eric Janouch | 2022-09-25 | 1 | -17/+0 |
| | | | | | The idea of hic now lives as xP within the xK project, and the idea of hib has been implemented within xC. | ||||
* | Reduce scope | Přemysl Eric Janouch | 2022-08-23 | 1 | -13/+0 |
| | | | | | | | | | | | | I've already built an X11-capable MPD client, and getting the right kind of FFT for spectrum analysis would be difficult without Cgo. Native Go PulseAudio interfacing would similarly cause excess work. The image viewer would be a lot worse in this regard, seeing as the amount of preexisting native Go code is tiny, and it's slow. TL;DR: These problems have already been resolved in nncmpp and fiv, and there's no need for inferior alternatives. | ||||
* | hid: bump the FD limit | Přemysl Eric Janouch | 2022-08-02 | 1 | -0/+8 |
| | |||||
* | Bump libasciidoc | Přemysl Eric Janouch | 2022-03-20 | 3 | -58/+78 |
| | |||||
* | hid: make note of a deprecation | Přemysl Eric Janouch | 2022-03-16 | 1 | -0/+1 |
| | |||||
* | hswg: use a buffered channel for signals | Přemysl Eric Janouch | 2022-03-16 | 1 | -1/+1 |
| | | | | Found by go vet. | ||||
* | hid: add WebIRC support | Přemysl Eric Janouch | 2022-03-15 | 1 | -5/+45 |
| | | | | | | | Such clients can only be identified through STATS L. It's a bit weird to abuse the "port" field this way, but right now, it serves its purpose. | ||||
* | hswg: parallelize rendering | Přemysl Eric Janouch | 2022-03-03 | 1 | -3/+15 |
| | |||||
* | hswg: log the error message on :date: parse fail | Přemysl Eric Janouch | 2022-02-28 | 1 | -0/+1 |
| | |||||
* | hswg: make AttrList return nil for missing attrs | Přemysl Eric Janouch | 2022-02-28 | 2 | -1/+5 |
| | | | | And update copyright years. | ||||
* | hid: implement WALLOPS | Přemysl Eric Janouch | 2022-02-05 | 1 | -0/+20 |
| | |||||
* | xgb-image: fix visual searching | Přemysl Eric Janouch | 2021-11-15 | 1 | -1/+2 |
| | |||||
* | hswg: don't eat libasciidoc rendering errors | Přemysl Eric Janouch | 2021-09-23 | 2 | -4/+4 |
| | | | | | | An unfortunate consequence of the := operator's behaviour. Also, update copyright years. | ||||
* | Bump Go modules to 1.17 | Přemysl Eric Janouch | 2021-08-19 | 2 | -4/+10 |
| | |||||
* | hid: reflect the original project's new name | Přemysl Eric Janouch | 2021-08-06 | 1 | -1/+1 |
| | | | | Better keep all schizophreny in my own head, rather than all projects. | ||||
* | xgb-image: seek 32-bit visuals along with 30-bit | Přemysl Eric Janouch | 2021-08-01 | 1 | -4/+5 |
| | | | | | We only tried to upgrade to 32-bit depth when we weren't looking for 30-bit visuals. Probably of no practical consequence. | ||||
* | xgb-image: support 10-bit colours | Přemysl Eric Janouch | 2021-07-15 | 1 | -26/+71 |
| | | | | Apparently, a DefaultDepth 30 Xserver won't do translucency. | ||||
* | xgb-image: gofmt | Přemysl Eric Janouch | 2021-07-15 | 1 | -4/+5 |
| | |||||
* | hswg: improve inotify processing | Přemysl Eric Janouch | 2021-07-06 | 1 | -7/+9 |
| | | | | Make sure to read the whole record before checking flags. | ||||
* | Update .gitignore | Přemysl Eric Janouch | 2021-06-30 | 1 | -0/+1 |
| | |||||
* | hswg: add .Attr, .AttrList, contains | Přemysl Eric Janouch | 2021-06-29 | 1 | -2/+29 |
| | | | | Trying to figure out a sensible way of handle tags. | ||||
* | hswg: split out asciidoc.go | Přemysl Eric Janouch | 2021-06-29 | 2 | -48/+54 |
| | |||||
* | hswg: add a minimal README.adoc | Přemysl Eric Janouch | 2021-06-27 | 2 | -3/+63 |
| | | | | Moving the example script from somewhere else. | ||||
* | hswg: use inotify to watch for changed documents | Přemysl Eric Janouch | 2021-06-22 | 1 | -49/+195 |
| | | | | | | | Now we force the glob to be *.adoc, as well as *.asciidoc, and there can only be one document directory. The previous single-run mode is no longer supported. | ||||
* | hswg: take output path for the index as argument | Přemysl Eric Janouch | 2021-06-22 | 1 | -19/+29 |
| | |||||
* | hswg: separate rendering from link expansion | Přemysl Eric Janouch | 2021-06-22 | 1 | -15/+22 |
| | |||||
* | hswg: an initial attempt at refactoring main() | Přemysl Eric Janouch | 2021-06-22 | 1 | -83/+112 |
| | |||||
* | hswg: store backlinks in a map | Přemysl Eric Janouch | 2021-06-22 | 1 | -23/+18 |
| | |||||
* | hswg: actually use templates for output files | Přemysl Eric Janouch | 2021-06-22 | 1 | -37/+37 |
| | |||||
* | Bump libasciidoc dependency | Přemysl Eric Janouch | 2021-06-02 | 3 | -53/+170 |
| | |||||
* | Bump libasciidoc dependency | Přemysl Eric Janouch | 2020-10-04 | 2 | -9/+12 |
| | | | | Now at a usable release version again. | ||||
* | Bump libasciidoc dependency | Přemysl Eric Janouch | 2020-09-30 | 2 | -16/+22 |
| | |||||
* | hswg: try to order entries by date, reverse order | Přemysl Eric Janouch | 2020-09-21 | 1 | -1/+38 |
| | |||||
* | hswg: execute a template given on standard input | Přemysl Eric Janouch | 2020-09-21 | 1 | -20/+38 |
| | | | | So that information can be extracted from documents easily. | ||||
* | hswg: don't link to drafts | Přemysl Eric Janouch | 2020-09-21 | 1 | -1/+6 |
| | |||||
* | hswg: extract attributes from documents | Přemysl Eric Janouch | 2020-09-21 | 1 | -14/+31 |
| | |||||
* | Bump libasciidoc dependency | Přemysl Eric Janouch | 2020-09-21 | 2 | -13/+18 |
| | |||||
* | hswg: avoid self-referential links | Přemysl Eric Janouch | 2020-08-18 | 1 | -1/+1 |
| | |||||
* | hswg: bump libasciidoc to a dev version | Přemysl Eric Janouch | 2020-08-17 | 3 | -34/+149 |
| | | | | | | We want: - curved quotation marks - image alignment/float setting | ||||
* | hswg: deduplicate backlinks | Přemysl Eric Janouch | 2020-08-15 | 1 | -2/+5 |
| | |||||
* | Update README.adoc | Přemysl Eric Janouch | 2020-08-15 | 1 | -100/+5 |
| | |||||
* | hswg: merge in hasp as a mode | Přemysl Eric Janouch | 2020-08-15 | 3 | -114/+61 |
| | | | | No need to have the two-line header processor in two places. | ||||
* | hswg: add a static website generator | Přemysl Eric Janouch | 2020-08-15 | 1 | -0/+217 |
| |