{ "info": { "author": "Maik Derstappen", "author_email": "md@derico.de", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 4.3", "Framework :: Plone :: 5.0", "Framework :: Plone :: 5.1", "Framework :: Plone :: 5.2", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.0" ], "description": "==================\ncollective.consent\n==================\n\nProvides a functionality to ask authenticated users for consent to different topics, before they can continue. One can add multiple consent items and define which user will have to give there consent based on there permission roles. Each of this users have to give the consent before they can continue to work.\n\n.. figure:: collective.consent-demo.gif\n\n Demo\n\nThis is realized by viewlet which will check a list of consents for each user/consent_item combination and redirect the user to the consent item case they still have to give there consent.\n`Soup `_\nInternally the consents are stored in a soup on the ConsentsContainer ('/consents') object.\n\n\nFeatures\n--------\n\n- Allows you to add multiple consent items (documents).\n- A consent item consists of a Title, Description, RichText and a custom button text.\n- Also you can define an update period, when the user has to give the consent again.\n- For every consent item one can choose the target permission roles and consent update period.\n- Users are only ask for consent on published consent items.\n- One can reset (invalidate) all existing consents for a consent item.\n\n\nToDo\n----\n\n- Add a global list of consents, sorted per user (maybe)\n- remove Anonymous from roles vocab, as we only support authenticated users\n\n\nInstallation\n------------\n\nInstall collective.consent by adding it to your buildout::\n\n [buildout]\n\n ...\n\n eggs =\n collective.consent\n\n\nand then running ``bin/buildout``, start Plone and activate the add-on in the add-on's control panel. Then add a ConsentContainer on the top-level (portal-root).\n\n\nThanks\n------\n\nInitial implementation by: Derico - https://derico.de\nSponsored by https://www.uni-giessen.de\n\n\nContributors\n------------\n\n- Maik Derstappen (MrTango) - md@derio.de\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/collective/collective.consent/issues\n- Source Code: https://github.com/collective/collective.consent\n\n\nSupport\n-------\n\nIf you are having issues, please let us know.\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n- Maik Derstappen, md@derico.de\n\n\nChangelog\n=========\n\n\n1.0b1 (2019-05-16)\n------------------\n\n- Initial release.\n [MrTango]", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.python.org/pypi/collective.consent", "keywords": "Python Plone", "license": "GPL version 2", "maintainer": "", "maintainer_email": "", "name": "collective.consent", "package_url": "https://pypi.org/project/collective.consent/", "platform": "", "project_url": "https://pypi.org/project/collective.consent/", "project_urls": { "Homepage": "https://pypi.python.org/pypi/collective.consent" }, "release_url": "https://pypi.org/project/collective.consent/1.0b1/", "requires_dist": null, "requires_python": "", "summary": "Provides a functionality to ask users for consent to different topics.", "version": "1.0b1" }, "last_serial": 5277094, "releases": { "1.0b1": [ { "comment_text": "", "digests": { "md5": "a47555a18ac43315298c85e9dc5bae8f", "sha256": "4c81120f1ef13dcc58f2fc0201c8dc0951d1f9d35c9e15638675eb27a23a4627" }, "downloads": -1, "filename": "collective.consent-1.0b1.tar.gz", "has_sig": false, "md5_digest": "a47555a18ac43315298c85e9dc5bae8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20736, "upload_time": "2019-05-16T12:02:16", "url": "https://files.pythonhosted.org/packages/b2/90/3436627a0783f6734f620d59f585ef23ed3f00c1b6f45f1389f79a21d759/collective.consent-1.0b1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a47555a18ac43315298c85e9dc5bae8f", "sha256": "4c81120f1ef13dcc58f2fc0201c8dc0951d1f9d35c9e15638675eb27a23a4627" }, "downloads": -1, "filename": "collective.consent-1.0b1.tar.gz", "has_sig": false, "md5_digest": "a47555a18ac43315298c85e9dc5bae8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20736, "upload_time": "2019-05-16T12:02:16", "url": "https://files.pythonhosted.org/packages/b2/90/3436627a0783f6734f620d59f585ef23ed3f00c1b6f45f1389f79a21d759/collective.consent-1.0b1.tar.gz" } ] }