Metadata-Version: 2.1
Name: imio.news.policy
Version: 1.1.4
Summary: Policies to setup imio.news
Home-page: https://github.com/imio/imio.news.policy
Author: Christophe Boulanger
Author-email: christophe.boulanger@imio.be
License: GPL version 2
Project-URL: PyPI, https://pypi.python.org/pypi/imio.news.policy
Project-URL: Source, https://github.com/imio/imio.news.policy
Project-URL: Tracker, https://github.com/imio/imio.news.policy/issues
Keywords: Python Plone CMS
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
License-File: LICENSE.GPL
License-File: LICENSE.rst
Requires-Dist: setuptools
Requires-Dist: z3c.jbot
Requires-Dist: plone.api (>=1.8.4)
Requires-Dist: plone.restapi
Requires-Dist: plone.app.dexterity
Requires-Dist: collective.autopublishing
Requires-Dist: collective.big.bang
Requires-Dist: collective.messagesviewlet
Requires-Dist: collective.js.jqueryui
Requires-Dist: collective.solr
Requires-Dist: collective.z3cform.select2
Requires-Dist: eea.facetednavigation
Requires-Dist: pas.plugins.imio
Requires-Dist: imio.gdpr
Requires-Dist: imio.news.core
Requires-Dist: imio.smartweb.locales
Provides-Extra: test
Requires-Dist: plone.app.testing ; extra == 'test'
Requires-Dist: plone.testing (>=5.0.0) ; extra == 'test'
Requires-Dist: plone.app.contenttypes ; extra == 'test'
Requires-Dist: plone.app.robotframework[debug] ; extra == 'test'

.. 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.news.policy.svg?branch=master
    :target: https://travis-ci.org/imio/imio.news.policy

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

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

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

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

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


=====================
imio.news.policy
=====================

Policies to setup buildout.news

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.news.policy by adding it to your buildout::

    [buildout]

    ...

    eggs =
        imio.news.policy


and then running ``bin/buildout``


Contribute
----------

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


License
-------

The project is licensed under the GPLv2.


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

- Christophe Boulanger, christophe.boulanger@imio.be


Changelog
=========


1.1.4 (2023-10-09)
------------------

- WEB-3954 : Hide cropping action on Image type
  [boulch]

- Migrate to Plone 6.0.4
  [boulch]


1.1.3 (2023-04-07)
------------------

- Add module : collective.messagesviewlet
  [boulch]

- Migrate to Plone 6.0.2
  [boulch]


1.1.2 (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.1 (2022-12-21)
------------------

- Fix ugly/deprecated browserlayer Interface
  [boulch]


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
  [laulaz]

- Use collective.z3cform.select2 for taxonomy widget
  [laulaz]

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

- Add GenericSetup caching profile [sverbois]


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

- Initial release.
  [boulch]
