Metadata-Version: 1.0
Name: collective.pfg.creditcardfields
Version: 1.2
Summary: PFG extension, to be able to use fields specific to credit cards
Home-page: http://sixfeetup.com
Author: Lucie Lejard
Author-email: lucie@sixfeetup.com
License: GPL
Description: Introduction
        ============
        
        This package is meant to contain any useful field for credit card payment
        using PloneFormGen.
        
        It contains for now a "Credit Card Expiration Date" field.
        
        You need to add the egg in your buildout and then import the profile.
        
        
        
        
        Changelog
        =========
        
        1.2 (2010-05-19)
        ----------------
        
        * Don't use the uniqueItemIndex, which is no longer present in Plone 4.
        [davisagli]
        
        1.1 (2009-03-03)
        ----------------
        
        * changed name of the skin path [lucielejard]
        * updated the field so that it doesn't change the date to localize
        time automatically [lucielejard]
        
        1.0 (2009-02-02)
        ----------------
        
        * added a hidden "day" field, so that when the field is required, we have
        all the fields set up
        * added all the code needed to have a credit card expiration date field
        * creating the initial structure of the trunk [lucielejard]
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
