- 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/source
In directory hutz:/tmp/cvs-serv25649/source
Modified Files:
Tag: validator-0_6_0-branch
index.html
Log Message:
Bulk markup fix
Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/source/index.html,v
retrieving revision 1.22.2.24
retrieving revision 1.22.2.25
diff -u -d -r1.22.2.24 -r1.22.2.25
--- index.html 6 May 2004 05:51:45 -0000 1.22.2.24
+++ index.html 6 May 2004 21:58:12 -0000 1.22.2.25
@@ -23,9 +23,9 @@
</div>
- <h3 name="getting" id="getting">Retrieving and browsing the Code</h3>
+ <h3><a name="getting" id="getting"></a>Retrieving and browsing the Code</h3>
- <p id="skip">
+ <p><a id="skip" name="skip"></a>
The source code for the <a
href="../"><acronym title="World Wide Web Consortium">W3C</acronym>
Markup Validation Service</a> is available under the
@@ -38,7 +38,7 @@
Development code is only available from CVS.
</p>
- <h4 id="browse" name="browse">Browsing the code</h4>
+ <h4><a id="browse" name="browse"></a>Browsing the code</h4>
<p>
If you just want to glance at the code, or see its revision
history, you can
@@ -55,14 +55,14 @@
Select the topmost revision numbers on these
pages to see the most recent revision of each file.
</p>
- <h4 id="tarball" name="tarball">Download the code in tarballs</h4>
+ <h4><a id="tarball" name="tarball"></a>Download the code in tarballs</h4>
<p>
If you want a copy of all the files that make up the service, you
can download a tarball of <a href="../validator.tar.gz">the code</a>
(~161kB) and <a href="../sgml-lib.tar.gz">the <acronym
title="Document Type Definitions">DTDs</acronym></a> (~2.6MB).
</p>
- <h4 id="rpm" name="rpm">RPM package</h4>
+ <h4><a id="rpm" name="rpm"></a>RPM package</h4>
<p>
RPM packages are available, courtesy of Ville Skyttä, at
<<a href="http://cachalot.mine.nu/1/">http://cachalot.mine.nu/1/</a>>.
@@ -95,7 +95,7 @@
or yum is strongly recommended. See the links above for more
information about getting and configuring these tools.
</p>
- <h4 name="deb" id="deb">Debian package</h4>
+ <h4><a name="deb" id="deb"></a>Debian package</h4>
<p>
A Debian package is available, courtesy of Frédéric
Schütz. The latest version is available for the Debian Woody
@@ -117,7 +117,7 @@
directly use the <kbd>apt-get</kbd> command if your
/etc/apt/sources.list file is correctly configured.
</p>
- <h4 id="CVS" name="CVS">CVS repository</h4>
+ <h4><a id="CVS" name="CVS"></a>CVS repository</h4>
<p>
If you intend to actively mirror the code and/or contribute
patches to the code, you should install and become familiar
@@ -151,10 +151,8 @@
or lesser breakage at any given point in time. <em>Approach with
caution!</em>
</p>
- </li>
- </ul>
- <h3 id="using" name="using">Using the code</h3>
+ <h3><a id="using" name="using"></a>Using the code</h3>
<p>
The purpose of making the source code available is partly to allow
Received on Thursday, 6 May 2004 17:58:33 UTC