Metadata-Version: 1.0
Name: Products.Plone2FSS
Version: 0.3.0beta
Summary: Export File and Image fields from Plone content type to a FSS valid format
Home-page: http://svn.plone.org/svn/collective/Products.Plone2FSS
Author: Keul (Luca Fabbri)
Author-email: luca.fabbri@redturtle.net
License: GPL
Description: Introduction
        ============
        
        This product makes new plone view (@@plone2fss) for every content of a site.
        From this view you can export a complete tree structures of File and Image to a
        valid FSS format on the filesystem of the server.
        
        TODO
        ====
        
        * Support for content types that are not ATFile and ATImage
        * Support for new image format that are not the standards ones.
        * Support for additional strategies.
        
        Changelog
        =========
        
        0.3.0
        -----
        
        * Added a form to migrate content storages from AttributeStorage (or AttributeStorage)
        to FileSystemStorage
        
        * Export to site1 was wrong for News Item content type.
        
        0.2.0 - Unreleased
        ------------------
        
        * Added support for site1 strategy
        
        0.1.0 - Unreleased
        ------------------
        
        * Initial release
        
        
Keywords: iw fss plone file image migration
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
