Metadata-Version: 1.0
Name: sc.paster.buildout
Version: 0.5.3
Summary: Simples Consultoria's buildout skeleton for Plone portals.
Home-page: http://www.simplesconsultoria.com.br/
Author: Erico Andrei
Author-email: erico@simplesconsultoria.com.br
License: GPL
Description: .. contents:: Table of Contents
        :depth: 2
        
        sc.paster.policy
        ****************
        
        Introduction
        ------------
        
        `sc.paster.policy <http://www.simplesconsultoria.com.br>`_ -- is a paster
        template used to create a buildout for a Plone project.
        
        It's intended to be used on Simples Consultoria's Plone projects so it contains
        some idiosyncrasies related to our internal needs.
        
        Installation
        ------------
        
        If you have installed `setuptools
        <http://pypi.python.org/pypi/setuptools>`_ or `distribute
        <http://pypi.python.org/pypi/distribute>`_ an ``easy_install``
        command will be available.  Then, you can install sc.paster.policy using
        ``easy_install`` command like this::
        
        $ easy_install -U sc.paster.buildout
        
        Internet access to `PyPI <http://pypi.python.org/pypi>`_ is required
        to perform installation of sc.paster.buildout.
        
        Usage
        -----
        
        After install just type
        
        ::
        
        $ paster create -t portal_buildout buildout
        
        in order to bring a wizard to help you setup this new portal policy.
        
        We recommend you to already import this buildout to a vcs repository. To do so,
        using svn, just add the switch --svn-repository to the paster command line
        
        ::
        
        $ paster create -t portal_buildout buildout
        --svn-repository=https://dev.plone.org/svn/collective/
        
        This command will create the package code tree under
        https://dev.plone.org/svn/collective/
        
        Sponsoring
        ----------
        
        Development of this product was sponsored by `Simples Consultoria
        <http://www.simplesconsultoria.com.br/>`_.
        
        
        Credits
        -------
        
        * Erico Andrei (erico at simplesconsultoria dot com dot br) - Packaging,
        plumbing.
        
        Changelog
        =========
        
        0.5.3 (2010-09-08)
        ------------------
        
        * Adding disutils info to setup.cfg [erico_andrei]
        
        
        0.5.2 (2010-08-18)
        ------------------
        
        * Fixing stuff for Plone4 buildouts [erico_andrei]
        
        
        0.5.1 (2010-08-03)
        ------------------
        
        * Removes a doubly listed ZODB version in versions part in base.cfg
        [erico_andrei]
        
        * Adds an example of git source [erico_andrei]
        
        
        0.5 (2010-07-27)
        ----------------
        
        * Initial public release [erico_andrei]
        
        
Keywords: web zope plone development simples_consultoria
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
