index
:
zachwalk
this commit
master
Feed date scraper for Gemini (protocol)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2022-10-17
zachwalk: remove dateutil dependency
HEAD
master
Zach DeCook
2022-04-26
date: Check all link lines
Zach DeCook
(rather than just the first one with a date)
2022-04-26
date parsing: Better accept standard subscribable pages spec
Zach DeCook
2021-07-27
add gitignare
Zach DeCook
2021-04-08
* fix parsing line lines with tabs
Zach DeCook
2021-03-01
tests: try to debug kel's gemlog date issue
Zach DeCook
2021-02-25
docs: turn into gemini directory
Zach DeCook
2021-02-20
Readme: Rename to markdown extension
Zach DeCook
2021-02-20
License: License under AGPLv3
Zach DeCook
2021-02-20
Readme: Add file to explain design differences from spacewalk
Zach DeCook
2021-02-19
gemini request: wrap more in try block
Zach DeCook
2021-02-17
link parsing: improve url parsing
Zach DeCook
2021-02-17
getdesc: improve tolerance of link line parsing
Zach DeCook
2021-02-17
description parsing: split at colon
Zach DeCook
2021-02-15
Url checking: only check gemini urls
Zach DeCook
2021-02-15
template: be able to replace existing dates
Zach DeCook
2021-02-11
retrieval: tolerate non-bytes data
Zach DeCook
2021-02-10
zachwalk: use input as a template
Zach DeCook
2021-02-10
zachwalk: also read from stdin
Zach DeCook
2021-02-10
dependencies: add requirements.txt file for dateutir dependency
Zach DeCook
2021-02-07
connection: timeout after 2 seconds
Zach DeCook
2021-02-07
parsing: help out by adding space before colon
Zach DeCook
2021-02-07
date parsing: only attempt to check link description
Zach DeCook
2021-02-07
test: test that it only parses link lines
Zach DeCook
2021-02-07
test: add basic test
Zach DeCook
2021-02-07
getnewestdate: split into a tustable segment
Zach DeCook
2021-02-06
zachwalk: separate main function
Zach DeCook
2021-02-04
getnewestdate: load url and parse first date from a link
Zach DeCook
2021-02-04
Zachwalk: parse sites from a gemini file
Zach DeCook