X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fsquirrelspell%2FINSTALL;h=478380b06ecf4cabfc6f9d166771277b18e15b67;hp=808dec0cbff9a9f59ab7998e0ce35e5e8edf4322;hb=38c5802facc2ab80b03eef5496f7c6ba9152764a;hpb=288df1a09d98fc7a455cbab2fceca36d00508328 diff --git a/plugins/squirrelspell/INSTALL b/plugins/squirrelspell/INSTALL index 808dec0c..478380b0 100644 --- a/plugins/squirrelspell/INSTALL +++ b/plugins/squirrelspell/INSTALL @@ -1,11 +1,11 @@ -SquirrelSpell-v0.3.1 ---------------------- +SquirrelSpell plugin +-------------------- Untar SquirrelSpell into your squirrelmail/plugins directory. Modify the sqspell_config.php file making sure you have ispell or aspell available on your system and located in PHP's path. The squirrelspell doesn't check for that and if it is not available, you're just going to -get a "No errors found" message every time. :) Quite pleasing, but not +get a "No errors found" message every time. :) Quite pleasing, but not very useful. Read files in "doc" directory -- they explain some features. @@ -13,6 +13,14 @@ Read files in "doc" directory -- they explain some features. Enable the plugin either by hand or by running the configure script from your squirrelmail install directory. +NOTE: If you are using php >= 4.3.0 squirrelspell should work in safe mode. +Otherwise, you may have to disable safe mode for the squirrelspell directory. + APACHE CONF EXAMPLE: + + php_admin_value safe_mode 0 + + + Enjoy and report bugs. ;) This is an options commented sqspell_config.php @@ -113,4 +121,4 @@ This is an options commented sqspell_config.php Adding until resolved. **/ $SQSPELL_SOUP_NAZI = 'Mozilla/3, Mozilla/2, Opera 4, Opera/4, Macintosh'; -?> \ No newline at end of file +?>