{
"info": {
"author": "Matthew Wilkes",
"author_email": "matt@matthewwilkes.name",
"bugtrack_url": null,
"classifiers": [
"Environment :: Web Environment",
"Framework :: Plone",
"Framework :: Plone :: 5.0",
"Framework :: Plone :: 5.1",
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7"
],
"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==================\ncollective.privacy\n==================\n\nThis Plone add-on adds concepts from the EU's General Data Protection Regulations\nto Plone configuration, which makes it easier to create Plone sites that respect\nthe privacy rights of indivuals.\n\nFeatures\n--------\n\n- ZCML based declaration of uses of data\n- User-facing privacy management form\n- Integration with core Plone features\n\nCore Plone\n----------\n\nThe following core Plone overrides are included:\n\n* The sendto_form now validates a to email address against people who have opted-out. The legal basis\n chosen by default here is legitimate_interest.\n* The analytics viewlet also relies on legitimate interest, on the basis that it assumes the tracking\n is unobtrusive and that this will be allowed by the upcoming changes to the ePrivacy regulations. If\n the tracking is obtrusive or the site owner doesn't want to make this assumption it should be overridden\n to use consent.\n\nExamples\n--------\n\nUsers can define a new data processing reason as configuration. For example, an add-on that\nprovides for embedding media might cause users to be tracked. The ZCML would be modified to include::\n\n\n