about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2022-10-17zachwalk: remove dateutil dependency HEAD masterZach DeCook
2022-04-26date: Check all link linesZach DeCook
(rather than just the first one with a date)
2022-04-26date parsing: Better accept standard subscribable pages specZach DeCook
2021-07-27add gitignareZach DeCook
2021-04-08* fix parsing line lines with tabsZach DeCook
2021-03-01tests: try to debug kel's gemlog date issueZach DeCook
2021-02-25docs: turn into gemini directoryZach DeCook
2021-02-20Readme: Rename to markdown extensionZach DeCook
2021-02-20License: License under AGPLv3Zach DeCook
2021-02-20Readme: Add file to explain design differences from spacewalkZach DeCook
2021-02-19gemini request: wrap more in try blockZach DeCook
2021-02-17link parsing: improve url parsingZach DeCook
2021-02-17getdesc: improve tolerance of link line parsingZach DeCook
2021-02-17description parsing: split at colonZach DeCook
2021-02-15Url checking: only check gemini urlsZach DeCook
2021-02-15template: be able to replace existing datesZach DeCook
2021-02-11retrieval: tolerate non-bytes dataZach DeCook
2021-02-10zachwalk: use input as a templateZach DeCook
2021-02-10zachwalk: also read from stdinZach DeCook
2021-02-10dependencies: add requirements.txt file for dateutir dependencyZach DeCook
2021-02-07connection: timeout after 2 secondsZach DeCook
2021-02-07parsing: help out by adding space before colonZach DeCook
2021-02-07date parsing: only attempt to check link descriptionZach DeCook
2021-02-07test: test that it only parses link linesZach DeCook
2021-02-07test: add basic testZach DeCook
2021-02-07getnewestdate: split into a tustable segmentZach DeCook
2021-02-06zachwalk: separate main functionZach DeCook
2021-02-04getnewestdate: load url and parse first date from a linkZach DeCook
2021-02-04Zachwalk: parse sites from a gemini fileZach DeCook