summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2023-09-03sw-convert and sw-fetch toolstjpcc
2023-09-01README updatestjpcc
2023-08-12multi-protocol clienttjpcc
Fixes #4
2023-05-05README improvementstjpcc
2023-05-03include spartan in the protocols list in READMEtjpcc
2023-05-01more README updatestjpcc
- lowercase the name everywhere - include a link back to gus
2023-05-01explain the nametjpcc
2023-05-01sliderule ascii arttjpcc
2023-05-01name change gus -> slideruletjpcc
2023-02-15Switch Handler to an interface.tjpcc
HandlerFunc is much better as a function returning a Handler, rather than a newtype for the function type itself. This way there is no confusion creating a type-inferenced variable with HandlerFunc(func(... and then using a HandlerFunc where a Handler is expected. Much better to only have one public type.
2023-01-30include gemini scheme in a URLtjpcc
2023-01-30mention release signing and the key usedtjpcc
2023-01-28README updatestjpcc
2023-01-20update READMEs for contrib/tlsauthtjpcc
2023-01-19minor marketing updatetjpcc
2023-01-19New sharedhost contrib package.tjpcc
ReplaceTilde simply replaces a leading ~ in the URL. Fixes #9.
2023-01-17Updatestjpcc
* update README * move "gemtext" to within "gemini"
2023-01-15fix gmi->md templates and regenerate the READMEtjpcc
2023-01-15updated gmi2md templatetjpcc
2023-01-14markdown convertertjpcc
2023-01-14update README with latest from the gemini sitetjpcc
2023-01-11convert the gemtext home page to markdown as the new READMEtjpcc
2023-01-10branding changetjpcc
2023-01-09Initial commit.tjpcc
some basics: - minimal README - some TODOs - server and request handler framework - contribs: file serving, request logging - server examples - CI setup