Metadata-Version: 1.1
Name: sc.contentrules.metadata
Version: 1.0.1
Summary: Content Rules Action: Set layout for a content item
Home-page: http://www.simplesconsultoria.com.br/
Author: Simples Consultoria
Author-email: products@simplesconsultoria.com.br
License: GPLv2
Description: ****************************************************************************
        Content Rules: Metadata Conditions and Actions
        ****************************************************************************
        
        .. contents:: Content
           :depth: 2
        
        Life, the Universe, and Everything
        ----------------------------------
        
        **Content Rules: Metadata Conditions and Actions** (sc.contentrules.metadata) 
        package provides a set of content rule conditions and actions to deal with
        content item metadata.
        
        Don't Panic
        -----------
        
        Actions
        ^^^^^^^
        
        This package provides the following content rules actions:
        
        Set Tags
        ++++++++
        
        Used to set Tags (Keywords, Subject) on a content item. This action relies
        on a vocabulary of already used Tags so the user can select the ones to be 
        applied on the content item.
        
        Exclude from navigation
        +++++++++++++++++++++++
        
        Exclude -- or show -- a content item from navigation.
        
        Set Language
        ++++++++++++
        
        Content rule action to set the Language metadata field on a content item.
        
        Set Rights
        ++++++++++
        
        Content rule action to set the Rights metadata field on a content item. i.e.: 
        "Copyleft 2013 - Radio del Sur"
        
        Set Creators
        ++++++++++++
        
        Content rule action to set the Creators metadata field on a content item. i.e.: 
        "Lawrence Lessig"
        
        Set Contributors
        ++++++++++++++++
        
        Content rule action to set the Contributors metadata field on a content item.
        i.e.:  "et al."
        
        Conditions
        ^^^^^^^^^^
        
        This package provides the following content rules conditions:
        
        Tag
        +++
        
        Content rule condition that will apply only when the current content item 
        contains the selected Tags.
        
        Installation
        ------------
        
        Include this package in eggs and zcml section of your buildout. For further reference please refer to the `official guide`_.
        
        Requirements
        ------------
        
            * Plone 4.2.x and above (http://plone.org/products/plone)
        
        Mostly Harmless
        ---------------
        
        .. image:: https://secure.travis-ci.org/simplesconsultoria/sc.contentrules.metadata.png
            :target: http://travis-ci.org/simplesconsultoria/sc.contentrules.metadata
        
        .. image:: https://coveralls.io/repos/simplesconsultoria/sc.contentrules.metadata/badge.png :target: https://coveralls.io/r/simplesconsultoria/sc.contentrules.metadata
        
        
        Got an idea? Found a bug? Let us know by `opening a support ticket`_.
        
        .. _`opening a support ticket`: https://github.com/simplesconsultoria/sc.contentrules.metadata/issues
        
        .. _`official guide`: http://plone.org/documentation/manual/developer-manual/managing-projects-with-buildout/installing-a-third-party-product
        
        
        Contributors
        ------------
        
         - Érico Andrei [ericof] -- Initial idea
         - Héctor Velarde [hvelarde]
        
        
        You can find an updated list of package contributors on `GitHub`_.
        
        Development sponsored by OpenMultimedia and Simples Consultoria.
        
        .. _`GitHub`: https://github.com/simplesconsultoria/sc.contentrules.metadata/contributors
        
        Changelog
        ------------
        
        1.0.1 (unreleased)
        ^^^^^^^^^^^^^^^^^^^^
        
        - Add translations to plone domain.
          [ericof]
        
        - Add Brazilian Portuguese translation.
          [ericof]
        
        1.0 (2013-04-13)
        ^^^^^^^^^^^^^^^^^^
        
        - Support Plone 4.3 [ericof]
        
        
        1.0b2 (2013-01-15)
        ^^^^^^^^^^^^^^^^^^
        
        - Test compatibility with Plone 4.3. [hvelarde]
        
        - Fix package distribution. [hvelarde]
        
        
        1.0b1 (2013-01-14)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        
        - Initial release
          [ericof]
        
Keywords: plone contentrules action metadata
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
