Speling for MovableType

I’ve installed the Speling (sic) spell checker plugin for MT. A few notes:

* If you need to download and install the Lingua::Ispell Perl module, create a folder named Lingua inside of extlib and place the module in there. It took me about half an hour of fumbling around to figure that out.

* If you need to find out the location of Ispell on your *nix server but don’t have shell access, you can see if your website control panel has the ability to do Cron Jobs. If so, you can set it to run the command whereis ispell. The resulting output should tell your where the location is. Usually it’s /usr/bin or /usr/local/bin. You can also run ispell -v to see if your version is recent enough.

Leave a Comment