From: Gordon M. <go...@us...> - 2006-07-14 07:37:42
|
Update of /cvsroot/bitcollider/jbitcollider In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14603 Modified Files: README.txt Log Message: improved, matches http://bitzi.com/bitcollider/java Index: README.txt =================================================================== RCS file: /cvsroot/bitcollider/jbitcollider/README.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** README.txt 13 Jul 2006 07:11:38 -0000 1.1 --- README.txt 14 Jul 2006 07:37:39 -0000 1.2 *************** *** 1,38 **** JBITCOLLIDER: Java Bitcollider ! v0.8 Preview Release July 13, 2006 ! This is a preview release for advanced users. If you have not previously installed Java and launched standalone Java applications from the command- ! line (and perhaps even if you have), you may run into problems using this ! version. ! REQUIREMENTS ! You must already have Java 5 (also known as Java 1.5) installed. It can ! be obtained from http://java.com if necessary. ! ADVANTAGES ! Compared to the Windows Bitcollider and Linux/Unix command-line Bitcollider, ! the Java Bitcollider can handle files larger than 2GB in size, and provides ! a graphical interface and drag-and-drop file analysis for the first time on ! Linux/Unix and Mac systems (as well as any other system for which Java 5 is ! available). ! USAGE ! Execute the appropriate run script (run.bat or run.sh) for your system. To analyze files, either drag them from your desktop and drop onto the jBitcollider window, or click the 'browse' button and use the file chooser. ! BUGS ! Please report bugs at the Sourceforge Bitcollider project bug tracker: http://sourceforge.net/tracker/?group_id=21211&atid=121211 ! Use the category 'jCollider' and provide a clear explanation of what behavior you expected, what buggy behavior you saw instead, and anything you tried to ! resolve the issue. \ No newline at end of file --- 1,63 ---- JBITCOLLIDER: Java Bitcollider ! v0.8 Preview Release July 14, 2006 ! This is a preview release for advanced users. (If you have not previously installed Java and launched standalone Java applications from the command- ! line -- and perhaps even if you have -- you may run into problems using ! this version. ! ADVANTAGES ! * Processes files larger than 2GB in size. ! * Offers the graphical interface, and drag-and-drop Bitcolliding, ! on non-Windows systems for the first time. ! * Improves reliability of submission via browser ! ! LIMITATIONS ! ! * No installer. ! * No Windows 'shell' integration. (No right-click option for "Bitzi ! Lookup".) ! REQUIREMENTS ! ! You must already have Java 5 (also known as Java 1.5) installed. You can ! check if Java is installed by executing 'java -version' at a command line. ! (The applet at <http://www.java.com/en/download/help/testvm.xml> may also ! help, though it only checks the Java support available to your browser, ! and jBitcollider runs outside the browser.) ! Java be obtained from http://java.com if necessary. ! USAGE ! Expand the downloaded jBitcollider-0.8.zip file. In the resulting directory, ! execute the appropriate run script (run.bat or run.sh) for your system. To analyze files, either drag them from your desktop and drop onto the jBitcollider window, or click the 'browse' button and use the file chooser. + Results will be submitted to Bitzi via your default web browser. ! BUG REPORTS & DISCUSSION ! Please report bugs via: + Sourceforge Bitcollider project bug tracker http://sourceforge.net/tracker/?group_id=21211&atid=121211 ! Use the category 'jCollider' and provide a clear explanation of what behavior you expected, what buggy behavior you saw instead, and anything you tried to ! resolve the issue. ! ! jBitcollider may be discussed at: ! ! Bitpedia project discussion list ! http://bitzi.com/bitpedia/bitpedia-l ! ! LICENSE ! ! Like the original Bitcollider, the source code for jBitcollider is released ! into the public domain, free for all uses. See the file COPYING for details. ! (jBitcollider does include 3rd-party open-source-licensed libraries that ! remain subject to their respective licenses.) \ No newline at end of file |