diff options
Diffstat (limited to 'htdocs/docs/index.html')
-rwxr-xr-x | htdocs/docs/index.html | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/htdocs/docs/index.html b/htdocs/docs/index.html index 22e746f..6a75d95 100755 --- a/htdocs/docs/index.html +++ b/htdocs/docs/index.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.13 2005-07-12 06:07:09 ot Exp $" ---><!--#set var="date" value="\$Date: 2005-07-12 06:07:09 $" +<!--#set var="revision" value="\$Id: index.html,v 1.14 2006-10-24 06:43:24 ot Exp $" +--><!--#set var="date" value="\$Date: 2006-10-24 06:43:24 $" --><!--#set var="title" value="Documentation Index for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -49,20 +49,22 @@ <h3 id="docs_experts">Experts only</h3> <dl> - <dt id="doc_sgml"><a href="sgml.html">SGML (basics) and the Markup Validator</a></dt> - <dd> - <p> - A quick introduction to SGML concepts as they apply to the - Validator with links to further information. - </p> - </dd> <dt id="doc_source"><a href="../source/">Download / Source</a></dt> <dd><p>Information on source code availability and download instructions for the Markup Validator.</p></dd> <dt id="doc_install"><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 id="api"><a href="api.html">Markup Validator Web Service API</a></dt> + <dd><p>Use the validator from your applications with the <em>experimental</em> Markup Validator Web service, and its open API.</p></dd> <dt id="doc_devel"><a href="devel.html">Developer Information</a></dt> <dd><p>Information for programmers wanting to play with the validator's code, and/or contribute to its development.</p></dd> + <dt id="doc_sgml"><a href="sgml.html">SGML, Validation and the Markup Validator</a></dt> + <dd> + <p> + An introduction to concepts of SGML, DTDs and formal validation, and how they apply to the + Validator, with links to further information. + </p> + </dd> </dl> </div> |