repo: golang
action: shortlog
revision: 
path_from: 
revision_from: refs/heads/master/:
path_to: 
revision_to: 
git.thebackupbox.net
golang
git clone git://git.thebackupbox.net/golang

as feed:

ass
rss
atom
gemfeed
twtxt
2023-10-16 copyright information added
2021-02-07 added gopher-get
2020-09-01 lol. basic /9/ support to watch gopher tv
2020-06-03 nothing
2020-03-20 fixed a derp of now using -r on read which was erroring some ascii-art. also added "I" line-type
2020-03-20 decided to use image/unknown for the generic "I" gopher-line type
2020-03-20 decided to use a zero-length $TERM env var to decide that there is no terminal attached to the process.
2020-03-19 an animated gif broke shit last time. no more animation for gifs.
2020-03-19 added small hack to allow for blank info lines
2020-03-19 for some reason the last time I edited the conf file I appended instead of overwriting. fixed now
2020-03-19 have a hack that allows images opened in-terminal (by not having "linux" as their $TERM... yeah.) to show in external viewer program, otherwise sixels
2020-03-19 prepending the path with a / now. switched to text/gophermap instead of text/x-gophermap.
2020-03-19 added colors and now use 4-byte type identifiers intead of 1 in the output. made images still show their link instead of only being inlined
2020-03-12 updated mimetype.conf's format a bit and use uriprintf so you can use the filename in multiple spots.
2020-03-12 changed the image stuff to say just inlined data since you /could/ inline text files too if you wanted. added gifs to the inlined types
2020-03-12 added gopher-type -> mime-type for gif and made the filename be the whole URL
2020-03-12 made the gophermap handler not use `less` for the pager since it was not happy with the sixels for inline images
2020-03-12 added ability to inline images (only PNGs atm)
2020-03-11 changed from text/x-gophermap to text/gophermap because of: https://tools.ietf.org/html/rfc6648
2020-03-11 basic readme. forgot a line for uristart.conf
2020-03-11 it works for me