freebsd-ports/www/p5-W3C-LinkChecker/pkg-descr
Florent Thoumie d8299601ab - Add p5-W3C-LinkChecker 4.1, a HTML link validity checker.
PR:		ports/74438
Submitted by:	Aaron Dalton <aaron@daltons.ca>
Approved by:	pav (mentor)
2005-03-09 09:14:08 +00:00

15 lines
573 B
Text

This manual page documents briefly the checklink command, a.k.a. the W3C
Link Checker.
checklink is a program that reads an HTML or XHTML document, extracts a
list of anchors and lists and checks that no anchor is defined twice and
that all the links are dereferenceable, including the fragments. It warns
about HTTP redirects, including directory redirects, and can check
recursively a part of a web site.
The program can be used either as a command line tool or as a CGI script.
WWW: http://search.cpan.org/dist/W3C-LinkChecker/
- Aaron Dalton
aaron@daltons.ca