- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 22 Oct 2006 16:52:35 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker In directory hutz:/tmp/cvs-serv6234 Modified Files: ChangeLog SIGNATURE Log Message: 4.3. Index: ChangeLog =================================================================== RCS file: /sources/public/perl/modules/W3C/LinkChecker/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- ChangeLog 15 May 2005 13:48:03 -0000 1.11 +++ ChangeLog 22 Oct 2006 16:52:33 -0000 1.12 @@ -1,3 +1,127 @@ +2006-10-22 ville + + * bin/checklink: 4.3. + +2006-10-19 ville + + * bin/checklink: Add some TODOs for #29. + +2006-10-15 ville + + * bin/checklink, docs/linkchecker.css: Avoid multiple "settings" + IDs in HTML output. + +2006-10-15 ville + + * bin/checklink: Don't let earlier URIs on the command line + implicitly limit recursion scope of subsequent ones (Debian + #277969). + +2006-10-15 ville + + * bin/checklink: Print used settings only once and at start in + command line output. + +2006-10-03 ville + + * bin/checklink: Make --quiet more quiet (Brian St. Pierre, Debian + #390788, rt.cpan.org #15053). + +2006-09-21 ville + + * docs/checklink.html: Add blurb about SSL/TLS support. + +2006-06-15 ville + + * bin/checklink: Update mod_perl HTTP_AUTHORIZATION hack for recent + 2.x, drop support for 1.x. + +2006-06-15 ville + + * bin/checklink, bin/checklink.pod: Allow specifying --location + multiple times, make it imply --recursive. + +2006-05-25 ville + + * bin/checklink: Extract system IDs also from doctype declarations + that have no public part. + +2006-05-25 ville + + * README, bin/checklink, docs/checklink.html, docs/linkchecker.css: + 2006. + +2006-05-25 ville + + * bin/checklink: Code cleanup: eliminate some magic numbers. + +2006-05-25 ville + + * bin/checklink: Try enabling UTF-8 mode in HTML::Parser (#3289). + +2006-05-25 ville + + * bin/checklink: Improve unknown line number handling. + +2006-05-06 ville + + * bin/checklink, docs/checklink.html: Outsource line counting to + HTML::Parser; version >= 3.20 is now required. + +2006-05-06 ville + + * bin/checklink: Clean up arguments passed to HTML::Parser + handlers. + +2006-05-05 ville + + * bin/checklink: Sort broken fragment line numbers numerically, not + alphabetically. + +2006-05-05 ville + + * bin/checklink: Suppress RobotRules warnings, rt.cpan.org #18902. + +2006-05-05 ville + + * bin/checklink: Revert parallel user agent code from between + revisions 4.21 and 4.24 per discussion on public-qa-dev. + +2005-10-25 ot + + * bin/checklink: The (hopefully temporary) workaround for responses + not storing the original request should not be for cases of 401's, + but 403 Forbidden by robots.txt See: + http://lists.w3.org/Archives/Public/public-qa-dev/2005Sep/0002 + + Hopefully we should be able to get rid of this if we manage to get + Dom's patch to RobotUA accepted. + + http://lists.w3.org/Archives/Public/public-qa-dev/2005Sep/0018.html + +2005-08-31 ot + + * bin/checklink: fixing a few brainos in passing arguments around + +2005-08-29 ot + + * bin/checklink: WARNING: this code is rather broken... + + This is not much more than a proof of concept of how we could be + using LWP::Parallel::RobotUA for our requests. The basic idea is to + send the list of links as an array to $ua->register() instead of + request()ing them sequentially. + + Done by - modifying check_uri to pass an array of URIs to + check_validity - modifying check_validity to pass this array to + get_uris (a clone of get_uri) - cloning get_uri into get_uris + + The latter is only roughly done, and there probably is some loss of + information (recursion, etc) in the process. + + This is a rather poor patch but the best I can wrap my head around + right now, feel free to revert if it's too ugly. + 2005-05-15 ville * bin/checklink: Release 4.2.1. Index: SIGNATURE =================================================================== RCS file: /sources/public/perl/modules/W3C/LinkChecker/SIGNATURE,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- SIGNATURE 15 May 2005 13:49:21 -0000 1.6 +++ SIGNATURE 22 Oct 2006 16:52:33 -0000 1.7 @@ -1,5 +1,5 @@ This file contains message digests of all files listed in MANIFEST, -signed via the Module::Signature module, version 0.44. +signed via the Module::Signature module, version 0.55. To verify the content in this distribution, first make sure you have Module::Signature installed, then type: @@ -14,26 +14,26 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -SHA1 333ccbe55e09c3375e0ec3081966f471d73282c3 ChangeLog +SHA1 2c5134f49f7eb5d51acfcdc3730e45165fac3db5 ChangeLog SHA1 bcb07f9feaa907ee1f23e760591f8d6151acc2d8 ChangeLog.old SHA1 c5388018966a549ca86da9f8de0b6939d6130f30 MANIFEST -SHA1 fa0315b268d1585fc741027d61aed7189ea068d1 META.yml -SHA1 d6002c7c4347c553a9006f5256b7905ec37a7398 Makefile.PL -SHA1 f7ca4705053d9ac87c129ebca0286ab520c81654 NEWS -SHA1 31356e6e9096412951a6dd3010db4891bf12852c README -SHA1 dde6dc9d3f9196c0a3c5bcfea64989763cdedf05 bin/checklink -SHA1 1c6aa1008e89b65c1845fa6542f6a3e631934ac9 bin/checklink.pod -SHA1 86184219c1d0ff8429109068d0b4cf9cdb2158bf docs/checklink.html -SHA1 5e1ac28462d49c95bbec26317d51c93198320816 docs/linkchecker.css +SHA1 d86dc62e05b37e588ad4ac1774502cb9faf2fb27 META.yml +SHA1 59b049b306e1f6f6fccc5c3781059d716ca40b20 Makefile.PL +SHA1 e9872de4696f50b900a47b43f691ecf658aa6614 NEWS +SHA1 3ea1bc3499ab4ac150d3f7ba3bdd36568d19ad87 README +SHA1 6c999178efacbb21eaa2c7a5dd8b03ad811c13cc bin/checklink +SHA1 f03a48c6e3899b3a4e4a0d803f9b0e859e531938 bin/checklink.pod +SHA1 1937cbce7eefd686b852154ab014a6c095963894 docs/checklink.html +SHA1 3c2c87dbb123390513c039b24bbf67ab6b475a45 docs/linkchecker.css SHA1 a1cc961571daf700c9290860ae9c439d1b462162 docs/qa-small.png SHA1 54dfdab40c6dcaddb41915cf4253fb0e7cfa6d26 docs/valid-xhtml10.png SHA1 4e8a17dce3368969e174359f430c23d1da2adeae docs/w3c_home.png SHA1 5236c48740127421fb2afd7d1ff35aadbb01f46f etc/checklink.conf SHA1 f024acb384e9cdf15f40aee69ebdcf313124a41e t/00compile.t -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) +Version: GnuPG v1.4.5 (GNU/Linux) -iD8DBQFCh1Nm2YzWNbzSQcsRAkFpAJ9dRXL9U6lCCZZhuH+EL3xbHOvS1QCfb8SA -bDNEvoC4PUujLokO9XOlm84= -=bK+B +iD8DBQFFO6D/2YzWNbzSQcsRAqhGAJ9VcQempM3TyhoMzTz4xT4PyJdZ7ACeL8kY +ibxnp4CbXNcBVfZBR0DlBTg= +=DBQX -----END PGP SIGNATURE-----
Received on Sunday, 22 October 2006 16:52:37 UTC