> IzPress 1.1 <
documentation file |
||
Introduction | ||
IzPress is a Java HTML compression tool distributed under the
terms of the Artistic Licence. It actually removes all
the unecessary data such as comments, returns, tabs or multiple spaces. This way, you can gain up
to 20% of space with most of your pages. IzPress works as a standalone Java application, but if you are a programmer, you can also use the compression class in your own software. IzPress can also be used as a plugin for the excellent text editor Jext from Romain Guy. Using IzPress as standalone application and/or as class to include it in your software requires that you agree with the Artistic Licence, which is to my mind a good and clear open source licence. Indeed, it is easier to read and understand than the GPL. |
||
How to use it | ||
It is quite easy to use IzPress which is contained in a Jar
archive. You will need an Swing compliant Java Runtime Environment (JRE). It must also be compliant with
Sun's JDK 1.2 (or more) specifications.
To run it, open a shell, place yourself in the directory you extracted
the downloaded archive in and type : java -jar IzPress.jar (respect the case !). To use it as a Jext plugin, just copy IzPress.jar into the bin/plugins directory of your Jext installation. You will get a menu entry in 'Tools' for IzPress. If you want to include the compression class in your software, the class is com.izforge.izpress.Compressor . All is explained in the javadoc generated files which are located in the javadoc directory. |
||
Development & contact | ||
IzPress is still in development so please tell me about the bugs you
might find ;-) Get the latest releases at IzForge. Contact me for IzPress here. Any kind of support will be greatly appreciated :-) |
||
Copyright © 2000 Julien PONGE - All Rights Reserved http://www.izforge.com |