This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
PATCH for Re: Webpage not valid html
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- To: Hanno Böck <hanno at gmx dot de>
- Cc: gcc at gnu dot org, Mark Mitchell <mark at codesourcery dot com>,gcc-patches at gcc dot gnu dot org
- Date: Mon, 19 May 2003 10:39:58 +0200 (CEST)
- Subject: PATCH for Re: Webpage not valid html
- References: <20030519002731.100fa3f1.hanno@gmx.de>
On Mon, 19 May 2003, Hanno [ISO-8859-15] Böck wrote:
> although you have the w3c-logo on gcc.gnu.org, it is not valid html.
Indeed, <dl> got lost as part of the GCC 3.3 update. Fixed thusly:
Fix markup. Minor changes to make future updates simpler.
Gerald
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.372
diff -u -3 -p -r1.372 index.html
--- index.html 14 May 2003 23:25:53 -0000 1.372
+++ index.html 19 May 2003 08:29:57 -0000
@@ -32,20 +32,18 @@ suite and automated regression testers</
as <a href="benchmarks/">various benchmark suites and automated testers</a>
to maintain and improve quality.</p>
+<dl>
<!-- NOTE: Of the following four items, we always want to show exactly
- three - either the first, second, and fourth, or the second, third,
+ three - either items 1, 2 and 4 or items 2, 3 and 4.
and fourth.
-->
<!--
-<dl>
<dt><strong>Active release branch:</strong>
- will become <a href="gcc-3.3/index.html">GCC 3.3</a>
+ will become <a href="gcc-3.4/index.html">GCC 3.4</a>
</dt><dd>
- Prerelease Stage; non-documentation changes require
- <a href="http://gcc.gnu.org/ml/gcc/2003-04/msg01430.html">approval by
- the release manager</a>.
+ Bug fixes only.
</dd>
-->
@@ -68,6 +66,7 @@ to maintain and improve quality.</p>
<a href="develop.html#stage1">Stage 1</a>;
open for all maintainers.
</dd>
+
</dl>
<hr />