==========================================
beyondskins.pyconbrasil2008 Package Readme
==========================================

Overview
--------

"PyConBrasil2008" for PyConBrasil 2008 conference site. 

Requirements
------------

- Plone 2.5.x (http://plone.org/products/plone)

- Five 1.4.4 (http://codespeak.net/z3/five/release/Five-1.4.4.tgz)

Installation
------------

This skin was developed to be installed on `PyConBrasil 2008 web site 
<http://pyconbrasil.com.br/>`_, so there is a **lot of hard-coded stuff** that
should be cleaned up prior to this skin be *usable* on another Plone site.

To use this skin, on a buildout based installation:

    1. Unpack beyondskins.pyconbrasil2008 package to src/ folder of your 
    buildout
    2. Edit your buildout.cfg and add the following information::

        [buildout]
        ...
        eggs = 
            beyondskins.pyconbrasil2008

        [instance]
        zcml = 
            ...
            beyondskins.pyconbrasil2008
    
    The last line tells buildout to generate a zcml snippet that tells
    Zope to configure beyondskins.pyconbrasil2008.

    If another package depends on the beyondskins.pyconbrasil2008 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 to see the effects of the
product installation.

Credits
-------
- APyB (Associacao Python Brasil) and PyConBrasil 2008 Staff.
- André Nogueira (andre at simplesconsultoria dot com dot br) - Design and css.
- Dorneles Tremea (dorneles at x3ng dot com dot br) - Mentoring and Wii guidance
- Erico Andrei (erico at simplesconsultoria dot com dot br) - Packaging.

