imio.webspellchecker


Nameimio.webspellchecker JSON
Version 1.0b7 PyPI version JSON
download
home_pagehttps://github.com/collective/imio.webspellchecker
SummaryIntegration of Webspellchecker's WProofReader with Plone, providing real-time spellchecking for various WYSIWYG editors.
upload_time2024-04-15 13:49:59
maintainerNone
docs_urlNone
authoriMio
requires_pythonNone
licenseGPL version 2
keywords python plone
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # imio.webspellchecker

[![Lint](https://github.com/IMIO/imio.webspellchecker/actions/workflows/lint.yml/badge.svg)](https://github.com/IMIO/imio.webspellchecker/actions/workflows/lint.yml) [![Tests](https://github.com/IMIO/imio.webspellchecker/actions/workflows/tests.yml/badge.svg)](https://github.com/IMIO/imio.webspellchecker/actions/workflows/tests.yml)
![Codecov](https://img.shields.io/codecov/c/github/imio/imio.webspellchecker)

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.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).
  [duchenean]


## 1.0b3 (2024-01-12)

- Allow to restrict the webspellchecker usage by portal types.
  [duchenean]
- Allow to restrict the webspellchecker usage by css attributes (class, id, ...)
  [duchenean]


## 1.0b2 (2023-12-01)

- Replace rst by markdown.
  [duchenean]


## 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.
  [duchenean]
- Add tests and configure the CI.
  [duchenean]


## 1.0a1 (2023-05-26)

- Initial release.
  [duchenean]



            

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/96/cf/b4c2dc7dd53cbea3056ccee191b67d90a17a60fdda43f488b0ea2c609165/imio.webspellchecker-1.0b7.tar.gz",
    "platform": null,
    "description": "# imio.webspellchecker\n\n[![Lint](https://github.com/IMIO/imio.webspellchecker/actions/workflows/lint.yml/badge.svg)](https://github.com/IMIO/imio.webspellchecker/actions/workflows/lint.yml) [![Tests](https://github.com/IMIO/imio.webspellchecker/actions/workflows/tests.yml/badge.svg)](https://github.com/IMIO/imio.webspellchecker/actions/workflows/tests.yml)\n![Codecov](https://img.shields.io/codecov/c/github/imio/imio.webspellchecker)\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.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  [duchenean]\n\n\n## 1.0b3 (2024-01-12)\n\n- Allow to restrict the webspellchecker usage by portal types.\n  [duchenean]\n- Allow to restrict the webspellchecker usage by css attributes (class, id, ...)\n  [duchenean]\n\n\n## 1.0b2 (2023-12-01)\n\n- Replace rst by markdown.\n  [duchenean]\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  [duchenean]\n- Add tests and configure the CI.\n  [duchenean]\n\n\n## 1.0a1 (2023-05-26)\n\n- Initial release.\n  [duchenean]\n\n\n",
    "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.0b7",
    "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": "96cfb4c2dc7dd53cbea3056ccee191b67d90a17a60fdda43f488b0ea2c609165",
                "md5": "9decfa59ae3fc0d601e7a80c2da2bc14",
                "sha256": "c5ce1266bc829b9a72ce6aa3b573673e50acb23aaead3b1d420e176f9fc7737a"
            },
            "downloads": -1,
            "filename": "imio.webspellchecker-1.0b7.tar.gz",
            "has_sig": false,
            "md5_digest": "9decfa59ae3fc0d601e7a80c2da2bc14",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 32512,
            "upload_time": "2024-04-15T13:49:59",
            "upload_time_iso_8601": "2024-04-15T13:49:59.239986Z",
            "url": "https://files.pythonhosted.org/packages/96/cf/b4c2dc7dd53cbea3056ccee191b67d90a17a60fdda43f488b0ea2c609165/imio.webspellchecker-1.0b7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-15 13:49:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "collective",
    "github_project": "imio.webspellchecker",
    "github_not_found": true,
    "lcname": "imio.webspellchecker"
}
        
Elapsed time: 0.38938s