urlcheck: concurrent url checker
About
urlcheck is a command line url checker. It uses concurrent Haskell threads to check multiple
urls in parallel, and will utilise multiple cores transparently.
It is designed to be a simple, fast and lightweight alternative to
'linkchecker'.
Example
Running urlcheck on its own web page:
$ urlcheck urlcheck.html
Found 0 broken links. Checked 10 links (10 unique) in 1 file.
Search time: 5 secs
Get version 0.1 (13-02-2007)
The source
darcs get --partial http://www.cse.unsw.edu.au/~dons/code/urlcheck
- Or browse by web
Project Activity