[pmwiki-users] Spell Check (Javascript / PHP)

V.Krishn mistyfire at autograf.pl
Fri Aug 19 07:45:40 CDT 2005


> The problem with the ajax spell checker is that it requires pspell.  
> I would assume that's not standard.
>
> I just ran a test on OS X (non-server) and it's installed
>
> I created a file named pspellcheck.php:
>
> <?php
>
>
> if(!function_exists('pspell_suggest')){
> echo "Hello pspell user!";
> } else {
> echo "Bummer!  No pspell!";}
> ?>
>
> And my browser came up with "Hello pspell user!"

On my linux machine my browser came up with "Bummer!  No pspell!".
So I think pspell is installed. ;-)

V.Krishn




More information about the pmwiki-users mailing list