summaryrefslogtreecommitdiffstats
path: root/htdocs
Commit message (Collapse)AuthorAgeFilesLines
* reorganizing more consistently in valid/invalid distinction, using more ↵ot2007-03-281-45/+59
| | | | consistent markup
* xhtml basic 1.0 and 1.1 basic testsot2007-03-283-7/+39
|
* IE bug fixot2007-03-261-3/+4
|
* shifting style toward that of /html/ot2007-03-262-13/+25
| | | | making sure the "green" headings don't appear in wrong places in results page, to avoid confusion
* more accessible color scheme for the front page forms.ot2007-03-264-27/+11
| | | | Basic background color taken from existing material (supporters program) and banner gradients.
* bringing back the document outline, with SAX.ot2007-03-231-1/+7
| | | | | Using a <pre> and whitespace to show the level of outline is unfortunate, but is the only sane way of doing it in case of broken markup with unclosed <hx>
* fixing a hasty copy-pasteot2007-03-231-2/+2
|
* duplicating the test case for a document with a bogus XML declaration:ot2007-03-222-3/+17
| | | | | * one served as text/html * one served as application/xhtml+xml
* oops, wrong pathot2007-03-222-10/+10
|
* removing toggleot2007-03-222-145/+2
|
* block for intro text and latest newsot2007-03-221-0/+15
|
* removing toggle - too many usability issues - and copying new design to ↵ot2007-03-223-69/+104
| | | | detailed.html
* EOLot2007-03-221-1/+2
|
* another try at making the form more accessible contrast-wiseot2007-03-221-2/+8
|
* adding the (WD stage) XHTML Basic 1.1 to known types catalogot2007-03-166-1/+4105
| | | | but not yet to drop-down menus
* css fix for grouped messagesot2007-03-151-1/+5
|
* After using the HEAD validator for a while, I can't say I am convincedot2007-03-152-9/+16
| | | | | | | that putting the revalidation options behind a toggle is useful. Reverting. Also styling revalidate button and options a little
* For default auto-detection of charset and doctype, changing theot2007-03-152-2/+2
| | | | | | | form so that the values be empty, hence creating validation results URIs like ...check?uri=http%3A%2F%2Fwww.example.org&doctype=&charset= rather than ...check?uri=http%3A%2F%2Fwww.example.org%2F&charset=%28detect+automatically%29&doctype=Inline
* showing blue and "gold" icons upon successful validationot2007-03-142-8/+52
|
* bringing back in doc-specific stylingot2007-03-141-3/+97
|
* first pass at implementing language negotiation/selection. Can certainly be ↵ot2007-03-141-1/+5
| | | | improved, but it works
* sgml-lib pathdtibbe2007-03-131-5/+12
| | | | minor fixes
* some padding/margin for readability, avoiding overlap of text for some parts ↵ot2007-03-092-6/+14
| | | | of results
* * making preparse warnings list similar in style as list of errors/warningsot2007-03-091-20/+10
| | | | * moving the "feedback" envelope to avoid floating issues
* markup of the test suite indexot2007-03-091-6/+5
|
* adding tests for documents served with wrong media typeot2007-03-076-10/+117
|
* duplicateot2007-03-071-17/+0
|
* * all that is not specifically allowed, is forbiddenot2007-03-071-40/+8
| | | | * keeping the allowed media type value to a single field (with several values separated with a space if necessary)
* Should not hardcode tidy conf path, make it configurable in main conf fileot2007-03-021-1/+4
|
* spurrious titlecaseot2007-03-011-3/+3
|
* basic config for HTML::Tidyot2007-02-221-0/+45
|
* charset for green charset test fileot2007-02-221-1/+4
|
* test case for greek encodingot2007-02-221-0/+13
|
* test for bug 2329ot2007-02-223-2/+78
|
* adding test case for Bug 2342, and organizing test cases for valid ↵ot2007-02-222-6/+25
| | | | documents, with warnings.
* link tooltips for other validator linksot2007-02-201-5/+5
|
* avoiding float mishapsot2007-02-201-1/+2
|
* minor test catalogue housekeepingot2007-02-201-23/+57
|
* test for 1 error, 1 warningot2007-02-201-0/+15
|
* Rewording the intro text of the homepage, hopefully putting an end to theot2007-02-201-3/+5
| | | | nitpicking in http://www.w3.org/Bugs/Public/show_bug.cgi?id=1399
* [work in progress] adding new options to revalidation form in results pageot2007-02-201-18/+20
|
* [work in progress] slight reorg of results, applying small style changed.ot2007-02-201-0/+301
|
* tabtastic stylesheetot2007-02-201-0/+14
|
* [work in progress]ot2007-02-2021-221/+1081
| | | | | | | | revamping home page UI based on work made for CSS validator and Unicorn: - usage of tabtastic for the method (uri, upload) choice - usage ot toggle scripting for extended options - menu moved to bottom of page, giving most important page real estate to form interface
* proof of concept HTML::Tidy outputot2007-02-071-1/+11
|
* test for e.g http://www.w3.org/mid/45C8A9A7.26288.B1EC62@adyer.yuikee.com.hkot2007-02-071-0/+27
|
* Bad bots keep calling /check/referer without referer, kicking check intoot2007-01-051-0/+100
| | | | | | | | | | action for nothing. Performance-wise, it's probably wiser to catch these at apache level, with e.g: #do not pass /check/referrer on if there is no referrer RewriteCond %{REQUEST_URI} ^\/check\/referer RewriteCond %{HTTP_REFERER} ^$ RewriteRule ^ /no_referer.asis [L]
* adaption to ppm-guidtibbe2006-12-081-72/+52
| | | | | new hint minor fixes
* Hand merge of branch 0.7 with HEAD at tag validator-0_7_4-releaseot2006-11-159-228/+157
|
* porting 0.7.4 changes to HEAD:ot2006-11-132-12/+19
| | | | * SOAP API can be disabled/enabled
* porting 0.7.4 changes to HEAD:ot2006-11-133-47/+29
| | | | * bringing back outline, removing parse tree output
* unofficial icon went 404ot2006-11-131-2/+2
|
* link fix (port to HEAD)ot2006-11-022-10/+10
|
* markup fix (port to HEAD)ot2006-11-021-5/+6
|
* [port to HEAD]ot2006-11-021-2/+54
| | | | linking to known code libraries, documenting the x- HTTP headers ( http://www.w3.org/Bugs/Public/show_bug.cgi?id=3940 )
* porting all documentation and style (htdocs/...) changes from 0.7.3 to HEADot2006-10-247-150/+97
|
* Sync fix for #3732 from validator-0_7-branch.ville2006-10-232-35/+27
|
* proper test file for xhtml-print (HEAD port)ot2006-10-182-128/+34
|
* Add Thai encoding ISO-8859-11 (port to HEAD / 0.8 code)ot2006-10-122-1/+3
| | | | http://www.w3.org/Bugs/Public/show_bug.cgi?id=1573
* more changes after publication of XHTML-Print RECot2006-10-102-4/+5
|
* XHTML-Print recommendation published 20 Sept 2006ot2006-10-104-1/+377
| | | | http://www.w3.org/TR/xhtml-print/
* documentation update and markup cleanup by Sierk Bornemann (port and update ↵ot2006-08-311-51/+58
| | | | to HEAD)
* first sample meta-test file for use with the automated testing tool developedot2006-08-291-0/+143
| | | | for the CSS validator - see http://dev.w3.org/cvsweb/2002/css-validator/autotest/
* slight reorganization of the 'other tools' section, added pointer to QA ↵ot2006-08-111-28/+17
| | | | Toolbox, validome (port to HEAD)
* recently added icons for SVG (porting to HEAD)ot2006-08-101-1/+13
|
* reorganizing doctype selection menu, and completing with most supported ↵ot2006-08-011-4/+12
| | | | types (port to HEAD)
* more fixup of typos on types config file (port to HEAD)ot2006-08-011-6/+2
|
* fixing typo in SMIL 1.0 entryot2006-07-281-2/+2
|
* simplified help text for missing charsetot2006-07-241-23/+15
|
* Updating existing versions of images with updated versions fromot2006-07-1417-0/+0
| | | | | | http://www.w3.org/Icons/ (see also http://www.w3.org/2000/09/vsimg/transparency-test.html )
* comments delimiter fix.ot2006-06-151-2/+2
|
* update logo URL so we get the latest and greatest (?) logosbjoern2006-05-171-2/+2
|
* updating instructions related to spo in current state, in case someone wants ↵ot2006-05-171-8/+32
| | | | to install dev version
* adding new bogus FPI tests, a couple of FPI/SI mismatch testsot2006-05-025-17/+128
|
* merging from 0.7 branch into trunk at tag validator-0_7_2-releaseot2006-03-3111-38/+93
|
* indexing one more testot2006-03-161-3/+8
|
* adding a few test documents triggering WXX global-scope warningsot2006-03-168-2/+153
|
* updating doc with actual value range for validity infoot2006-02-231-4/+4
|
* add missing &bjoern2006-02-101-4/+4
|
* finding a combination that actually trips the validatorot2005-12-091-3/+3
|
* additional test for doc with no charsetot2005-12-093-2/+35
|
* adding test case for doc served with no character encodingot2005-12-093-2/+32
|
* - Publishing XSLT used for the creation of the atom news feedot2005-11-154-5/+74
| | | | | | (courtesy of Antonio Cavedoni) - sample server config to serve atom feed through W3C xslt service - adding link rel="alternate" for the newsfeed in both whatsnew and index.html
* style for the SOAP referenceot2005-11-102-8/+14
|
* first draft of a human-readable API reference for validation serviceot2005-11-091-0/+242
|
* merging from 0.7 branch into trunk at tag validator-0_7_1-releaseot2005-10-208-197/+48
|
* made changes, now the guide fits to the validator's current CVS-versiondtibbe2005-10-141-99/+67
|
* proper id for proper stylingot2005-10-071-3/+3
|
* fixed drive-lettersdtibbe2005-10-011-6/+6
|
* adding alternate pubid for iso html. fixed ↵ot2005-09-211-1/+18
| | | | http://www.w3.org/Bugs/Public/show_bug.cgi?id=1809 -- porting from 0.7 branch
* fixes, as reported by Stuart Roe (porting from branch)ot2005-08-251-7/+7
|
* nicer version display for current HEAD, suggested by Bjoernot2005-08-181-2/+2
|
* header version to distinguish HEAD being developedot2005-08-181-2/+2
|
* don't drink and style!bjoern2005-08-181-8/+8
|
* goodbye onsgmls.bjoern2005-08-181-5/+1
|
* Use HTML::Encoding instead of proprietary code and some cleanupbjoern2005-08-181-66/+54
|
* Fix/update latest release tag info.ville2005-08-121-3/+3
|
* should fix http://www.w3.org/Bugs/Public/show_bug.cgi?id=1839ot2005-08-122-5/+4
|
* Bring install instructions up to date. Just missed 0.7.0, I kind of knewvalidator-0_7_0-fixville2005-08-081-39/+60
| | | | I should have committed this yesterday :(
* minor rewordings, fixed a link, removed direct link to David's e-mail addressot2005-08-081-59/+66
|