Metadata-Version: 1.1
Name: sc.contentrules.metadata
Version: 1.0b1
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: GPL
Description: ****************************************************************************
        Content Rules: Metadata Conditions and Actions
        ****************************************************************************
        
        .. contents:: Content
           :depth: 2
        
        Overview
        --------
        
        **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.
        
        This package is tested with Travis CI:
        
        .. image:: https://secure.travis-ci.org/simplesconsultoria/sc.contentrules.metadata.png
            :target: http://travis-ci.org/simplesconsultoria/sc.contentrules.metadata
        
        
        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.
        
        
        Requirements
        ------------
        
            * Plone 4.1.x and above (http://plone.org/products/plone)
        
        Installation
        ------------
        
        To enable this product,on a buildout based installation:
        
            1. Edit your buildout.cfg and add ``sc.contentrules.metadata``
               to the list of eggs to install ::
        
                [buildout]
                ...
                eggs =
                    sc.contentrules.metadata
        
        After updating the configuration you need to run the ''bin/buildout'',
        which will take care of updating your system.
        
        
        Contributors
        -----------------
        
         - Érico Andrei [ericof] -- Initial idea
        
         - Hector Velarde [hvelarde] -- Packaging
        
        
        Sponsors
        ------------------
        
        Development sponsored by OpenMultimedia and Simples Consultoria.
        
        
        Changelog
        ------------
        
        1.0b1 (2013-01-14)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        
          * Initial release
            [ericof]
        
        
Keywords: plone contentrules action
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.2
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
