Metadata-Version: 1.1
Name: collective.behavior.discount
Version: 0.2
Summary: Behavior of discount related fields.
Home-page: https://github.com/collective/collective.behavior.discount/
Author: Taito Horiuchi
Author-email: taito.horiuchi@gmail.com
License: BSD
Description: ============================
        collective.behavior.discount
        ============================
        
        collective.behavior.discount provides discount related behavior in addition to price behavior to dexterity content types.
        
        For farther documentation about price behavior, refer to the `collective.behavior.price
        <http://pypi.python.org/pypi/collective.behavior.price>`_.
        
        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.discount.interfaces.IDiscount" />
              ...
            </property>
        
        Farther Documentation URL
        -------------------------
        
        `http://packages.python.org/collective.behavior.discount/
        <http://packages.python.org/collective.behavior.discount/>`_
        
        Repository URL
        --------------
        
        `https://github.com/collective/collective.behavior.discount/
        <https://github.com/collective/collective.behavior.discount/>`_
        
        Changelog
        ---------
        
        0.2 (2012-09-17)
        ================
        
        - Finnish translations added. [taito]
        
        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
