Release Notes: This release includes some big performance improvements (especially for very large sites). Fixes were made for a problem when using --continue with some messages with non-ASCII characters and a crash with some zero-size pages. webcheck now also parses the http-equiv meta header refresh option.


Release Notes: This is a maintenance release that gathers some outstanding fixes. Also, it removes some unnecessary debugging code, limits the "referenced from" list to 10 items, adds a Referrer header if possible and has some Debian packaging improvements.


Release Notes: This release adds fixes for a number of small problems in the 1.10.2 release. It also adds parsing of the iframe and script tags and style attributes. It also implements calling tidy when it is available on the system.


Release Notes: This minor update includes checking for a bug in some versions of BeautifulSoup. Support for running on Python 2.3 was added again. Small documentation improvements and Debian package improvements were made.


Release Notes: This release includes some big performance improvements (especially for very large sites). Fixes were made for a problem when using --continue with some messages with non-ASCII characters and a crash with some zero-size pages. webcheck now also parses the http-equiv meta header refresh option.


Release Notes: This release changes the HTML parser to BeautifulSoup (when available). This parser is much more error-tolerant than the old HTMLParser based solution but is also slightly slower. Some small output improvements were made as well as some internal improvements to better support Unicode content. Parsing of robots.txt files was re-enabled and an --ignore-robots option was added.