summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Applying parts of patch from Bj?rn H?hrmann <bjoern@hoehrmann.de>.link2001-04-181-15/+13
| | | | http://lists.w3.org/Archives/Public/www-validator/2001AprJun/0062.html
* Fix two file-upload bugs with bogus uploads as reported by Bj?rn H?hrmann inlink2001-04-172-11/+6
| | | | | <URL:http://lists.w3.org/Archives/Public/www-validator/2001AprJun/0046.html> <URL:http://lists.w3.org/Archives/Public/www-validator/2001AprJun/0030.html>
* Validation results URL broke for some reason (bitrot or lstein?). Fixed bylink2001-04-171-4/+4
| | | | | using $q->url instead of $q->self_url (aka. "Voodoo Programming"). :-) <URL:http://lists.w3.org/Archives/Public/www-validator/2001AprJun/0052.html>
* Fix spurious "use of uninitialized variable" warning in &build_jump_links.link2001-04-171-4/+4
|
* Changed name of CGI param from "uploaded_fragment" to just "fragment".link2001-04-171-3/+3
| | | | [ To preserve my sanity! :-) ]
* Add TODO for issue reported by Clemens Radl <clemens.radl@uni-tuebingen.de>:link2001-04-151-2/+5
| | | | http://lists.w3.org/Archives/Public/www-validator/2001AprJun/0049.html
* Adding pointer to existing explanation of entity encoding in attribute values.link2001-04-151-4/+9
| | | | Thanks to Clemens Radl <clemens.radl@uni-tuebingen.de> for the catch.
* Fixing missing quote in href (Doh!).link2001-04-151-3/+3
|
* Adding form to prepare for the "Test HTML fragments" feature.link2001-04-151-0/+88
|
* Adding TODO items picked up from www-validator so they won't be forgotten.link2001-04-141-3/+31
|
* Ooops, left a closing tag...hugo2001-04-041-3/+3
|
* Fixed an HTML validity problem in the summary only mode:hugo2001-04-041-7/+15
| | | | http://lists.w3.org/Archives/Public/www-validator/2001AprJun/0001.html
* added redundant 'name=' anchors for compatibility with legacy UAsgerald2001-03-281-28/+28
| | | | http://lists.w3.org/Archives/Public/www-validator/2001JanMar/0295.html
* Added directions for inaccessible javascript: URIshugo2001-03-271-3/+16
|
* Got rid of $_contact_addresshugo2001-03-261-7/+17
| | | | | Changed the mailto: URIs and instructions to include 'checklink' in the subject when sending a mail to www-validator
* Made the "Summary only" function do the same ashugo2001-03-261-6/+4
| | | | | | John <rowe@excc.ex.ac.uk>'s quiet function from: http://lists.w3.org/Archives/Public/www-validator/2001JanMar/0261.html This is a tiny change.
* Added a --depth option based on the patch provided byhugo2001-03-261-17/+38
| | | | | | | John <rowe@excc.ex.ac.uk>: http://lists.w3.org/Archives/Public/www-validator/2001JanMar/0261.html Had to tweak it to make the combination of -r and -D work.
* Maybe the base element problem is going to go away completely now.hugo2001-03-261-3/+7
| | | | | I have added a change by John <rowe@excc.ex.ac.uk> which basically does not trust HTTP::Response's base function, and it seems to be the way to go.
* removed some little-used doctypes, made a couple other tweaksgerald2001-03-261-12/+4
|
* added a credit to Scott Bighamgerald2001-03-261-3/+8
|
* shrunk the navbars, added footersgerald2001-03-266-94/+99
|
* Merging in doctype-override option from my patch.link2001-03-084-15/+94
| | | | <URL:http://lists.w3.org/Archives/Public/www-validator/2000OctDec/0037.html>
* Somewhat overzealous stripping of globals fixed.link2001-03-081-4/+6
|
* Ok, *really* kill the last globals this time! :-)link2001-03-081-14/+9
|
* Incorporating patches from Bj?rn H?hrmann to make it work on win9x systems.link2001-03-082-12/+8
| | | | <URL:http://lists.w3.org/Archives/Public/www-validator/1999AprJun/0003.html>
* Removing TODO item "add support for more character encodings".link2001-03-071-4/+2
| | | | UNIX98 iconv(3) takes care of this.
* Don't output a bazillion errors for documents with a bogus DOCTYPE.link2001-03-072-10/+23
| | | | (report a fatal error instead)
* Merge in my "cleanup patch" and fix a few small issues.link2001-03-072-109/+99
| | | | | | | | * Kill last globals (or at least move them to a saner place). * Fix bug dating back to 1.58 or thereabouts in handling non-xhtml Namespace in documents labelled as xhtml (use "-w"! use "-w"! use "-w"!) * Fix bug from 1.81 in handling of Other Namespaces. * Strip encoded newlines (\012) from ESIS in Outline and Source Listing.
* Merging in a patch from Takuya ASADA to support getting the effective charsetlink2001-03-072-10/+33
| | | | from the XML Declaration.
* Adding back in links to error explanations in output. These went AWOL whenlink2001-03-064-80/+67
| | | | Scott's old pages were taken down. We now host them locally (thanks Scott!).
* Fix typo in charset error message. :-)link2001-03-061-4/+4
|
* Fix bogus (fatal) error while handling redirect warnings from lq-nsgmls.link2001-03-051-3/+4
|
* Supress duplicate Namespace references in output.link2001-03-051-9/+8
|
* slightly different workaround for windows-nnnn charsetsgerald2001-03-051-6/+8
|
* Working around a limitation in glibc<2.2 iconv(3) that made it choke on thelink2001-03-051-3/+4
| | | | IANA standard "windows-1250" style encodings. Now we force "CP1250" style.
* Checking in documentation. Mostly just importing (cleaned up versions of)link2001-02-237-0/+1186
| | | | | Scott Bigham's original FAQ/docs. New additions: a User Manual and information for developers. All files use the (also new) base stylesheet.
* Use Text::Iconv for better error handling.link2001-02-211-11/+44
|
* handle different encodings using iconv instead of nkf,gerald2001-02-201-10/+11
| | | | using a patch from Takuya Asada
* switched to lq-nsgmls: http://www.htmlhelp.org/tools/validator/source.htmlgerald2001-02-201-4/+8
|
* added a link to "us-ascii xml document with a latin1 character" test casegerald2001-02-201-2/+3
|
* added a cache-control header to make images more cacheablegerald2001-02-181-0/+6
| | | | http://www.mnot.net/cache_docs/
* Fixed typohugo2001-01-221-3/+3
|
* Made it clearer that www-validator is a mailing list to avoid confusionhugo2001-01-221-5/+7
|
* Now suggests to send bug reports and comments to www-validator@w3.orghugo2001-01-221-6/+13
| | | | | Stopped suggesting people to send me email when the max number of documents checked is reached in recursive mode.
* Changed the text before the input box toohugo2001-01-191-5/+7
|
* Changed title to "W3C Link Checker" only for the form instead of "W3C? Link ↵hugo2001-01-191-4/+4
| | | | Checker: Revision: 2.68 (c) 1999-2001 W3C" which was too verbose
* Committing changes that I made a long time ago...hugo2001-01-181-65/+168
| | | | | | | | | | | | | | | | | | - Added 410 HTTP error code in the list of errors. - Simplified a few regular expressions (got rid of some /'s). - Added support for //... URI's. - Commented a bit more the code because I was getting lost. - Simplified already_processed(). - Added a --hide-same-realm option: hide 401's that are in the same realm as the document checked. - Added a --masquerade option to check documents on the local system as if they were on the Web (based on a patch by David Carlisle <davidc@nag.co.uk>). Example: checklink -q -b --masquerade /afs/w3.org/pub/WWW/Math/Group/draft/cr/ http://www.w3.org/TR/2000/CR-MathML2-20001113/ appendixe.html - 500 errors are now split in two cases: DNS problems (LWP reports that as a 500...) and real internal server errors. - Fixed a footer problem in the online problem. - Fixed a duplicate id problem in the error code references.
* added a bug: us-ascii xml doc with an iso-latin1 chargerald2001-01-051-2/+6
|
* decided it's probably a good idea to keep robots away from /checkgerald2000-12-131-3/+3
|
* added support for MathML 2.0; stopped outputting '... and validity'gerald2000-12-111-17/+37
| | | | | | | | after 'results of checking for wf-ness' in some cases; started quoting all border, height, width attrs; updated the URI for W3C's CSS page in the results
* added MathML 2.0gerald2000-12-111-1/+2
|
* added links to check MathML test docsgerald2000-12-111-2/+4
|
* small MathML2 document with doctypegerald2000-12-111-0/+6
|
* XHTML and MathML2 test case, copied here fromgerald2000-12-111-0/+27
| | | | | http://www.w3.org/TR/2000/CR-MathML2-20001113/chapter2.html#N1783 (amended to fix an error: missing less-than before '/title>' )
* removed alt text in headings in outlines bugfix itemgerald2000-10-211-5/+2
|
* fix for ALT text in headings in outlines in XHTML documentsgerald2000-10-211-4/+4
| | | | http://lists.w3.org/Archives/Public/www-validator/2000JulSep/0110.html
* added links to a couple of the more important pending patchesgerald2000-10-211-3/+11
|
* removed some stuff that has been done; re-prioritized other stuffgerald2000-10-211-26/+17
|
* added a link to HTML Tidygerald2000-10-212-3/+6
|
* also need to use ent() on the link to the CSS validator, for this case:gerald2000-10-211-3/+5
| | | | http://lists.w3.org/Archives/Public/www-validator/2000OctDec/0006.html
* made it deal with uploaded files that are identified as text/plain properly;gerald2000-10-211-9/+8
| | | | made validation by URI correctly reject unknown content-types.
* added a link to Terje's home pagegerald2000-10-211-3/+4
|
* default to HTML 4.01 instead of HTML 4.0; output HTML 4.01 instead of 4.0;gerald2000-10-211-24/+14
| | | | | recomment HTML 4.01 instead of 4.0 in doctype_spiel (should link to further docs on doctypes, but need to write those docs first...)
* now file:// URIs are rejected, but file uploads still work.gerald2000-10-211-5/+5
| | | | (did it correctly this time)
* oops! Previous commit nuked the file upload feature.gerald2000-10-211-4/+4
| | | | | (strange, I'm sure it still worked when I tested it.) Backed out of that change for now...
* applied recent patches from Terje Bless:gerald2000-10-211-9/+20
| | | | | | | | | | | | | | | | | [PATCH] Entity encoding in URI output http://lists.w3.org/Archives/Public/www-validator/2000OctDec/0012.html [PATCH] Labeled XML fix http://lists.w3.org/Archives/Public/www-validator/2000OctDec/0013.html stop handling 'file://' URIs (security fix added before but not committed) http://lists.w3.org/Archives/Public/www-validator/2000JulSep/0073.html handle XHTML files correctly when served as text/xml: http://lists.w3.org/Archives/Public/www-validator/2000AprJun/0143.html or when file-uploaded as text/plain: http://lists.w3.org/Archives/Public/www-validator/2000OctDec/0042.html
* added a note next to "XML doc with blank first line" test;gerald2000-10-211-3/+4
| | | | added a link to a test case with XML output from StarOffice
* added a headline on ISO-HTML supportgerald2000-10-191-1/+3
|
* added a blurb on iso-htmlgerald2000-10-191-2/+12
|
* made iso-html's plain text string a bit more precisegerald2000-10-191-3/+3
|
* added ISO-HTML FPIsgerald2000-10-191-1/+5
|
* added a link to ISO-HTML test casegerald2000-10-191-2/+3
|
* fixed a (weird) validation buggerald2000-10-191-2/+4
|
* arg... one moregerald2000-10-191-2/+2
|
* oops, missed one typo in previous commitgerald2000-10-191-2/+2
|
* test ISO-HTML documentgerald2000-10-191-0/+33
|
* oops, fixed a typo introduced a few mins agogerald2000-10-191-8/+8
|
* added 'Symbolic' variant of 'ENTITIES Symbols' identifier for ISO-HTMLgerald2000-10-191-1/+2
|
* removed some redundant HTML 4.0 entity definitions; added extra Latin 1gerald2000-10-191-10/+9
| | | | identifiers to work around inconsistencies in ISO-HTML, HTML 4.0 and 4.01
* added another fpi for ISO-HTMLgerald2000-10-181-1/+2
|
* added ISO-HTMLgerald2000-10-181-1/+4
|
* copied from ftp://ftp.cs.tcd.ie/isohtml/15445.dtdgerald2000-10-181-0/+658
|
* copied from ftp://ftp.cs.tcd.ie/isohtml/15445.dclgerald2000-10-181-0/+95
|
* added transparency (thanks to Karl Dubost)gerald2000-10-023-0/+0
|
* removed 'link to png and gif versions' itemgerald2000-09-291-4/+3
|
* moved valid HTML images to http://www.w3.org/Icons/ ;gerald2000-09-291-25/+22
| | | | | made specific links to PNG and GIF version of icons; cleaned up image code slightly
* fixed transparency/alpha channel problem (thanks to James Ralston)gerald2000-09-291-0/+0
| | | | | http://lists.w3.org/Archives/Public/www-validator/2000JulSep/0179.html mid:Pine.LNX.4.21.0009221833170.2640-100001@pcmy.sei.cmu.edu
* fixed transparency problemgerald2000-09-292-0/+0
|
* Undid change done in 2.62 about base tag handling.hugo2000-09-251-3/+3
| | | | | I'm not really sure why I did this change in the first place, I might have to fix a bug later...
* Replaced require by use and specified that HTML::Parser version 3 at leasthugo2000-08-171-4/+4
| | | | is required.
* Reverting line list code because it needs tweakinghugo2000-08-151-9/+9
|
* Got rid of unnecessary verbosity in the line list.hugo2000-08-111-13/+18
| | | | Added a valid links message in the text version.
* Now checks <blockquote cite="...">hugo2000-08-051-2/+5
|
* Fixed a confusion in the use of URI::abs()hugo2000-08-041-3/+3
|
* Do not consider base's href as a link anymore (was wrong and was causing a ↵hugo2000-08-041-3/+5
| | | | loop in recursive mode)
* Discovered the existence of HTTP::Headers::authorization_basichugo2000-08-031-5/+3
|
* Fixed typohugo2000-07-171-3/+3
|
* Oops, forget the '|' separatorhugo2000-07-141-2/+2
|
* Added link to the link checkerhugo2000-07-141-2/+3
|
* Added links to the documentationhugo2000-07-131-3/+7
|