<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>Products.PyConBrasil</name>
<shortdesc>Produto para gerenciamento de trabalhos e inscricoes para a PyConBrasil</shortdesc>
<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

trunk (2009-07-09)
------------------

* xxx [APyB - Associacao Python Brasil]

Changelog for PyConBrasil
=========================

2.1 - July 9, 2009
------------------
  
  * Fixed 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]</description>
<homepage rdf:resource="http://svn.plone.org/svn/collective/Products.PyConBrasil/" />
<maintainer><foaf:Person><foaf:name>APyB - Associacao Python Brasil</foaf:name>
<foaf:mbox_sha1sum>9cd60b4e12807d812ebba2986535272a83290c24</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>2.1</revision></Version></release>
</Project></rdf:RDF>