- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 17 Mar 2005 06:30:15 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv16409/share/templates/en_US
Added Files:
docs_errors.tmpl
Log Message:
htdocs/docs/errors.html is out of sync with current error messages and explanations, creating a small script extracting them from the DB in the same format
--- NEW FILE: docs_errors.tmpl ---
<!--#set var="revision" value="\$Id: docs_errors.tmpl,v 1.1 2005/03/17 06:30:13 ot Exp $"
--><!--#set var="date" value="\$Date: 2005/03/17 06:30:13 $"
--><!--#set var="title" value="Error Explanations for The W3C Markup Validation Service"
--><!--#set var="relroot" value="../"
--><!--#include virtual="../header.html" -->
<h2>Explanation of the error messages<br /> for the W3C Markup Validator</h2>
<p>
These error explanations were originally written by Scott Bigham,
and are used here with his permission.
</p>
<h3 id="TableOfContents">Table of Contents</h3>
<div id="toc">
<ul>
<li>...</li>
</ul>
</div>
<div>
<h3>Listing of errors and their explanation</h3>
<dl>
<TMPL_LOOP NAME="list_errors">
<dt><TMPL_VAR NAME="id"> <TMPL_VAR NAME="original"></dt>
<dd><TMPL_VAR NAME="verbose"></dd>
</TMPL_LOOP>
</dl>
</div>
<!--#include virtual="../footer.html" -->
</body>
</html>
Received on Thursday, 17 March 2005 06:30:17 UTC