Metadata-Version: 1.0
Name: infrae.paster
Version: 0.1dev-r27752
Summary: Buildout recipe to create a part using a paster template
Home-page: https://svn.infrae.com/buildout/infrae.paster
Author: Sylvain Viollon
Author-email: info@infrae.com
License: ZPL 2.1
Description: infrae.paster
        =============
        
        Create a part using paster. For example::
        
        [cms]
        recipe = infrae.paster
        template = plone3_buildout
        zope2_install =
        plone_products_install =
        zope_user = admin
        zope_password = admin
        http_port = 8080
        debug_mode = off
        verbose_security = off
        
        The ``template`` option defines which paster template to use. Others
        options are the one used by the template.
        
        
        Latest version
        --------------
        
        The latest version is available in a `Subversion repository
        <https://svn.infrae.com/buildout/infrae.paster/trunk#egg=infrae.paster-dev>`_.
        
Keywords: buildout recipe paster
Platform: UNKNOWN
Classifier: Framework :: Buildout
Classifier: Framework :: Paste
Classifier: License :: OSI Approved :: Zope Public License
