summaryrefslogtreecommitdiff
path: root/lib/jazzlib
diff options
context:
space:
mode:
authorJohn Leuner <jewel@pixie.co.za>2001-11-05 20:57:42 +0000
committerJohn Leuner <jewel@pixie.co.za>2001-11-05 20:57:42 +0000
commitf695a4036f30b5a37e313561e569f4604fb321ab (patch)
tree30080f245a7d02ab58ddc1e6e1c104c6f60be37d /lib/jazzlib
parent14d0d1078eb89574e6e195295d129d7d8941ccb7 (diff)
downloadclasspath-f695a4036f30b5a37e313561e569f4604fb321ab.tar.gz
added latest release to web page
Diffstat (limited to 'lib/jazzlib')
-rw-r--r--lib/jazzlib/index.html16
1 files changed, 9 insertions, 7 deletions
diff --git a/lib/jazzlib/index.html b/lib/jazzlib/index.html
index 2268da424..047b011d6 100644
--- a/lib/jazzlib/index.html
+++ b/lib/jazzlib/index.html
@@ -1,9 +1,9 @@
<html>
<head>
-<title>A pure java implementation of the zlib library</title>
+<title>A pure java implementation of java.util.zip library</title>
</head>
<body>
-<h3>A pure java implementation of the zlib library</h3>
+<h1>A pure java implementation of the java.util.zip library</h1>
This project provides an implementation of the java.util.zip classes.
<br><br>
@@ -12,7 +12,7 @@ The code is pure java (no native code is used), and we aim to be compatible with
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>
<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. I will also make builds in the java.util.zip namespace available, these will be tagged with a -juz suffix.
+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.
<br>
<h3>License</h3>
This code is released under the GPL license with a special exception:
@@ -28,9 +28,11 @@ executable file might be covered by the GNU General Public License.
<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>
-<a href="http://sourceforge.net/project/showfiles.php?group_id=16807">Sourceforge project file list</a> (look for releases <= 0.02).
+<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@debian.org), the signature is in md5sums.asc.
+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>
<h3>Contact information and bug notification</h3>
You should post a message to the jazzlib-developers list (<a href="http://lists.sourceforge.net/mailman/listinfo/jazzlib-developers">subscribe</a>, <a href="http://www.geocrawler.com/redir-sf.php3?list=jazzlib-developers">archives</a>) to report a bug or contact the developers.
@@ -38,12 +40,12 @@ You should post a message to the jazzlib-developers list (<a href="http://lists.
<br>
<h1>The CVS repository for this project has moved</h1>
<h2>The code has been moved to the <a href="http://www.gnu.org/software/classpath/">classpath</a> <a href="http://savannah.gnu.org/cvs/?group_id=85">CVS repository</a>.</h2>
-<h2>The SourceForge CVS repository will not be updated with any changes.</h2>
+The SourceForge CVS repository will not be updated with any changes.
<p>
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>
-20 October 2001
+25 October 2001
<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>