summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Ignore byte-compiled Python files.ville2009-11-160-0/+0
|
* Initial Python 3 compatibility tweaks.ville2009-11-161-8/+8
|
* Recommend .mml extension for MathML instead of .mathml per ↵ville2009-11-131-1/+1
| | | | http://www.w3.org/TR/MathML2/chapter7.html#id.7.1.3
* Fix recommended system id of "XHTML 1.1 plus MathML 2.0 plus SVG 1.1" (#8270).ville2009-11-131-2/+2
|
* Use local copy of Spec 2.0 DTD, add Spec 2.1 and 2.10.ville2009-11-084-10/+4336
|
* Remove unused REC-xhtml11-20010531.ville2009-11-086-5475/+0
|
* Switch XHTML 1.1 to modular DTDs.ville2009-11-084-4656/+324
|
* Switch XHTMLplusMathMLplusSVG to modular DTD, add entry for XHTML Basic plus ↵ville2009-11-083-22276/+3
| | | | SVG Tiny.
* Add mathml2-qname-1.mod FPI.ville2009-11-081-0/+2
|
* Remove duplicate XHTML+RDFa entry.ville2009-11-081-6/+0
|
* Whitespace, NFC.ville2009-11-081-5/+5
|
* Remove unused XHTML Basic 1.1 WD.ville2009-11-084-4084/+0
|
* Sync remaining XHTML Print 1.0 files with exact ones from ↵ville2009-11-062-2/+2
| | | | REC-xhtml-print-20060920 tarball (cosmetic, CVS ids only).
* Remove files that are either unused or come from XHTML m12n from XHTML Print ↵ville2009-11-067-363/+3
| | | | 1.0 dir.
* Add catalog entries for XHTML Basic 1.1 xhtml-basic11-model-1.mod and ↵ville2009-11-061-0/+4
| | | | xhtml-inputmode-1.mod.
* Sync remaining XHTML Basic 1.1 files with exact ones from ↵ville2009-11-063-3/+3
| | | | REC-xhtml-basic-20080729 tarball (cosmetic, CVS ids only).
* Remove files that are either unused or come from XHTML m12n from XHTML Basic ↵ville2009-11-065-3583/+0
| | | | 1.1 dir.
* Remove files that are either unused or come from XHTML m12n from XHTML Basic ↵ville2009-11-0628-5917/+0
| | | | 1.0 dir.
* Rename MathML2 test file to *.mml so servers are more likely to serve itville2009-10-253-7/+7
| | | | with an appropriate content type, use recommended system id in it.
* Clarify MathML2 DTD origin/version, remove unused html entities, rename dir ↵ville2009-10-2541-10123/+9835
| | | | accordingly.
* Add XHTML modularization 1.1, remove entities in it from XHTML 1.0 catalog/dir.ville2009-10-2552-519/+5460
|
* Use redirect for whatsnew.atom instead of proxying it.ville2009-10-251-10/+2
|
* Link directly to http://www.w3.org/QA/Tools/validator-whatsnew.atom for the ↵ville2009-10-251-3/+4
| | | | Atom feed like we already do in <link> elements.
* Remove no longer used application/x-javascript.ville2009-10-251-1/+0
|
* Trim trailing whitespace, NFC.ville2009-10-251-26/+26
|
* Comment formatting, NFC.ville2009-10-251-26/+57
|
* Change "preferred" public id for SVG 1.1 Tiny and Basic to "SVG 1.1 XXX"ville2009-10-253-11/+13
| | | | | | | | | | from "SVG XXX 1.1". REC-SVGMobile-20030114 has both, but: http://www.w3.org/mid/1802878579.20031205151329%40w3.org http://www.w3.org/Graphics/SVG/Test/20061213/ http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-basic.dtd http://www.w3.org/QA/2002/04/valid-dtd-list.html http://www.w3.org/mid/E6C04936-0353-476C-B65F-455A1C836045%40w3.org
* Add height and width for XHTML+RDFa and SVG badges.ville2009-10-251-1/+9
|
* Add local ISO-HTML badge URIs.ville2009-10-251-1/+3
|
* Add XHTML+RDFa DTDs.ville2009-10-254-0/+846
|
* Drop unecessary have_*badge template variables.ville2009-10-243-37/+23
|
* Local badge URI tweaks.ville2009-10-241-5/+3
|
* Indent prettier, drop misleading commented out section.ville2009-10-241-420/+409
|
* Add option to use file based template caching. Doing it in non-mod_perlville2009-10-242-6/+22
| | | | environments results in a noticeable performance improvement.
* Remove proprietary XML output option.ville2009-10-233-85/+9
| | | | | 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.
* Avoid some charset encoder lookups.ville2009-10-231-7/+9
|
* Code cleanups.ville2009-10-231-14/+14
|
* Line wrapping, indentation, misc tiny tweaks.ville2009-10-231-326/+845
|
* Add origin info, remove apparently spurious last line from flat DTD.ville2009-10-232-1/+5
|
* Use latest XHTML 1.1 DTDs from http://www.w3.org/MarkUp/DTD/ville2009-10-237-810/+110
|
* Load templates on demand for a small performance gain (esp. in non-mod_perl ↵ville2009-10-101-165/+130
| | | | mode).
* Move subroutine definitions after main program flow.ville2009-10-051-149/+148
|
* Avoid (some) error log trashing with empty documents.ville2009-10-051-4/+4
|
* Increase default LWP HTTP line length to 8k; the 4k default in LWP <= 5.832ville2009-10-051-2/+10
| | | | is not enough for example to accommodate 4kB cookies (RFC 2985) (#6678).
* Simplify error marking code; force marked char to be within shown code excerpt.ville2009-10-041-55/+14
|
* Don't truncate source lines that fit within our limits; when truncating,ville2009-10-041-37/+26
| | | | | replace only one char with ellipsis instead of three; simplify truncation code in general.
* Trivial code cleanups.ville2009-10-041-6/+4
|
* Fix JSON syntax when some info is missing.ville2009-10-041-5/+5
|
* Encode messageid as a string; besides numbers it may contain things like ↵ville2009-10-041-1/+1
| | | | libxml2-77.
* Encode last line as a number per ↵ville2009-10-041-1/+1
| | | | http://wiki.whatwg.org/wiki/Validator.nu_JSON_Output
* Fix info message handling in JSON output.ville2009-10-041-3/+2
|
* Include source content type in JSON output.ville2009-10-041-1/+2
|
* Fix off by one column error in display of OpenSP's auxiliary message locations.ville2009-09-271-3/+3
|
* Reindent, break long lines, minor corrections.ville2009-09-271-302/+355
|
* Option documentation improvements.ville2009-09-271-32/+46
|
* Template fine tuning, NFC.ville2009-09-243-7/+7
|
* Avoid adding an ellipsis when a line (for a message without a column number) ↵ville2009-09-231-3/+3
| | | | was not truncated.
* Fix mark_error() prototype.ville2009-09-231-3/+3
|
* Comment spelling fixes.ville2009-09-231-5/+5
|
* Ignore doctype override when validating a fragment wrapped in template doc ↵ville2009-09-211-3/+6
| | | | (#5132).
* Fix recommended system id of XHTML 1.1 plus MathML 2.0 (#6573).ville2009-09-211-2/+2
|
* Try to acquire auth info from mod_perl if HTTP_AUTHORIZATION is not set.ville2009-09-211-5/+15
|
* Accept "/referrer" also in mod_perl2 path info workaround.ville2009-09-211-4/+4
|
* Code cleanups.ville2009-09-211-14/+9
|
* Comment spelling fix.ville2009-09-211-3/+3
|
* Fix links to charset and doctype fallback explanations.ville2009-09-211-2/+2
|
* my badjean-gui2009-09-181-2/+2
|
* missing " in unicorn outputjean-gui2009-09-181-1/+1
|
* Remove fuzzy matching/"Did you mean ..." implementation due to too manyville2009-09-169-432/+8
| | | | | | | | 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.
* Eliminate some redundant ifs.ville2009-09-161-5/+5
|
* Use textContent() instead of toString()+regex to get validator.nu errorville2009-09-161-4/+3
| | | | messages as text, fixes #6302.
* Don't ignore non-document errors from the HTML 5 validator (#6747).ville2009-09-151-3/+5
|
* Fix setting Content-Type for validator.nu POSTs in non-overridden direct ↵ville2009-09-151-13/+15
| | | | input mode (#6747).
* Comment updates.ville2009-09-151-4/+8
|
* Add/fix some info URLs.ville2009-09-151-3/+6
|
* Reformatting, whitespace, NFC.ville2009-09-132-99/+185
|
* Add SMIL 3.0.ville2009-09-1324-1/+4256
|
* Whitespace, comment line wrapping, NFC.ville2009-09-133-17/+16
|
* Warn about tidy errors, keep tidy checkbox state with valid documents.ville2009-09-124-15/+26
|
* Fix tidy output with "wide" characters (#7592).ville2009-09-121-3/+3
| | | | | | | | Strangely, at least with Fedora 11's perl 5.10.0-73.fc11.x86_64, Encode 2.23, Encode::decode_utf8(...) is documented to be equivalent to Encode::decode("utf8", ...) but for some inputs the former has no problems with, the latter barfs "Cannot decode string with wide characters" or results in corrupt conversions. So switch to using the former.
* Revert some breaking bits of the previous change.ville2009-09-121-7/+7
|
* Code cleanups.ville2009-09-121-38/+34
|
* Avoid inserting newlines around tidy output.ville2009-09-121-3/+1
|
* fixing ucn outputjean-gui2009-09-071-18/+18
|
* fixes on ucn outputjean-gui2009-09-071-6/+6
|
* updating ucn outputjean-gui2009-09-071-116/+136
|
* Code cleanups.ville2009-09-051-25/+24
|
* Remove things related to no longer existing show parsetree, ESIS, and raw ↵ville2009-09-0511-118/+22
| | | | errors options.
* Drop remainders of old outline code.ville2009-09-051-3/+2
|
* Simplify self_url_q().ville2009-09-031-14/+14
|
* Add error document validation link to fatal error view (#7399).ville2009-08-312-3/+26
|
* Preserve validate error pages, verbosity and error grouping options in self ↵ville2009-08-311-7/+5
| | | | referential validation URLs.
* Another stab at fixing confusing "did you mean foo" hints in error messages.ville2009-08-131-4/+6
|
* Fix is_xml() package scope issue introduced in rev 1.675.ville2009-08-111-4/+4
|
* Comment spelling fixes.ville2009-07-301-4/+4
|
* Code cleanups.ville2009-07-301-17/+13
|
* Trivial find_encodings() cleanup.ville2009-07-301-5/+5
|
* Drop some redundant code.ville2009-07-301-14/+14
|
* Bug 4365 status comment update.ville2009-07-301-2/+3
|
* Speed up xmlns parsing.ville2009-06-301-23/+17
|