diff options
author | link <link@localhost> | 2004-05-09 15:56:55 +0000 |
---|---|---|
committer | link <link@localhost> | 2004-05-09 15:56:55 +0000 |
commit | 017b559b9d1db8a18f9ff4493bb5eae06639433e (patch) | |
tree | 8168bdfc9f1063af585cb03cc104ac31791b3ed9 /htdocs/docs/index.html | |
parent | 8121159457b0bce7d55a77faf6e84619cf678c37 (diff) | |
download | markup-validator-017b559b9d1db8a18f9ff4493bb5eae06639433e.zip markup-validator-017b559b9d1db8a18f9ff4493bb5eae06639433e.tar.gz markup-validator-017b559b9d1db8a18f9ff4493bb5eae06639433e.tar.bz2 |
Merging from branch validator-0_6_0-branch, at tag validator-0_6_5-release.
Diffstat (limited to 'htdocs/docs/index.html')
-rwxr-xr-x | htdocs/docs/index.html | 46 |
1 files changed, 33 insertions, 13 deletions
diff --git a/htdocs/docs/index.html b/htdocs/docs/index.html index 29b6ad1..c7bdd71 100755 --- a/htdocs/docs/index.html +++ b/htdocs/docs/index.html @@ -1,20 +1,35 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.9 2003-02-24 23:33:19 ville Exp $" ---><!--#set var="date" value="\$Date: 2003-02-24 23:33:19 $" +<!--#set var="revision" value="\$Id: index.html,v 1.10 2004-05-09 15:56:50 link Exp $" +--><!--#set var="date" value="\$Date: 2004-05-09 15:56:50 $" --><!--#set var="title" value="Documentation Index for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> - <p id="skip"> - Here you'll find the documentation for The W3C Markup Validation Service. - What little there is of it; - <a href="../feedback.html">additions eagerly accepted</a>!<tt>:-)</tt> +<div class="doc"><a id="skip" name="skip"></a> +<h2>Documentation for the W3C Markup Validator</h2> + <p> + Here you will find the documentation for The W3C Markup Validation Service. + We are constantly working on improving this documents and adding + new elements, and eagerly welcome <a href="../feedback.html">feedback and additions</a>! </p> + +<h3>For beginners and experts alike</h3> <dl> - <dt><a href="help.html">W3C Validator Help</a></dt> + <dt>W3C Markup Validator + <a href="help.html">Help and <abbr title="Frequently Asked Questions">FAQ</abbr></a></dt> <dd><p>A quick intro and help to get you started, with answers to - a few Frequently Asked Questions. Read this first.</p></dd> - <dt><a href="users.html">W3C Validator Users Guide</a></dt> - <dd><p>The Users Guide for the W3C Validator.</p></dd> + Frequently Asked Questions. <strong>Read this first</strong>.</p></dd> + <dt>W3C Markup Validator <a href="users.html">User's Guide</a></dt> + <dd><p>The User's Guide and tips for the W3C Markup Validator.</p></dd> + <dt><a href="../favelets.html">Favelets</a></dt> + <dd><p>Favelets / Bookmarklets: Validation made fast and easy</p></dd> + <dt><a href="../accesskeys.html">Access Keys</a></dt> + <dd><p>Quick navigation with access keys.</p></dd> + <dt>W3C Markup Validator <a href="errors.html">Error Messages</a></dt> + <dd><p>Explanations of common error messages.</p></dd> +</dl> + +<h3>Experts only</h3> +<dl> <dt><a href="sgml.html">SGML (basics) and the Markup Validator</a></dt> <dd> <p> @@ -22,12 +37,17 @@ Validator with links to further information. </p> </dd> - <dt><a href="errors.html">W3C Validator Error Messages</a></dt> - <dd><p>Explanations of common error messages.</p></dd> + <dt><a href="../source/">Download / Source</a></dt> + <dd><p>Information on source code availability and download instructions for the Markup Validator</p></dd> + <dt><a href="install.html">Installation Guide</a></dt> + <dd><p>Step-by step guide for the installation of the Markup Validator + on <em>your</em> server.</p></dd> <dt><a href="devel.html">Developer Information</a></dt> - <dd><p>Information about the Validator for programmers.</p></dd> + <dd><p>Information for programmers wanting to play with the validator's code, and/or contribute to its development.</p></dd> </dl> +</div> + <!--#include virtual="../footer.html" --> </body> </html> |