.. 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]
Raw data
{
"_id": null,
"home_page": "https://github.com/collective/collective.volto.gdprcookie",
"name": "collective.volto.gdprcookie",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "Python Plone CMS",
"author": "RedTurtle Technology",
"author_email": "sviluppo@redturtle.it",
"download_url": "https://files.pythonhosted.org/packages/f9/a2/830825c0553f8c63dd7f26f8d2bd206f771e23abca0211e498eaa1781ff3/collective.volto.gdprcookie-1.0.3.tar.gz",
"platform": null,
"description": ".. This README is meant for consumption by humans and PyPI. PyPI can render rst files so please do not use Sphinx features.\n If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html\n This text does not appear on PyPI or github. It is a comment.\n\n.. image:: https://github.com/collective/collective.volto.gdprcookie/actions/workflows/plone-package.yml/badge.svg\n :target: https://github.com/collective/collective.volto.gdprcookie/actions/workflows/plone-package.yml\n\n.. image:: https://coveralls.io/repos/github/collective/collective.volto.gdprcookie/badge.svg?branch=main\n :target: https://coveralls.io/github/collective/collective.volto.gdprcookie?branch=main\n :alt: Coveralls\n\n.. image:: https://codecov.io/gh/collective/collective.volto.gdprcookie/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/collective/collective.volto.gdprcookie\n\n.. image:: https://img.shields.io/pypi/v/collective.volto.gdprcookie.svg\n :target: https://pypi.python.org/pypi/collective.volto.gdprcookie/\n :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/status/collective.volto.gdprcookie.svg\n :target: https://pypi.python.org/pypi/collective.volto.gdprcookie\n :alt: Egg Status\n\n.. image:: https://img.shields.io/pypi/pyversions/collective.volto.gdprcookie.svg?style=plastic :alt: Supported - Python Versions\n\n.. image:: https://img.shields.io/pypi/l/collective.volto.gdprcookie.svg\n :target: https://pypi.python.org/pypi/collective.volto.gdprcookie/\n :alt: License\n\n.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.\n If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html\n This text does not appear on pypi or github. It is a comment.\n\n=================\nVolto GDPR Cookie\n=================\n\nAdd-on for manage GDPR Cookie banner on Volto based on GDPR law.\n\nFeatures\n--------\n\n- Control panel in plone registry to manage GDPR cookie settings.\n- Restapi endpoint that exposes these settings for Volto.\n\n@gdpr-cookie-settings\n---------------------\n\nAnonymous users can't access registry resources by default with plone.restapi (there is a special permission).\n\nTo avoid enabling registry access to everyone, this package exposes a dedicated restapi route with GDPR cookie settings: *@gdpr-cookie-settings*::\n\n > curl -i http://localhost:8080/Plone/@gdpr-cookie-settings -H 'Accept: application/json' --user admin:admin\n\n\nVolto integration\n-----------------\n\nTo use this product in Volto, your Volto project needs to include a new plugin: https://github.com/collective/XXX\n\n\nTranslations\n------------\n\nThis product has been translated into\n\n- Italian\n\n\n\nInstallation\n------------\n\nInstall collective.volto.gdprcookie by adding it to your buildout::\n\n [buildout]\n\n ...\n\n eggs =\n collective.volto.gdprcookie\n\n\nand then running ``bin/buildout``\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/collective/collective.volto.gdprcookie/issues\n- Source Code: https://github.com/collective/collective.volto.gdprcookie\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n- RedTurtle Technology, sviluppo@redturtle.it\n\n\nChangelog\n=========\n\n\n1.0.3 (2024-05-06)\n------------------\n\n- Fix deserializer and save all data in registry.\n [cekk]\n\n\n1.0.2 (2024-03-25)\n------------------\n\n- Fix serializer code.\n [cekk]\n\n\n1.0.1 (2024-03-25)\n------------------\n\n- Fix serializer/deserializer to use block transformers.\n [cekk]\n- Remove html link in default configs.\n [cekk]\n\n1.0.0 (2024-02-13)\n------------------\n\n- Initial release.\n [cekk]\n",
"bugtrack_url": null,
"license": "GPL version 2",
"summary": "Add-on for Plone to manage cookie settings for GDPR in Volto",
"version": "1.0.3",
"project_urls": {
"Homepage": "https://github.com/collective/collective.volto.gdprcookie",
"PyPI": "https://pypi.org/project/collective.volto.gdprcookie/",
"Source": "https://github.com/collective/collective.volto.gdprcookie",
"Tracker": "https://github.com/collective/collective.volto.gdprcookie/issues"
},
"split_keywords": [
"python",
"plone",
"cms"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d897032ec80249feb44cf6445e5fca3f6fdc7e51e703eb5001b0972ad5352ec5",
"md5": "141c35c5c9e58fc39200c2385ba8e0c1",
"sha256": "82a75003feb579113af57fd58178eacc6663882bbfa0c70dc2ed3bca623fd71f"
},
"downloads": -1,
"filename": "collective.volto.gdprcookie-1.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "141c35c5c9e58fc39200c2385ba8e0c1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 38465,
"upload_time": "2024-05-06T10:13:06",
"upload_time_iso_8601": "2024-05-06T10:13:06.427183Z",
"url": "https://files.pythonhosted.org/packages/d8/97/032ec80249feb44cf6445e5fca3f6fdc7e51e703eb5001b0972ad5352ec5/collective.volto.gdprcookie-1.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f9a2830825c0553f8c63dd7f26f8d2bd206f771e23abca0211e498eaa1781ff3",
"md5": "b76299ff97eb322a736d27bbb8f95079",
"sha256": "989849f76f2c9a94bf28eb5ca740aa7672546fe02716949cfb34fd6bf3b34b19"
},
"downloads": -1,
"filename": "collective.volto.gdprcookie-1.0.3.tar.gz",
"has_sig": false,
"md5_digest": "b76299ff97eb322a736d27bbb8f95079",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 28530,
"upload_time": "2024-05-06T10:13:08",
"upload_time_iso_8601": "2024-05-06T10:13:08.283315Z",
"url": "https://files.pythonhosted.org/packages/f9/a2/830825c0553f8c63dd7f26f8d2bd206f771e23abca0211e498eaa1781ff3/collective.volto.gdprcookie-1.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-06 10:13:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "collective",
"github_project": "collective.volto.gdprcookie",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "collective.volto.gdprcookie"
}