Metadata-Version: 1.0
Name: Products.MigrateExternalMethods
Version: 1.0.1
Summary: A product that converts existing External Methods that used to live in the Extensions folder to a product folder
Home-page: http://www.nidelven-it.no/d
Author: Morten W. Petersen
Author-email: info@nidelven-it.no
License: GPL
Description: MigrateExternalMethods is a simple product that migrates existing
        External Method objects to a module.
        
        Install as an egg and then add the External Method with id migrate,
        module name MigrateExternalMethods and function name migrate.
        
        External methods that used to live in the Zope instance Extensions
        folder are moved into a product with an Extensions folder, and then
        the method can be run with the name of the product (without the
        "Products.") prefix.
        
        1.0.1 (2012-02-23)
        
            - Making use of manage_edit method to make sure any
              initializations etc. are made.
        
        1.0 (2012-01-31)
        
            - Initial release.
        
Keywords: python zope plone silva cmf migration developers
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Zope2
Classifier: Framework :: Plone
