On Fri, Aug 28, 2009 at 5:53 PM, Dan Grindstaff<dan.grindst...@csu.mnscu.edu> wrote: > Hello all, I need some help in understanding how Roller (if Roller?) > uses Jazzy spellchecker. Any description of the implementation would be > greatly appreciated. TIA
I haven't committed any code to Roller (yet) but I myself was curious about the spell-checking capabilities in Roller. I can tell you by looking through the source code, that Jazzy is no longer used. There is no server-side spell-checking (although you could probably write a plugin). The WYSWIG Xinha HTML widget is the only Roller code that provides spell-checking functionality. I did a search back through the commit history, and it looks like it was used quite some time ago, but removed during the Apache incubation period. Check SVN commits: #398663 http://github.com/apache/roller/commit/ccffb0437409a0b1012071c0a56d527eb91cd2c1 #477849 http://github.com/apache/roller/commit/62c79e0f6d40b36d0023227794b30ab670dc28d2 Hope that helps! Alex P.S. Please don't quote another message thread when posting to this list!