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]

Patch: FYI: gcj page updates


I'm checking this in.

This adds a couple more projects to the "done with gcj" page.
Also it adds a link to rhug from the front page; we should have done
this long ago.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>
	* index.html: Mention rhug.
	* done.html: Mention rhug, WebMiel.

Index: done.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/done.html,v
retrieving revision 1.29
diff -u -r1.29 done.html
--- done.html 31 Oct 2002 14:47:43 -0000 1.29
+++ done.html 2 Dec 2002 22:14:21 -0000
@@ -167,6 +167,35 @@
 	</td>
       </tr>
       <!-- End Fluid Dynamics -->
+      <!-- rhug -->
+      <tr valign="top">
+        <td><b>rhug</b></td>
+	<td>Anthony Green and friends have set up rhug, a collection
+	    of free software Java packages set up to build with gcj.
+	    Both sources and RPMs are available.
+	</td>
+	<td>The <a href="http://sources.redhat.com/rhug/";>rhug</a>
+	    page.
+	</td>
+      </tr>
+      <!-- End rhug -->
+      <!-- WebMiel -->
+      <tr valign="top">
+        <td><b>WebMiel</b></td>
+	<td>Christophe Roux has been working on software for
+	    community communications over http.  This program,
+	    WebMiel, uses Tomcat and has been working with gcj since
+	    mid-2002.  The documentation is in French.
+	</td>
+	<td>The <a href="http://www.webmiel.fr/";>WebMiel</a>
+	    page.  <a
+	    href="http://gcc.gnu.org/ml/java/2002-11/msg00456.html";>Entry</a>
+	    submitted by <a
+	    href="mailto:ch_roux@club-internet.fr";>Christophe
+	    Roux</a>.
+	</td>
+      </tr>
+      <!-- End WebMiel -->
       </table>
 
 </body>
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v
retrieving revision 1.117
diff -u -r1.117 index.html
--- index.html 10 Nov 2002 21:50:21 -0000 1.117
+++ index.html 2 Dec 2002 22:14:21 -0000
@@ -50,6 +50,14 @@
 href="http://www.gnu.org/software/classpath/";>GNU Classpath</a>.  (You
 can see the <a href="libgcj-classpath-compare.html">status of the merge</a>.)
 </p>
+
+<p>
+Many free software Java packages have been ported to work with GCJ.  A
+collection of such packages are in the <a
+href="http://sources.redhat.com/rhug/";>rhug</a> project.  Both sources
+and RPMs are available.
+</p>
+
 <br />
 <br />
 


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