summaryrefslogtreecommitdiffstats
path: root/htdocs
Commit message (Collapse)AuthorAgeFilesLines
* markup typo/mistake fixot2007-09-042-6/+5
|
* There are two warnings for "unknown parse mode". Obsoleting W08ot2007-09-032-11/+12
| | | | | and merging with W06, as per discussion around: http://lists.w3.org/Archives/Public/www-validator/2007Jul/0168.html
* moving link to easy-to-installed pre-packaged systems up. Mentioning SUSE ↵ot2007-08-311-9/+11
| | | | and Mac OS
* linking to Validator S.A.C, standalone app for macot2007-08-311-2/+8
|
* rewording, suggested by Ruud:ot2007-08-281-3/+3
| | | | http://www.w3.org/Bugs/Public/show_bug.cgi?id=4989
* Fixing a usability bug where options would be hidden from view, but still ↵ot2007-08-241-0/+4
| | | | | | | | would be tabbed through when navigating with the keyboard. Following ideas and suggestions by Greg Rosmaita, Gez Lemon, Patrick Lauke. http://lists.w3.org/Archives/Public/wai-xtech/2007Aug/thread.html#msg76
* updating requirement for openspot2007-08-171-8/+5
|
* adding test case for upper case element in XHTML, and cascaded attribute ↵ot2007-08-162-40/+60
| | | | errors (+ cleanp of index)
* adding tests for charset mismatchot2007-08-153-2/+49
|
* proper link for news item of latest releasevalidator-0_8_1-releaseot2007-08-071-1/+1
|
* syncing with share/templates/en_US/error_messages.cfgot2007-08-071-10/+17
|
* preparing 0.8.1, changelog and version bumpot2007-08-073-52/+36
|
* link to PEAR library for APIot2007-08-061-2/+4
|
* more careful wording about using mod_perl... we're not sure it's that good ↵ot2007-08-061-4/+5
| | | | after all, need feedback from users
* adding test case for 4892ot2007-08-062-8/+36
|
* - Changed information about retrieving the code for openSUSE Linux.ot2007-08-021-38/+34
| | | | | - Made some code cleanups to the HTML code. (changes by Sierk Bornemann)
* back to devot2007-08-011-3/+3
|
* Back down to unversioned XML::LibXML, load_catalog no longer used.ville2007-07-261-4/+4
|
* XML::LibXML >= 1.53 is needed for load_catalog().ville2007-07-251-4/+4
|
* validator 0.8.0 news itemvalidator-0_8_0-releaseot2007-07-251-2/+16
|
* Adding a few people in the credits. Probably missing a number of people who ↵ot2007-07-251-2/+8
| | | | have sent important feedback or contribution, would appreciate being pointed to them...
* mod_perl2 is autoenabled only if using something like the httpd.conf snippet ↵ville2007-07-241-5/+5
| | | | shipped with the validator.
* include js only where needed, i.e on homepageot2007-07-242-4/+7
|
* roadmap link markup fixedot2007-07-241-3/+3
|
* preparing 0.8.0 releaseot2007-07-242-3/+3
|
* mod_expires brings better results that mod_headersot2007-07-241-5/+5
|
* suggesting to use mod_perl2ot2007-07-241-3/+7
|
* Since we are (still) serving as text/html:ot2007-07-201-4/+4
| | | | | | * removing the potentially problematic xml decl http://www.w3.org/International/articles/serving-xhtml/Overview.en.php#declaration * adding meta header for charset decl
* re-readding big5-hkscs to list of ok charsetsot2007-07-201-1/+2
|
* adding big5-hkscs to drop-downot2007-07-201-0/+1
| | | | | | http://www.iana.org/assignments/charset-reg/Big5-HKSCS VS: ----------------------------------------------------------------------
* re-populating the list of charsets (from older revisions in both branch 0.7 ↵ot2007-07-191-17/+72
| | | | | | | | | and 0.8) to be used thus: * no fatal error if the charset is supported by encode * a warning with the suggestion for a better alias if we know one * a warning that the encoding may be "odd" if not in the list but encode says it's OK
* removing the list of supported character encodings,ot2007-07-191-55/+18
| | | | | | | | | | | | | as we have a better and more reliable technical way to do this. Replacing with a mechanism to: * suggest a better alias if a "bad" encoding alias is used * refuse to transcode if encoding used is forbidden by policy (I don't know any, but the mechanism is here...) More details: http://lists.w3.org/Archives/Public/public-qa-dev/2007Jul/0009.html and surrounding thread.
* todo -> roadmap titleot2007-07-181-3/+3
|
* Since we have bugzilla for actual TODO stuff, changing todo.html into more ↵ot2007-07-183-278/+77
| | | | | | of a high-level roadmap. Should be interesting for people trying to participate.
* * final location (static) of atom newsfeedot2007-07-173-7/+9
| | | | * adding alternate link for atom feed to home and news page
* requiring extra perl libs for CJK character encodings, and documenting the ↵ot2007-07-102-6/+11
| | | | new requirements
* making the X-W3C-Validator-Status header more consistently report:ot2007-07-092-6/+9
| | | | | | * Valid if validation passed * Invalid if validation proceeded, failed * Abort if validation could not be performed
* using local imagesot2007-07-061-3/+3
|
* using local images for UIot2007-07-061-2/+2
|
* this should be the final images necessary for offline usageot2007-07-063-0/+0
|
* Using local images for display, when available.ot2007-07-051-3/+51
|
* re-adding images often referred to in former locationot2007-07-052-0/+0
|
* markup fixesot2007-07-052-6/+6
|
* validator icon license clarificationsot2007-07-032-2/+12
|
* bundling the "valid" icons with the validator.ot2007-07-03126-0/+13352
| | | | The icons are distributed under w3c document license, need to mention it in doc/readme
* removing ou-of-sync iconsot2007-07-0325-0/+0
|
* documenting debug=1 effect on soap APIot2007-06-281-3/+9
|
* adding a number of test cases for documents without doctype. sgml or xml, ↵ot2007-06-261-3/+3
| | | | well-formed or not
* adding a number of test cases for documents without doctype. sgml or xml, ↵ot2007-06-264-2/+9
| | | | well-formed or not
* adding a number of test cases for documents without doctype. sgml or xml, ↵ot2007-06-262-12/+44
| | | | well-formed or not
* Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=4756ot2007-06-262-2/+2
| | | | verbose parameter set to 0 (if checked), should have been 1
* adding alt (blue) icon for XHTML + RDFaot2007-06-251-1/+2
|
* adding a case for non-html, non-xml document without a doctype.ot2007-06-211-1/+6
|
* forgot to upload this one - thanks Sierk for reminding meot2007-06-181-0/+0
|
* making the hovered-on tabs have darker text than when not hovered,ot2007-06-151-2/+2
| | | | as suggested by Ville in http://www.w3.org/mid/C32255C7-88C5-48BC-8D95-D305A831485B@iki.fi
* tentative fixes by Valerio Proietti for options toggling issues with some ↵ot2007-06-152-12/+57
| | | | browsers
* removing extraneous label around submit button causing usability issuesot2007-06-143-16/+9
| | | | styling button in case of fallback
* Credit where due:ot2007-06-111-3/+5
| | | | | Brett for feedback and patches Valerio for his help on UI design/interaction
* Fixing typo, with thanks to Arthur Marshot2007-06-111-3/+3
| | | | http://lists.w3.org/Archives/Public/www-validator/2007Jun/0030.html
* not letting blocky block hide rounded bg of top bannerot2007-06-111-1/+1
|
* typos (?)dom2007-06-111-7/+7
|
* more forcing of background-colorsot2007-06-062-4/+22
|
* setting base background color to white, to avoid issues if user has other ↵ot2007-06-061-1/+1
| | | | default set up in browser
* pointer to beta test instructions (updated for beta2)validator-0_8_0-beta2ot2007-06-051-4/+4
|
* styling forms in feedback pageot2007-06-011-1/+10
|
* styling revalidate button + using a css property value more widely supported ↵ot2007-06-011-3/+11
| | | | for source display nurmbering
* preparing 0.8.0 beta 2ot2007-05-313-4/+26
|
* consistent option labelingot2007-05-312-4/+4
|
* fixing tab height for IE bugot2007-05-311-1/+1
|
* fixing scripting bug with too-greedy replacement of - with _ot2007-05-311-1/+1
|
* In collaboration with (and mostly courtesy of) Valerio Proietti ↵ot2007-05-3126-546/+1050
| | | | | | | | | | | | | | | | | (mad4milk/mootools), cleanup and revamp of the CSS and scripting used, mostly by the main UI of the validator. Changes include: * cleaner CSS for the UI * (more) accessible, gracefully degrading tab and toggle scripting * smooth, unobtrusive transition effects * form styling * Toggle and tab scripting now use mootools as framework, allowing for addressing of each "view" (e.g one can link directly to the "by upload", "with options toggled on" this was an issue in earlier toggle script versions for the CSS validator * scripting with smaller footprint * minor CSS changes (page and UI takes all width, etc)
* unusedot2007-05-314-199/+0
|
* Remove empty .htaccessville2007-05-261-0/+0
|
* test case for Bug 197:ot2007-05-241-0/+14
| | | | | | http://www.w3.org/Bugs/Public/show_bug.cgi?id=197 using an alias of iso-8859-1 this test case should be served without HTTP charset
* moving some directives for serving test documents to httpd config, since ↵ot2007-05-241-19/+0
| | | | it's not going to work on servers other than apache > 2.0.24 anyway
* * reordering prereq modulesot2007-05-241-14/+13
| | | | * error and esis options obsolete - just use debug=1
* adding m:explanation, m:source and implementing m:messageidot2007-05-161-4/+39
|
* removed reference to ppm3dtibbe2007-05-141-9/+5
|
* for documents served as XML, and for which the root element is not <html>,ot2007-05-071-0/+1
| | | | | the fallback to XHTML is not a great choice. Instead, we can perform a basic xml-wf checking, and report a positive result for these.
* getting rid of ill-located comment in fallback xml dtdot2007-05-071-5/+3
|
* test cases for well-formed xml docsot2007-05-073-4/+32
|
* better display of information in case of fatal error (show preparse warning,ot2007-05-071-3/+3
| | | | e.g http://www.w3.org/Bugs/Public/show_bug.cgi?id=2572 ) and revalidation table.
* reverting changes to doctype and charset drop-down menu,ot2007-05-072-2/+2
| | | | as it was breaking some features in code
* using a solution compatible with apache 1.3...ot2007-05-071-8/+4
|
* removing charset at server level for iso-8859-1 testsot2007-05-071-1/+5
|
* test for iso-9959-1 files, with and without declaration of charset in metaot2007-05-073-0/+31
|
* updated webized error message listingot2007-05-071-10/+15
|
* As discussed inot2007-05-041-2/+2
| | | | | | | | | | http://www.w3.org/Bugs/Public/show_bug.cgi?id=3164 with details of history and resolution in http://www.w3.org/People/cmsmcq/2007/C1.xml the SGML declaration for XML should be amended to allow the range of characters x7F through x9F. => changing the xml.dcl accordingly.
* adding example for xhtml+rdfaot2007-04-301-2/+9
|
* Changes for 0.8 Releasedtibbe2007-04-271-32/+45
|
* Update Fedora/Red Hat package documentation.ville2007-04-242-34/+15
|
* "reset button" considered harmful (?)ot2007-04-242-6/+4
| | | | | | http://www.w3.org/Bugs/Public/show_bug.cgi?id=4480 http://www.useit.com/alertbox/20000416.html etc.
* xhtml+rdfa sample, from specot2007-04-201-0/+28
|
* XHTML + RDFa publishedot2007-04-202-1/+21
|
* removing "skip" links perot2007-04-201-1/+0
| | | | http://lists.w3.org/Archives/Public/public-qa-dev/2007Apr/0000.html
* Clean up a permanent redirect.ville2007-04-191-3/+3
|
* Fix some relative links in non-toplevel documents.ville2007-04-192-5/+5
|
* pointer to beta test instructions.validator-0_8_0-beta1ot2007-04-181-3/+3
| | | | http://lists.w3.org/Archives/Public/www-validator/2007Apr/0074.html
* warning for beta test instanceot2007-04-182-2/+27
|
* typos in the cssot2007-04-181-4/+4
|