A tool for crawling and finding links to URLs which no longer exist
Go to file
2023-12-29 20:12:10 +01:00
client.go Implement basic Client which supports the gemini protocol 2023-12-29 17:09:40 +01:00
deadlinks.go Implement basic functionality of top-level DeadLinks type 2023-12-29 20:11:34 +01:00
flake.lock Initial commit, SQLiteStore is mostly implemented 2023-12-26 23:18:09 +01:00
flake.nix Initial commit, SQLiteStore is mostly implemented 2023-12-26 23:18:09 +01:00
go.mod Implement basic Client which supports the gemini protocol 2023-12-29 17:09:40 +01:00
go.sum Implement basic Client which supports the gemini protocol 2023-12-29 17:09:40 +01:00
parser_test.go Implement Parser with gemtext support 2023-12-28 16:22:58 +01:00
parser.go Implement Parser with gemtext support 2023-12-28 16:22:58 +01:00
resource.go Implement basic functionality of top-level DeadLinks type 2023-12-29 20:11:34 +01:00
store_test.go Fix how iteration works in Store, since sqlite doesn't like concurrent access 2023-12-29 20:12:10 +01:00
store.go Fix how iteration works in Store, since sqlite doesn't like concurrent access 2023-12-29 20:12:10 +01:00
url.go Implement basic functionality of top-level DeadLinks type 2023-12-29 20:11:34 +01:00