Metadata-Version: 1.1
Name: cciaa.intranetworkflow
Version: 2.1.2
Summary: Workflow of the CCIAA - C4P project
Home-page: http://code.redturtle.it/svn/camera-di-commercio-fe/cciaa.intranetworkflow/
Author: RedTurtle Technology
Author-email: sviluppoplone@redturtle.it
License: GPL
Description: ==============================================================================
        CCIAA Intranet Workflow
        ==============================================================================
        
        Sets as default, a workflow with a double-level revision. This is specifically made for Chamber of commerce sites.
        
        Installation
        ------------
        
        Install cciaa.topic_view by adding it to your buildout::
        
            [buildout]
            ...
            eggs =
                cciaa.intranetworkflow
        
        
        and then running ``bin/buildout``
        
        After that, you will found a new installable product: CCIAA Workflow
        
        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
        =========
        
        2.1.2 (2018-10-22)
        ------------------
        
        - Remove dependency to TurtledGazette.
          [cekk]
        
        
        2.1.1 (2018-10-15)
        ------------------
        
        - pypi publication.
          [cekk]
        
        2.1.0 (2014-07-16)
        ------------------
        
        - Now requires rt.lastmodifier, and publicly show dates [keul]
        
        2.0.0 (2013-12-16)
        ------------------
        
        Plone 4(.3) compatibility
        
        - pyflakes cleanup [keul]
        - Supported the "Site Administrator" role [keul]
        - Added MANIFEST.in file [keul]
        - Added Editor to add folder roles [andrea]
        - Added dependency to PloneGazette and fixed permissions [andrea]
        
        1.3.6 (2010-08-17)
        ------------------
        
        - Support for z3c.autoinclude [keul]
        
        1.3.5 (????-??-??)
        ------------------
        
        - Fixed a bug in the review portlet when using "show all" [keul]
        
        1.3.4 (13-01-2010)
        ------------------
        
        - Sistemati i permessi per l'uso di CMFEditions
        
        1.3.3 (11-09-2009)
        ------------------
        
        - Sistemati permessi per usare correttamente ExternalEditor
        
        1.3.2
        -----
        
        - Rimosso vecchio codice HTML della portlet che non rendeva la pagina valida [keul].
        
        1.3.1
        -----
        
        - Modificato il template della portlet
        
        1.3.0
        -----
        
        - Added propertiestool GS step, to handle reoles that manage keywords
        
        1.2.0
        -----
        
        - full review list
        - Fix grafici alla portlet
        
        1.1.2
        -----
        
        - Fissati problemi (e logiche superate) alla portlet di revisione CCIAA.
        
        1.1.1
        -----
        
        - aggiunte regole per il versionamento dei contenuti pubblicati e privati
        - workflow usato anche per i file
        
        1.1.0 - Unreleased
        ------------------
        
        - Aggiunta dello stato privato per il camcom_public_workflow
        - Rimosso codice non usato da Plone 2.5
        
        1.0.1 - Unreleased
        ------------------
        
         - Fix minori e installazione in CCIAA di Treviso
        
        1.0.0 - Unreleased
        ----------------
        
        - Prima release
        
        
Keywords: c2p c3p c4p cciaa workflow
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: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
