Metadata-Version: 2.1
Name: collective.rating
Version: 1.1.1
Summary: A Plone product to rate content types
Home-page: https://github.com/collective/collective.rating
Author: RedTurtle Technology
Author-email: sviluppoplone@redturtle.it
License: GPL version 2
Project-URL: PyPI, https://pypi.python.org/pypi/collective.rating
Project-URL: Source, https://github.com/collective/collective.rating
Project-URL: Tracker, https://github.com/collective/collective.rating/issues
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.rating
        =================
        
        This product provides a behaviors that if assigned to a content type make this
        votable.
        
        Features
        --------
        
        - For the votable content there is a viewlet that showing the average grade for object
          and offers the possibility for users to votable that content.
        
        - It is possible manage the number of stars with which we want to vote for the various
          content through a specific control panel.
        
        - It is possible for single object manage the number of stars to show and whether make it or no not votable
        
        Installation
        ------------
        
        Install collective.rating by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                collective.rating
        
        
        and then running ``bin/buildout``
        
        
        
        Dependencies
        ------------
        
        This product has been tested on Plone 5.1
        
        
        Credits
        -------
        
        Developed with the support of `Regione Emilia Romagna <http://www.regione.emilia-romagna.it/>`_;
        
        Regione Emilia Romagna supports the `PloneGov initiative <http://www.plonegov.it/>`_.
        
        
        Authors
        -------
        
        This product was developed by RedTurtle Technology team.
        
        .. image:: http://www.redturtle.it/redturtle_banner.png
           :alt: RedTurtle Technology Site
           :target: http://www.redturtle.it/
        
        
        Contributors
        ============
        
        - Filippo Campi, filippo.campi@redturtle.it
        
        
        Changelog
        =========
        
        
        1.1.1 (2022-01-03)
        ------------------
        
        - Disallow vote link if the site is in readonly mode.
          [cekk]
        
        
        1.1.0 (2020-03-06)
        ------------------
        
        - Added permission for vote a content.
        - Fixed bundle of js.
          [eikichi18]
        - Python 3 compatibility.
          [cekk]
        
        1.0a2 (2018-05-25)
        ------------------
        
        - Fix logging
          [eikichi18]
        
        
        1.0a1 (2018-05-23)
        ------------------
        
        - Initial release.
          [eikichi18]
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 5.1
Classifier: Framework :: Plone :: 5.2
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: ==2.7, >=3.6
Provides-Extra: test
