Metadata-Version: 2.4
Name: collective.ckeditortemplates
Version: 0.10.0
Summary: Plone templates for ckeditor
Home-page: https://github.com/collective/collective.ckeditortemplates
Author: IMIO
Author-email: support@imio.be
License: gpl
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 4.3
Classifier: Framework :: Plone :: 6.0
Classifier: Framework :: Plone :: 6.1
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*
Requires-Dist: setuptools
Requires-Dist: beautifulsoup4<=4.11.2
Requires-Dist: Plone
Requires-Dist: plone.app.contenttypes
Requires-Dist: plone.api
Requires-Dist: collective.ckeditor
Provides-Extra: test
Requires-Dist: Mock; extra == "test"
Requires-Dist: plone.app.robotframework; extra == "test"
Requires-Dist: robotframework-debuglibrary; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

.. image:: https://travis-ci.org/collective/collective.ckeditortemplates.png?branch=master
   :target: http://travis-ci.org/collective/collective.ckeditortemplates


.. contents::

Introduction
============

This products create Plone templates for `ckeditor <https://github.com/ckeditor/>`_ 
based on the `collective.ckeditor <https://github.com/collective/collective.ckeditor>`_ 
package.


Examples
--------

This add-on can be seen in action at the following sites:

- https://docs.imio.be/imio-doc/ia.smartweb/

- https://docs.imio.be/imio-doc/ia.delib/

- https://docs.imio.be/imio-doc/ia.docs/


Installation
------------

Install collective.ckeditortemplates by adding it to your buildout:

   [buildout]

    ...

    eggs =
        collective.ckeditortemplates


and then running "bin/buildout", next enable the product in your plone site.


Translations
------------

This product has been translated into

- Spanish.

- French.

- Nederlands.

You can contribute for any message missing or other new languages, join us at 
`Plone Collective Team <https://www.transifex.com/plone/plone-collective/>`_ 
into *Transifex.net* service with all world Plone translators community.


Tests status
------------

This add-on is tested using Travis CI. The current status of the add-on is:

.. image:: https://img.shields.io/travis/collective/collective.ckeditortemplates/master.svg
    :target: http://travis-ci.org/collective/collective.ckeditortemplates

.. image:: https://img.shields.io/coveralls/collective/collective.ckeditortemplates/master.svg
    :target: https://coveralls.io/r/collective/collective.ckeditortemplates

.. image:: http://img.shields.io/pypi/v/collective.ckeditortemplates.svg
   :target: https://pypi.python.org/pypi/collective.ckeditortemplates


Contribute
----------

- Issue Tracker: https://github.com/collective/collective.ckeditortemplates/issues
- Source Code: https://github.com/collective/collective.ckeditortemplates
- Documentation: https://pypi.org/project/collective.ckeditor/


License
-------

The project is licensed under the GPLv2.

Contributors
============

- Martin Peeters, Original Author [Affinitic]
- Stephan Geulette, Original Author [IMIO]
- Benoit Suttor [IMIO]
- Leonardo J. Caballero G. [Plone Venezuela]

Changelog
=========

0.10.0 (2025-11-25)
-------------------

- Added Plone 6.1 support.
  [chris-adam, sgeulette]
- Improved uninstall and allowed reinstall works correctly
  [sgeulette]
- Upgraded zc.buildout
  [sgeulette]

0.9.1 (2023-11-28)
------------------

- Fixed bs4 version to have same behaviour in p4 and p6
  [sgeulette]
- Updated setup
  [sgeulette]

0.9.0 (2023-05-23)
------------------

- Made compatible Plone 4.3 and Plone 6.0
  [sgeulette]

0.3.3 (2021-04-20)
------------------

- Add Transifex.net service integration to manage the translation process.
  [macagua]
- Add Spanish translation
  [macagua]
- Corrected bad import step requirement
  [sgeulette]
- Added features param on BeautifulSoup init
  [sgeulette]
- Degroked package
  [sgeulette]
- Made the enabled state criteria a class variable, so it can be overrided.
  [sgeulette]
- Sorted templates by title
  [sgeulette]

0.3.2 (2015-10-06)
------------------

- Member can see ckeditortemplates, so it possible to use local roles and adding a ckeditortemplate.
  [bsuttor]
- Adding upgradesteps for workflow changes.
  [bsuttor]

0.3.1 (2015-02-09)
------------------

- Remove plone.multilingualbehavior because of to many bugs.

0.3.0 (2015-01-15)
------------------

- Add plone.multilingualbehavior behavior, cktemplate is translable now.
  [bsuttor]

0.2.4 (2014-11-05)
------------------

- Move unindex ckeditorfolder to setup installation instead of upgrade step.
  [bsuttor]

0.2.3 (2014-06-06)
------------------

- Allow content type Image for cktemplatefolder/
  [bsuttor]

0.2.2 (2014-05-23)
------------------

- Add upgrade steps.
  [bsuttor]

0.2.1 (2014-04-18)
------------------

- Fix accents errors, decode content to utf-8.
  [bsuttor]

0.2 (2014-03-31)
----------------

- Remove the group restriction on CK Template
  [mpeeters]
- Improve the parsing of html
  [mpeeters]
- ckeditor template folder is no more allow globally, this container is
  installed with package
  [bsuttor]

0.1 (2014-03-10)
----------------

- Initial release
  [mpeeters, bsuttor]

