This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
[PATCH] Web site: new `Done with GCJ' section.
- To: java-patches at sourceware dot cygnus dot com
- Subject: [PATCH] Web site: new `Done with GCJ' section.
- From: Alexandre Petit-Bianco <apbianco at cygnus dot com>
- Date: Tue, 27 Jun 2000 21:53:03 -0700
- Reply-to: apbianco at redhat dot com
I'm checking in this patch which adds a `Done with GCJ' section. I'll
send a call for links on the java-project list shortly.
./A
2000-06-27 Alexandre Petit-Bianco <apbianco@cygnus.com>
* done.html: New file.
* about.html: Added link to the `Done with Gcj' page.
* contrib.html: Likewise.
* docs.html: Likewise.
* download.html: Likewise.
* faq-portugese.html: Likewise.
* faq.html: Likewise.
* index.html: Likewise. Added new `GCJ News' item.
* mail.html: Added link to the `Done with Gcj' page.
* projects.html: Likewise.
* support.html: Likewise.
* thanks.html: Likewise.
* tm.html: Likewise.
Index: about.html
===================================================================
RCS file: /cvs/java/htdocs/about.html,v
retrieving revision 1.3
diff -u -p -r1.3 about.html
--- about.html 2000/04/23 05:00:31 1.3
+++ about.html 2000/06/28 03:57:25
@@ -19,6 +19,7 @@
<a href="docs.html">Documentation</a><br>
<a href="download.html">Download</a><br>
<a href="contrib.html">Contributing</a><br>
+<a href="done.html">Done with Gcj</A><br>
<a href="http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?user=guest&password=guest&database=java&cmd=login">Bugs</a><br>
<a href="thanks.html">Thanks</a><br>
<!-- <a href="support.html">Support</a><br> -->
Index: contrib.html
===================================================================
RCS file: /cvs/java/htdocs/contrib.html,v
retrieving revision 1.4
diff -u -p -r1.4 contrib.html
--- contrib.html 2000/06/02 00:40:12 1.4
+++ contrib.html 2000/06/28 03:57:25
@@ -19,6 +19,7 @@
<a href="docs.html">Documentation</a><br>
<a href="download.html">Download</a><br>
<a href="contrib.html">Contributing</a><br>
+<a href="done.html">Done with Gcj</A><br>
<a href="http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?user=guest&password=guest&database=java&cmd=login">Bugs</a><br>
<a href="thanks.html">Thanks</a><br>
<!-- <a href="support.html">Support</a><br> -->
Index: docs.html
===================================================================
RCS file: /cvs/java/htdocs/docs.html,v
retrieving revision 1.5
diff -u -p -r1.5 docs.html
--- docs.html 2000/04/23 05:00:31 1.5
+++ docs.html 2000/06/28 03:57:26
@@ -19,6 +19,7 @@
<a href="docs.html">Documentation</a><br>
<a href="download.html">Download</a><br>
<a href="contrib.html">Contributing</a><br>
+<a href="done.html">Done with Gcj</A><br>
<a href="http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?user=guest&password=guest&database=java&cmd=login">Bugs</a><br>
<a href="thanks.html">Thanks</a><br>
<!-- <a href="support.html">Support</a><br> -->
Index: done.html
===================================================================
RCS file: done.html
diff -N done.html
--- /dev/null Tue May 5 13:32:27 1998
+++ done.html Tue Jun 27 20:57:26 2000
@@ -0,0 +1,63 @@
+<html>
+<head>
+<title>The GCJ FAQ</title>
+</head>
+<!--#include virtual="/include/header-subpages.html"-->
+<body bgcolor="#FFFFFF">
+<table border=0>
+ <tr>
+ <td valign="top">
+ <table border=0>
+ <tr>
+ <td> <img src="gcj.jpg" alt="gcj logo" width=136 height=98> </td>
+ </tr>
+ <tr>
+ <td> <br>
+ <table border=0>
+ <tr>
+ <td width="10"></td>
+ <td> <a href="index.html">Home</a><br>
+ <a href="faq.html">FAQ</a><br>
+ <a href="mail.html">Mailing Lists</a><br>
+ <a href="docs.html">Documentation</a><br>
+ <a href="download.html">Download</a><br>
+ <a href="contrib.html">Contributing</a><br>
+ <a href="done.html">Done with Gcj</A><br>
+ <a href="http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?user=guest&password=guest&database=java&cmd=login">Bugs</a><br>
+ <a href="thanks.html">Thanks</a><br>
+ <!-- <a href="support.html">Support</a><br> --> <br>
+ <br>
+ <br>
+ <a href="http://gcc.gnu.org">GCC</a><br>
+ <a href="http://sourceware.cygnus.com/mauve">The Mauve Project</a><br>
+ <a href="http://sourceware.cygnus.com">Sourceware</a><br>
+ <a href="http://www.gnu.org">The GNU Project</a><br>
+ <a href="http://www.redhat.com">Red Hat</a><br>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ </table>
+ </td>
+ <td width=2 bgcolor="black"> i </td>
+ <td width=6> </td>
+ <td> <br>
+ <br>
+ <h1>Done with GCJ</h1>
+
+ This page will soon provide descriptions and links on projects
+ that are using the GCJ runtime and compiler. If you would like
+ your project to be listed here or know about a particular
+ project, please write to the <A
+ HREF="mailto:java-discuss@sourceware.cygnus.com">list</A>.
+
+ </td>
+ </tr>
+</table>
+<hr>
+<address> <a href="about.html">The GCJ team</a> <br>
+<small> $Id: faq.html,v 1.25 2000/06/21 21:05:38 tromey Exp $ </small></address>
+<h2 align=center> </h2>
+
+ <!--#include virtual="/include/footer-subpages.html"-->
Index: download.html
===================================================================
RCS file: /cvs/java/htdocs/download.html,v
retrieving revision 1.9
diff -u -p -r1.9 download.html
--- download.html 2000/06/25 23:34:57 1.9
+++ download.html 2000/06/28 03:57:26
@@ -19,6 +19,7 @@
<a href="docs.html">Documentation</a><br>
<a href="download.html">Download</a><br>
<a href="contrib.html">Contributing</a><br>
+<a href="done.html">Done with Gcj</A><br>
<a href="http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?user=guest&password=guest&database=java&cmd=login">Bugs</a><br>
<a href="thanks.html">Thanks</a><br>
<!-- <a href="support.html">Support</a><br> -->
Index: faq-portugese.html
===================================================================
RCS file: /cvs/java/htdocs/faq-portugese.html,v
retrieving revision 1.4
diff -u -p -r1.4 faq-portugese.html
--- faq-portugese.html 2000/04/23 05:00:31 1.4
+++ faq-portugese.html 2000/06/28 03:57:29
@@ -28,6 +28,7 @@
<br><a href="http://sourceware.cygnus.com/java/docs.html">Documentation</a>
<br><a href="http://sourceware.cygnus.com/java/download.html">Download</a>
<br><a href="http://sourceware.cygnus.com/java/contrib.html">Contributing</a>
+<br><a href="done.html">Done with Gcj</A>
<br><a href="http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?user=guest&password=guest&database=java&cmd=login">Bugs</a>
<br><a href="http://sourceware.cygnus.com/java/thanks.html">Thanks</a>
<br><!-- <a href="support.html">Support</a><br> -->
Index: faq.html
===================================================================
RCS file: /cvs/java/htdocs/faq.html,v
retrieving revision 1.25
diff -u -p -r1.25 faq.html
--- faq.html 2000/06/21 21:05:38 1.25
+++ faq.html 2000/06/28 03:57:32
@@ -22,6 +22,7 @@
<a href="docs.html">Documentation</a><br>
<a href="download.html">Download</a><br>
<a href="contrib.html">Contributing</a><br>
+ <a href="done.html">Done with Gcj</A><br>
<a href="http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?user=guest&password=guest&database=java&cmd=login">Bugs</a><br>
<a href="thanks.html">Thanks</a><br>
<!-- <a href="support.html">Support</a><br> --> <br>
Index: index.html
===================================================================
RCS file: /cvs/java/htdocs/index.html,v
retrieving revision 1.42
diff -u -p -r1.42 index.html
--- index.html 2000/05/19 22:22:35 1.42
+++ index.html 2000/06/28 03:57:32
@@ -19,6 +19,7 @@
<a href="docs.html">Documentation</a><br>
<a href="download.html">Download</a><br>
<a href="contrib.html">Contributing</a><br>
+<a href="done.html">Done with Gcj</A><br>
<a href="http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?user=guest&password=guest&database=java&cmd=login">Bugs</a><br>
<a href="thanks.html">Thanks</a><br>
<!-- <a href="support.html">Support</a><br> -->
@@ -69,6 +70,14 @@ i
<br>
<table>
+
+<tr><td valign="top">
+<b>June 27, 2000</b>
+</td><td>
+A new <A HREF="done.html">Done with GCJ</A> section was added.
+Send your GCJ stories <A HREF="mailto:java-discuss@sourceware.cygnus.com">
+here</A>.
+</td></tr>
<tr><td valign="top">
<b>May 19, 2000</b>
Index: mail.html
===================================================================
RCS file: /cvs/java/htdocs/mail.html,v
retrieving revision 1.5
diff -u -p -r1.5 mail.html
--- mail.html 2000/04/23 05:00:31 1.5
+++ mail.html 2000/06/28 03:57:32
@@ -19,6 +19,7 @@
<a href="docs.html">Documentation</a><br>
<a href="download.html">Download</a><br>
<a href="contrib.html">Contributing</a><br>
+<a href="done.html">Done with Gcj</A><br>
<a href="http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?user=guest&password=guest&database=java&cmd=login">Bugs</a><br>
<a href="thanks.html">Thanks</a><br>
<!-- <a href="support.html">Support</a><br> -->
Index: projects.html
===================================================================
RCS file: /cvs/java/htdocs/projects.html,v
retrieving revision 1.10
diff -u -p -r1.10 projects.html
--- projects.html 2000/05/02 20:36:16 1.10
+++ projects.html 2000/06/28 03:57:33
@@ -21,6 +21,7 @@
<a href="docs.html">Documentation</a><br>
<a href="download.html">Download</a><br>
<a href="contrib.html">Contributing</a><br>
+ <a href="done.html">Done with Gcj</A><br>
<a href="http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?user=guest&password=guest&database=java&cmd=login">Bugs</a><br>
<a href="thanks.html">Thanks</a><br>
<!-- <a href="support.html">Support</a><br> --> <br>
Index: support.html
===================================================================
RCS file: /cvs/java/htdocs/support.html,v
retrieving revision 1.3
diff -u -p -r1.3 support.html
--- support.html 2000/04/23 05:00:31 1.3
+++ support.html 2000/06/28 03:57:33
@@ -19,6 +19,7 @@
<a href="docs.html">Documentation</a><br>
<a href="download.html">Download</a><br>
<a href="contrib.html">Contributing</a><br>
+<a href="done.html">Done with Gcj</A><br>
<a href="http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?user=guest&password=guest&database=java&cmd=login">Bugs</a><br>
<a href="thanks.html">Thanks</a><br>
<!-- <a href="support.html">Support</a><br> -->
Index: thanks.html
===================================================================
RCS file: /cvs/java/htdocs/thanks.html,v
retrieving revision 1.9
diff -u -p -r1.9 thanks.html
--- thanks.html 2000/04/23 05:00:31 1.9
+++ thanks.html 2000/06/28 03:57:34
@@ -19,6 +19,7 @@
<a href="docs.html">Documentation</a><br>
<a href="download.html">Download</a><br>
<a href="contrib.html">Contributing</a><br>
+<a href="done.html">Done with Gcj</A><br>
<a href="http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?user=guest&password=guest&database=java&cmd=login">Bugs</a><br>
<a href="thanks.html">Thanks</a><br>
<!-- <a href="support.html">Support</a><br> -->
Index: tm.html
===================================================================
RCS file: /cvs/java/htdocs/tm.html,v
retrieving revision 1.3
diff -u -p -r1.3 tm.html
--- tm.html 2000/04/23 05:00:31 1.3
+++ tm.html 2000/06/28 03:57:34
@@ -19,6 +19,7 @@
<a href="docs.html">Documentation</a><br>
<a href="download.html">Download</a><br>
<a href="contrib.html">Contributing</a><br>
+<a href="done.html">Done with Gcj</A><br>
<a href="http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?user=guest&password=guest&database=java&cmd=login">Bugs</a><br>
<a href="thanks.html">Thanks</a><br>
<!-- <a href="support.html">Support</a><br> -->