Metadata-Version: 2.1
Name: imio.gdpr
Version: 1.2.2
Summary: View and configuration panel to set GDPR information
Home-page: https://pypi.python.org/pypi/imio.gdpr
Author: Benoit Suttor
Author-email: bsuttor@imio.be
License: GPL version 2
Description: .. 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.
        
        =========
        imio.gdpr
        =========
        
        Tell me what your product does
        
        Features
        --------
        
        - Can be bullet points
        
        
        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
        -------------
        
        Full documentation for end users can be found in the "docs" folder, and is also available online at http://docs.plone.org/foo/bar
        
        This package is tested using Travis CI. The current status is :
        
        .. image:: https://travis-ci.org/IMIO/imio.gdpr.png
            :target: http://travis-ci.org/IMIO/imio.gdpr
        
        .. image:: https://coveralls.io/repos/github/IMIO/imio.gdpr/badge.svg?branch=master
            :target: https://coveralls.io/github/IMIO/imio.gdpr?branch=master
        
        
        Translations
        ------------
        
        This product has been translated into
        
        - Klingon (thanks, K'Plai)
        
        
        Installation
        ------------
        
        Install imio.gdpr by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                imio.gdpr
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/collective/imio.gdpr/issues
        - Source Code: https://github.com/collective/imio.gdpr
        - Documentation: https://docs.plone.org/foo/bar
        
        
        Support
        -------
        
        If you are having issues, please let us know.
        We have a mailing list located at: project@example.com
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - Benoit Suttor, bsuttor@imio.be
        
        
        Changelog
        =========
        
        
        1.2.2 (2022-03-22)
        ------------------
        
        - Remove plone.app.registry template override as it is now released:
          Plone 6.0.0a3 / plone.app.registry 2.0.0a7
          [laulaz]
        
        - Add specific controlpanel permission and give this permission to site administrator
          [boulch]
        
        
        1.2.1 (2022-01-25)
        ------------------
        
        - Add icons for control panel settings (Plone5 / 6 size)
          [boulch]
        
        - Override a plone.app.registry template to have structured (html) description
          [boulch]
        
        
        1.2 (2021-12-13)
        ----------------
        
        - Add cookies policy default text & logic (same as legal mentions)
          [laulaz]
        
        
        1.1.1 (2021-06-10)
        ------------------
        
        - Fix unicode error in Plone52
          [boulch]
        
        
        1.1.0 (2020-06-09)
        ------------------
        
        - Revert "Fix missing dependency (breaks cpskin.core tests)"
          [mpeeters]
        
        - Remove unwanted dependencies
          [mpeeters]
        
        - Avoid UnicodeEncodeError if gdpr text browser view is already Unicode
          [laulaz]
        
        
        1.0.4 (2019-11-20)
        ------------------
        
        - Fix WrongType when inserting string in registry
          [laulaz]
        
        - Fix missing dependency (breaks cpskin.core tests)
          [laulaz]
        
        - Add css for document.
          [mgennart]
        
        1.0.3 (2018-08-26)
        ------------------
        
        - Inherit from website content styles
          [mpeeters]
        
        
        1.0.2 (2018-07-16)
        ------------------
        
        - Avoid an error when the package is not installed
          [mpeeters]
        
        
        1.0.1 (2018-06-18)
        ------------------
        
        - Translations
          [bsuttor]
        
        
        1.0.0 (2018-06-14)
        ------------------
        
        - Update gdpr default template.
          [bsuttor]
        
        
        1.0a4 (2018-06-13)
        ------------------
        
        - Add is_text_ready record.
          [bsuttor]
        
        
        1.0a3 (2018-05-31)
        ------------------
        
        - Use view instead of page.
          [bsuttor]
        
        
        1.0a2 (2018-05-31)
        ------------------
        
        - Fix i18n compilation.
          [bsuttor]
        
        
        1.0a1 (2018-05-31)
        ------------------
        
        - Initial release.
          [bsuttor]
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 5.0
Classifier: Framework :: Plone :: 5.1
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Provides-Extra: test
