Metadata-Version: 1.0
Name: genericsetup.quickinstaller
Version: 0.1
Summary: Import step to install products (without profile) in QuickInstaller
Home-page: http://svn.plone.org/svn/collective/genericsetup.quickinstaller
Author: KULeuven ICTS
Author-email: wms@icts.kuleuven.be
License: GPL
Description: Overview
        --------
        
        Generic setup import step that installs products in `portal_quickinstaller`.
        This is useful if you depend on a product that does not have a generic setup
        profile.
        
        In that case, you can create a file `products.xml` ::
        
        <?xml version="1.0"?>
        <products>
        <installs>
        <product name="FCKeditor" />
        </installs>
        </products>
        
        This will install `FCKeditor` product.
        
        Change history
        **************
        
        Changelog
        =========
        
        0.1 (2009-03-12)
        ----------------
        
        - Added import step
        [gotcha]
        
        - Created recipe with ZopeSkel
        [gotcha]
        
        Contributors
        ************
        
        Godefroid Chapelle for KULeuven ICTS
        
        
        Download
        ********
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
