diff options
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/about.html | 62 |
1 files changed, 48 insertions, 14 deletions
diff --git a/htdocs/about.html b/htdocs/about.html index e30921a..5f860b3 100755 --- a/htdocs/about.html +++ b/htdocs/about.html @@ -5,7 +5,7 @@ <head> <title>About the W3C HTML Validation Service</title> <meta name="revision" - content="$Id: about.html,v 1.7 2001-07-25 08:05:53 link Exp $" /> + content="$Id: about.html,v 1.8 2001-09-14 06:40:28 gerald Exp $" /> <link rel="stylesheet" type="text/css" href="base.css" /> </head> <body> @@ -35,29 +35,54 @@ <div> <h2><a name="others">Other resources</a></h2> + <p> + Documentation/specifications: + </p> <ul> <li><a href="http://www.w3.org/MarkUp/">W3C's HTML home page</a>.</li> - <li><a href="http://www.w3.org/TR/html401/">The W3C HTML 4.01 - Recommendation</a></li> - <li><a href="http://www.w3.org/TR/xhtml1/">The W3C XHTML 1.0 - Recommendation</a></li> + <li><a href="http://www.w3.org/TR/html401/">The HTML 4.01 + specification</a>.</li> + <li><a href="http://www.w3.org/TR/xhtml1/">XHTML 1.0: + The Extensible HyperText Markup Language</a>.</li> + <li><a href="http://www.w3.org/TR/xhtml11/">XHTML 1.1: + Module-based XHTML</a>.</li> + </ul> + <p> + Online tools/validators: + </p> + <ul> <li>The <a href="http://www.htmlhelp.org/tools/validator/">WDG HTML - validator</a> is another excellent online validation service</li> + validator</a> is another excellent online validation service.</li> <li><a href="http://arealvalidator.com/">A Real Validator</a> is a shareware HTML syntax checker for Windows systems, - from the author of the WDG validator</li> - <li>Clean up your HTML using <a - href="http://www.w3.org/People/Raggett/tidy/">HTML tidy</a></li> + from the author of the WDG validator.</li> <li><a href="http://valet.webthing.com/">Site Valet</a> by Nick Kew - is a comprehensive set of tools that will cover all needs from the - personal home page to corporate web sites.</li> + is a comprehensive set of tools for checking and monitoring your + web sites.</li> + <li>Clean up your HTML using <a + href="http://www.w3.org/People/Raggett/tidy/">HTML tidy</a> + (or use Site Valet's <a href="http://valet.webthing.com/tidy/">web + interface to tidy</a>.)</li> + <li>Validate your <a href="http://www.w3.org/Style/CSS/">CSS</a> using + the <a href="http://jigsaw.w3.org/css-validator/">W3C CSS + Validation Service</a>.</li> + <li>Validate your <a href="http://www.w3.org/RDF/">RDF</a> using + the <a href="http://www.w3.org/RDF/Validator/">W3C RDF + Validation Service</a>.</li> + <li>Validate your <a href="http://www.w3.org/XML/Schema">XML Schema</a> + documents using the <a + href="http://www.w3.org/2001/03/webdata/xsv">W3C + XML Schema Validator</a>.</li> <!-- <li>@@ bookmarklets</li> --> </ul> </div> <div> <h2><a name="credits">Credits</a></h2> + <p> + This service uses: + </p> <ul> <li> <a href="http://www.jclark.com/">James Clark</a>'s excellent <a @@ -67,7 +92,16 @@ The <a href="http://www.linpro.no/lwp/">LWP Perl Modules</a> by Gisle Aas and Martijn Koster for retrieving documents. </li> - <li>SGML error explanations written by Scott Bigham.</li> + <li>SGML error explanations originally written by Scott Bigham.</li> + <li>Open source software including <a + href="http://httpd.apache.org/">Apache</a>, <a + href="http://www.perl.com/">Perl</a>, and <a + href="http://www.debian.org/">Debian GNU/Linux</a>.<a + href="http://www.debian.org/"><img + style="float: right; clear: both; width: 88px; height: 30px" + src="http://impressive.net/images/debian.png" + alt="[Powered by Debian]" /></a> + </li> <li> Patches and ideas from: <ul> @@ -83,7 +117,7 @@ <a href="http://lists.w3.org/Archives/Public/www-html/1994Jul/0015">first online HTML validation service</a> was created by <a href="http://www.w3.org/People/Connolly/">Dan Connolly</a> and - <a href="http://www.gaither.com/mark/">Mark Gaither</a>. + <a href="http://www.markgaither.com/">Mark Gaither</a>. </p> <address> @@ -91,7 +125,7 @@ src="http://validator.w3.org/images/vxhtml10" height="31" width="88" alt="Valid XHTML 1.0!" /></a> <a href="/feedback.html">Gerald Oskoboiny</a><br /> - $Date: 2001-07-25 08:05:53 $ + $Date: 2001-09-14 06:40:28 $ </address> </body> </html> |