# imio.webspellchecker
[](https://github.com/IMIO/imio.webspellchecker/actions/workflows/lint.yml) [](https://github.com/IMIO/imio.webspellchecker/actions/workflows/tests.yml)

This package provides seamless integration between Plone (versions 4.3, 5.2, and 6.0) and [Webspellchecker WProofReader](https://webspellchecker.com/wsc-proofreader/). It is designed to work out-of-the-box with multiple WYSIWYG editors used in Plone, enhancing the content creation process with advanced spellchecking capabilities.
## Features
- **Easy Integration**: Simplified setup process that integrates WProofReader with Plone's various versions without complicated configuration.
- **Support for Multiple Editors**: Compatible with popular WYSIWYG editors in Plone, ensuring a wide range of usability across different sites.
- **Real-time Spellchecking**: Offers real-time, in-context spelling and grammar checking to improve the quality of content on your Plone site.
- **Customizable Dictionaries**: Users can add custom words and terminologies to their dictionaries, making the tool adaptable to specific jargon and languages.
- **Multilingual Support**: Supports a variety of languages, catering to diverse user bases and content requirements.
## Installation
Install imio.webspellchecker by adding it to your buildout::
[buildout]
...
eggs =
imio.webspellchecker
and then running ``bin/buildout``
## Compatibility
Plone versions: 4.3, 5.2, 6.0
Tested with Editors: TinyMCE, CKEditor4
## Contribute
- Issue Tracker: https://github.com/collective/imio.webspellchecker/issues
- Source Code: https://github.com/collective/imio.webspellchecker
- Documentation: https://docs.plone.org/foo/bar
## License
The project is licensed under the GPLv2.
## Disclaimer
This integration is not affiliated with or endorsed by the official Plone Foundation or Webspellchecker. All product names, logos, and brands are property of their respective owners.
# Contributors
- Antoine DuchĂȘne, (iMio, scrl)
# Changelog
1.1 (2025-07-11)
----------------
- Fixed installation by renaming the `base` profile to `install-base` so it is
no more alphabetically before `default`.
Removed `metadata.xml` from the `install-base` profile.
[gbastien, aduchene]
1.0 (2025-05-27)
----------------
- Add new settings to manage webspellchecker.
[aduchene]
## 1.0b7 (2024-04-15)
- Added helpers to `get` and `set` config registry values.
[gbastien]
- Use `plone.app.vocabularies.PortalTypes` instead
`plone.app.vocabularies.UserFriendlyTypes` for `allowed_portal_types` and
`disallowed_portal_types` config parameters.
[gbastien]
## 1.0b6 (2024-04-04)
- Use proper type on the script tags.
[aduchene]
## 1.0b5 (2024-03-29)
- Use unicode for default values.
[aduchene]
## 1.0b4 (2024-03-28)
- Fix bad bundling (MANIFEST.in).
[aduchene]
## 1.0b3 (2024-01-12)
- Allow to restrict the webspellchecker usage by portal types.
[aduchene]
- Allow to restrict the webspellchecker usage by css attributes (class, id, ...)
[aduchene]
## 1.0b2 (2023-12-01)
- Replace rst by markdown.
[aduchene]
## 1.0b1 (2023-12-01)
- Refactor the script registration. We don't rely on Plone built-in tools like
the resources registry (or portal_javascript in P4) due to inappropriate
handling of a generated JS file.
[aduchene]
- Add tests and configure the CI.
[aduchene]
## 1.0a1 (2023-05-26)
- Initial release.
[aduchene]
Raw data
{
"_id": null,
"home_page": "https://github.com/collective/imio.webspellchecker",
"name": "imio.webspellchecker",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "Python Plone",
"author": "iMio",
"author_email": "antoine.duchene@imio.be",
"download_url": "https://files.pythonhosted.org/packages/f6/b8/2e7c595f8e6e28812ede94855635c22e994c7456300f56b75ca1a4a8e333/imio.webspellchecker-1.1.tar.gz",
"platform": null,
"description": "# imio.webspellchecker\n\n[](https://github.com/IMIO/imio.webspellchecker/actions/workflows/lint.yml) [](https://github.com/IMIO/imio.webspellchecker/actions/workflows/tests.yml)\n\n\nThis package provides seamless integration between Plone (versions 4.3, 5.2, and 6.0) and [Webspellchecker WProofReader](https://webspellchecker.com/wsc-proofreader/). It is designed to work out-of-the-box with multiple WYSIWYG editors used in Plone, enhancing the content creation process with advanced spellchecking capabilities.\n\n\n## Features\n\n\n\n- **Easy Integration**: Simplified setup process that integrates WProofReader with Plone's various versions without complicated configuration.\n- **Support for Multiple Editors**: Compatible with popular WYSIWYG editors in Plone, ensuring a wide range of usability across different sites.\n- **Real-time Spellchecking**: Offers real-time, in-context spelling and grammar checking to improve the quality of content on your Plone site.\n- **Customizable Dictionaries**: Users can add custom words and terminologies to their dictionaries, making the tool adaptable to specific jargon and languages.\n- **Multilingual Support**: Supports a variety of languages, catering to diverse user bases and content requirements.\n\n\n\n\n## Installation\n\nInstall imio.webspellchecker by adding it to your buildout::\n\n [buildout]\n\n ...\n\n eggs =\n imio.webspellchecker\n\n\nand then running ``bin/buildout``\n\n\n## Compatibility\nPlone versions: 4.3, 5.2, 6.0\nTested with Editors: TinyMCE, CKEditor4\n\n\n## Contribute\n\n- Issue Tracker: https://github.com/collective/imio.webspellchecker/issues\n- Source Code: https://github.com/collective/imio.webspellchecker\n- Documentation: https://docs.plone.org/foo/bar\n\n\n## License\n\nThe project is licensed under the GPLv2.\n\n## Disclaimer\n\nThis integration is not affiliated with or endorsed by the official Plone Foundation or Webspellchecker. All product names, logos, and brands are property of their respective owners.\n\n\n# Contributors\n\n- Antoine Duch\u00eane, (iMio, scrl)\n\n\n# Changelog\n\n\n1.1 (2025-07-11)\n----------------\n\n- Fixed installation by renaming the `base` profile to `install-base` so it is\n no more alphabetically before `default`.\n Removed `metadata.xml` from the `install-base` profile.\n [gbastien, aduchene]\n\n1.0 (2025-05-27)\n----------------\n\n- Add new settings to manage webspellchecker.\n [aduchene]\n\n\n## 1.0b7 (2024-04-15)\n\n- Added helpers to `get` and `set` config registry values.\n [gbastien]\n- Use `plone.app.vocabularies.PortalTypes` instead\n `plone.app.vocabularies.UserFriendlyTypes` for `allowed_portal_types` and\n `disallowed_portal_types` config parameters.\n [gbastien]\n\n\n## 1.0b6 (2024-04-04)\n\n- Use proper type on the script tags.\n [aduchene]\n\n## 1.0b5 (2024-03-29)\n\n- Use unicode for default values.\n [aduchene]\n\n\n## 1.0b4 (2024-03-28)\n\n- Fix bad bundling (MANIFEST.in).\n [aduchene]\n\n\n## 1.0b3 (2024-01-12)\n\n- Allow to restrict the webspellchecker usage by portal types.\n [aduchene]\n- Allow to restrict the webspellchecker usage by css attributes (class, id, ...)\n [aduchene]\n\n\n## 1.0b2 (2023-12-01)\n\n- Replace rst by markdown.\n [aduchene]\n\n\n## 1.0b1 (2023-12-01)\n\n- Refactor the script registration. We don't rely on Plone built-in tools like\n the resources registry (or portal_javascript in P4) due to inappropriate\n handling of a generated JS file.\n [aduchene]\n- Add tests and configure the CI.\n [aduchene]\n\n\n## 1.0a1 (2023-05-26)\n\n- Initial release.\n [aduchene]",
"bugtrack_url": null,
"license": "GPL version 2",
"summary": "Integration of Webspellchecker's WProofReader with Plone, providing real-time spellchecking for various WYSIWYG editors.",
"version": "1.1",
"project_urls": {
"Homepage": "https://github.com/collective/imio.webspellchecker",
"PyPI": "https://pypi.python.org/pypi/imio.webspellchecker",
"Source": "https://github.com/imio/imio.webspellchecker",
"Tracker": "https://github.com/imio/imio.webspellchecker/issues"
},
"split_keywords": [
"python",
"plone"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f6b82e7c595f8e6e28812ede94855635c22e994c7456300f56b75ca1a4a8e333",
"md5": "a625b45f37f89b44a3a064c90b7ae0a2",
"sha256": "8feb95840ea31da39907ec5aeeced31d2e29bad4d9cfb1ad75cbbc32e9081e6e"
},
"downloads": -1,
"filename": "imio.webspellchecker-1.1.tar.gz",
"has_sig": false,
"md5_digest": "a625b45f37f89b44a3a064c90b7ae0a2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 32564,
"upload_time": "2025-07-11T09:15:47",
"upload_time_iso_8601": "2025-07-11T09:15:47.805912Z",
"url": "https://files.pythonhosted.org/packages/f6/b8/2e7c595f8e6e28812ede94855635c22e994c7456300f56b75ca1a4a8e333/imio.webspellchecker-1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-11 09:15:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "collective",
"github_project": "imio.webspellchecker",
"github_not_found": true,
"lcname": "imio.webspellchecker"
}