Has anyone written a LaunchServices property file yet to automatically
start the Nox server on Mac OS X?
Thomas Bruederli wrote:
Hi,
I just added support for Nox Spell Server to the Trunk. The URL can be
configured using only one config parameter and there's another parameter
to specify the languages that are available for spell checking.
I don't have aspell installed to test it, so please can somebody confirm
if my changes really work...
Regards,
Thomas
Jim Pingle wrote:
I managed to get this up and running and working with Roundcube rather
easily. I did have to make a couple slight changes in the code to make it
configurable (and default to using Google).
Apply the attached patch to program/steps/mail/spell.inc and then add these
config variables in config/main.inc.php:
$rcmail_config['googiespell_server'] = "127.0.0.1";
$rcmail_config['googiespell_port'] = "14003";
$rcmail_config['googiespell_path'] = "/?lang=";
Start your nox server, and away it goes...
Note: I had to edit nox's run_server.py and tell it not to use Google there,
too.
Jim