Metadata-Version: 1.0
Name: p4a.subtyper
Version: 1.0
Summary: Subtyping framework for Plone
Home-page: http://www.plone4artists.org/svn/projects/p4a.subtyper/
Author: Rocky Burt
Author-email: rocky@serverzen.com
License: GPL
Description: p4a.subtyper
        ============
        
        p4a.subtyper is a subtyping framework for Plone.  In this context, subtyping
        means to provide additional specific types onto existing content types.  An
        example to standard Plone would be to have only one File content type (and no
        Image content type).  The Image content type would then become a sub-type
        of the File content type.
        
        It also exposes the possible sub-types for a given object in the content menu
        with a sub-types dropdown menu.
        
        See ``browser/browser.txt`` for example usage.
        
        Requirements
        ------------
        
        * Plone 2.5 or Plone 3.0
        
        Credits
        -------
        
        Originally created by Rocky Burt (rocky AT serverzen DOT com --
        http://www.serverzen.com) on behalf of Jazkarta Inc (http://www.jazkarta.com).
        
Platform: UNKNOWN
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
