Metadata-Version: 1.0
Name: Products.BrFieldsAndWidgets
Version: 1.2
Summary: Brazilian fields and widgets to be used with Plone and Archetypes
Home-page: https://github.com/collective/Products.BrFieldsAndWidgets
Author: Simples Consultoria
Author-email: products@simplesconsultoria.com.br
License: GPL
Description: ====================================================
        Brazilian Fields and Widges for Plone & Archetypes
        ====================================================
        
        .. contents:: Table of Contents
           :depth: 2
        
        Overview
        ----------------
        
        Products.BrFieldsAndWidgets is a product that aims to help Brazilian developers 
        to deploy AT based content types on a Plone  site. 
        
        
        Requirements
        -----------------
        
            * Plone 3.1.x (http://plone.org/products/plone)
            * Plone 4.0.x (http://plone.org/products/plone)
            * Plone 4.1.x (http://plone.org/products/plone)
            
        Installation
        ------------
            
        To enable this product,on a buildout based installation:
        
            1. Edit your buildout.cfg and add ``Products.BrFieldsAndWidgets``
               to the list of eggs to install ::
        
                [buildout]
                ...
                eggs = 
                    Products.BrFieldsAndWidgets
            
        
        If another package depends on the Products.BrFieldsAndWidgets 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.
        
        Using in a Plone Site
        ----------------------
        
        Activate it
        ^^^^^^^^^^^^^^^^^^^^
        
        Go to the 'Site Setup' page in the Plone interface and click on the
        'Add/Remove Products' link.
        
        Choose the product **Brazilian Fields** (check checkbox at its 
        left side) and click the 'Activate' button.
        
        
        Uninstall
        -------------
        
        Go to the 'Site Setup' page in the Plone interface and click on the
        'Add/Remove Products' link.
        
        Choose the product **Brazilian Fields**, which should be under 
        *Activated add-ons*, (check checkbox at its left side) and click the 
        'Deactivate' button.
        
        .. 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):
        
            * `Rede Brasil Atual <http://www.redebrasilatual.com.br/>`_
            
            * `Essencis <http://www.essencis.com.br/>`_
            
            * Escola Sao Paulo
        
        
        Credits
        -------
        
            * Erico Andrei (erico at simplesconsultoria dot com dot br) - Packaging and
              plumbing.
        
        
            * Gustavo Lepri (lepri at simplesconsultoria dot com dot br) - Fixes
        
        
        Changelog
        ----------
        
        1.2 (2012-07-24)
        ^^^^^^^^^^^^^^^^^^
        
            * Support to new Brazilian cellphone pattern, with 9 digits [ericof]
        
        
        1.1 (2011-12-21)
        ^^^^^^^^^^^^^^^^^^^^
        
            * Tested with Plone 3.3, Plone 4.0.x and Plone 4.1.x [ericof]
        
            * Fixed CNPJ validator [ericof]
        
            * Validators now use collective.brasil.vocab [ericof]
        
            * Moved to plone.app.testing [ericof]
            
            * PEP 8 [ericof]
            
            * Added an uninstall profile [ericof]
        
        
        1.0.2 (2011-04-05)
        ^^^^^^^^^^^^^^^^^^^^
            
            * Fixes DDD vocabulary [erico_andrei]
            * Compatibility with Plone 4 [lepri]
        
        1.0.1 (2009-06-02)
        ^^^^^^^^^^^^^^^^^^^^
        
            * Adds backward compatibility to codes relying on br_endereco mixin
              [erico_andrei]
        
        1.0 (2009-06-02)
        ^^^^^^^^^^^^^^^^^^^^
        
            * First proper release of Products.BrFieldsAndWidgets
              [erico_andrei]
            
        
        0.97 (2009-05-18)
        ^^^^^^^^^^^^^^^^^^^^
        
            * Eggfication
              [erico_andrei]
        
            * Supports only Plone >= 3.1.x
              [erico_andrei]
              
            * PloneFormGen fields where moved away. Will show up in a separate package.
              [erico_andrei]
        
        0.96 ()
        ^^^^^^^^^^^^^^^^^^^^
        
            * Installs on Plone 3.0 and Plone 3.1
              [erico_andrei] 
        
        0.92 ()
        ^^^^^^^^^^^^^^^^^^^^
        
            * Corrects PloneFormGen support
              [erico_andrei] 
        
        0.91 ()
        ^^^^^^^^^^^^^^^^^^^^
        
            * Added 87 code area (Petrolina)
              [erico_andrei]
        
        0.9 ()
        ^^^^^^^^^^^^^^^^^^^^
        
            * improved support for PloneFormGen
              [erico_andrei]
        
        0.7 ()
        ^^^^^^^^^^^^^^^^^^^^
        
            * containing
                * content/BrFieldsAndWidgets
                    
                    * CPFWidget
                    
                    * CPFField
                    
                    * CNPJWidget
                    
                    * CNPJField
                    
                    * CEPWidget
                    
                    * CEPField
                    
                    * BrPhoneWidget
                    
                    * BrPhoneField
                    
                    * BrTimeWidget
                    
                * content/br_endereco
                    
                    * Mixin class for brazilian addresses
                
                * content/PloneFormGen
                    
                    * PloneFormGen add on types
                    
        
        0.62 ()
        ^^^^^^^^^^^^^^^^^^^^
        
            * containing
                
                * CPFWidget
                
                * CPFField
                
                * CNPJWidget
                
                * CNPJField
                
                * CEPWidget
                
                * CEPField
                
                * BrPhoneWidget
                
                * BrPhoneField
                
                * BrTimeWidget
                
                * content/br_endereco
                    
                    * Mixin class for brazilian addresses
                    
                * PloneFormGen add on types
                
        0.5 ()
        ^^^^^^^^^^^^^^^^^^^^
        
            * containing
                
                * CPFWidget
                
                * CPFField
                
                * CNPJWidget
                
                * CNPJField
                
                * CEPWidget
                
                * CEPField
                
                * BrPhoneWidget
                
                * BrPhoneField
                
                * BrTimeWidget
                
                * content/br_endereco
                    
                    * Mixin class for brazilian addresses
        
        0.4  ()
        ^^^^^^^^^^^^^^^^^^^^
            * Initial release containing:
                
                * CPFWidget
                
                * CNPJWidget
            
                * CEPWidget
            
                * BrPhoneWidget    
        
Keywords: plone archetypes widget BrFieldsAndWidgets brazil brasil
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 3.3
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: Portuguese (Brazilian)
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
