Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add example of and comment for the "Enable SOAP" config var. This was the | link | 2004-09-04 | 1 | -1/+5 | |
| | | | | | last missing var that I'm aware of, and thus this closes Bug #747 when combined with the other config cleanup. | |||||
* | More config cleanup. Provide SetEnv for base path, and check all paths for | link | 2004-09-04 | 1 | -20/+45 | |
| | | | | existance and readability (-d and -r). This closes Bug #863. | |||||
* | Landing first cut of new config layout. Clean up various config names, | link | 2004-09-03 | 5 | -485/+107 | |
| | | | | | | nuke obsoleted config files, and start to make use of new Types Registry. There's breakage. There's unfinished pieces (type.cfg). Fun all around! :-) | |||||
* | Deleting obsolete file tips.html. | link | 2004-08-10 | 1 | -23/+0 | |
| | ||||||
* | adding new tip | ot | 2004-08-03 | 1 | -1/+3 | |
| | ||||||
* | Cleaning up local paths from sample config. | link | 2004-07-21 | 1 | -5/+3 | |
| | ||||||
* | Merging from branch validator-0_6_0-branch, at tag validator-0_6_7-pre2. | link | 2004-07-21 | 5 | -16/+19 | |
| | | | | (0.6.7 is missing relnotes and other minor tweaks) | |||||
* | Merging from branch validator-0_6_0-branch, at tag validator-0_6_5-release. | link | 2004-05-09 | 2 | -35/+22 | |
| | ||||||
* | The link checker has moved to /perl/modules/W3C/LinkChecker/ and is no ↵ | ville | 2004-04-05 | 1 | -18/+0 | |
| | | | | longer included with the validator distribution. | |||||
* | Configurable template path, thanks to Struan Donald. | ville | 2003-11-12 | 1 | -1/+5 | |
| | | | | http://lists.w3.org/Archives/Public/www-validator/2003Nov/0059.html | |||||
* | new tips | dom | 2003-09-18 | 1 | -1/+9 | |
| | ||||||
* | removed doctype tip (too syntactic); commented out cool uris, waiting for a ↵ | dom | 2003-08-25 | 1 | -5/+5 | |
| | | | | real tip | |||||
* | Merging from validator-0_6_0-branch, at tag validator-0_6_2-beta1, to HEAD. | link | 2003-05-24 | 5 | -89/+32 | |
| | ||||||
* | Enable data: URI scheme. | link | 2003-04-19 | 1 | -2/+2 | |
| | ||||||
* | s/MarkUp/Markup/ for consistency with other w3.org. | ville | 2003-02-24 | 2 | -4/+4 | |
| | ||||||
* | Applying patches from Dave Evans (with minor tweaks). | ville | 2003-01-03 | 2 | -5/+5 | |
| | | | | See <http://lists.w3.org/Archives/Public/www-validator/2003Jan/0005.html> | |||||
* | Landing new config code. Badges are borken, the link to the relevant spec | link | 2002-12-08 | 2 | -9/+401 | |
| | | | | | from "This page is valid Foo" is borken, and there is a good chance the DOCTYPE Override is borken. Otherwise this should be more or less working. | |||||
* | Make use of Config::General's -InterPolateVars option. | link | 2002-12-07 | 1 | -3/+3 | |
| | ||||||
* | Remove no longer used Header/Footer params. | link | 2002-12-07 | 1 | -7/+1 | |
| | ||||||
* | Tweak CSS for template code. | link | 2002-12-01 | 1 | -4/+4 | |
| | ||||||
* | Merging from validator-0_6_0-branch (at tag validator-0_6_1-release) to | link | 2002-12-01 | 1 | -5/+5 | |
| | | | | HEAD. Superficially ok, but probably needs tweaking for merge breakage. | |||||
* | Renaming check.cfg to validator.conf to fit in with new config scheme. | link | 2002-12-01 | 1 | -4/+4 | |
| | ||||||
* | Use Config::General for parsing configuration files. | ville | 2002-11-26 | 8 | -338/+648 | |
| | | | | This is a backwards-*incompatible* change, and closes #42 and #43. | |||||
* | s/undef-attr/attr-undef/ so the "there is no attribute foo" explanation link ↵ | ville | 2002-10-29 | 1 | -2/+2 | |
| | | | | works. | |||||
* | More "W3C HTML Validation Service" -> "W3C MarkUp Validation Service" updates, | ville | 2002-10-27 | 1 | -2/+2 | |
| | | | | see <http://lists.w3.org/Archives/Public/www-validator/2002Oct/0080.html>. | |||||
* | s/gerald/www-validator/ | ville | 2002-10-24 | 1 | -2/+2 | |
| | ||||||
* | Add the two latest (Draft) Tips from http://www.w3.org/2001/06tips/. | link | 2002-09-29 | 1 | -2/+5 | |
| | ||||||
* | Small markup fixes. Woohoo, my first commit :) | ville | 2002-09-04 | 1 | -2/+2 | |
| | ||||||
* | adding utf-16 | duerst | 2002-08-30 | 1 | -1/+4 | |
| | ||||||
* | Added new encoding 'gb18030'. | duerst | 2002-08-23 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | BTW, here is what has to be done for adding a new encoding: - Check iconv on validator.w3.org to see whether encoding is available - Check http://www.iana.org/assignments/character-sets to see whether correctly listed as a charset, and make sure to use the MIME preferred alias if there is one. - add a line to the following four files: httpd/cgi-bin/check htdocs/detailed.html htdocs/file-upload.html htdocs/config/charset.cfg would be nice if this could be concentrated in one or two places. | |||||
* | Merging to HEAD from validator-0_6_0 branch. | link | 2002-08-20 | 4 | -8/+90 | |
| | | | | This will be validator-0_6_0b1c1 (Beta 1, Candidate 1). | |||||
* | added a line to help people to use US-ASCII instead of ASCII | duerst | 2002-04-01 | 1 | -1/+2 | |
| | | | | (Terje, please take that to your branch as appropriate) | |||||
* | updated noClickHere slug | connolly | 2001-10-03 | 1 | -2/+2 | |
| | ||||||
* | updated pointer for "click here" tip | connolly | 2001-09-28 | 1 | -2/+2 | |
| | ||||||
* | signed the page | connolly | 2001-09-28 | 1 | -0/+3 | |
| | ||||||
* | better version of "click here" tip | connolly | 2001-09-28 | 1 | -1/+1 | |
| | ||||||
* | initial tips database | connolly | 2001-09-28 | 1 | -0/+20 | |
| | ||||||
* | Improve message explanations, add more explanations. | link | 2001-09-25 | 1 | -1/+18 | |
| | ||||||
* | Adding SVG 1.0 REC. | link | 2001-09-14 | 2 | -4/+4 | |
| | ||||||
* | Adding support for SMIL 2.0. | link | 2001-07-29 | 2 | -2/+4 | |
| | ||||||
* | Adding support for SMIL 1.0. | link | 2001-07-29 | 3 | -4/+6 | |
| | ||||||
* | Adding support for 20010719 SVG 1.0 PR. | link | 2001-07-29 | 3 | -4/+13 | |
| | ||||||
* | Adding (experimental) support for MathML 2.0 REC. | link | 2001-07-17 | 1 | -1/+2 | |
| | | | | | | This requires OpenSP 1.5pre5 with >16bit chars and as such is experimental. This shouldn't affect anything but MathML parsing, but _will_ break MathML when OpenSP isn't available. OTOH MathML was arguably broken to begin with. | |||||
* | Adding XHTML 1.1. | link | 2001-07-16 | 2 | -5/+6 | |
| | ||||||
* | Adding explanation for duplicate ID. Thanks to Eric Meyer <emeyer@netscape.com> | link | 2001-07-14 | 1 | -1/+4 | |
| | | | | | | for the catch, Masayasu Ishikawa <mimasa@w3.org> and Steven Pemberton <steven.pemberton@cwi.nl> for the explanation, and Bjoern Hoehrmann <derhoermi@gmx.net> for the explanation text. | |||||
* | fixed iso-8859-1-Windows-3.1-Latin-1 | duerst | 2001-06-30 | 1 | -1/+3 | |
| | ||||||
* | New file charset.cfg to map 'encoding'/'charset' parameters to iconv parameters. | duerst | 2001-06-18 | 1 | -0/+60 | |
| | ||||||
* | Adding Apple Help 1.0 with DTD from Jeff Ganyard <applehelp@bebop.net>. | link | 2001-06-16 | 2 | -2/+6 | |
| | ||||||
* | added XHTML Basic 1.0 | gerald | 2001-05-10 | 1 | -1/+3 | |
| | ||||||
* | added XHTML Basic | gerald | 2001-05-10 | 1 | -1/+2 | |
| | ||||||
* | Add a mapping for text/vnd.wap.wml so we can do XML Well-Formedness checking. | link | 2001-04-19 | 1 | -1/+2 | |
| | | | | http://lists.w3.org/Archives/Public/www-validator/2001AprJun/0016.html | |||||
* | Merging in doctype-override option from my patch. | link | 2001-03-08 | 1 | -0/+42 | |
| | | | | <URL:http://lists.w3.org/Archives/Public/www-validator/2000OctDec/0037.html> | |||||
* | Adding back in links to error explanations in output. These went AWOL when | link | 2001-03-06 | 1 | -4/+18 | |
| | | | | Scott's old pages were taken down. We now host them locally (thanks Scott!). | |||||
* | added MathML 2.0 | gerald | 2000-12-11 | 1 | -1/+2 | |
| | ||||||
* | made iso-html's plain text string a bit more precise | gerald | 2000-10-19 | 1 | -3/+3 | |
| | ||||||
* | added ISO-HTML FPIs | gerald | 2000-10-19 | 1 | -1/+5 | |
| | ||||||
* | made HTML 4.0 references point to REC-html40-19980424 | gerald | 2000-02-24 | 1 | -4/+4 | |
| | ||||||
* | fixed HTML 4.0/4.01 link mismatch problems: | gerald | 2000-02-15 | 1 | -4/+4 | |
| | | | | http://lists.w3.org/Archives/Public/www-validator/2000JanMar/0133 | |||||
* | updated XHTML, HTML 4.01 | gerald | 2000-01-26 | 1 | -10/+10 | |
| | ||||||
* | updated xhtml to the most recent version | gerald | 1999-12-06 | 1 | -4/+4 | |
| | ||||||
* | mapping of content-types to document types, provided in a patch by Terje Bless, | gerald | 1999-12-01 | 1 | -0/+10 | |
| | | | | http://lists.w3.org/Archives/Public/www-validator/1999OctDec/0136 | |||||
* | configuration files to replace old hashes in the 'check' script, | gerald | 1999-12-01 | 3 | -0/+171 | |
supplied with a patch from Terje Bless, http://lists.w3.org/Archives/Public/www-validator/1999OctDec/0132 |