On Sun, 22 May 2005, Paolo Carlini wrote: > Maybe you may want to have a look to web/21679 too, anyway, I think Dave > Abrahams has a point.
I installed the patch below. If this is not sufficient, we could consider creating a download page of its own, though this would add yet another level of indirection in many cases. Having a selectable list of releases which lead to a download site for that *particular* release seems beyond what we can do with acceptable effort. Gerald Make "Download" a section of its own on the releases.html page. Index: releases.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/releases.html,v retrieving revision 1.58 diff -u -3 -p -r1.58 releases.html --- releases.html 21 May 2005 22:57:44 -0000 1.58 +++ releases.html 21 May 2005 23:16:39 -0000 @@ -8,6 +8,8 @@ <h1>GCC Releases</h1> +<h2><a name="download">Download</a></h2> + <p>Source code for GCC releases may be downloaded from our <a href="mirrors.html">mirror sites</a>.</p> @@ -21,6 +23,7 @@ has references to pre-compiled binaries <p>You can also retrieve the current development sources <a href="cvs.html">using CVS</a>.</p> + <h2><a name="timeline">GCC Timeline</a></h2> <p>Please refer to our <a href="develop.html#future">development plan</a> Index: style.mhtml =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/style.mhtml,v retrieving revision 1.78 diff -u -3 -p -r1.78 style.mhtml --- style.mhtml 16 May 2005 22:23:44 -0000 1.78 +++ style.mhtml 21 May 2005 23:16:42 -0000 @@ -206,7 +206,7 @@ </td></tr> <tr><td <nav-body-style> > <p> - <a href="<get-var BACKPATH>releases.html">Releases</a><br /> + <a href="<get-var BACKPATH>releases.html#download">Releases</a><br /> <a href="<get-var BACKPATH>snapshots.html">Snapshots</a><br /> <a href="<get-var BACKPATH>mirrors.html">Mirror sites</a><br /> <a href="http://gcc.gnu.org/install/binaries.html">Binaries</a>