collective.ckeditortemplates


Namecollective.ckeditortemplates JSON
Version 0.9.1 PyPI version JSON
download
home_pagehttps://github.com/collective/collective.ckeditortemplates
SummaryPlone templates for ckeditor
upload_time2023-11-28 12:07:36
maintainer
docs_urlNone
authorIMIO
requires_python
licensegpl
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            .. 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.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]




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/collective/collective.ckeditortemplates",
    "name": "collective.ckeditortemplates",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "IMIO",
    "author_email": "support@imio.be",
    "download_url": "https://files.pythonhosted.org/packages/be/f3/37fa8aad6e2f7d4e6407100a91957316a1eb58e4147776d0a24a8c3fafbc/collective.ckeditortemplates-0.9.1.tar.gz",
    "platform": null,
    "description": ".. image:: https://travis-ci.org/collective/collective.ckeditortemplates.png?branch=master\n   :target: http://travis-ci.org/collective/collective.ckeditortemplates\n\n\n.. contents::\n\nIntroduction\n============\n\nThis products create Plone templates for `ckeditor <https://github.com/ckeditor/>`_ \nbased on the `collective.ckeditor <https://github.com/collective/collective.ckeditor>`_ \npackage.\n\n\nExamples\n--------\n\nThis add-on can be seen in action at the following sites:\n\n- https://docs.imio.be/imio-doc/ia.smartweb/\n\n- https://docs.imio.be/imio-doc/ia.delib/\n\n- https://docs.imio.be/imio-doc/ia.docs/\n\n\nInstallation\n------------\n\nInstall collective.ckeditortemplates by adding it to your buildout:\n\n   [buildout]\n\n    ...\n\n    eggs =\n        collective.ckeditortemplates\n\n\nand then running \"bin/buildout\", next enable the product in your plone site.\n\n\nTranslations\n------------\n\nThis product has been translated into\n\n- Spanish.\n\n- French.\n\n- Nederlands.\n\nYou can contribute for any message missing or other new languages, join us at \n`Plone Collective Team <https://www.transifex.com/plone/plone-collective/>`_ \ninto *Transifex.net* service with all world Plone translators community.\n\n\nTests status\n------------\n\nThis add-on is tested using Travis CI. The current status of the add-on is:\n\n.. image:: https://img.shields.io/travis/collective/collective.ckeditortemplates/master.svg\n    :target: http://travis-ci.org/collective/collective.ckeditortemplates\n\n.. image:: https://img.shields.io/coveralls/collective/collective.ckeditortemplates/master.svg\n    :target: https://coveralls.io/r/collective/collective.ckeditortemplates\n\n.. image:: http://img.shields.io/pypi/v/collective.ckeditortemplates.svg\n   :target: https://pypi.python.org/pypi/collective.ckeditortemplates\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/collective/collective.ckeditortemplates/issues\n- Source Code: https://github.com/collective/collective.ckeditortemplates\n- Documentation: https://pypi.org/project/collective.ckeditor/\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\nContributors\n============\n\n- Martin Peeters, Original Author [Affinitic]\n- Stephan Geulette, Original Author [IMIO]\n- Benoit Suttor [IMIO]\n- Leonardo J. Caballero G. [Plone Venezuela]\n\nChangelog\n=========\n\n0.9.1 (2023-11-28)\n------------------\n\n- Fixed bs4 version to have same behaviour in p4 and p6\n  [sgeulette]\n- Updated setup\n  [sgeulette]\n\n0.9.0 (2023-05-23)\n------------------\n\n- Made compatible Plone 4.3 and Plone 6.0\n  [sgeulette]\n\n0.3.3 (2021-04-20)\n------------------\n\n- Add Transifex.net service integration to manage the translation process.\n  [macagua]\n- Add Spanish translation\n  [macagua]\n- Corrected bad import step requirement\n  [sgeulette]\n- Added features param on BeautifulSoup init\n  [sgeulette]\n- Degroked package\n  [sgeulette]\n- Made the enabled state criteria a class variable, so it can be overrided.\n  [sgeulette]\n- Sorted templates by title\n  [sgeulette]\n\n0.3.2 (2015-10-06)\n------------------\n\n- Member can see ckeditortemplates, so it possible to use local roles and adding a ckeditortemplate.\n  [bsuttor]\n- Adding upgradesteps for workflow changes.\n  [bsuttor]\n\n0.3.1 (2015-02-09)\n------------------\n\n- Remove plone.multilingualbehavior because of to many bugs.\n\n0.3.0 (2015-01-15)\n------------------\n\n- Add plone.multilingualbehavior behavior, cktemplate is translable now.\n  [bsuttor]\n\n0.2.4 (2014-11-05)\n------------------\n\n- Move unindex ckeditorfolder to setup installation instead of upgrade step.\n  [bsuttor]\n\n0.2.3 (2014-06-06)\n------------------\n\n- Allow content type Image for cktemplatefolder/\n  [bsuttor]\n\n0.2.2 (2014-05-23)\n------------------\n\n- Add upgrade steps.\n  [bsuttor]\n\n0.2.1 (2014-04-18)\n------------------\n\n- Fix accents errors, decode content to utf-8.\n  [bsuttor]\n\n0.2 (2014-03-31)\n----------------\n\n- Remove the group restriction on CK Template\n  [mpeeters]\n- Improve the parsing of html\n  [mpeeters]\n- ckeditor template folder is no more allow globally, this container is\n  installed with package\n  [bsuttor]\n\n0.1 (2014-03-10)\n----------------\n\n- Initial release\n  [mpeeters, bsuttor]\n\n\n\n",
    "bugtrack_url": null,
    "license": "gpl",
    "summary": "Plone templates for ckeditor",
    "version": "0.9.1",
    "project_urls": {
        "Homepage": "https://github.com/collective/collective.ckeditortemplates"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bef337fa8aad6e2f7d4e6407100a91957316a1eb58e4147776d0a24a8c3fafbc",
                "md5": "1c46d966f77e1102f76350dcfa6f3f16",
                "sha256": "30302a70cf531db96258e9f45abb7a1ed7487ddaf7b929dd5f554fdd23570aee"
            },
            "downloads": -1,
            "filename": "collective.ckeditortemplates-0.9.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1c46d966f77e1102f76350dcfa6f3f16",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 24406,
            "upload_time": "2023-11-28T12:07:36",
            "upload_time_iso_8601": "2023-11-28T12:07:36.547926Z",
            "url": "https://files.pythonhosted.org/packages/be/f3/37fa8aad6e2f7d4e6407100a91957316a1eb58e4147776d0a24a8c3fafbc/collective.ckeditortemplates-0.9.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-28 12:07:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "collective",
    "github_project": "collective.ckeditortemplates",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "collective.ckeditortemplates"
}
        
Elapsed time: 0.38107s