libhtml-lint-perl-2.20+dfsg.orig/0000755000175000017500000000000011740121252014447 5ustar fsfslibhtml-lint-perl-2.20+dfsg.orig/README0000644000175000017500000000070011737460432015340 0ustar fsfsHTML::Lint is a pure-Perl HTML parser and checker for syntactic legitmacy. The "weblint" script is now pretty much a wrapper around the HTML::Lint module. You can also look into Apache::Lint which is a mod_perl wrapper around HTML::Lint. Finally, for those of you doing automated testing with Test::More and its brethren, Test::HTML::Lint lets you automate HTML checking. Please let me know if any tests fail. Andy Lester andy at petdance.com libhtml-lint-perl-2.20+dfsg.orig/Changes0000644000175000017500000000456411737502015015761 0ustar fsfsRevision history HTML::Lint and Test::HTML::Lint. NOTE: All bugs and requests are now being handled through GitHub. https://github.com/petdance/html-lint/issues Please DO NOT send bug reports to http://rt.cpan.org/ or http://code.google.com/ 2.20 Fri Apr 6 00:49:51 CDT 2012 [ENHANCEMENTS] Sometimes creating HTML::Lint-compliant HTML just isn't possible. Now, you can now turn individual errors on and off in your HTML via comment directives, like so: And if you have a batch of code that's hopeless: Added check for unknown entities, such as "&foo;". Added check for unclosed entitities, such as "&" without the closing semicolon. Added a check for a bare ampersand that should be written as & 2.10 Tue Dec 6 11:16:16 CST 2011 [FIXES] Tags that were self-closed were being ignored. For example, if you had then HTML::Lint would ignore the tag. This has been fixed. [LICENSE] HTML::Lint is now explicitly licensed under Artistic License 2.0, instead of the vague "same terms as Perl itself." 2.06 Thu Dec 18 00:07:54 CST 2008 [FIXES] Added attributes to . tag didn't allow any attributes. Now it does. Removed the tag. 2.04 Mon Jun 2 11:41:16 CDT 2008 [FIXES]