Hi, Is there any information available on how to implement Aspell (in a pop-up window) inside a php webform? It needs to be implemented inside a "notes" field for a php/MySQL dbase. I know that we can use Javascript to open up the pop-up window, but would like to know how to "call" aspell to make the functions appear in a window similar to what is seen on sites like http://www.spellingcow.com/. The Spelling cow interface is cute, but we would like to just run aspell from our own server (it is working from the command line now) and have that type of functionality but remove the cow... thanks!
-Dawn Beal Dawn R. Beal [EMAIL PROTECTED] On Tue, 28 Jun 2005, Kevin Atkinson wrote: > > GNU Aspell 0.60.3 is now available at: > ftp://ftp.gnu.org/gnu/aspell/aspell-0.60.3.tar.gz > > This release fixes several bugs involving some of the C API functions, > fixes a major bug and improves the speed of the suggestion code, > and fixes a number of other bugs. > > Complete list of changes from 0.60.2: > > * Fixed bugs involving several of the C API functions. > > * Fixed bug where `ultra' or `fast' mode will not return any > suggestions when soundslike lookup is not used. > > * Made a minor, yet significant, optimization to the suggestion code. > This speed things up by an order of magnitude in some cases. > > * Avoid using the slow ngram scan except when the `sug-mode' is > `slow' or `bad-speller'. > > * Fixed a bug in curses mode which causes word-wrap to not work > correctly in some cases. > > * Fixed a bug in pipe mode with a missing newline. > > * Fixed the `spell' compatibility script. > > * Several other minor bugs fixed. > > * Made note about the change in behavior of the `-l' command line > switch. > > * Other manual update/fixes. > > * Updated to Libtool 1.5.18, Automake 1.9.6, and Makeinfo 4.8. > > Major changes from 0.60: > > * Added Nroff filter thanks to Sergey Poznyakoff. > > * The default filter mode when in pipe mode is now nroff for > compatibility with Ispell. > > * Added Texinfo filter. > > * Added the `munch-list' command to the aspell utility. > > * Added a section detailing the differences between Ispell and > Aspell. > > Major changes from 0.50.5: > > * Support for affix compression. > > * Better Unicode support. > > -- > http://kevin.atkinson.dhs.org > > > > > > > > _______________________________________________ > Aspell-user mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/aspell-user > _______________________________________________ Aspell-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/aspell-user
