Metadata-Version: 1.0
Name: Products.PyConBrasil
Version: 2.3.3
Summary: Package for managing papers and the registration process for PyConBrasil.
Home-page: http://svn.plone.org/svn/collective/Products.PyConBrasil/
Author: APyB - Associacao Python Brasil
Author-email: contato@python.org.br
License: GPL
Description: ===========
        PyConBrasil
        ===========
        
        This software was writen to manage the papers and registration for
        PythonBrasil (formerly known as PyConBrasil), the Brazilian Python
        Conference.
        
        It doesn't means, though, that you can't use it to manage you're own
        conference! :o)
        
        The motivation to start this product came from the insistency of Erico
        Andrei, in the first preparation meeting for the II PythonBrasil (2006),
        where he stated that we should do it in Python and make it available
        to everyone who did the registration in the event.
        
        And he was right about it... ;-)
        
        
        Dependencies
        ------------
        
        - Plone 3.x - http://plone.org/products/plone
        
        
        Installation
        ------------
        
        Buildout-way::
        
        - Add the package to the eggs section on your buildout.cfg file::
        
        [buildout]
        ...
        eggs =
        ...
        Products.PyConBrasil
        
        - Restart Zope
        
        - In the ZMI, go to your Plone instance, and install the product using
        the portal_quickinstaller tool
        
        Authors
        -------
        
        - Jean Rodrigo Ferri - jeanrodrigoferri at yahoo dot com dot br
        
        - Dorneles Tremea - dorneles at x3ng dot com dot br
        
        - Erico Andrei - erico at simplesconsultoria dot com dot br
        
        
        Contributors
        ------------
        
        - Fabiano Weimar - xiru at xiru dot org
        
        - Rodrigo Senra - rsenra at acm dot org
        
        
        Copyright
        ---------
        
        APyB - Associacao Python Brasil: http://associacao.python.org.br
        
        Changelog for PyConBrasil
        =========================
        
        2.3.3 - November 12, 2009
        -----------------------
        
        * Fixed to save the image to a temporary buffer instead of using the
        .tostring() method, which does a completely different thing. And
        made sure to test the 'thing' this time...
        [deo]
        
        
        2.3.2 - November 12, 2009
        -----------------------
        
        * Avoid import conflicts between Zope and PIL.
        [deo]
        
        
        2.3.1 - November 12, 2009
        -----------------------
        
        * Fixed typo in the certificates generation logic.
        [deo]
        
        
        2.3 - November 12, 2009
        -----------------------
        
        * Added external method to be used when generating the certificates.
        [deo]
        
        * Fixed missing scripts and permissions issues with palestra_workflow.
        [deo]
        
        * Added another template to inform the speaker about the acceptance
        status of his talk.
        [deo]
        
        
        2.2 - July 20, 2009
        -------------------
        
        * Fixed email confirmation (sent during transitions).
        [deo]
        
        * Hide metadata schemata for our content-types.
        [erico_andrei]
        
        * Fixed all mail templates to be SMH-compatible.
        [deo]
        
        * Hardened security on listing templates.
        [deo]
        
        
        2.1 - July 9, 2009
        ------------------
        
        * Fixed edit alias for Imprensa content-type.
        [erico_andrei]
        
        * Fixed portal status messages when calling inscricao_save.
        [deo]
        
        * Removed the old install method from the Extensions package.
        [deo]
        
        * Fixed alias/actions for all content-types.
        [deo]
        
        * Avoided calling five:registerPackage, as we use the Products namespace.
        [deo]
        
        * Added missing workflow scripts.
        [deo]
        
        * Added missing catalog indexes and metadata columns.
        [deo]
        
        * Added extra management mail templates.
        [deo]
        
        
        2.0 - July 9, 2009
        ------------------
        
        * Added a mail template to inform the speaker about the acceptance
        status of his talk.
        [deo]
        
        * Added a new registration type for speakers.
        [deo]
        
        * Updated the README.txt instructions. Added a HISTORY.txt file.
        [deo]
        
        * Removed unused skin directory: PyConBrasil_public.
        [deo]
        
        * Adds GenericSetup support.
        [erico_andrei]
        
        * Implemented Plone 3.x support.
        [erico_andrei]
        
        * Added missing content-providers to templates.
        [deo]
        
        
        1.7 - August 4, 2008
        --------------------
        
        * Updated data to PyConBrasil 2008.
        [erico_andrei]
        
        * Eggified product.
        [erico_andrei]
        
        
        1.6 - June 11, 2007
        -------------------
        
        * Updated data to PyConBrasil 2007.
        [erico_andrei]
        
        * Added a field for the kind od the registration.
        [deo]
        
        * Implemented basic support to allow payments from PagSeguro.
        [deo]
        
        * Added a new transition to mark registrations as paid.
        [deo]
        
        
        1.0 - February 20, 2006
        -----------------------
        
        * Released initial version.
        [ferri]
        
Keywords: pyconbrasil plone zope registration
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
