Metadata-Version: 1.1
Name: collective.behavior.salable
Version: 0.1
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 and not.
        
        Currently tested with
        ---------------------
        
        * Plone-4.2.1 [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>
        
        
        Farther Documentation URL
        -------------------------
        
        `http://packages.python.org/collective.behavior.salable/
        <http://packages.python.org/collective.behavior.salable/>`_
        
        Repository URL
        --------------
        
        `https://github.com/collective/collective.behavior.salable/
        <https://github.com/collective/collective.behavior.salable/>`_
        
        Changelog
        ---------
        
        0.1 (2012-08-28)
        ================
        
        - Initial release. [taito]
        
        Contributors
        ------------
        
        Author
        ======
        
        * Taito Horiuchi <taito.horiuchi at gmail.com>
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
