summaryrefslogtreecommitdiffstats
path: root/htdocs/docs
Commit message (Collapse)AuthorAgeFilesLines
* Remove proprietary XML output option.ville2009-10-231-10/+6
| | | | | It has been deprecated for years, and was announced to be removed in 0.8 in 2006 but has stuck around for some reason until now.
* Reindent, break long lines, minor corrections.ville2009-09-271-302/+355
|
* Option documentation improvements.ville2009-09-271-32/+46
|
* Remove fuzzy matching/"Did you mean ..." implementation due to too manyville2009-09-162-21/+5
| | | | | | | | incorrect suggestions emitted. We'd need to be aware of which attributes and/or elements are valid in the checked document in the particular position; flat lists of all HTML elements and attributes results in too many false positives. String::Approx usage would have probably needed some work as well, or perhaps it wasn't the best choice for the task to begin with.
* Remove things related to no longer existing show parsetree, ESIS, and raw ↵ville2009-09-053-21/+16
| | | | errors options.
* Drop SGML::Parser::OpenSP < 0.991 workarounds, require >= 0.991.ville2009-06-291-3/+3
|
* Fix JSON output errors (missing/extra commas, incorrect escaping) (#7000). ↵ville2009-06-292-5/+10
| | | | New dependency: JSON >= 2.00.
* Drop Config::General <= 2.31 workarounds, require >= 2.32.ville2009-06-291-3/+3
|
* </li>ted2009-06-241-3/+3
|
* blurb suggestion from villeted2009-06-241-3/+7
|
* Doc fine tuning.ville2009-06-233-15/+15
|
* Note C# library by Mar?a Eugenia Fern?ndez Men?ndez.ville2009-06-231-2/+3
|
* Require libwww-perl >= 5.802.ville2009-06-231-8/+7
|
* markup fixesot2009-03-161-3/+3
|
* preparing 0.8.5. still need some testing before we get green lightot2009-03-131-3/+3
|
* forcing syncot2009-03-091-3/+2
|
* adding community-driven content to the why-validate document -- ↵ot2009-03-091-82/+99
| | | | http://www.w3.org/QA/2009/01/valid_sites_work_better.html
* documenting new dependenciesot2009-02-182-5/+10
|
* Make Encode::JIS2K optional.ville2009-02-042-9/+20
|
* Improve doctype preparse performance by aborting as soon as possible, fix ↵ville2009-01-071-3/+3
| | | | required HTML::Parser version.
* Purge Config::General <= 2.30 compatibility hack; 2.31 one still preserved ↵ville2009-01-041-3/+3
| | | | for current Debian stable.
* If not in debug mode, set Accept-Encoding to what LWP (>= 5.816) can handle.ville2009-01-041-3/+6
|
* LWP::UserAgent >= 2.032 (libwww-perl >= 5.800) is required for default_header().ville2009-01-041-4/+4
|
* test case submission quick guidelinesot2008-12-031-4/+10
|
* explaining the sample config for html5 engine integration, and adding a note ↵ot2008-11-201-2/+11
| | | | in the installation documentation about it, too
* version bump. Preparing for v0.8.4ot2008-11-181-3/+3
|
* Note environment variables affecting connectivity.ville2008-11-101-2/+8
|
* Fix OpenSP ./configure options, thanks to Antti Kanes for pointing it out.ville2008-10-271-3/+3
|
* minor markup fixes in docot2008-08-071-4/+4
|
* documenting the User-Agent string paramot2008-07-221-2/+10
|
* documenting json output and adding to newsot2008-07-171-6/+8
|
* Running through the installation process with a local guinea pig (karl),ot2008-04-301-19/+48
| | | | and a few additions/fixes as a result.
* reorganizing the installation instructions into a set of steps. + style ↵ot2008-04-301-130/+115
| | | | tweaks for docs
* fixing a bad copy-paste in the user manual's options detailsot2008-04-301-3/+3
|
* documenting new http headerot2008-02-211-2/+8
|
* adding accept-charset optionot2008-02-131-2/+10
|
* adding the coldfusion lib by clickfindot2008-01-251-2/+3
|
* following suggestions by Robin Daugherty to mention the sgml-lib tarball ↵ot2007-11-291-5/+5
| | | | more clearly
* s/HMTL/HTML/, thanks to Phillip Conradville2007-10-211-4/+4
|
* Fix m:col descriptionville2007-10-191-3/+3
|
* updated/additional messages [generated from error_messages.cfg]ot2007-10-101-30/+66
|
* added Encode-Module-Description and some fixesdtibbe2007-09-301-15/+6
|
* adding experimental parameters to set the Accept and Accept-Language headersot2007-09-271-2/+20
|
* Remove info about no longer used HTML::Template file caching.ville2007-09-191-25/+3
|
* validator install guide on mediaville.net went 404 :( - noticed by Brettot2007-09-061-5/+3
|
* markup typo/mistake fixot2007-09-041-3/+2
|
* moving link to easy-to-installed pre-packaged systems up. Mentioning SUSE ↵ot2007-08-311-9/+11
| | | | and Mac OS
* updating requirement for openspot2007-08-171-8/+5
|
* syncing with share/templates/en_US/error_messages.cfgot2007-08-071-10/+17
|
* 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
* 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
|
* mod_perl2 is autoenabled only if using something like the httpd.conf snippet ↵ville2007-07-241-5/+5
| | | | shipped with the validator.
* mod_expires brings better results that mod_headersot2007-07-241-5/+5
|
* suggesting to use mod_perl2ot2007-07-241-3/+7
|
* Since we have bugzilla for actual TODO stuff, changing todo.html into more ↵ot2007-07-181-2/+4
| | | | | | of a high-level roadmap. Should be interesting for people trying to participate.
* 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
|
* markup fixesot2007-07-052-6/+6
|
* validator icon license clarificationsot2007-07-031-2/+7
|
* documenting debug=1 effect on soap APIot2007-06-281-3/+9
|
* Fixing typo, with thanks to Arthur Marshot2007-06-111-3/+3
| | | | http://lists.w3.org/Archives/Public/www-validator/2007Jun/0030.html
* In collaboration with (and mostly courtesy of) Valerio Proietti ↵ot2007-05-311-5/+6
| | | | | | | | | | | | | | | | | (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)
* * 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
|
* updated webized error message listingot2007-05-071-10/+15
|
* Changes for 0.8 Releasedtibbe2007-04-271-32/+45
|
* Update Fedora/Red Hat package documentation.ville2007-04-241-4/+4
|
* avoiding xml ill-formednessot2007-04-181-6/+6
|
* prereq libsot2007-04-041-3/+7
|
* Regeneratedville2007-04-021-14/+22
|
* Update dependenciesville2007-04-021-13/+4
|
* Link fixingville2007-04-021-4/+4
|
* Mention HTML-Tidy.ville2007-04-021-4/+19
|
* sgml-lib pathdtibbe2007-03-131-5/+12
| | | | minor fixes
* 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-154-194/+117
|
* porting 0.7.4 changes to HEAD:ot2006-11-131-9/+14
| | | | * SOAP API can be disabled/enabled
* porting 0.7.4 changes to HEAD:ot2006-11-131-15/+14
| | | | * bringing back outline, removing parse tree output
* link fix (port to HEAD)ot2006-11-021-5/+5
|
* [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-243-125/+39
|
* simplified help text for missing charsetot2006-07-241-23/+15
|
* updating instructions related to spo in current state, in case someone wants ↵ot2006-05-171-8/+32
| | | | to install dev version
* merging from 0.7 branch into trunk at tag validator-0_7_2-releaseot2006-03-311-4/+4
|
* updating doc with actual value range for validity infoot2006-02-231-4/+4
|
* add missing &bjoern2006-02-101-4/+4
|
* style for the SOAP referenceot2005-11-101-7/+7
|
* 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-202-9/+9
|
* made changes, now the guide fits to the validator's current CVS-versiondtibbe2005-10-141-99/+67
|
* fixed drive-lettersdtibbe2005-10-011-6/+6
|
* fixes, as reported by Stuart Roe (porting from branch)ot2005-08-251-7/+7
|
* 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
|
* mentioning sgml-lib and related instructions (from David Tibbe)ot2005-08-071-4/+12
|
* adding windows installation guide courtesy of David Tibbe.ot2005-08-032-3/+532
|