This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: Patch: FYI: java news item about 3.3 release


On Fri, 18 Jul 2003, Tom Tromey wrote:
> We haven't had a java news item in a while, so I thought I'd belatedly
> update the page to reflect the 3.3 release.

How about referring from java/index.html to ../index.html for "general
news" or something like that? If you agree, would you mind adding some-
thing like that?

And how about the following, to make GCJ's news more public?

Gerald

Add a reference to the GCJ-specific news.

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.390
diff -u -3 -p -r1.390 index.html
--- index.html	4 Aug 2003 15:03:44 -0000	1.390
+++ index.html	6 Aug 2003 16:47:00 -0000
@@ -124,7 +124,8 @@ which took place May 25-27, 2003.

 <a href="news.html">Older news and announcements...</a>
 <br />
-<a href="http://gcc.gnu.org/onlinedocs/g77/News.html";>Fortran news</a>
+<a href="java/index.html#news">GCJ news</a>
+| <a href="http://gcc.gnu.org/onlinedocs/g77/News.html";>Fortran news</a>

 <include searchbox.ihtml>

Index: java/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v
retrieving revision 1.131
diff -u -3 -p -r1.131 index.html
--- java/index.html	4 Aug 2003 18:40:05 -0000	1.131
+++ java/index.html	6 Aug 2003 16:47:00 -0000
@@ -66,7 +66,7 @@ For <code>javax.crypto</code> support, w
 <br />
 <br />

-<h2>GCJ News</h2>
+<h2><a name="news">GCJ News</a></h2>

 <table>


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