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]

Patch: FYI: java web page updates


I'm checking this in.

This update the gcj web pages to link to the Japi comparisons, and
also to mention GNU Crypto.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey at redhat dot com>
	* index.html: Mention GNU Crypto.
	* status.html: Link to japi page.  Mention GNU Crypto.

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v
retrieving revision 1.121
diff -u -r1.121 index.html
--- index.html 5 Jan 2003 15:14:40 -0000 1.121
+++ index.html 19 Feb 2003 20:44:30 -0000
@@ -58,6 +58,11 @@
 and RPMs are available.
 </p>
 
+<p>
+For <code>javax.crypto</code> support, we recommend the use of
+<a href="http://www.gnu.org/software/gnu-crypto/";>GNU Crypto</a>.
+</p>
+
 <br />
 <br />
 
Index: status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/status.html,v
retrieving revision 1.23
diff -u -r1.23 status.html
--- status.html 11 Feb 2003 16:33:24 -0000 1.23
+++ status.html 19 Feb 2003 20:44:30 -0000
@@ -51,6 +51,12 @@
 </tr>
 </table>
 
+
+<p>You can also see <a href="http://japi.sab39.org/";>a comparison of
+libgcj with the JDK</a>.  This is updated nightly.  It is run against
+the cvs trunk, and includes GNU Crypto in its analysis.  This is the
+most up-to-date analysis of API differences.  </p>
+
 <dl>
 <dt class="package">java.applet</dt>
 <dd>Believed to be complete, but note that without a functional AWT
@@ -91,6 +97,9 @@
 <dd>Ok, but most localization data not available.</dd>
 <dt class="package">javax.accessibility</dt>
 <dd>Some code; status unknown.</dd>
+<dt class="package">javax.crypto</dt>
+<dd>We recommend using <a
+href="http://www.gnu.org/software/gnu-crypto/";>GNU Crypto</a>.</dd>
 <dt class="package">javax.naming</dt>
 <dd>Complete, but no providers written.</dd>
 <dt class="package">javax.sql</dt>
@@ -101,15 +110,10 @@
 <dd>Complete, but no providers written.</dd>
 </dl>
 
-<p>You can see <a
+<p>You can also see <a
 href="http://gcc.gnu.org/java/libgcj-classpath-compare.html";>a
 comparison of our classes with Classpath's</a>.  Differences here are
 merged from time to time.</p>
-
-<p>You can also see <a
-href="ftp://alpha.gnu.org/pub/gnu/classpath/nightly/tests/classpath-jdk13-compare.txt";>a
-comparison of Classpath with the JDK</a>.  This is roughly equivalent
-to a comparison of libgcj with the JDK.</p>
 
 <table id="targets" border="0" cellpadding="4" width="95%">
 <tr bgcolor="#b0d0ff">


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