Metadata-Version: 1.1
Name: collective.siteimprove
Version: 1.0
Summary: Siteimprove integration for Plone
Home-page: https://pypi.python.org/pypi/collective.siteimprove
Author: jazkarta
Author-email: info@jazkarta.com
License: GPL version 2
Description-Content-Type: UNKNOWN
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.
        
        ======================
        collective.siteimprove
        ======================
        
        This product provides integration with siteimprove.com
        
        Features
        --------
        
        - Control panel for requesting and saving siteimprove.com token
        - Register domain with siteimprove.com and show siteimprove overlay
          button for authorized users on all default views.
        - Siteimprove recheck action in plone toolbar for authorized users
          on publicly visible content.
        
        Installation
        ------------
        
        Install collective.siteimprove by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                collective.siteimprove
        
        
        and then running ``bin/buildout``.
        
        Install the Add-on from the Plone Add-ons control panel under Site Setup.
        Then go to the Siteimprove control panel and request a new token
        (or paste in an existing one), and save.
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/collective/collective.siteimprove/issues
        - Source Code: https://github.com/collective/collective.siteimprove
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - jazkarta, info <at> jazkarta.com
        - Witek, witekdev <at> gmail.com
        - Alec Mitchell, alecpm <at> gmail.com
        
        
        Changelog
        =========
        
        0.1a2 (2018-05-09)
        ------------------
        
        - Call `input` method on visible page loads.
          [alecpm]
        
        
        0.1a1 (2018-05-09)
        ------------------
        
        - Initial release.
          [witekdev]
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
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)
