summaryrefslogtreecommitdiffstats
path: root/httpd/cgi-bin/LinkChecker.pl
Commit message (Collapse)AuthorAgeFilesLines
* Major changes:hugo2000-02-241-152/+372
| | | | | | | | - can check documents recursively - fixed a bug in the parsing of the URI in the CGI version - now checks URI's for DTD's - now checks id attributes - doesn't check <a name="..."> for XHTML Basic 1.0
* Changed the way results are stored internallyhugo2000-02-171-175/+258
| | | | | | | Added an option to hide directory redirects: http://www.w3.org/TR -> http://www.w3.org/TR/ Fixed some stats errors Fixed some display problems Separated directory redirects in the report
* Fixed nasty bug: when providing authentication information, 401's were not ↵hugo2000-02-101-2/+5
| | | | reported.
* Fixed markup problem (thanks to Patrick D. F. Ion <ion@ams.org>)hugo2000-02-091-5/+3
|
* Changed the default for HTML version to "Show redirects"hugo2000-02-081-4/+4
|
* "use strict;" which had somehow disappeared is back.hugo2000-02-081-12/+36
| | | | It helped me fixing a typo.
* Added commentshugo2000-02-081-25/+47
| | | | Now correctly reports broken fragments with redirects
* Now handling empty anchors.hugo2000-02-031-14/+56
| | | | | Worked on the command line version. Added link to source code.
* Added links to online versionshugo2000-01-281-2/+8
|
* Added W3C logohugo2000-01-261-2/+8
|
* W3C is registeredhugo2000-01-261-4/+4
|
* Encoding HTML correctlyhugo2000-01-261-37/+47
|
* Fixed HTTP answerhugo2000-01-261-6/+9
|
* Some more explanationhugo2000-01-201-3/+3
|
* Fixed problem in the summary tablehugo2000-01-201-3/+5
|
* Backward compatibility with Renaud's scripthugo2000-01-201-2/+4
|
* Fixed escaped URI's problemhugo2000-01-201-3/+3
|
* Fixed line counthugo2000-01-201-4/+4
|
* Fixed copyrighthugo2000-01-171-2/+2
|
* Added summary and advices.hugo2000-01-171-3/+41
|
* Added authetication in the command line version. Fixed a few bugs. Added ↵hugo2000-01-131-6/+25
| | | | proxy support
* Fixed problem with page tested in report. Added cache control headers.hugo2000-01-131-4/+14
|
* Line count is still flaky but the CGI version does what is expected.hugo2000-01-131-15/+54
|
* Fixed redirect + 401 problemhugo2000-01-131-3/+3
|
* More detailed outputhugo2000-01-131-8/+24
|
* Fixed problems with 401's + a few other bugshugo2000-01-131-20/+38
|
* Supports authentication with the CGI interface & output is more accuratehugo2000-01-131-31/+77
|
* CGI interface improvedhugo2000-01-131-10/+50
|
* Fixed various CGI interface problemshugo2000-01-131-11/+47
|
* CVS messed up a regular expression... fixedhugo2000-01-131-3/+3
|
* Fixed display bugs. Line count still flaky.hugo2000-01-131-12/+30
|
* Fixed line count. Parsing speed up.hugo2000-01-131-13/+39
|
* First commit.hugo1999-11-241-0/+786
This is a beta version: line count isn't reliable, the CGI part is untested, the output is not clear, etc.