Metadata-Version: 2.1
Name: collective.volto.gdprcookie
Version: 1.0.3
Summary: Add-on for Plone to manage cookie settings for GDPR in Volto
Home-page: https://github.com/collective/collective.volto.gdprcookie
Author: RedTurtle Technology
Author-email: sviluppo@redturtle.it
License: GPL version 2
Project-URL: PyPI, https://pypi.org/project/collective.volto.gdprcookie/
Project-URL: Source, https://github.com/collective/collective.volto.gdprcookie
Project-URL: Tracker, https://github.com/collective/collective.volto.gdprcookie/issues
Keywords: Python Plone CMS
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 5.2
Classifier: Framework :: Plone :: 6.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.7
License-File: LICENSE.GPL
License-File: LICENSE.rst
Requires-Dist: setuptools
Requires-Dist: plone.api >=1.8.4
Provides-Extra: test
Requires-Dist: gocept.pytestlayer ; extra == 'test'
Requires-Dist: plone.app.testing ; extra == 'test'
Requires-Dist: plone.restapi[test] ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-plone >=0.2.0 ; extra == 'test'
Requires-Dist: pytest-docker ; extra == 'test'
Requires-Dist: pytest-mock ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: zest.releaser[recommended] ; extra == 'test'
Requires-Dist: zestreleaser.towncrier ; extra == 'test'
Requires-Dist: requests-mock ; 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://github.com/collective/collective.volto.gdprcookie/actions/workflows/plone-package.yml/badge.svg
    :target: https://github.com/collective/collective.volto.gdprcookie/actions/workflows/plone-package.yml

.. image:: https://coveralls.io/repos/github/collective/collective.volto.gdprcookie/badge.svg?branch=main
    :target: https://coveralls.io/github/collective/collective.volto.gdprcookie?branch=main
    :alt: Coveralls

.. image:: https://codecov.io/gh/collective/collective.volto.gdprcookie/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/collective/collective.volto.gdprcookie

.. image:: https://img.shields.io/pypi/v/collective.volto.gdprcookie.svg
    :target: https://pypi.python.org/pypi/collective.volto.gdprcookie/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/status/collective.volto.gdprcookie.svg
    :target: https://pypi.python.org/pypi/collective.volto.gdprcookie
    :alt: Egg Status

.. image:: https://img.shields.io/pypi/pyversions/collective.volto.gdprcookie.svg?style=plastic   :alt: Supported - Python Versions

.. image:: https://img.shields.io/pypi/l/collective.volto.gdprcookie.svg
    :target: https://pypi.python.org/pypi/collective.volto.gdprcookie/
    :alt: License

.. 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.

=================
Volto GDPR Cookie
=================

Add-on for manage GDPR Cookie banner on Volto based on GDPR law.

Features
--------

- Control panel in plone registry to manage GDPR cookie settings.
- Restapi endpoint that exposes these settings for Volto.

@gdpr-cookie-settings
---------------------

Anonymous users can't access registry resources by default with plone.restapi (there is a special permission).

To avoid enabling registry access to everyone, this package exposes a dedicated restapi route with GDPR cookie settings: *@gdpr-cookie-settings*::

    > curl -i http://localhost:8080/Plone/@gdpr-cookie-settings -H 'Accept: application/json' --user admin:admin


Volto integration
-----------------

To use this product in Volto, your Volto project needs to include a new plugin: https://github.com/collective/XXX


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

This product has been translated into

- Italian



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

Install collective.volto.gdprcookie by adding it to your buildout::

    [buildout]

    ...

    eggs =
        collective.volto.gdprcookie


and then running ``bin/buildout``


Contribute
----------

- Issue Tracker: https://github.com/collective/collective.volto.gdprcookie/issues
- Source Code: https://github.com/collective/collective.volto.gdprcookie


License
-------

The project is licensed under the GPLv2.


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

- RedTurtle Technology, sviluppo@redturtle.it


Changelog
=========


1.0.3 (2024-05-06)
------------------

- Fix deserializer and save all data in registry.
  [cekk]


1.0.2 (2024-03-25)
------------------

- Fix serializer code.
  [cekk]


1.0.1 (2024-03-25)
------------------

- Fix serializer/deserializer to use block transformers.
  [cekk]
- Remove html link in default configs.
  [cekk]

1.0.0 (2024-02-13)
------------------

- Initial release.
  [cekk]
