phil wrote: > > On Sun, 25 Jun 2006 08:48:44 -0400 (EDT), Jon Daley <[EMAIL PROTECTED]> wrote: >> On Sun, 25 Jun 2006, Thomas Bruederli wrote: >>> The Google spell checker isn't accessible over port 80 but only over >>> HTTPS. I altered the file program/steps/mail/spell.inc (see revision >>> 256) accordingly. Unfortunately the spell checker now only works on >>> servers having Open SSL included with PHP. > > Here's the changelog, looks like was some changes to googiespell.js too > > http://orangoo.com/labs/?page_id=45 > > Version 3.78 - 16. Juni 2006 > - Google has switched to SSL. HTTPS instead of HTTP > > So this might be the time I start looking at aspell integrations, since this > will effectively close off most RC implementations. Anyone started on this > yet/have any clues? >
As far as I know there isn't anybody working on this. I'd like to have aspell integrated in the same way google spell works. I mean just replacing the server side script but creating the same response that google now returns. With this, the client script doesn't have to be changed and it would still be possible to use the google spell checker if aspell is not installed (i don't know if there are more servers having SSL included with PHP or having aspell installed.) Regards, Thomas
