check links in web documents or full websites
Find a file
2000-03-21 11:38:22 +00:00
debian See ChangeLog 2000-03-19 14:24:33 +00:00
distutils/command See ChangeLog 2000-03-21 01:33:52 +00:00
DNS Initial revision 2000-02-26 10:24:46 +00:00
GML Added some grammar files 2000-02-28 13:49:21 +00:00
linkcheck minor glitches 2000-03-21 11:38:22 +00:00
PyLR cleaned files 2000-02-28 20:42:54 +00:00
test Initial revision 2000-02-26 10:24:46 +00:00
tests Initial revision 2000-02-26 10:24:46 +00:00
.cvsignore cleanup 2000-03-11 20:17:12 +00:00
ChangeLog See ChangeLog 2000-03-21 01:33:52 +00:00
create.sql Initial revision 2000-02-26 10:24:46 +00:00
fcgi.py CGI work 2000-03-08 12:01:51 +00:00
httplib.py httplib.py fix 2000-03-11 20:14:36 +00:00
httpslib.py HTTPS fixes 2000-02-29 12:59:27 +00:00
INSTALL See ChangeLog 2000-03-20 20:19:34 +00:00
lc.cgi CGI work 2000-03-08 12:01:51 +00:00
LICENSE Initial revision 2000-02-26 10:24:46 +00:00
linkchecker See ChangeLog 2000-03-20 20:19:34 +00:00
linkchecker.bat See ChangeLog 2000-03-20 20:19:34 +00:00
linkcheckerrc See ChangeLog 2000-03-19 14:24:33 +00:00
Makefile minor glitches 2000-03-21 11:38:22 +00:00
parsetest.py Initial revision 2000-02-26 10:24:46 +00:00
profiletest.py cleanup 2000-03-11 20:17:12 +00:00
README See ChangeLog 2000-03-20 20:19:34 +00:00
README.dns Initial revision 2000-02-26 10:24:46 +00:00
ssl.c HTTPS support 2000-02-29 12:53:00 +00:00
StringUtil.py Initial revision 2000-02-26 10:24:46 +00:00
sz_fcgi.py CGI work 2000-03-08 12:01:51 +00:00
TODO See ChangeLog 2000-03-20 20:19:34 +00:00

                      LinkChecker
                     =============

With LinkChecker you can check your HTML documents for broken links.
Features:
o recursive checking
o multithreaded
o output can be colored or normal text, HTML, SQL or a GML sitemap graph
o HTTP/1.1, HTTPS, FTP, mailto:, Gopher, Telnet and local file links 
  are supported
  Javascript links are currently ignored
o restrict link checking to your local domain
o HTTP proxy support
o give username/password for HTTP and FTP authorization
o robots.txt exclusion protocol support 

LinkChecker is licensed under the GNU Public License.
Credits go to Guido van Rossum for making Python. His hovercraft is
full of eels!
As this program is directly derived from my Java link checker, additional
credits go to Robert Forsman (the author of JCheckLinks) and his
robots.txt parse algorithm.
I want to thank everybody who gave me feedback, bug reports and
suggestions.

Versioning:
Version numbers have the same meaning as Linux Kernel version numbers.
The first number is the major package version. The second number is
the minor package version. An odd second number stands for development
versions, an even number for stable version. The third number is a
package release sequence number.
So for example 1.1.5 is the fifth release of the 1.1 development package.

Included packages:
httplib from http://www.lyra.org/greg/python/
httpslib from http://home.att.net/~nvsoft1/ssl_wrapper.html
DNS see README.dns
distutils from http://www.python.org/sigs/distutils-sig/
fcgi.py and sz_fcgi.py from http://saarland.sz-sb.de/~ajung/sz_fcgi/

Note that the following packages are modified by me:
httplib.py (renamed to http11lib.py)
distutils