diff options
author | ot <ot@localhost> | 2006-08-11 07:19:15 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2006-08-11 07:19:15 +0000 |
commit | 822c1b9462abaf4adf0e6ff54ae28d36be9d740a (patch) | |
tree | 4c7ad155fa9e22606fb974cd1469631ad365150f | |
parent | bfdafb220fcbe4c8ab859f501b5880cafed6cb68 (diff) | |
download | markup-validator-822c1b9462abaf4adf0e6ff54ae28d36be9d740a.zip markup-validator-822c1b9462abaf4adf0e6ff54ae28d36be9d740a.tar.gz markup-validator-822c1b9462abaf4adf0e6ff54ae28d36be9d740a.tar.bz2 |
slight reorganization of the 'other tools' section, added pointer to QA Toolbox, validome (port to HEAD)
-rwxr-xr-x | htdocs/about.html | 45 |
1 files changed, 17 insertions, 28 deletions
diff --git a/htdocs/about.html b/htdocs/about.html index 6bef05c..74def52 100755 --- a/htdocs/about.html +++ b/htdocs/about.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: about.html,v 1.30 2005-08-05 00:17:25 ot Exp $" ---><!--#set var="date" value="\$Date: 2005-08-05 00:17:25 $" +<!--#set var="revision" value="\$Id: about.html,v 1.31 2006-08-11 07:19:15 ot Exp $" +--><!--#set var="date" value="\$Date: 2006-08-11 07:19:15 $" --><!--#set var="title" value="About the W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -96,7 +96,21 @@ </div> <div> <h4>Online Tools & Other Validators</h4> + <p>In addition to this validator, the W3C is offering a number of other tools + to help you check other types of documents (CSS, RDF, P3P, ...), find broken links + in your Web pages, and so on. All these tools are listed on the W3C's + <a href="http://www.w3.org/QA/Tools/"><acronym title="Quality Assurance">QA</acronym> + Toolbox</a>.</p> + + <p>There are also many excellent tools developed outside W3C to help + improve the quality of Web pages:</p> <ul> + <li><a href="http://tidy.sourceforge.net/"><acronym + title="HyperText Markup Language">HTML</acronym> tidy</a>, originally developped at + W3C, is a program that can help automatically clean up HTML pages.</li> + </li> + <li><a href="http://www.validome.org/">Validome</a> offers a very reliable + validator for HTML, XHTML and WML, in different languages.</li> <li>The <a href="http://www.htmlhelp.com/tools/validator/"><acronym title="Web Design Group">WDG</acronym> @@ -110,32 +124,7 @@ <li><a href="http://valet.webthing.com/">Site Valet</a> by Nick Kew is a comprehensive set of Quality Assurance tools for checking and monitoring your web sites.</li> - <li>Clean up your <acronym - title="HyperText Markup Language">HTML</acronym> using <a - href="http://www.w3.org/People/Raggett/tidy/"><acronym - title="HyperText Markup Language">HTML</acronym> tidy</a> - </li> - <li>Validate your <a href="http://www.w3.org/Style/CSS/"><acronym - title="Cascading Style Sheets">CSS</acronym></a> using - the <a href="http://jigsaw.w3.org/css-validator/"><acronym - title="World Wide Web Consortium">W3C</acronym> - <acronym title="Cascading Style Sheets">CSS</acronym> - Validation Service</a>.</li> - <li>Validate your <a href="http://www.w3.org/RDF/"><acronym - title="Resource Description Framework">RDF</acronym></a> using - the <a href="http://www.w3.org/RDF/Validator/"><acronym - title="World Wide Web Consortium">W3C</acronym> - <acronym title="Resource Description Framework">RDF</acronym> - Validation Service</a>.</li> - <li>Validate your <a href="http://www.w3.org/XML/Schema"><acronym - title="eXtensible Markup Language">XML</acronym> Schema</a> - documents using the <a - href="http://www.w3.org/2001/03/webdata/xsv"><acronym - title="World Wide Web Consortium">W3C</acronym> - <acronym title="eXtensible Markup Language">XML</acronym> - Schema Validator</a>.</li> - </ul> - <p> + <p> The <acronym title="World Wide Web Consortium">W3C</acronym> also hosts a number of other <a href="http://www.w3.org/Status">Open Source software projects</a>. </p> |