A tool for crawling and finding links to URLs which no longer exist
Go to file
2023-12-29 17:09:40 +01:00
client.go Implement basic Client which supports the gemini protocol 2023-12-29 17:09:40 +01:00
deadlinks.go Implement basic Client which supports the gemini protocol 2023-12-29 17:09:40 +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
store_test.go Finish up Store 2023-12-28 15:40:07 +01:00
store.go Implement basic Client which supports the gemini protocol 2023-12-29 17:09:40 +01:00