Metadata-Version: 1.1
Name: sc.contentrules.metadata
Version: 1.0b2
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.
        
        Mostly Harmless
        ---------------
        
        .. image:: https://secure.travis-ci.org/simplesconsultoria/sc.contentrules.metadata.png
            :target: http://travis-ci.org/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
        
        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
        
         - Héctor Velarde [hvelarde]
        
        
        Development sponsored by OpenMultimedia and Simples Consultoria.
        
        Changelog
        ------------
        
        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.1
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
