{ "info": { "author": "kitconcept GmbH", "author_email": "info@kitconcept.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 4.3", "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==============================================================================\nkitconcept.dsgvo\n==============================================================================\n\n.. image:: https://travis-ci.org/kitconcept/kitconcept.dsgvo.svg?branch=master\n :target: https://travis-ci.org/kitconcept/kitconcept.dsgvo\n\n.. image:: https://img.shields.io/pypi/status/kitconcept.dsgvo.svg\n :target: https://pypi.python.org/pypi/kitconcept.dsgvo/\n :alt: Egg Status\n\n.. image:: https://img.shields.io/pypi/v/kitconcept.dsgvo.svg\n :target: https://pypi.python.org/pypi/kitconcept.dsgvo\n :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/l/kitconcept.dsgvo.svg\n :target: https://pypi.python.org/pypi/kitconcept.dsgvo\n :alt: License\n\n|\n\n.. image:: https://raw.githubusercontent.com/kitconcept/kitconcept.dsgvo/master/kitconcept.png\n :alt: kitconcept\n :target: https://kitconcept.com/\n\n.. warning:: kitconcept is not a law firm. As such, kitconcept does not provide legal advice. The contents and code in this package do not constitute legal advice nor does contributing to the code or communicating with kitconcept or other contributors about the code create an attorney-client relationship.\n\nThe General Data Protection Regulation (\"GDPR\" or \"DSGVO\" in German) is a regulation in EU law on data protection and privacy for all individuals within the European Union.\n\nkitconcept.dsgvo implements the technical requirements that are necessary to be compliant with this regulation.\n\nWe strongly suggest to consult a Plone solution provider for the technical implications and a laywer for the legal implications of the DSGVO/GDPR.\n\nDon't hesitate to contact us under info@kitconcept.com if you need assistance with implementing the DSGVO/GDPR.\n\nFeatures\n========\n\n- [X] Opt-out banner for storing cookies\n- [X] Extensible registration form with user confirmation\n- [X] Contact form with information text\n- [X] Store username, date, time and IP address of the user on registration\n- [ ] Export user data\n\nRegistration Form\n-----------------\n\nDefault text (German)::\n\n \"Ich habe die [Link] Datenschutzerkl\u00e4rung und Widerrufhinweise[/Link] gelesen und akzeptiere diese.\"\n\nContact Form\n------------\n\nDefault text (German)::\n\n \"Ihre Anfrage wird verschl\u00fcsselt per https an unseren Server geschickt. Sie erkl\u00e4ren sich damit einverstanden, dass wir die Angaben zur Beantwortung Ihrer Anfrage verwenden d\u00fcrfen. Hier finden Sie unsere [Link]Datenschutzerkl\u00e4rung und Widerrufhinweise[/Link].\"\n\n\nExamples\n========\n\nThis add-on can be seen in action at the following sites:\n\n- VHS-Ehrenamtsportal.de\n\n\nTranslations\n============\n\nThis product has been translated into\n\n- German\n\n\nInstallation\n============\n\nInstall kitconcept.dsgvo by adding it to your buildout::\n\n [buildout]\n\n ...\n\n eggs =\n kitconcept.dsgvo\n\n\nand then running ``bin/buildout``\n\n\nContribute\n==========\n\n- Issue Tracker: https://github.com/kitconcept/kitconcept.dsgvo/issues\n- Source Code: https://github.com/kitconcept/kitconcept.dsgvo\n\n\nSupport\n=======\n\nIf you are having issues, or you need assistance implementing the DSGVO / GDPR for your website, don't hesitate to contact us at info@kitconcept.com.\n\n\nLicense\n=======\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n- kitconcept GmbH, info@kitconcept.com\n\n\nChangelog\n=========\n\n\n1.0.0 (2018-11-17)\n------------------\n\n- Fix event subscriber fired by \"adduser\" command\n (https://github.com/kitconcept/kitconcept.dsgvo/issues/2)\n [ajung]\n\n\n1.0.0a13 (2018-06-07)\n---------------------\n\n- Fix broken msgstr\n [csenger]\n\n\n1.0.0a12 (2018-06-07)\n---------------------\n\n- Fix translation in mailchimp form\n [csenger]\n\n\n1.0.0a11 (2018-05-28)\n---------------------\n\n- Add zest.pocompile to the build and add the .mo files to the release.\n [sneridagh]\n\n\n1.0.0a10 (2018-05-28)\n---------------------\n\n- Add missing CSS registry for Plone 5 from last fix\n [sneridagh]\n\n\n1.0.0a9 (2018-05-25)\n--------------------\n\n- Fix the path on @@close-dsgvo-info view.\n [sneridagh]\n\n\n1.0.0a8 (2018-05-25)\n--------------------\n\n- Fix weird profile behavior on reinstall (it wasn't uninstall/reinstalling at all).\n Transfer condition of the cookie banner showing to JS.\n [sneridagh]\n\n\n1.0.0a7 (2018-05-24)\n--------------------\n\n- Fix CSS for non box-sizing: border-box; themes.\n [sneridagh]\n\n\n1.0.0a6 (2018-05-24)\n--------------------\n\n- Add development status \"alpha\" to list classifiers.\n [timo]\n\n- Fix P4 registration form to correctly translate messages\n with that use ${portal_url}\n [csenger]\n\n\n1.0.0a5 (2018-05-24)\n--------------------\n\n- Always open links to privacy policy in a new window.\n [sneridagh]\n\n\n1.0.0a4 (2018-05-24)\n--------------------\n\n- Add plone.app.controlpanel to requirements to ensure permissions\n are configured\n [csenger]\n\n\n1.0.0a3 (2018-05-24)\n--------------------\n\n- Add jbot override for contact-info.cpt\n [csenger]\n\n- Banner styling changes\n [csenger]\n\n\n1.0.0a2 (2018-05-23)\n--------------------\n\n- Switch checkbox widget to use z3c.form.browser.checkbox to be compatible\n with Plone 5.0.x\n [csenger]\n\n- Add Plone4 support for banner and registration form\n [csenger]\n\n\n1.0.0a1 (2018-05-21)\n--------------------\n\n- Initial release.\n [kitconcept]", "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/kitconcept.dsgvo", "keywords": "Python Plone DSVGO GDPR", "license": "GPL version 2", "maintainer": "", "maintainer_email": "", "name": "kitconcept.dsgvo", "package_url": "https://pypi.org/project/kitconcept.dsgvo/", "platform": "", "project_url": "https://pypi.org/project/kitconcept.dsgvo/", "project_urls": { "Homepage": "https://pypi.python.org/pypi/kitconcept.dsgvo" }, "release_url": "https://pypi.org/project/kitconcept.dsgvo/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "DSGVO / GDPR compliance for Plone", "version": "1.0.0" }, "last_serial": 4497031, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "2f890da5bce227be95b09b6151184570", "sha256": "33206cdc560d1847691e9dc6cd785a3b98db5c7202be4a5d873ea44e4898695d" }, "downloads": -1, "filename": "kitconcept.dsgvo-1.0.0.tar.gz", "has_sig": false, "md5_digest": "2f890da5bce227be95b09b6151184570", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27630, "upload_time": "2018-11-17T12:41:56", "url": "https://files.pythonhosted.org/packages/21/f2/37829a45deb4c01474c15ec4576b53d6f2dff4c990dcfbaf71cd747cb652/kitconcept.dsgvo-1.0.0.tar.gz" } ], "1.0.0a1": [ { "comment_text": "", "digests": { "md5": "24e51694a4177c0e25f0b810f976b115", "sha256": "563e5d83471bbae0a07ba18bb74e1da4724562c684ef7b67fa7b9533f8aae9cf" }, "downloads": -1, "filename": "kitconcept.dsgvo-1.0.0a1.tar.gz", "has_sig": false, "md5_digest": "24e51694a4177c0e25f0b810f976b115", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21464, "upload_time": "2018-05-21T10:48:39", "url": "https://files.pythonhosted.org/packages/1a/e1/5c2f1d1a26e81a0b77c63a8eb088e1075c93a6955200871a782f3bf9966d/kitconcept.dsgvo-1.0.0a1.tar.gz" } ], "1.0.0a10": [ { "comment_text": "", "digests": { "md5": "92aede648b71f577b0c6691f01b01b99", "sha256": "b203e4dc7306cc10f0202a5f26818320d431dec06d7dce1ad495f3c20ae21d62" }, "downloads": -1, "filename": "kitconcept.dsgvo-1.0.0a10.tar.gz", "has_sig": false, "md5_digest": "92aede648b71f577b0c6691f01b01b99", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26219, "upload_time": "2018-05-28T10:02:15", "url": "https://files.pythonhosted.org/packages/3c/6d/60d07d750e4bb4da8bb469b72364d95369ac957df3c824a046abe990b722/kitconcept.dsgvo-1.0.0a10.tar.gz" } ], "1.0.0a11": [ { "comment_text": "", "digests": { "md5": "4b6df48d3240ae82c4223ca5914403d1", "sha256": "7f797c2e966d21ade862e45f4039bb9ef77e7b124e04d582438edd93bea7e53d" }, "downloads": -1, "filename": "kitconcept.dsgvo-1.0.0a11.tar.gz", "has_sig": false, "md5_digest": "4b6df48d3240ae82c4223ca5914403d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26813, "upload_time": "2018-05-28T10:21:53", "url": "https://files.pythonhosted.org/packages/48/22/cc3d168826c3112890feaff30382f619c7fdc2b4c112af126f144dff6908/kitconcept.dsgvo-1.0.0a11.tar.gz" } ], "1.0.0a12": [ { "comment_text": "", "digests": { "md5": "9dbb7ea4cfabf9b291751190c0814179", "sha256": "33186c5ad3e31a2b0706e6630766393306621fae616279ee0b87e887f4a47a06" }, "downloads": -1, "filename": "kitconcept.dsgvo-1.0.0a12.tar.gz", "has_sig": false, "md5_digest": "9dbb7ea4cfabf9b291751190c0814179", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27887, "upload_time": "2018-06-07T09:22:46", "url": "https://files.pythonhosted.org/packages/da/ef/b9dd8acbb4bffcb9f37f647d0a262da41935b1c4c9abd098e0daab743b09/kitconcept.dsgvo-1.0.0a12.tar.gz" } ], "1.0.0a13": [ { "comment_text": "", "digests": { "md5": "6b0c2251b4334f1a86623a88c7629fa9", "sha256": "895d819ccbcc9c7d47f6acb58b75e48333e2d8b48cf77ace51ebd9bda2e1b5f4" }, "downloads": -1, "filename": "kitconcept.dsgvo-1.0.0a13.tar.gz", "has_sig": false, "md5_digest": "6b0c2251b4334f1a86623a88c7629fa9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28301, "upload_time": "2018-06-07T10:32:35", "url": "https://files.pythonhosted.org/packages/56/f0/babc66c5219fa41c29fb0d821df3b0acd5b66de2b926bcf2c5ef3408bb82/kitconcept.dsgvo-1.0.0a13.tar.gz" } ], "1.0.0a2": [ { "comment_text": "", "digests": { "md5": "43f369401a84abdfa59572022553e155", "sha256": "e0d37eec2fd4a343a45861e1b8edf22de1f56a1c7f9de197330eba3954fc4d89" }, "downloads": -1, "filename": "kitconcept.dsgvo-1.0.0a2.tar.gz", "has_sig": false, "md5_digest": "43f369401a84abdfa59572022553e155", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23509, "upload_time": "2018-05-23T14:41:56", "url": "https://files.pythonhosted.org/packages/d0/31/3166ba410b943699e1d20678538de84a7d85118414ccf45818ac20212f5b/kitconcept.dsgvo-1.0.0a2.tar.gz" } ], "1.0.0a3": [ { "comment_text": "", "digests": { "md5": "4f923f317d6d590d76070a7af62d1064", "sha256": "ec0e2a357ebdb4ee605c935c7db2bb810307b3a26566293dfc339e9524a457f5" }, "downloads": -1, "filename": "kitconcept.dsgvo-1.0.0a3.tar.gz", "has_sig": false, "md5_digest": "4f923f317d6d590d76070a7af62d1064", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25113, "upload_time": "2018-05-24T09:25:55", "url": "https://files.pythonhosted.org/packages/a9/27/f1fcbbefdcf76d9bdc3baeb7d771ece45b47f59c7878025ed6cb82da554b/kitconcept.dsgvo-1.0.0a3.tar.gz" } ], "1.0.0a4": [ { "comment_text": "", "digests": { "md5": "25a09acf322dd669c87cc080bd64ecb5", "sha256": "1aee39c76171d3961a535bf56066f3ff7b3e25fcaad1056612161ec31eed88d5" }, "downloads": -1, "filename": "kitconcept.dsgvo-1.0.0a4.tar.gz", "has_sig": false, "md5_digest": "25a09acf322dd669c87cc080bd64ecb5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25453, "upload_time": "2018-05-24T12:43:28", "url": "https://files.pythonhosted.org/packages/fb/25/0fe64c1d7940cf821e41480375c767989f39bd83682d74113789ea8f817f/kitconcept.dsgvo-1.0.0a4.tar.gz" } ], "1.0.0a5": [ { "comment_text": "", "digests": { "md5": "eca5ff4ee76ce947ffde8ea2e06cb5ff", "sha256": "cb81b8bfcedbf670f24426e727f113534f21387a8bb720f6aa9b1bb2ec8502cd" }, "downloads": -1, "filename": "kitconcept.dsgvo-1.0.0a5.tar.gz", "has_sig": false, "md5_digest": "eca5ff4ee76ce947ffde8ea2e06cb5ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25631, "upload_time": "2018-05-24T14:12:00", "url": "https://files.pythonhosted.org/packages/f2/0e/cf6a9ac5b36d1d4b0df700bbb14e6e35dd8d386442c9bb29a20f5c5a293d/kitconcept.dsgvo-1.0.0a5.tar.gz" } ], "1.0.0a6": [ { "comment_text": "", "digests": { "md5": "8ff23c794303adff4000890426d4539d", "sha256": "613ac72d6116c36b11d08390eda98c4a080874c54203c4208948c89647bf0d50" }, "downloads": -1, "filename": "kitconcept.dsgvo-1.0.0a6.tar.gz", "has_sig": false, "md5_digest": "8ff23c794303adff4000890426d4539d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26054, "upload_time": "2018-05-24T15:01:53", "url": "https://files.pythonhosted.org/packages/25/e3/c2b97fa5c816b9fa60c94d530ca44843d2c37146684e0a7faa738ef83116/kitconcept.dsgvo-1.0.0a6.tar.gz" } ], "1.0.0a7": [ { "comment_text": "", "digests": { "md5": "f9925f12a1d97fa1afce2b2c717f28d0", "sha256": "72d032ce0517fc1ab1d7e07663306d9664de8d39863a6f75811ad0b1d9185bc3" }, "downloads": -1, "filename": "kitconcept.dsgvo-1.0.0a7.tar.gz", "has_sig": false, "md5_digest": "f9925f12a1d97fa1afce2b2c717f28d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25684, "upload_time": "2018-05-24T19:36:29", "url": "https://files.pythonhosted.org/packages/94/10/7cf3c90b242b14c3bd32b88d88ba4317324526756ee49ef10b8fd5cc52b1/kitconcept.dsgvo-1.0.0a7.tar.gz" } ], "1.0.0a8": [ { "comment_text": "", "digests": { "md5": "1cf16d63f28ac84c7ee81af0801946b8", "sha256": "d9400fed41b9d29ce199e715e3cbd1b7512ab2046b1c36d56189bbfeb4d77bb1" }, "downloads": -1, "filename": "kitconcept.dsgvo-1.0.0a8.tar.gz", "has_sig": false, "md5_digest": "1cf16d63f28ac84c7ee81af0801946b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26067, "upload_time": "2018-05-25T10:50:08", "url": "https://files.pythonhosted.org/packages/98/2c/2b037139cb3e9df6629f697c1b268fca8ebb66e91aac45d594d931e839f9/kitconcept.dsgvo-1.0.0a8.tar.gz" } ], "1.0.0a9": [ { "comment_text": "", "digests": { "md5": "720b296b3da87c8186873746a5f96dca", "sha256": "ab012555d88e734d586d22cee8ebfbfc5b31844c19eb27003e2a7996f27be6ed" }, "downloads": -1, "filename": "kitconcept.dsgvo-1.0.0a9.tar.gz", "has_sig": false, "md5_digest": "720b296b3da87c8186873746a5f96dca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26118, "upload_time": "2018-05-25T10:56:17", "url": "https://files.pythonhosted.org/packages/30/cb/bc740a2bde4f6e24ae1bbbbf5ec7b26d61acfacc5cb4bcdac4da0b4dc961/kitconcept.dsgvo-1.0.0a9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2f890da5bce227be95b09b6151184570", "sha256": "33206cdc560d1847691e9dc6cd785a3b98db5c7202be4a5d873ea44e4898695d" }, "downloads": -1, "filename": "kitconcept.dsgvo-1.0.0.tar.gz", "has_sig": false, "md5_digest": "2f890da5bce227be95b09b6151184570", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27630, "upload_time": "2018-11-17T12:41:56", "url": "https://files.pythonhosted.org/packages/21/f2/37829a45deb4c01474c15ec4576b53d6f2dff4c990dcfbaf71cd747cb652/kitconcept.dsgvo-1.0.0.tar.gz" } ] }