| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-12 | all: refactoring, move brokenlinks code to its own package | Shulhan | |
| When two or more struct has the same prefix that means it is time to move it to group it. Also, we will group one command to one package in the future. | |||
| 2025-05-29 | all: ignore HTML page from external domain | Shulhan | |
| Any HTML link that is from domain other than the scanned domain should net get parsed. It only check if the link is valid or not. | |||
| 2025-05-27 | all: complete the first minimum working implementation | Shulhan | |
| The current implementation at least cover 84% of the cases. Todo, * CLI for scan * add more test case for 100% coverage, including scan on invalid base URL, scan on invalid HTML page, scan on invalid href or src image | |||
| 2025-05-22 | deadlinks: a program to scan for dead links on website | Shulhan | |
