- From: Olivier Thereaux <ot@hutz.w3.org>
- Date: Thu, 06 May 2004 21:58:14 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs In directory hutz:/tmp/cvs-serv25649/docs Modified Files: Tag: validator-0_6_0-branch devel.html errors.html help.html index.html install.html sgml.html users.html Log Message: Bulk markup fix Index: sgml.html =================================================================== RCS file: /sources/public/validator/htdocs/docs/sgml.html,v retrieving revision 1.11.2.5 retrieving revision 1.11.2.6 diff -u -d -r1.11.2.5 -r1.11.2.6 --- sgml.html 5 May 2004 22:24:27 -0000 1.11.2.5 +++ sgml.html 6 May 2004 21:58:12 -0000 1.11.2.6 @@ -3,7 +3,7 @@ --><!--#set var="title" value="Introduction To SGML for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> -<div class="doc" id="skip" name="skip"> +<div class="doc"><a id="skip" name="skip"></a> <h2>Introduction to SGML<br /> for the W3C Markup Validator</h2> <div> Index: devel.html =================================================================== RCS file: /sources/public/validator/htdocs/docs/devel.html,v retrieving revision 1.10.2.15 retrieving revision 1.10.2.16 diff -u -d -r1.10.2.15 -r1.10.2.16 --- devel.html 6 May 2004 18:13:37 -0000 1.10.2.15 +++ devel.html 6 May 2004 21:58:11 -0000 1.10.2.16 @@ -22,14 +22,14 @@ </ul> </div> - <p id="skip" name="skip"> <p> + <a id="skip" name="skip"></a> This document is an overview of how developers can modify the Markup Validator, and how to contribute to the development of the project. It is intended for system administrators and developers. <strong>This is not end user documentation</strong>. See the <a href="users.html">User Manual</a> for usage instructions. </p> - <h3 id="participate" name="participate">Participating in the development of the Markup Validator</h3> + <h3><a id="participate" name="participate"></a>Participating in the development of the Markup Validator</h3> <p>The Markup Validator is managed as an open source project by a <a href="http://www.w3.org/QA/Tools/qa-dev">team of volunteer developers and people from the W3C Team</a>.</p> <p> Help on this project is always welcome, usually as <a href="../feedback.html">feedback</a>, @@ -42,7 +42,7 @@ to get in touch with other developers, either through <a href="../feedback.html">regular means</a>, or on the IRC channel #validator on irc.freenode.net where many developers and contributors often are.</p> - <h3 name="devel-frame" id="devel-frame">Development Framework</h3> + <h3><a name="devel-frame" id="devel-frame"></a>Development Framework</h3> <h4>Bug and Issue Tracking System</h4> <p> @@ -53,7 +53,7 @@ (end users should continue to send reports and ideas to the <a href="http://lists.w3.org/Archives/Public/www-validator/">mailing list</a>). </p> - <h4 id="test" name="test">Test suite</h4> + <h4><a id="test" name="test"></a>Test suite</h4> <p> Any changes to the service will attempt to maintain @@ -62,7 +62,7 @@ <p>We are in the process of turning this (crude) list into a more manageable testing framework.</p> - <h4 id="todo" name="todo">TODO</h4> + <h4><a id="todo" name="todo"></a>TODO</h4> <p> The TODO list for the Validator is online at <<a href="../todo.html">http://validator.w3.org/todo.html</a>>. Index: users.html =================================================================== RCS file: /sources/public/validator/htdocs/docs/users.html,v retrieving revision 1.14.2.10 retrieving revision 1.14.2.11 diff -u -d -r1.14.2.10 -r1.14.2.11 --- users.html 6 May 2004 15:00:02 -0000 1.14.2.10 +++ users.html 6 May 2004 21:58:12 -0000 1.14.2.11 @@ -23,7 +23,7 @@ </div> <div id="Quickstart"> - <h3 id="skip" name="skip">Quick Start</h3> + <h3><a id="skip" name="skip"></a>Quick Start</h3> <p> Just type (or Cut&Paste) the URL for the page you want to validate into the text field on the form and press the "Validate this page" @@ -72,7 +72,7 @@ </p> <dl> - <dt id="option-charset" name="option-charset">Encoding</dt> + <dt><a id="option-charset" name="option-charset"></a>Encoding</dt> <dd> <p>This allows you to <strong>override</strong> the character encoding information about your document. You may use this option for test @@ -80,14 +80,14 @@ correct character encoding, or the validator will <a href="help#faq-charset">complain</a> about it and you document will not be valid.</p> </dd> - <dt id="option-fbc" name="option-fbc">Use Fallback instead of Override (Encoding) (<code>fbc</code>)</dt> + <dt><a id="option-fbc" name="option-fbc"></a>Use Fallback instead of Override (Encoding) (<code>fbc</code>)</dt> <dd> <p>Uses the <a href="#option-charset">character encoding override</a> mechanism described above, but only does it as a fall back mechanism if the actual document is not served with character encoding information. Think of this as a gentler override mechanism.</p> </dd> - <dt id="option-doctype" name="option-doctype">Type</dt> + <dt><a id="option-doctype" name="option-doctype"></a>Type</dt> <dd> <p>This allows you to <strong>override</strong> the DOCTYPE declaration for you document. You may use this option for test @@ -95,7 +95,7 @@ correct character encoding, or the validator will <a href="help#faq-doctype">complain</a> about it and you document will not be valid.</p> </dd> - <dt id="option-fbd" name="option-fbd">Use Fallback instead of Override (Type) (<code>fbd</code>)</dt> + <dt><a id="option-fbd" name="option-fbd"></a>Use Fallback instead of Override (Type) (<code>fbd</code>)</dt> <dd> <p>Uses the <a href="#option-doctype">Doctype override</a> mechanism described above, but only does it as a fall back mechanism if the actual document @@ -103,38 +103,38 @@ </dd> - <dt id="option-ss" name="option-ss">Show source input (<code>ss</code>)</dt> + <dt><a id="option-ss" name="option-ss"></a>Show source input (<code>ss</code>)</dt> <dd> <p>Displays the HTML source of the document you validated and links error messages directly to lines in this output. Makes it easy to see what's wrong.</p> </dd> - <dt id="option-outline" name="option-outline">Show an outline of this document (<code>outline</code>)</dt> + <dt><a id="option-outline" name="option-outline"></a>Show an outline of this document (<code>outline</code>)</dt> <dd> <p>Will generate an outline of your document from the H1 - H6 elements. For a properly formed document, this will be a nicely nested tree structure. The visualization of your document's structure makes it easier to see where you've skipped a heading.</p> </dd> - <dt id="option-sp" name="option-sp">Show parse tree (<code>sp</code>)</dt> + <dt><a id="option-sp" name="option-sp"></a>Show parse tree (<code>sp</code>)</dt> <dd> <p>Shows you exactly how the SGML Parser read your document. Probably best used only by advanced users as it deals with low-level SGML constructs.</p> </dd> - <dt id="option-noatt" name="option-noatt">exclude attributes from the parse tree (<code>noatt</code>)</dt> + <dt><a id="option-noatt" name="option-noatt"></a>exclude attributes from the parse tree (<code>noatt</code>)</dt> <dd> <p>Suppress attributes from the <a href="#option-sp">parse tree</a> to make it more readable.</p> </dd> - <dt id="option-no200" name="option-no200">Validate error pages</dt> + <dt><a id="option-no200" name="option-no200"></a>Validate error pages</dt> <dd> <p>The Markup Validator will usually tell you if the page you tried to validate could not be retrieved (for example, if the server gave a "404 not found" message. In some circumstances you may want to be able to validate the error page sent by the server. This is the option to use then.</p> </dd> - <dt id="option-verbose" name="option-verbose">Verbose Output</dt> + <dt><a id="option-verbose" name="option-verbose"></a>Verbose Output</dt> <dd> <p>This option triggers verbose output. By default the validator will only output the validity result if the document is valid, but you may want to have more Index: help.html =================================================================== RCS file: /sources/public/validator/htdocs/docs/help.html,v retrieving revision 1.12.2.21 retrieving revision 1.12.2.22 diff -u -d -r1.12.2.21 -r1.12.2.22 --- help.html 5 May 2004 23:36:07 -0000 1.12.2.21 +++ help.html 6 May 2004 21:58:12 -0000 1.12.2.22 @@ -99,7 +99,7 @@ </div> -<div id="skip" name="skip"> +<div><a id="skip" name="skip"></a> <h3 id="about">About the Markup Validator</h3> <h4 id="clickedandlost">Help me! I clicked on an icon and ended up on this strange site!</h4> <p>Don't panic!</p> Index: index.html =================================================================== RCS file: /sources/public/validator/htdocs/docs/index.html,v retrieving revision 1.8.2.12 retrieving revision 1.8.2.13 diff -u -d -r1.8.2.12 -r1.8.2.13 --- index.html 6 May 2004 18:13:38 -0000 1.8.2.12 +++ index.html 6 May 2004 21:58:12 -0000 1.8.2.13 @@ -4,7 +4,7 @@ --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> -<div class="doc" id="skip" name="skip"> +<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. Index: install.html =================================================================== RCS file: /sources/public/validator/htdocs/docs/Attic/install.html,v retrieving revision 1.1.2.10 retrieving revision 1.1.2.11 diff -u -d -r1.1.2.10 -r1.1.2.11 --- install.html 6 May 2004 19:16:22 -0000 1.1.2.10 +++ install.html 6 May 2004 21:58:12 -0000 1.1.2.11 @@ -56,14 +56,14 @@ <h3 id="install-fromsource">Installing from source (generic case)</h3> <p>These instructions are strongly inspired from Nick Talbott's guide for Linux Slackware. Thanks Nick!</p> - <h4 id="install-download" name="install-download">Download</h4> + <h4><a id="install-download" name="install-download"></a>Download</h4> <p>Download the <a href="http://validator.w3.org/validator.tar.gz">Validator's Tar Ball</a> and the <a href="http://validator.w3.org/sgml-lib.tar.gz">DTD library</a> from our site.</p> <p>Alternatively, if you want to work on the latest development version, you can download both from our CVS repository, but you should be aware that this version may not work at all.</p> <p>(<a href="../source/">Read more</a> about retrieving the source)</p> - <h4 id="install-prereq" name="install-prereq">Prerequisites</h4> + <h4><a id="install-prereq" name="install-prereq"></a>Prerequisites</h4> <p> Apart from a properly configured Web server, the Validator needs a @@ -125,7 +125,7 @@ <dd>Module to handle escaping special characters in URIs.</dd> </dl> - <h4 id="install-components" name="install-components">Install the various necessary components:</h4> + <h4><a id="install-components" name="install-components"></a>Install the various necessary components:</h4> <ol> <li><p>The installation guide assumes that you have a working Web server. We suggest the popular Apache server, which is used for the W3C Markup Validation service. @@ -145,7 +145,7 @@ (if you used CVS, the latter is actually in the <code>htdocs</code> subdirectory, but that is not really important).</p></li> </ol> - <h4 id="install-configure" name="install-configure">Configure</h4> + <h4><a id="install-configure" name="install-configure"></a>Configure</h4> <h5>Configuration files</h5> <p> Index: errors.html =================================================================== RCS file: /sources/public/validator/htdocs/docs/errors.html,v retrieving revision 1.24.2.8 retrieving revision 1.24.2.9 diff -u -d -r1.24.2.8 -r1.24.2.9 --- errors.html 6 May 2004 18:13:37 -0000 1.24.2.8 +++ errors.html 6 May 2004 21:58:11 -0000 1.24.2.9 @@ -50,7 +50,7 @@ </ul> </div> - <div name="skip" id="skip"> + <div><a name="skip" id="skip"></a> <h3>Listing of errors and their explanation</h3> <dl id="expl"> <dt id="undef-id"><code>ID "<var>FOO</var>" already defined</code></dt>
Received on Thursday, 6 May 2004 17:58:33 UTC