Ticket #227 (new enhancement)

Opened 4 years ago

Last modified 2 months ago

update/rewrite SpellChecker

Reported by: anonymous Owned by: gogo
Priority: low Milestone: 0.97
Component: Plugin_SpellChecker Version:
Severity: minor Keywords: PHPSpell
Cc:

Description

Is there a plugin out there for HTMLarea3 or XINHA that uses PHPSpell? PHPSpell doesn't use Aspell, it can simply use a database table containing a wordlist.

Change History

Changed 4 years ago by anonymous

  • keywords PHPSpell added
  • component changed from Plugin - Fullscreen to Xinha Core
  • severity changed from normal to trivial

Changed 4 years ago by niko

you won't have to write a complete new plugin, you only would have to write a custom backend. Use the current spell-check-logic.php as a template and replace the aspell-calls with your database-queries. when you are finished you are free to post your code here and we might upload it to the svn-server :D

(we probably should save in the config-variable 'backend' not only 'php' instead the full path like 'spell-check-logic.php' (or rename it to aspell.php any yours to phpspell.php)

Changed 4 years ago by gogo

  • priority changed from normal to low
  • severity changed from trivial to enhancement

Changed 4 years ago by gogo

  • component changed from Xinha Core to Plugin_SpellChecker

Changed 3 years ago by anonymous

This would be a useful enhancement. Many hosts have shell_exec disabled for security reasons, and installing aspell is also problematic.

Changed 3 years ago by anonymous

What I mean by that is that if you're stuck on anything other than Linux x86, the precompiled package won't work

Changed 10 months ago by ray

  • summary changed from PHPSpell plugin? to update/rewrite SpellChecker
  • milestone set to 0.96

the plugin is now quite dated, hard to set up and all in all in need uf some decent upgrading

Changed 2 months ago by ray

  • severity changed from normal to minor
  • milestone changed from 0.96 to 0.97
Note: See TracTickets for help on using tickets.