Metadata-Version: 2.1
Name: cciaapd.contenttypes
Version: 1.3.0
Summary: Content types for cciaapd
Home-page: https://github.com/PloneGov-IT/cciaapd.contenttypes
Author: RedTurtle Technology
Author-email: sviluppoplone@redturtle.it
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_addons.html
           This text does not appear on pypi or github. It is a comment.
        
        ==============================================================================
        CCIAAPD content-types
        ==============================================================================
        
        Adds two new content-types:
        
        - Scheda
        - Ufficio
        
        These two types has additional fields that helps editors to expose specific informations
        in a structured way.
        
        Scheda type could also add some special folders into it, to better organize informations:
        
        - Archivio (archive)
        - Moduli (modules)
        - Riferimenti (references)
         
        There are also new portlets that can show these informations inside a Scheda.
        
        Examples
        --------
        
        This add-on can be seen in action on `Camera di commercio di Padova` websiste:
        
        - `A list of Uffici`__
        - `A list of Schede`__
        
        __ https://www.pd.camcom.it/camera-commercio/contatti-PEC
        __ https://www.pd.camcom.it/tutela-impresa-e-consumatore
        
        
        Fields extender
        ---------------
        
        This product adds also a `Related items` additional field for `PrenotazioniFolder`
        contents via schemaextender.
        
        
        Translations
        ------------
        
        This product has been translated into
        
        - Italian
        
        
        Installation
        ------------
        
        Install cciaapd.contenttypes by adding it to your buildout::
        
           [buildout]
        
            ...
        
            eggs =
                cciaapd.contenttypes
        
        
        and then running "bin/buildout"
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/PloneGov-IT/cciaapd.contenttypes/issues
        - Source Code: https://github.com/PloneGov-IT/cciaapd.contenttypes/
        
        Credits
        -------
        
        Developed with the support of `Camera di Commercio di Padova`__;
        Camera di Commercio di Ferrara supports the `PloneGov initiative`__.
        
        .. image:: https://www.pd.camcom.it/logo.png
           :alt: CCIAA Padova - logo
        
        __ https://www.pd.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/
        
        Contributors
        ============
        
        - RedTurtle Technology, sviluppoplone@redturtle.it
        
        Changelog
        =========
        
        
        1.3.0 (2020-01-27)
        ------------------
        
        - Add relatedItems field for PrenotazioniFolder.
          [cekk]
        
        
        1.2.0 (2018-10-15)
        ------------------
        
        - Move to github and publish on pypi
          [cekk]
        
        1.1.2 (2017-10-23)
        ------------------
        
        - Fix timetables check in ufficio view [#197]
          [cekk]
        
        
        1.1.1 (2016-07-12)
        ------------------
        
        - Fix error handling in ufficio_support_view [cekk]
        
        
        1.1.0 (2016-04-13)
        ------------------
        
        - Fix SearchableText indexer for Scheda
          [cekk]
        
        
        1.0.0 (2016-04-01)
        ------------------
        
        - Change ufficio_timetable field type and upgrade-step [cekk]
        
        
        0.1.6 (2016-02-29)
        ------------------
        
        - Fix portlet ufficio render [cekk]
        
        
        0.1.5 (2016-01-28)
        ------------------
        
        - Fix translation [neko]
        
        
        0.1.4 (2016-01-21)
        ------------------
        
        - Fix get related items for AT in ufficio_view
          [cekk]
        
        
        0.1.3 (2016-01-18)
        ------------------
        
        - Fix get related items for AT in ufficio_helper_view
          [cekk]
        
        - Modificata traduzione (#111)
          [neko]
        
        0.1.2 (2016-01-15)
        ------------------
        
        - Fix permission check in related objects portlet.
          [cekk]
        
        
        0.1.1 (2016-01-15)
        ------------------
        
        - Fix object retrieving in portlets and related items.
          Now expired items are not showed. (#108)
          [cekk]
        
        
        0.1.0 (2016-01-05)
        ------------------
        
        - Initial release.
          [daniele-andreotti]
        
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
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
