This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [wwwdocs] Fix front page "current release"


On Fri, Mar 15, 2002 at 06:01:52PM +0100, Gerald Pfeifer wrote:
> On Mon, 25 Feb 2002, Phil Edwards wrote:
> > There's a commented-out section of HTML for "Upcoming Events" on the front
> > page news section.  Maybe we should mention the upcoming branch for 3.1?
> 
> Yes, please!

Something like this?  I've pointed to the ASCII-art calendar to show that the
release date is only a guess.  (And that calendar is getting outdated, too.)


Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.296
diff -u -3 -r1.296 index.html
--- index.html	2002/03/12 02:45:51	1.296
+++ index.html	2002/03/15 22:56:55
@@ -142,12 +142,16 @@
 
 <hr />
 
-<!--
 <h2>Upcoming Events</h2>
 
 <dl>
+<dt><b>April ??, 2002</b></dt>
+<dd>
+We have branched for <a href="gcc-3.1/criteria.html">GCC 3.1</a> and are
+concentrating on bugfixes.  The 3.1 release is
+<a href="develop.html#calendar">planned for mid-April<a/>.
+</dd>
 </dl>
--->
 
 <h2>News/Announcements</h2>
 
Index: develop.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/develop.html,v
retrieving revision 1.10
diff -u -3 -r1.10 develop.html
--- develop.html	2002/01/23 15:42:20	1.10
+++ develop.html	2002/03/15 22:56:55
@@ -215,7 +215,7 @@
 spending undue amounts of time on release testing and packaging.</p>
 
 
-<h3>Calendar</h3>
+<a name="calendar"><h3>Calendar</h3></a>
 
 <p>Here is a timeline of recent and upcoming branchpoints (for releases,
 stages of development, bugfixes, etc), resulting from the development plan:</p>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]