Metadata-Version: 1.1
Name: collective.behavior.sku
Version: 0.2
Summary: Behavior to add sku field.
Home-page: https://github.com/collective/collective.behavior.sku/
Author: Taito Horiuchi
Author-email: taito.horiuchi@gmail.com
License: BSD
Description: =======================
        collective.behavior.sku
        =======================
        
        collective.behavior.sku provides behavior add SKU field to dexterity content types.
        
        Currently tested with
        ---------------------
        
        * Plone-4.2.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.sku.interfaces.ISKU" />
            ...
          </property>
        
        
        Farther Documentation URL
        -------------------------
        
        `http://packages.python.org/collective.behavior.sku/
        <http://packages.python.org/collective.behavior.sku/>`_
        
        Repository URL
        --------------
        
        `https://github.com/collective/collective.behavior.sku/
        <https://github.com/collective/collective.behavior.sku/>`_
        
        Changelog
        ---------
        
        0.2 (2012-11-04)
        ================
        
        - Tested with Plone-4.2.2. [taito]
        
        0.1 (2012-10-15)
        ================
        
        - 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
