Download List

專案描述

ht://Check is a link checker derived from
ht://Dig. It can retrieve information through
HTTP/1.1 and store it in a MySQL database so that
after a "crawl", ht://Check can return broken
links, anchors not found, content-types, and HTTP
status codes summaries. ht://Check also performs
accessibility checks in accordance with the
principles of the University of Toronto's Open
Accessibility Checks (OAC) project, allowing users
to discover site-wide barriers like images without
proper alternatives, missing titles, etc. A PHP
interface lets the user query and view the results
directly via the Web.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-09-19 03:36
2.0.0-rc1

This release contains several changes to the underlying code that boost the performances and improve maintenance. MySQL version 5.1 is now supported.
ht://Check's engine has been totally rewritten using the ANSI C++ standard library (strings, types, containers, etc.), and its internal HTML parser has been enhanced in order to improve performance.
標籤: Release Candidate, Major

2004-06-01 18:03
1.2.3

This version introduces important new features
regarding Web accessibility. ht://Check is
probably the first tool on the Web which makes it
possible to perform site-wide accessibility
checks, in accordance with the principles of the
University of Toronto's Open Accessibility Checks
(OAC) project (http://oac.atrc.utoronto.ca/). At
the moment, ht://Check accurately discovers
accessibility barriers such as missing and
improper ALT tags, wrong Hx nesting (e.g.: h2
without h1), missing document language
identification, missing and empty document's
TITLE, etc.
標籤: Major feature enhancements

2004-01-13 12:43
1.2.2

New features include document type recognition
(DOCTYPE) and storing, as well as META description and
keywords of every HTML document. Sources have been
strongly modified in order to be more robust and to
support latest releases of the GNU autotools; this should
also help make ht://Check more portable on POSIX
architectures. Finally, some minor bugs have been fixed,
especially regarding the HTTP crawler.
標籤: Minor bugfixes

2003-04-28 16:14
1.2.1

New features include cookies preloading through an
input file, storing of charsets, link descriptions (e.g.:
how many links have a 'home' description for the link?),
and tags inside a link (e.g.: how many button-like
images do we have?). The PHP interface now
automatically works when 'register_globals' is off (PHP
version >= 4.1.0), and the layout is much lighter
without most of the deprecated HTML tags.
標籤: Minor bugfixes

2002-09-20 00:51
1.2.0

XSS security holes in the PHP interface have been fixed. There are major feature enhancements like content storing, HTTP Proxy authorization, and support for badly encoded URLs.
標籤: Major security fixes

Project Resources