Metadata-Version: 1.0
Name: pas.cmfextensions.update_steps
Version: 0.1.1rc1
Summary: .
Home-page: https://www.smile-suisse.com
Author: Maric Michaud
Author-email: maric.michaud@smile-suisse.com
License: GPL
Description: Introduction
        ============
        
        This package adds a new import step for GenericSetup to allow a profile to
        update an existing PAS plugin registry.
        It works with pas_plugins.xml file in the format of PluginRegistry xml export
        file, augmented with insert-after, insert-before and remove directives.
        The step allow also a acl_users directory in a profile which will be imported
        with a IFileSystemImporter. This is quite useful with the use of a .preserve
        file to update content of PAS.
        
        Examples of profiles using this step can be found in the
        pas.plugins.external_auth package.
        
        TODO
        ====
        
        * Correct the name of package, cmfextensions is tedious because the package
          doesn't require cmf at all and could be used with PAS on empty Folder.
        * Unit tests and more documentation
        * Fix or remove the uninstall helper for cmfquickinstaller
        
        COPYLEFT
        ========
        
        Copyright (C) 2012 Smile Suisse
        See COPYING for copyright informations and LICENSE.txt for a copy of GPLv3
        license in source package "docs" directory.
        
        Changelog
        =========
        
        0.1.1 (rc1)
        -------------------
        
        - Corrected problems with python2.4 (with plone 3)
        
        0.1 (beta)
        -------------------
        
        - Initial release
        
Keywords: PluggableAuthService GenericSetup
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Zope2
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
