Author Topic: Nox spell server  (Read 7745 times)

Offline jpweb

  • Jr. Member
  • **
  • Posts: 46
Nox spell server
« on: December 24, 2006, 01:19:36 PM »
 It appears that Googiespell or Google does not work for me anyone advise how to use or install the NOX spell checker instead.

Thanks

Offline jpingle

  • Jr. Member
  • **
  • Posts: 77
Re: Nox spell server
« Reply #1 on: December 24, 2006, 01:35:03 PM »

I sent this to you via PM, but I figured others might want the information, too:

You can get the Nox spell server from http://orangoo.com/labs/GoogieSpell/Download/Nox%20Spell%20Server/ and there are instructions there on how to install it. Once it is up and running, find this section in the RoundCube main.inc.php file, and set the variable like so:

Code: [Select]
// For a locally installed Nox Spell Server, please specify the URI to call it.
// Get Nox Spell Server from [url]http://orangoo.com/labs/?page_id=72[/url]
// Leave empty to use the Google spell checking service, what means
// that the message content will be sent to Google in order to check spelling
$rcmail_config['spellcheck_uri'] = '127.0.0.1:14003/?lang=';

That should do it. Sometime after Christmas I'll write some (better) instructions for this and put it on the Wiki.

Offline jpingle

  • Jr. Member
  • **
  • Posts: 77
Re: Nox spell server
« Reply #2 on: December 28, 2006, 04:00:57 PM »
When I was trying to come up with a good set of instructions, I discovered that TinyMCE (the HTML editor in RoundCube) doesn't use the Nox server even if you set it up. I opened a ticket to hopefully get this fixed (#1484196, http://trac.roundcube.net/trac.cgi/ticket/1484196 )

My errors in the HTML spell check were caused by a missing CURL module on one server, and I have since discovered that Firefox hadn't crashed on me by pure luck. I was able to get it to crash maybe once out of 20 tries, even with the same content in each try.

I put everything I found into the related tickets on Trac, so you might want to check the open tickets periodically:

Ticket #1484196 (Bugs)
TinyMCE Spellcheck does not respect spellcheck_uri from main.inc.php
http://trac.roundcube.net/trac.cgi/ticket/1484196

Ticket #1484080 (Bugs)
TinyMCE Spellcheck doesn't work in FireFox
http://trac.roundcube.net/trac.cgi/ticket/1484080


Offline codybaker

  • Jr. Member
  • **
  • Posts: 13
Re: Nox spell server
« Reply #3 on: December 29, 2006, 12:28:08 PM »
It also seems that the it won't give back the Spell Check Icon in the header, even a user switches back to plain text composition.

Offline jpweb

  • Jr. Member
  • **
  • Posts: 46
Re: Nox spell server
« Reply #4 on: December 29, 2006, 01:37:18 PM »
I thought it was just me. Thanks for making the attempt at those instructions jpingle.

Offline jpingle

  • Jr. Member
  • **
  • Posts: 77
Re: Nox spell server
« Reply #5 on: December 29, 2006, 03:03:55 PM »
Quote
I thought it was just me. Thanks for making the attempt at those instructions jpingle.
No problem. The more bugs we find, the more that get fixed, and the better RoundCube gets!

Quote
It also seems that the it won't give back the Spell Check Icon in the header, even a user switches back to plain text composition.
I would open up a new trouble ticket for that, since it isn't exactly related to any of the current open issues.

Offline jpweb

  • Jr. Member
  • **
  • Posts: 46
Re: Nox spell server
« Reply #6 on: January 06, 2007, 01:41:30 PM »
have you come up with step by step for any spellchecker I still cant get it to work for me.

Offline jpingle

  • Jr. Member
  • **
  • Posts: 77
Re: Nox spell server
« Reply #7 on: January 06, 2007, 06:59:14 PM »
Not quite yet I haven't had a chance to walk though it a few more times to be sure I didn't leave anything out. When I come up with a good set I'll post them here and on the wiki.

Offline jpweb

  • Jr. Member
  • **
  • Posts: 46
Re: Nox spell server
« Reply #8 on: January 06, 2007, 09:02:18 PM »
Thanks