HTML: http://gcc.gnu.org/gcc-3.2/ appears out of date
Christian Cornelssen
ccorn@cs.tu-berlin.de
Thu Feb 6 22:09:00 GMT 2003
Hi,
On Thu, 6 Feb 2003, Gerald Pfeifer wrote:
> This patch is mostly fine, thanks!
>
> Could you please move the 3.2.2 announcement ahead of the Release History
IMHO it's part of the release history, but I could imagine
the _addition_ of a note like "The current release is 3.2.2" at the
top. What about that?
> and avoid skipping <h3>? (There never should be a jump like <h2> -> <h3>
> as far as I know.)
rxp validated it, and the Browsers I used rendered it fine.
But indeed, level jumps could create nasty effects with automatic
table-of-contents generation by some tools (html2ps perhaps).
On the other hand <h3> just looked too big for a simple date.
What about switching to a <dl> instead? Hm, looks really fine!
I have attached the new patch. Sorry for again requesting an OK.
Further changes (compared to the previous patch):
* Renamed section "Additional Release Information" to
"Refernces and Acknowledgements" to better match its content.
* Set the 3.2.2 release date to Feb 5 (Gaby's announcement) instead of
Feb 6 (today)
* The history entry for GCC 3.2 links to the 3.2-specific changes
section in `changes.html', not to the entire changes page,
similar to the entries for 3.2.1 and 3.2.2. As a compensation,
the top of the page references `changes.html' without anchor.
Again verified using rxp for validation, plus text-mode and
graphics-mode browsers. IMHO it looks even better now :-)
Regards,
Christian Cornelssen
-------------- next part --------------
Index: htdocs/gcc-3.2/index.html
===================================================================
RCS file: /usr/local/src/cvs/gcc-cvs/wwwdocs/htdocs/gcc-3.2/index.html,v
retrieving revision 1.2
diff -u -r1.2 index.html
--- htdocs/gcc-3.2/index.html 19 Nov 2002 07:48:14 -0000 1.2
+++ htdocs/gcc-3.2/index.html 6 Feb 2003 22:01:12 -0000
@@ -7,18 +7,32 @@
<body>
<h1>GCC 3.2</h1>
+<p>The current release in the GCC 3.2 series is
+<a href="#3.2.2">GCC 3.2.2</a>.</p>
+<p>A detailed description of this series and its releases is given
+on the <a href="changes.html">Changes</a> page.</p>
-<p>November 19, 2002</p>
+<h2>Release History</h2>
-<p>The <a href="http://www.gnu.org">GNU project</a> and the GCC
-developers are pleased to announce the release of GCC 3.2.1.</p>
+<dl>
+<dt><a name="3.2.2">February 5, 2003</a></dt>
+<dd><p>The <a href="http://www.gnu.org">GNU project</a> and the GCC
+ developers are pleased to announce the release of <b>GCC 3.2.2</b>.
+ News and bugfix lists can be found in the respective
+ <a href="changes.html#3.2.2">Changes</a> section.</p></dd>
+<dt><a name="3.2.1">November 19, 2002</a></dt>
+<dd><p>The <a href="http://www.gnu.org">GNU project</a> and the GCC
+ developers are pleased to announce the release of <b>GCC 3.2.1</b>.
+ Please take a look at the <a href="changes.html#3.2.1">Changes</a>
+ section for further information.</p></dd>
+<dt><a name="3.2">August 14, 2002</a></dt>
+<dd><p>The <a href="http://www.gnu.org/">GNU project</a> and the GCC
+ developers are pleased to announce the release of <b>GCC 3.2</b>.
+ The <a href="changes.html#3.2">Changes</a> section contains
+ important information about this release.</p></dd>
+</dl>
-<p>The links below still apply to GCC 3.2.1.</p>
-
-<p>August 14, 2002</p>
-
-<p>The <a href="http://www.gnu.org/">GNU project</a> and the GCC
-developers are pleased to announce the release of GCC 3.2.</p>
+<h2>References and Acknowledgements</h2>
<p>GCC used to stand for the GNU C Compiler, but since the compiler
supports several other languages aside from C, it now stands for the
More information about the Gcc
mailing list