Personal tools
You are here: Home Products CMF Spell Check Releases CMF Spell Check 6.1 (Beta release)

CMF Spell Check 6.1 (Beta release)

This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.

Added a failsafe blocker to prevent very large texts (around 70,000 characters) from being checked - otherwise can lead to spinning Zope or speller

For additional information about this project, please visit the project page.

Available downloads

Release Notes

Tested with Plone 2.1
State Beta release
License GPL

This version is designed for Plone 2.1 with AT Content Types

Speller tab has been moved to the "actions" drop down

CMFSpellCheck is a Unix Plone utility to perform spell checking on Documents and other Content-types. It works with plain text and HTML and is available from the collective.

Content-types appearing to work OK

  • ATDocument (v1.0.0)
  • ATNews (v1.0.0)
  • PloneArticles (v3.18)

Content-types known to NOT work [no spell tab should be offered]

  • ATEvent
  • ZWiki pages (ZWiki v0.44)

Change log

2005-10-23 Andy Ferguson

  • version.txt: bumped to 0.6.1
  • CMFSpellCheckTool.py, SpellCheckUtility.py, README.txt, www/manageSpeller.zpt: added new variable maxsize and method getMaxSize which specifies the maximum size of text (measured in characters) we are prepared to check

    Workaround to avoid spinning Zopes/*spells

2005-10-23 Andy Ferguson

  • version.txt: bumped to 0.6.0b
  • SpellCheckUtility.py: removed zLOGging

2005-10-15 Andy Ferguson

  • SpellCheckUtility.py: correction for embedded single quotes text delivered to js was not escaped properly