Metadata-Version: 1.0
Name: Products.PatchPloneContent
Version: 1.0.4
Summary: Various utilities to patch standard Plone content types
Home-page: http://www.nidelven-it.no/d
Author: Morten W. Petersen
Author-email: info@nidelven-it.no
License: GPL
Description: PatchPloneContent is a collection of utilities, used to add or alter
        how standard Plone content types work using the monkeypatch technique.
        
        Variables of interest in this module are content_types, a tuple
        collection of the class definitions of standard content types.
        
        The functions of interest are content_classes_add_fields, which
        accepts a sequence of content classes as the first argument, and a
        sequence of fields to add as the second argument.  As well as
        add_validator, which inserts validators into fields.
        
        Should work with Plone 3 and 4, maybe 2 as well.
        
        Note that archetypes.schemaextender is a perhaps bit more difficult
        product to use but more powerful.
        
        Written by Morten W. Petersen, info@nidelven-it.no
        
        1.0.4
        
        	Included ATBlob in content types so that patching
        	content_classes has all standard Plone content types.
        
        1.0.3
        
        	Added info about archetypes.schemaextender in readme.txt.
        
        1.0.2 (2012-01-26)
        
        	Correct version number.
        
        1.0
        
        	Added function to add validators to existing content types.
        
        1.0
        
        	Initial release
        
Keywords: python plone archetypes atcontenttypes monkeypatch
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Plone
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
