#39: Spell checker ------------------------+--------------------------------------------------- Reporter: dom | Owner: dom Type: enhancement | Status: new Priority: normal | Component: openguides Version: | Severity: normal Keywords: | ------------------------+--------------------------------------------------- From http://oxford.openguides.org/wiki/?Comments:
James: My spelling is bad I know. Is it possible to add some sort of spell check? Even if it's just a list of mispelled words so I can go back and re-edit the entry?
* Not my itch; patches welcome :) --Kake
#39: Spell checker --------------------------+------------------------------------------------- Reporter: dom | Owner: dom Type: enhancement | Status: new Priority: normal | Component: openguides Version: | Severity: normal Resolution: | Keywords: --------------------------+------------------------------------------------- Comment (by earle):
We could presumably add a config option for a system spellchecker's location (aspell? ispell? whatever) and, if that option is set and a parameter passed, run text through it before presenting the results. Or something.
#39: Spell checker --------------------------+------------------------------------------------- Reporter: dom | Owner: dom Type: enhancement | Status: new Priority: low | Component: openguides Version: | Severity: normal Resolution: | Keywords: --------------------------+------------------------------------------------- Changes (by earle):
* priority: normal => low
#39: Spell checker --------------------------+------------------------------------------------- Reporter: dom | Owner: dom Type: enhancement | Status: new Priority: low | Component: openguides Version: | Severity: normal Resolution: | Keywords: --------------------------+------------------------------------------------- Comment (by ivorw):
Sounds like it could be a plugin. How about CGI::Wiki::Plugin::SpellChecker.
This could be integrated when I write my CGI::Wiki::AutoPlugin module (on [wiki:Ivor's_To-Do] )
#39: Spell checker -------------------------+-------------------------------------------------- Reporter: dom | Owner: dom Type: enhancement | Status: new Priority: low | Milestone: Component: openguides | Version: Severity: normal | Resolution: Keywords: | -------------------------+-------------------------------------------------- Comment (by Nacho):
Could the following code perhaps be modified to work as a CGI::Wiki::Plugin? http://search.cpan.org/~nachbaur/Apache-AxKit- Language-SpellCheck-0.03/
I'm not very familiar with CGI::Wiki, but the basics seem pretty similar. The state of spellcheck modules is pretty harsh, but the above module works pretty well.
openguides-tickets@lists.openguides.org