aboutsummaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Expand)AuthorFilesLines
2021-02-22DO NOT use global state for outputMode...HEADmasterPetter Rodhelind1-13/+15
2021-02-22Add a semi-hidden feature of GET /.cache.Petter Rodhelind1-16/+24
2021-02-21Present usage on empty path.Petter Rodhelind1-1/+10
2021-02-21Cache cleanup on cacheTimeout.Petter Rodhelind1-1/+16
2021-02-21Implement concurrently safe caching of requests.Petter Rodhelind1-19/+55
2021-02-21Support images.Petter Rodhelind1-0/+12
2021-02-21Add RSS link in HTML footer.Petter Rodhelind1-0/+5
2021-02-21RSS and HTML presentation of the feed.Petter Rodhelind1-20/+90
2021-02-21Functional parser printing plaintext to stdout.Petter Rodhelind1-0/+44