Metadata-Version: 1.0
Name: sc.pfg.brazilianfields
Version: 0.8.1
Summary: A collection Brazilian fieldsto be used with PloneFormGen
Home-page: http://plone.org/products/sc.pfg.brazilianfields
Author: Simples Consultoria
Author-email: products@simplesconsultoria.com.br
License: GPL
Description: sc.pfg.brazilianfields
        ======================
        
        Overview
        --------
        A homage to Brazilian bureaucracy, sc.pfg.brazilianfields aims to provide
        Brazil-specific fields for use with PloneFormGen
        
        
        Requirements
        ------------
        
        - Products.PloneFormGen >= 1.5 (http://plone.org/products/ploneformgen)
        
        Installation
        ------------
        
        To enable this product, on a buildout based installation:
        
        1. Edit your buildout.cfg and add ``sc.pfg.brazilianfields``
        to the list of eggs to install ::
        
        [buildout]
        ...
        eggs =
        ...
        sc.pfg.brazilianfields
        
        2. Tell the plone.recipe.zope2instance recipe to install a ZCML slug::
        
        [instance]
        ...
        zcml =
        ...
        sc.pfg.brazilianfields
        
        If another package depends on the sc.pfg.brazilianfields egg or
        includes its zcml directly you do not need to specify anything in the
        buildout configuration: buildout will detect this automatically.
        
        After updating the configuration you need to run the ''bin/buildout'',
        which will take care of updating your system.
        
        Go to the 'Site Setup' page in the Plone interface and click on the
        'Add/Remove Products' link.
        
        Choose the product (check its checkbox) and click the 'Install' button.
        
        Uninstall -- This can be done from the same management screen, but only
        if you installed it from the quick installer.
        
        Note: You may have to empty your browser cache and save your resource registries
        in order to see the effects of the product installation.
        
        Sponsoring
        ----------
        
        Development of this product was sponsored by `Simples Consultoria
        <http://www.simplesconsultoria.com.br/>`_ customers, including (but not limited
        to):
        
        * Escola Sao Paulo
        
        * Essencis
        
        * Revista do Brasil
        
        
        Credits
        -------
        
        * Erico Andrei (erico at simplesconsultoria dot com dot br) - Packaging and
        plumbing.
        
        
        
        Changelog
        =========
        
        0.8.1 (2011-01-17)
        ------------------
        
        * Fix distribution [erico_andrei]
        
        0.8 (2009-11-17)
        ------------------
        
        * Adding MANIFEST.in to make releaser works [erico_andrei]
        
        
        0.7 (2009-11-14)
        ----------------
        
        * Adds dependencies [erico_andrei]
        
        0.6 (2009-07-09)
        ----------------
        
        * Fixes an infinite recursion when adding a BrPhoneField
        [erico_andrei]
        
        * Adds our types to the allowed content inside a FieldsetFolder
        [erico_andrei]
        
        * Localization
        [erico_andrei]
        
        0.5 (2009-06-02)
        ----------------
        
        * PloneFormGen fields based on BrFieldsAndWidgets
        [erico_andrei]
        
        * Initial release
        [erico_andrei]
        
Keywords: plone archetypes FormGen BrFieldsAndWidgets brazil brasil pfg
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
