A tool for crawling and finding links to URLs which no longer exist
Go to file
2023-12-30 12:14:52 +01:00
client.go Ignore mailto links 2023-12-30 12:14:52 +01:00
deadlinks.go Got DeadLinks basic functionality actually working 2023-12-30 10:31:30 +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 Add support for RSS feeds 2023-12-30 11:33:47 +01:00
go.sum Add support for RSS feeds 2023-12-30 11:33:47 +01:00
parser_test.go Added HTTP(s)/HTML support 2023-12-30 11:22:09 +01:00
parser.go Add support for RSS feeds 2023-12-30 11:33:47 +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 Got DeadLinks basic functionality actually working 2023-12-30 10:31:30 +01:00