README 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. SquirrelSpell
  2. --------------
  3. SquirrelSpell is a JavaScript-powered spellchecker written to work with
  4. SquirrelMail versions 0.5 and higher.
  5. LICENSE:
  6. ---------
  7. This is free software released under GNU GPL license and comes with no
  8. warranty of any kind. You may modify, borrow, or redistribute code as long
  9. as it doesn't violate the GNU GPL license. You can read more about this
  10. license at http://www.gnu.org/
  11. FEATURES:
  12. ----------
  13. SquirrelSpell works with UN*X's ISPELL or ASPELL libraries and
  14. SquirrelMail version 0.5 and higher. No PHP recompilation required,
  15. unless you wish to enable MCRYPT support.
  16. * SpellChecker:
  17. ISPELL or ASPELL. It all depends on them. Read configuration parameters in
  18. sqspell_config.php. Starting with version v0.3 supports multiple international
  19. dictionaries.
  20. * User Dictionary:
  21. SquirrelSpell adds words to the user dictionary. You may edit your
  22. dictionary under options->personal options->Edit my dictionary.
  23. * Encryption:
  24. Starting with version v0.3 SquirrelSpell is capable of working with
  25. encrypted user dictionaries. See doc/CRYPTO for information on how to
  26. enable this feature.
  27. * i18n and l10n:
  28. SquirrelSpell supports any international dictionaries provided by ispell
  29. or aspell. However, since there isn't a translation interface available
  30. for SquirrelMail plugins, all messages produced by SquirrelSpell will be
  31. in English.
  32. AUTHOR:
  33. --------
  34. Konstantin Riabitsev, http://www.mricon.com/
  35. SUPPORT:
  36. ---------
  37. Send suppot questions and bug reports to the plugins mailing list:
  38. squirrelmail-plugins@lists.sourceforge.net. When reporting a bug
  39. don't forget to mention your browser version, SquirrelMail and
  40. SquirrelSpell versions, as well as any other useful info.
  41. ENJOY. :)
  42. ---------