Initial revision
[old-projects.git] / ekit / com / swabunga / README
diff --git a/ekit/com/swabunga/README b/ekit/com/swabunga/README
new file mode 100644 (file)
index 0000000..8c344e2
--- /dev/null
@@ -0,0 +1,47 @@
+\r
+                         J A Z Z Y : Java Spell Checker\r
+\r
+\r
+  What is it?\r
+  -----------\r
+\r
+  Jazzy is a 100% pure Java library implementing a spell checking algorithm\r
+  similar to aspell. It may be used to spell check a variety of sources.\r
+\r
+  The Latest Version\r
+  ------------------\r
+\r
+  The latest version is available from the Jazzy project web site \r
+  (http://sourceforge.net/projects/jazzy).\r
+\r
+  Requirements\r
+  ------------\r
+\r
+  The following requirements exist for installing Jazzy:\r
+\r
+   o  Java Interpreter:\r
+\r
+      A fully compliant Java 1.1 Runtime environment is needed for the core engine of Jazzy \r
+      to operate. (For example: for use in a servlet)\r
+      \r
+      A fully compliant Java 1.3 Runtime environment is needed for the swing components of\r
+      Jazzy to operate.\r
+\r
+   o  Java JFC (Swing components):\r
+\r
+      These GUI extentions are required for proper GUI functionality. However, core \r
+      spell check functionality can work without Swing Components. \r
+\r
+  Installation Instructions and Documentation\r
+  -------------------------------------------\r
+\r
+  There are two ways to install Jazzy. One from a pre packaged version and the other is to \r
+  compile the sources from CVS.\r
+\r
+  If you have downloaded the source code from CVS, please cd to the jazzy directory and run ant.\r
+\r
+  Licensing and legal issues\r
+  --------------------------\r
+\r
+  Jazzy is licensed under the LGPL. See LGPL.txt for license restrictions.\r
+\r