Metadata-Version: 1.0
Name: collective.dexteritypaste
Version: 1.0alpha1
Summary: Paster templates for dexterity
Home-page: http://svn.plone.org/svn/collective/collective.dexteritypaste
Author: Izhar Firdaus
Author-email: izhar@inigo-tech.com
License: GPL
Description: Installation
        ============
        
        Add these lines into buildout::
        
        [buildout]
        parts =
        paster
        
        [paster]
        eggs = zc.recipe.egg
        eggs =
        ZopeSkel
        PasteScript
        PasteDeploy
        collective.dexteritypaste
        ${buildout:eggs}
        entry-points = paster=paste.script.command:run
        
        And run the buildout
        
        Usage
        ======
        
        Creating a dexterity product::
        
        /path/to/paster create -t dexterity
        
        Adding a contenttype skeleton::
        
        cd /path/to/product/root
        /path/to/paster addcontent dexterity_content
        
        Adding a behavior skeleton::
        
        cd /path/to/product/root
        /path/to/paster addcontent dexterity_behavior
        
        Adding a view::
        
        cd /path/to/product/root
        /path/to/paster addcontent dexterity_view
        
        Changelog
        =========
        
        1.0a1dev (unreleased)
        ---------------------
        
        - Initial release
        
Keywords: plone dexterity
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Plone
Classifier: Framework :: Zope3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
