summaryrefslogtreecommitdiff
path: root/lib/jazzlib
diff options
context:
space:
mode:
authorJohn Leuner <jewel@pixie.co.za>2002-06-05 10:17:47 +0000
committerJohn Leuner <jewel@pixie.co.za>2002-06-05 10:17:47 +0000
commit834aa29cb958436d88093f036fe9cacacc97bd0c (patch)
tree2f0908dfdc7d97370642c7aa3ef16aaf3491727a /lib/jazzlib
parent8087c760979ba45e4ec3bfc4bc3ebac905e9bd1e (diff)
downloadclasspath-834aa29cb958436d88093f036fe9cacacc97bd0c.tar.gz
Updated jazzlib web page to reflect 0.04 release.
Diffstat (limited to 'lib/jazzlib')
-rw-r--r--lib/jazzlib/index.html15
1 files changed, 9 insertions, 6 deletions
diff --git a/lib/jazzlib/index.html b/lib/jazzlib/index.html
index 047b011d6..6919dc777 100644
--- a/lib/jazzlib/index.html
+++ b/lib/jazzlib/index.html
@@ -10,9 +10,11 @@ This project provides an implementation of the java.util.zip classes.
The code is pure java (no native code is used), and we aim to be compatible with existing java.util.zip implementations. Some code was borrowed from libgcj, almost all the rest was written by Jochen Hoenicke.
<br><br>
There is very similar project at <a href="http://www.jcraft.com/jzlib/index.html">http://www.jcraft.com/jzlib/index.html</a>.<br>
-Another project to implement bzip2 is at <a href="http://www.aftexsw.com/aftex/products/java/bzip/">http://www.aftexsw.com/aftex/products/java/bzip/</a>
+Another project to implement bzip2 is at <a href="http://www.aftexsw.com/aftex/products/java/bzip/">http://www.aftexsw.com/aftex/products/java/bzip/</a>.
<p>
-For the latest source, see the classpath CVS repository, from time to time we will build releases of the jazzlib code in the net.sf.jazzlib namespace. These are useful for situations where native code isn't allowed (such as in applets) and you need to use zip files. Builds in the java.util.zip namespace are also available, these have a -juz suffix.
+For the latest source, see the classpath CVS repository. On this page you'll find source and binary releases of the code in both the <strong>net.sf.jazzlib</strong> and <strong>java.util.zip</strong> namespaces.
+<p>
+The <strong>net.sf.jazzlib</strong> namespace is useful for situations where native code isn't allowed (such as in applets) and you need to use zip files. Builds in the <strong>java.util.zip</strong> namespace have a -juz suffix.
<br>
<h3>License</h3>
This code is released under the GPL license with a special exception:
@@ -23,14 +25,15 @@ resulting executable to be covered by the GNU General Public License.
This exception does not however invalidate any other reasons why the
executable file might be covered by the GNU General Public License.
</pre>
-<h3>Latest release (in net.sf.jazzlib namespace)</h3>
+<h3>Latest release 0.04</h3>
+Download source or binary packages from <a href="http://sourceforge.net/project/showfiles.php?group_id=16807">here</a>.
+<h3>Release 0.03 (in net.sf.jazzlib namespace)</h3>
<a href="http://prdownloads.sourceforge.net/jazzlib/jazzlib-0.03.tar.gz">jazzlib-0.03.tar.gz</a> (Source .java files)<br>
<a href="http://prdownloads.sourceforge.net/jazzlib/jazzlib-binary-0.03.tar.gz">jazzlib-binary-0.03.tar.gz</a> (Binary .class and javadoc files)<br>
<br>
-<h3>Previous releases (in java.util.zip namespace)</h3>
+<h3>and in java.util.zip namespace</h3>
<a href="http://prdownloads.sourceforge.net/jazzlib/jazzlib-0.03-juz.tar.gz">jazzlib-0.03-juz.tar.gz</a> (Source .java files)<br>
<a href="http://prdownloads.sourceforge.net/jazzlib/jazzlib-binary-0.03-juz.tar.gz">jazzlib-binary-0.03-juz.tar.gz</a> (Binary .class and javadoc files)<br>
-<a href="http://sourceforge.net/project/showfiles.php?group_id=16807">Sourceforge project file list</a> (for releases <= 0.02).
<p>
There is a md5sums file in each release that you can use to check the integrity of the files. The md5sums is also signed with my public key (finger jewel at debian.org), the signature is in md5sums.asc.
<p>
@@ -45,7 +48,7 @@ The SourceForge CVS repository will not be updated with any changes.
The files in the SourceForge CVS repository should be considered to be of historical interest only.
<p>
John Leuner (jewel at pixie.co.za) <br>
-25 October 2001
+5 June 2002
<hr>
<A href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=16807" width="88" height="31" border="0" alt="SourceForge Logo"></A>