Metadata-Version: 2.1
Name: imio.events.policy
Version: 1.1.2
Summary: Policies to setup imio.events
Home-page: https://github.com/imio/imio.events.policy
Author: Christophe Boulanger
Author-email: christophe.boulanger@imio.be
License: GPL version 2
Project-URL: PyPI, https://pypi.python.org/pypi/imio.events.policy
Project-URL: Source, https://github.com/imio/imio.events.policy
Project-URL: Tracker, https://github.com/imio/imio.events.policy/issues
Keywords: Python Plone CMS
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 6.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.8
Provides-Extra: test
License-File: LICENSE.GPL
License-File: LICENSE.rst

.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
   If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
   This text does not appear on pypi or github. It is a comment.

.. image:: https://travis-ci.org/imio/imio.events.policy.svg?branch=master
    :target: https://travis-ci.org/imio/imio.events.policy

.. image:: https://coveralls.io/repos/github/imio/imio.events.policy/badge.svg?branch=master
    :target: https://coveralls.io/github/imio/imio.events.policy?branch=master
    :alt: Coveralls

.. image:: https://img.shields.io/pypi/v/imio.events.policy.svg
    :target: https://pypi.python.org/pypi/imio.events.policy/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/status/imio.events.policy.svg
    :target: https://pypi.python.org/pypi/imio.events.policy
    :alt: Egg Status

.. image:: https://img.shields.io/pypi/pyversions/imio.events.policy.svg?style=plastic   :alt: Supported - Python Versions

.. image:: https://img.shields.io/pypi/l/imio.events.policy.svg
    :target: https://pypi.python.org/pypi/imio.events.policy/
    :alt: License


=====================
imio.events.policy
=====================

Policies to setup imio.events

Features
--------

- TODO


Examples
--------

This add-on can be seen in action at the following sites:
- Is there a page on the internet where everybody can see the features?


Documentation
-------------

TODO


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

This product has been translated into

- French


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

Install imio.events.policy by adding it to your buildout::

    [buildout]

    ...

    eggs =
        imio.events.policy


and then running ``bin/buildout``


Contribute
----------

- Issue Tracker: https://github.com/imio/imio.events.policy/issues
- Source Code: https://github.com/imio/imio.events.policy


License
-------

The project is licensed under the GPLv2.


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

- Christophe Boulanger, christophe.boulanger@imio.be


Changelog
=========


1.1.2 (2023-04-07)
------------------

- Add module : collective.messagesviewlet
  [boulch]

- Migrate to Plone 6.0.2
  [boulch]


1.1.1 (2023-01-12)
------------------

- Install and configure autopublishing (with 15 min tick subscriber)
  [boulch]

- Remove obsolete TinyMCE override
  [laulaz]

- Remove available languages (we don't need them anymore)
  [laulaz]


1.1 (2022-12-20)
----------------

- Update to Plone 6.0.0 final
  [boulch]


1.0 (2022-11-15)
----------------

- Add available languages to prepare for multilingual

- Update buildout to use Plone 6.0.0a3 packages versions
  [boulch]


1.0a1 (2022-01-25)
------------------

- Initial release.
  [boulch]


