index
:
jarink
dev
main
Program to inspects and maintains web sites.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
worker.go
Age
Commit message (
Expand
)
Author
2025-06-01
all: rename the program and repository into jarink
Shulhan
2025-05-31
all: record an error due to broken link in HTML anchor or image
Shulhan
2025-05-31
all: record the error when checking the links
Shulhan
2025-05-31
all: check list of waiting status after processing result
Shulhan
2025-05-31
all: use HTTP method HEAD to check external domains
Shulhan
2025-05-31
all: use case with ticker instead of default case in run
Shulhan
2025-05-31
all: refactoring the scan work without sync.Mutex
Shulhan
2025-05-31
all: use HTTP method HEAD to check for image link
Shulhan
2025-05-30
all: cleaning up fragment on links
Shulhan
2025-05-29
all: change the Scan function parameter to struct ScanOptions
Shulhan
2025-05-29
all: remove returned error from parsing HTML
Shulhan
2025-05-29
all: add test cases for broken link and invalid URL
Shulhan
2025-05-29
all: ignore HTML page from external domain
Shulhan
2025-05-29
all: parse only link to HTML page
Shulhan
2025-05-29
all: handle case for invalid URL, dead server, and on subpage
Shulhan
2025-05-27
all: complete the first minimum working implementation
Shulhan
2025-05-22
deadlinks: a program to scan for dead links on website
Shulhan