Metadata-Version: 1.0
Name: plone.recipe.bundlecheckout
Version: 1.1
Summary: ZC Buildout recipe for installing a package or bundle checkout
Home-page: http://svn.plone.org/svn/collective/buildout/plone.recipe.bundlecheckout
Author: Hanno Schlichting
Author-email: plone@hannosch.info
License: ZPL 2.1
Description: plone.recipe.bundlecheckout
        ===========================
        
        Options
        -------
        
        url
        The URL to check-out.
        
        subfolder
        Optionally specifies the name of an additional subfolder to be created.
        
        vcs-type
        The type of the source code repository. Defaults to svn for subversion.
        Also supports cvs.
        
        name
        Only used and required for CVS. The name of the directory the code is
        checked into.
        
        module
        Only used and required for CVS. The name of the module to be checked out.
        
        cvsroot
        Only used and required for CVS. The CVSROOT identifying the server.
        
        Reporting bugs or asking questions
        ----------------------------------
        
        We have a shared bugtracker and help desk on Launchpad:
        https://bugs.launchpad.net/collective.buildout/
        
        Change History
        ==============
        
        1.1
        ===
        
        - Document the options, added README and CHANGES.
        [hannosch]
        
        1.0
        ===
        
        - First final release. Cleaned up setup.py.
        [hannosch]
        
        0.2
        ===
        
        - Added new optional subfolder option, which allows to specify a subfolder in
        which to check out the bundle. This makes it possible to use this recipe for
        normal packages as well, when specifying the package name with the subfolder
        option.
        [hannosch]
        
        0.1
        ===
        
        - Initial implementation.
        [hannosch]
        
Keywords: buildout
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Framework :: Plone
Classifier: Framework :: Buildout
Classifier: Programming Language :: Python
