849bdf42 |
1 | SquirrelSpell-v0.3.1 |
2 | --------------------- |
3 | |
4 | Untar SquirrelSpell into your squirrelmail/plugins directory. Move |
5 | sqspell_config.dist to sqspell_config.php if this is a fresh install. If |
6 | upgrading, just untar over your old installation. |
7 | |
8 | Modify the sqspell_config.php file making sure you have ispell or aspell |
9 | available on your system and located in PHP's path. The squirrelspell |
10 | doesn't check for that and if it is not available, you're just going to |
11 | get a "No errors found" message every time. :) Quite pleasing, but not |
12 | very useful. |
13 | |
14 | Read files in "doc" directory -- they explain some features. |
15 | |
16 | Enable the plugin either by hand or by running the configure script from |
17 | your squirrelmail install directory. |
18 | |
19 | Enjoy and report bugs. ;) |