Metadata-Version: 1.1
Name: collective.cart.core
Version: 0.5
Summary: Yet another cart for Plone.
Home-page: https://github.com/collective/collective.cart.core/
Author: Taito Horiuchi
Author-email: taito.horiuchi@gmail.com
License: BSD
Description: ====================
        collective.cart.core
        ====================
        
        collective.cart.core is yet another cart for Plone.
        
        .. ATTENTION::
            This package is still under development.
            **Do not user for production site.**
        
        Currently Tested with
        ---------------------
        
        * Plone-4.2.1
        
        Repository URL
        --------------
        
        `https://github.com/collective/collective.cart.core/
        <https://github.com/collective/collective.cart.core/>`_
        
        Installation
        ------------
        
        You may list ``collective.cart.core`` to ``buildout.cfg`` or ``setup.py`` in your own package.
        
        zc.buildout and the plone.recipe.zope2instance
        ==============================================
        
        Use zc.buildout and the plone.recipe.zope2instance
        recipe by adding ``collective.cart.core`` to the list of egg::
        
            [buildout]
            ...
            eggs =
                ...
                collective.cart.core
        
        
        Dependency to your own package
        ==============================
        
        You may also list to install_requires to ``setup.py`` within your package.
        
        Change log
        ----------
        
        0.5 (2012-09-19)
        ================
        
        - Use Dexterity. [taito]
        - Tested with Plone-4.2.1. [taito]
        
        0.4.1 (2011-10-03)
        ==================
        - easy_install error fixed. [taito]
        
        0.4 (2011-09-24)
        ================
        - End of support for Plone-3.x.
        - License updated from GPL to BSD.
        
        0.3.2 (2011-05-14)
        ==================
        - has_cart_folder method added.
        
        0.3.1 (2011-04-25)
        ==================
        - Some template fixes.
        
        0.3.0 (2011-04-25)
        ==================
        - Refactored for plugins.
        
        0.2.0 (2011-04-23)
        ==================
        - Input support for quantity method.
        - Multiple cart folder support.
        
        0.1.1 (2011-04-21)
        ==================
        - Double registration of cart portlet fixed.
        
        0.1.0 (2011-04-21)
        ==================
        - Initial release
        
        Contributors
        ------------
        
        Author
        ======
        
        * Taito Horiuchi <taito.horiuchi at gmail.com>
        
        Credits
        -------
        * The Finnish Association for Nature Conservation (`Suomen Luonnonsuojeluliitto <http://www.sll.fi/>`_).
        
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
