summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* warning about not really worky comma toolsot2002-11-251-3/+7
|
* Make sample icon code use <pre> instead of <code>.link2002-11-241-5/+5
|
* "foo is (not) valid bar" could use a little top and bottom paddingot2002-11-231-1/+5
|
* - Options can be saved in a cookie (#56).ville2002-11-231-49/+156
| | | | | | - Added a JavaScript check against submitting empty URIs. - Style tweaks, ala Validator. - Point to new docs location (relative).
* - Tweak "form page" layout.ville2002-11-231-51/+61
| | | | | - Don't say "Valid anchors!" if no anchors found. - Fix HTML output from command line.
* Include "validate error pages" in self_url() to make it work with the newville2002-11-221-17/+37
| | | | | POST -> GET redirect code. Also include it in revalidation options, and clean up print_table() a bit.
* Output and style nits.ville2002-11-211-67/+58
|
* Get rid of the TODO list in favor of Bugzilla's open enhancements and bugsville2002-11-191-60/+11
| | | | page, link to RFC 2617.
* Fix a couple of brainos in &truncate_line and &parse_errors.link2002-11-191-6/+10
|
* Escape URIs spit out in the "If you would like to link to this page" blurb.link2002-11-191-33/+37
| | | | Also fix some brainos in $DEBUG and &report_errors while we're at it. :-)
* Update list of pre-requisites.link2002-11-191-25/+25
|
* Document XML (and the other) output formats and tweak styles.link2002-11-194-15/+173
|
* Let ";debug=0" or ";debug=1" override the value from the config file.link2002-11-191-5/+7
|
* Resurrect CGI.pm undef()-but-exists workaround.link2002-11-191-3/+19
| | | | | | | | Given ";param" or ";param=", CGI.pm will set $q->param('param') to a boolean false value (undef() and '', respectively). By looping over all params and setting them to TRUE if they are not allready -- skipping params with the string value '0' to enable ";debug=0" -- we can later just test for a param's boolean value instead of mucking with defined().
* Rework truncate algorithm and apply patch from Frederic Schutz.link2002-11-191-28/+38
|
* Apply patch from Fr?d?ric Schutz; don't clobber requested $DEBUG info from ↵link2002-11-151-4/+4
| | | | config/env with CGI. Thanks Fr?d?ric!
* Add line/column number to error-cum-warnings.link2002-11-141-4/+4
|
* First cut at propogating warnings about unescaped amperstands.link2002-11-141-5/+6
|
* Backing out of -wunclosed until the HTML WG makes a decision on the ↵link2002-11-141-4/+3
| | | | SHORTTAGS issue.
* Remove dead code, reindent, whitespace police. (oh, and first checkin with ↵link2002-11-141-164/+153
| | | | BBEdit's nifty new CVS integration. Yay!) :-)
* Fix uri_rejected() calls so it always reports a sane error.ville2002-11-111-11/+8
| | | | While I'm here, add some ()'s to subroutine calls (see man perlsub for info).
* - Tweak and properly HTML-escape the "unsupported content type" error message.ville2002-11-111-9/+9
| | | | | - Clarify the "unsupported URI scheme" error message, adding link to the IANA URI schemes registry.
* Remove CGI.pm's "exists but undef" behaviour workaround. The workaround had aville2002-11-111-11/+3
| | | | | | bug which caused all CGI params with empty/false values to be given "1" as their value. And the behaviour against which this workaround was in place is already fixed in CGI.pm as of 2.63 (we require 2.81 for XHTML anyway).
* Markup and documentation fixes. Get rid of dead link to Weblint.link2002-11-111-156/+131
|
* worked around the cvs log comma tool for check and checklinkot2002-11-071-1/+5
|
* re-formatting the TOCot2002-11-071-37/+37
|
* re-formatting the TOCot2002-11-071-59/+27
|
* minor style changes for comma tools tableot2002-11-072-27/+30
|
* markup... should be OK nowot2002-11-071-3/+3
|
* markupot2002-11-071-2/+4
|
* toc styleot2002-11-071-1/+5
|
* markupot2002-11-071-2/+3
|
* - Improved TOC and fixed a few typos/markup errorsot2002-11-073-16/+58
| | | | - (slowly) turning the "help" page into a (meta-)faq
* updating paragraph about maintenance of validator by s/Systems/QA/ot2002-11-071-7/+7
|
* style for comma tools table in docot2002-11-061-1/+8
|
* Adding a TOC to the user's guide, the error message guide and the help.validator_0_6_0-betaot2002-11-064-61/+435
| | | | | | | | Added some verbiage to the help page, some re-org, plus some updates. Added documentation about comma/site tools. TODO : check validity TODO : add style for comma tools table
* Applying EARL patch from Nick Kew.link2002-11-031-6/+7
|
* s/field/header;link2002-11-031-4/+4
|
* Tweak output given for charset message.link2002-11-031-10/+10
|
* Add XSLT for the XML output. Thanks to Nick Kew for the XSLT-fu! :-)link2002-11-032-4/+66
|
* &entity-escape the Validated URL in the Valid Report output.link2002-11-031-11/+13
| | | | Thanks to Bjoern Hoehrmann for the catch.
* First-cut, naive, fix for the whitespace in DOCTYPE issue reported bylink2002-11-031-3/+6
| | | | Bjoern Hoehrmann. Thanks Bjoern!
* Adding (much belatedly) Bj?rn H?hrmann to the credits.link2002-11-031-2/+3
|
* Allow /referrer as well as /referer.link2002-11-021-4/+4
|
* Applying patch from Frederic Schutz, fixing the redirect code (which Ilink2002-11-021-17/+25
| | | | broke in the last version ;D). Thanks Frederic!
* Validity fixes, thanks to Bjoern Hoehrmann for the spot.ville2002-11-013-11/+13
|
* added "site tools" : ,text ,validate ,checklink ,checklinks ,rchecklink ↵ot2002-10-311-1/+24
| | | | ,rchecklinks ,tablin ,detab ,headers ,cvs ,cvslog
* Add a link to the WDG's document on how to choose a DOCTYPE. Many thanks tolink2002-10-301-5/+8
| | | | Liam Quinn and WDG for providing the document and letting us link to it!
* Add back in note about limitations to XML support.link2002-10-301-3/+8
|
* Make presence of jumplinks depend on the state of the corresponding option.link2002-10-301-10/+15
|
* Insert DOCTYPE in place, or at beginning of doc if there was no DOCTYPE.link2002-10-301-10/+19
|
* Update stylesheet to match new output format.link2002-10-301-9/+4
|
* Add last two Favlets with help from Jim Ley. Thanks Jim!link2002-10-301-4/+6
|
* Require Perl 5.6.0+.link2002-10-301-5/+5
|
* Tweak XML Output and add a Document Type Declaration.link2002-10-301-31/+56
|
* Update "Is This Page Valid?" Favlet with new code from Jim Ley and add linklink2002-10-292-4/+9
| | | | to favlets.html from header.html. Thanks (again) to Jim for the code!
* s/undef-attr/attr-undef/ so the "there is no attribute foo" explanation link ↵ville2002-10-291-2/+2
| | | | works.
* Don't show revalidation options for uploads.ville2002-10-271-10/+22
|
* "W3C HTML Validation Service" -> "W3C MarkUp Validation Service",ville2002-10-271-6/+6
| | | | | | | see <http://lists.w3.org/Archives/Public/www-validator/2002Oct/0080.html>. "charset" is a HTTP Content-Type parameter, not attribute (Bjoern Hoehrmann). <http://lists.w3.org/Archives/Public/www-validator/2002Oct/0218.html>
* More "W3C HTML Validation Service" -> "W3C MarkUp Validation Service" updates,ville2002-10-2710-35/+30
| | | | see <http://lists.w3.org/Archives/Public/www-validator/2002Oct/0080.html>.
* Removed the debug logic and reworked the guess whether the script is being runville2002-10-271-27/+7
| | | | | | | as a CGI or from the command line; the problems this caused outweigh its usefulness [1]. Oh, and this fixes #26. [1] <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13914>
* Unbreak the source download link (introduced in my previous commit).ville2002-10-271-6/+7
| | | | Found by checking the output of checklink with itself. Yay :)
* - Load Getopt::Long only in command line mode.ville2002-10-271-80/+50
| | | | | - Tighter lexical scoping for variables. - Output version/revision number consistently everywhere.
* Made main FORMs into a single form (POST) since it redirects to a GET iflink2002-10-271-6/+4
| | | | | | | | | | there is no uploaded file. This makes sure you will get the intended result even if you hit the wrong button when submitting. Unresolved issue: When you have a file selected and then enter and submit a URI, the file upload is preferred which may be unexpected. Leaving as unresolved the time being... Thanks to Bjoern Hoehrmann for the report.
* Redirect to /check if there is gunk in PATH_INFO. Thanks to Bjoern Hoehrmann.link2002-10-271-5/+18
|
* Fix to detect the new DOCTYPE when the override is in effect. &preparse waslink2002-10-271-4/+9
| | | | | | being too clever for it's own good and bailing out early if it had already seen a DOCTYPE. Since we call &preparse both before and after &supress_dtd, the new DOCTYPE was never seen by &preparse. Thanks to Bjoern Hoerhmann.
* Restore "This is Valid" header for tentative results tha got lost in 1.244link2002-10-271-7/+10
| | | | and elaborate on the reason in the body text. Thanks to Bjoern Hoehrmann.
* Duh, missing ).ville2002-10-271-3/+3
|
* Remove HTTP/1.1 from TODO, add TermReadKey module recommendation.ville2002-10-271-8/+4
|
* Add Revalidate form even on fatal errors (iff "Doctype" or "Charset").link2002-10-271-93/+122
| | | | Thanks to Bjoern Hoehrmann.
* Use keep-alive if the installed LWP is >= 5.6.ville2002-10-261-4/+9
|
* - Made W3C::UserAgent more OO avoiding use of W3C::CheckLink's lexicals.ville2002-10-261-67/+81
| | | | | - Tuned HTTP header sending to make mod_perl 1.99_05 happy. - Some style tweaks; reorganized use()'s, added missing ones.
* Swap $REVISION and $VERSION in order to be more consistent with Perl stuff inville2002-10-261-13/+14
| | | | general, make sure that we have at least two digits in the version number.
* Whitespace only (reindentation).ville2002-10-261-1276/+1272
|
* Portability update, now actually works on Win2K.ville2002-10-261-21/+18
| | | | | Term::ReadKey is now used for reading the password from the command line if it is available, falling back to stty if it isn't.
* Fix braino (forgot a </p>).link2002-10-261-3/+4
|
* Redirect to a GETable URL when method was POST without a file upload.link2002-10-261-10/+28
| | | | Thanks to Bjoern Hoehrmann.
* Move Valid badge back down to main body text (near to where we talk about it)link2002-10-262-10/+13
| | | | and tweak "This is Valid" header to match. Thanks to Christoph P?per.
* Cheat to keep XEmacs cperl-mode happy (ssshh, don't tell anyone). :-)link2002-10-261-7/+6
|
* Fix thinko (my() var inside if()).link2002-10-261-5/+6
|
* Typo fixes.ville2002-10-251-6/+6
|
* Change "screen" to "all" in stylesheet reference. Thanks to Christophlink2002-10-251-2/+2
| | | | Paeper and Bjoern Hoehrmann.
* Add "lang" attribute /as well as "xml:lang"). Thanks to Bjoern Hoehrmann.link2002-10-251-2/+2
|
* Add "lang" attribute (in addition to "xml:lang") to sample markup.link2002-10-251-4/+4
| | | | Thanks to Bjoern Hoehrmann.
* Make error message vary by whether a file upload took place, and make itlink2002-10-251-6/+12
| | | | | more expressive as to what is going on, as well as include the found Content-Type in the output. Thanks to Cris Lilley.
* Adding link to the /TR/SVG. Thanks to Chris Lilley.link2002-10-251-3/+5
|
* Switched to a saner color scheme. Thanks to "sasha".link2002-10-251-4/+16
|
* Fixed MIME type for SVG (image/svg+xml). Thanks to Niklas Gustavsson.link2002-10-251-3/+3
|
* Fixed config filename in error message. Thanks to James Dingwall.link2002-10-251-5/+6
|
* Remove extraneous capitalization. Thanks to Christoph P?per.link2002-10-251-4/+4
|
* Change wording refering to "the first line" as DOCTYPE Declarations arelink2002-10-251-12/+17
| | | | | typically over two lines, and add blurb about the possibility of an XMl Declaration. Thanks to Bjoern Hoehrmann for the catch.
* s/List List/List/; # Thanks to Bjoern Hoehrmann for the catch.link2002-10-251-4/+4
|
* Fix comment in doctype_spiel example.ville2002-10-241-4/+4
|
* Tweak HTML for "Usenet newsgroup".ville2002-10-241-4/+3
|
* s/gerald/www-validator/ville2002-10-242-4/+4
|
* s/HTML/MarkUp/ in "W3C HTML Validation Service". cf.link2002-10-2320-69/+69
| | | | http://lists.w3.org/Archives/Public/www-validator/2002Oct/0080.html
* Adding XHTML 1.1 and XHTML Basic 1.0 to the dropdown menu options. cf.link2002-10-231-2/+4
| | | | http://lists.w3.org/Archives/Public/www-validator/2002Oct/0066.html
* Changing label for iso-8859-3 from Maltese to Southern Europe pendinglink2002-10-231-3/+3
| | | | | review of specificity of languages from Martin. cf. http://lists.w3.org/Archives/Public/www-validator/2002Oct/0071.html
* Fix case of some markup in prose to be XHTML compliant (lower-case). cf.link2002-10-231-4/+4
| | | | http://lists.w3.org/Archives/Public/public-qa-dev/2002Oct/0012.html
* I have *no* idea what the original was supposed to be doing, but thislink2002-10-231-6/+6
| | | | | | | | | | | should output three offsets in the various reports: 1. Number of characters in this line. 2. Number of characters from start of file, including this line. 3. Offset of start of error, counting from start of file. The should probably also be split up into separate values in the output, but I'm not sure how that should be done yet.