A tool for crawling and finding links to URLs which no longer exist
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Brian Picciano 6539cc2650 Fix how iteration works in Store, since sqlite doesn't like concurrent access 5 months ago
client.go Implement basic Client which supports the gemini protocol 5 months ago
deadlinks.go Implement basic functionality of top-level DeadLinks type 5 months ago
flake.lock Initial commit, SQLiteStore is mostly implemented 5 months ago
flake.nix Initial commit, SQLiteStore is mostly implemented 5 months ago
go.mod Implement basic Client which supports the gemini protocol 5 months ago
go.sum Implement basic Client which supports the gemini protocol 5 months ago
parser.go Implement Parser with gemtext support 5 months ago
parser_test.go Implement Parser with gemtext support 5 months ago
resource.go Implement basic functionality of top-level DeadLinks type 5 months ago
store.go Fix how iteration works in Store, since sqlite doesn't like concurrent access 5 months ago
store_test.go Fix how iteration works in Store, since sqlite doesn't like concurrent access 5 months ago
url.go Implement basic functionality of top-level DeadLinks type 5 months ago