Metadata-Version: 2.1
Name: cciaa.topic_view
Version: 1.2.1
Summary: Additional view for Collection in Plone, with a common C2P/C3P CCIAA layout
Home-page: https://github.com/PloneGov-IT/cciaa.topic_view
Author: RedTurtle Technology
Author-email: sviluppoplone@redturtle.net
License: GPL
Description: ==============================================================================
        CCIAA Topic view
        ==============================================================================
        
        Additional view for Topic e Collection content-types for CCIAA agid layout.
        
        Installation
        ------------
        
        Install cciaa.topic_view by adding it to your buildout::
        
            [buildout]
            ...
            eggs =
                cciaa.topic_view
        
        
        and then running ``bin/buildout``
        
        
        Usage
        -----
        
        You'll find a new selectable view for Collections of Topics, and if you select it, you'll see something like this:
        
        .. image:: ./docs/screenshot.png
           :scale: 50 %
           :alt: alternate text
           :align: right
        
        
        Dependency
        ----------
        
        Tested on Plone 4.3.x
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/PloneGov-IT/cciaa.topic_view/issues
        - Source Code: https://github.com/PloneGov-IT/cciaa.topic_view
        
        Credits
        -------
        
        Developed with the support of `Camera di Commercio di Ferrara`__;
        Camera di Commercio di Ferrara supports the `PloneGov initiative`__.
        
        .. image:: http://www.fe.camcom.it/cciaa-logo.png/
           :alt: CCIAA Ferrara - logo
        
        __ http://www.fe.camcom.it/
        __ 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/
        
        Changelog
        =========
        
        1.2.1 (2018-10-15)
        ------------------
        
        - Published on pypi
          [cekk]
        
        
        1.2.0 (2014-07-16)
        ------------------
        
        - Show dates in the topic view [keul] 
        
        
        1.1.1 (2014-03-03)
        ------------------
        
        - Fixed collection_view batching [cekk]
        
        
        1.1.0 (2013-12-16)
        ------------------
        
        Plone 4.3 supported
        
        * Added support for plone.app.collection [cekk]
        
        1.0.9 (and before)
        ------------------
        
        * a lot of italian-only changes
        
        
        
        
Keywords: plone plonegov collection view home-page
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Provides-Extra: tests
