- From: Hugo Haas <hugo@abyss.w3.org>
- Date: Thu, 18 Jan 2001 16:58:04 -0500
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin In directory rux.w3.org:/temp/tmp/cvs-serv6691 Modified Files: checklink.pl Log Message: Committing changes that I made a long time ago... - Added 410 HTTP error code in the list of errors. - Simplified a few regular expressions (got rid of some /'s). - Added support for //... URI's. - Commented a bit more the code because I was getting lost. - Simplified already_processed(). - Added a --hide-same-realm option: hide 401's that are in the same realm as the document checked. - Added a --masquerade option to check documents on the local system as if they were on the Web (based on a patch by David Carlisle <davidc@nag.co.uk>). Example: checklink -q -b --masquerade /afs/w3.org/pub/WWW/Math/Group/draft/cr/ http://www.w3.org/TR/2000/CR-MathML2-20001113/ appendixe.html - 500 errors are now split in two cases: DNS problems (LWP reports that as a 500...) and real internal server errors. - Fixed a footer problem in the online problem. - Fixed a duplicate id problem in the error code references.
Received on Thursday, 18 January 2001 16:58:05 UTC