Metadata-Version: 2.1
Name: kitconcept.dsgvo
Version: 1.0.0
Summary: DSGVO / GDPR compliance for Plone
Home-page: https://pypi.python.org/pypi/kitconcept.dsgvo
Author: kitconcept GmbH
Author-email: info@kitconcept.com
License: GPL version 2
Description: .. 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.
        
        ==============================================================================
        kitconcept.dsgvo
        ==============================================================================
        
        .. image:: https://travis-ci.org/kitconcept/kitconcept.dsgvo.svg?branch=master
            :target: https://travis-ci.org/kitconcept/kitconcept.dsgvo
        
        .. image:: https://img.shields.io/pypi/status/kitconcept.dsgvo.svg
            :target: https://pypi.python.org/pypi/kitconcept.dsgvo/
            :alt: Egg Status
        
        .. image:: https://img.shields.io/pypi/v/kitconcept.dsgvo.svg
            :target: https://pypi.python.org/pypi/kitconcept.dsgvo
            :alt: Latest Version
        
        .. image:: https://img.shields.io/pypi/l/kitconcept.dsgvo.svg
            :target: https://pypi.python.org/pypi/kitconcept.dsgvo
            :alt: License
        
        |
        
        .. image:: https://raw.githubusercontent.com/kitconcept/kitconcept.dsgvo/master/kitconcept.png
           :alt: kitconcept
           :target: https://kitconcept.com/
        
        .. 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.
        
        The 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.
        
        kitconcept.dsgvo implements the technical requirements that are necessary to be compliant with this regulation.
        
        We strongly suggest to consult a Plone solution provider for the technical implications and a laywer for the legal implications of the DSGVO/GDPR.
        
        Don't hesitate to contact us under info@kitconcept.com if you need assistance with implementing the DSGVO/GDPR.
        
        Features
        ========
        
        - [X] Opt-out banner for storing cookies
        - [X] Extensible registration form with user confirmation
        - [X] Contact form with information text
        - [X] Store username, date, time and IP address of the user on registration
        - [ ] Export user data
        
        Registration Form
        -----------------
        
        Default text (German)::
        
            "Ich habe die [Link] Datenschutzerklärung und Widerrufhinweise[/Link] gelesen und akzeptiere diese."
        
        Contact Form
        ------------
        
        Default text (German)::
        
            "Ihre Anfrage wird verschlüsselt per https an unseren Server geschickt. Sie erklären sich damit einverstanden, dass wir die Angaben zur Beantwortung Ihrer Anfrage verwenden dürfen. Hier finden Sie unsere [Link]Datenschutzerklärung und Widerrufhinweise[/Link]."
        
        
        Examples
        ========
        
        This add-on can be seen in action at the following sites:
        
        - VHS-Ehrenamtsportal.de
        
        
        Translations
        ============
        
        This product has been translated into
        
        - German
        
        
        Installation
        ============
        
        Install kitconcept.dsgvo by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                kitconcept.dsgvo
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ==========
        
        - Issue Tracker: https://github.com/kitconcept/kitconcept.dsgvo/issues
        - Source Code: https://github.com/kitconcept/kitconcept.dsgvo
        
        
        Support
        =======
        
        If 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.
        
        
        License
        =======
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - kitconcept GmbH, info@kitconcept.com
        
        
        Changelog
        =========
        
        
        1.0.0 (2018-11-17)
        ------------------
        
        - Fix event subscriber fired by "adduser" command
          (https://github.com/kitconcept/kitconcept.dsgvo/issues/2)
          [ajung]
        
        
        1.0.0a13 (2018-06-07)
        ---------------------
        
        - Fix broken msgstr
          [csenger]
        
        
        1.0.0a12 (2018-06-07)
        ---------------------
        
        - Fix translation in mailchimp form
          [csenger]
        
        
        1.0.0a11 (2018-05-28)
        ---------------------
        
        - Add zest.pocompile to the build and add the .mo files to the release.
          [sneridagh]
        
        
        1.0.0a10 (2018-05-28)
        ---------------------
        
        - Add missing CSS registry for Plone 5 from last fix
          [sneridagh]
        
        
        1.0.0a9 (2018-05-25)
        --------------------
        
        - Fix the path on @@close-dsgvo-info view.
          [sneridagh]
        
        
        1.0.0a8 (2018-05-25)
        --------------------
        
        - Fix weird profile behavior on reinstall (it wasn't uninstall/reinstalling at all).
          Transfer condition of the cookie banner showing to JS.
          [sneridagh]
        
        
        1.0.0a7 (2018-05-24)
        --------------------
        
        - Fix CSS for non box-sizing: border-box; themes.
          [sneridagh]
        
        
        1.0.0a6 (2018-05-24)
        --------------------
        
        - Add development status "alpha" to list classifiers.
          [timo]
        
        - Fix P4 registration form to correctly translate messages
          with that use ${portal_url}
          [csenger]
        
        
        1.0.0a5 (2018-05-24)
        --------------------
        
        - Always open links to privacy policy in a new window.
          [sneridagh]
        
        
        1.0.0a4 (2018-05-24)
        --------------------
        
        - Add plone.app.controlpanel to requirements to ensure permissions
          are configured
          [csenger]
        
        
        1.0.0a3 (2018-05-24)
        --------------------
        
        - Add jbot override for contact-info.cpt
          [csenger]
        
        - Banner styling changes
          [csenger]
        
        
        1.0.0a2 (2018-05-23)
        --------------------
        
        - Switch checkbox widget to use z3c.form.browser.checkbox to be compatible
          with Plone 5.0.x
          [csenger]
        
        - Add Plone4 support for banner and registration form
          [csenger]
        
        
        1.0.0a1 (2018-05-21)
        --------------------
        
        - Initial release.
          [kitconcept]
        
Keywords: Python Plone DSVGO GDPR
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Framework :: Plone :: 5.0
Classifier: Framework :: Plone :: 5.1
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Provides-Extra: test
