Metadata-Version: 1.1
Name: collective.behavior.salable
Version: 0.5
Summary: Behavior to make content salable.
Home-page: https://github.com/collective/collective.behavior.salable/
Author: Taito Horiuchi
Author-email: taito.horiuchi@gmail.com
License: BSD
Description: ===========================
        collective.behavior.salable
        ===========================
        
        collective.behavior.salable provides behavior to switch dexterity content types salable.
        
        Currently tested with
        ---------------------
        
        * Plone-4.3.2 [taito]
        
        Behavior
        --------
        
        The behavior can be added through the web or directly through the file system to the dexterity content type xml file like::
        
          <property name="behaviors">
            ...
            <element value="collective.behavior.salable.interfaces.ISalable" />
            ...
          </property>
        
        Changelog
        ---------
        
        0.5 (2013-10-28)
        ================
        
        - Separated schema from attributes and methods. [taito]
        - Tested with Plone-4.3.2. [taito]
        - Moved test packages to extras_require. [taito]
        - Removed dependency from five.grok. [taito]
        
        0.4 (2013-03-09)
        ================
        
        - Covered tests and tested with Plone-4.2.5. [taito]
        - Added Travis CI integration. [taito]
        
        0.3 (2012-11-04)
        ================
        
        - Added salable to catalog index and metadata. [taito]
        - Tested with Plone-4.2.2. [taito]
        
        0.2 (2012-09-17)
        ================
        
        - Finnish translations added. [taito]
        
        0.1 (2012-08-28)
        ================
        
        - Initial release. [taito]
        
        Credits
        -------
        
        * The Finnish Association for Nature Conservation (`Suomen Luonnonsuojeluliitto <http://www.sll.fi/>`_).
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
