Metadata-Version: 1.0
Name: atreal.massloader
Version: 2.1.0-beta1
Summary: Add an action to import zip files.
Home-page: http://www.atreal.net/
Author: atReal
Author-email: contact@atreal.net
License: GPL
Description: ================================
        atreal.massloader Package Readme
        ================================
        
        Overview
        --------
        MassLoader allows to do massive uploads via Zip files. When a zip file is
        uploaded via MassLoader, its contents are created in the current folder.
        
        Description
        -----------
        
        * MassLoader relies on mimetypes_registry and content_tye_registry in order to
        check the content file.
        Therefore, MassLoader is able to find what kind of content is a file, even if
        the file doesn't have any extension, based on the file's content.
        * MassLoader add an action on Folder, Large Plone Folder and Plone Site. You can
        change theses portal types in the control panel.
        * MassLoader has a content size limit, and is able to protect your server from
        logic bombs.
        * MassLoader can handle any size of zip file, without overload of your server.
        
        
        Important
        ---------
        
        * The permission is only set by default to the role 'Manager' and 'Owner'.
        * From the version 2.1.0-beta1, the portal type of new object can be managed via
        2 mechanisms, selectable in the control panel :
        * Based on content_type_registry, the automatic way.
        * User-defined, the manual way.
        * Default max size for each file to be uncompressed is set to 20 Mb. You can
        modify this size limit in the control panel.
        * If a folder with a same id already exists, it is conserved. If a same file
        exists whith the same id, just the datas are updated.
        
        
        Authors
        -------
        
        :atReal Team - contac@atreal.net :
        Matthias Broquet [tiazma]
        Florent Michon [f10w]
        
        
        Credits
        -------
        
        * Sponsorised by ML-COM - www.ml-com.com (and some international research labs)
        * Sponsorised by City of Albi (Fr), www.mairie-albi.fr
        
        
        
        
        
        ===============================
        Changelog for atreal.massloader
        ===============================
        (name of developer listed in brackets)
        
        
        Version 2.1.0-beta1 - 2009-04-22
        ----------------------------
        
        - Portal type can be based on content_type_registry
        [Matthias Broquet]
        
        - Eggification
        [Matthias Broquet]
        
        
        Version 2.0.0 - 2008-12-25
        ----------------------------
        
        - Option to create objects with description and keywords of the folder.
        [Florent Michon]
        
        - Change the action provider with interface IMassLoaderAware
        to a configlet who permit to choose portal types where you can import
        a zip file.
        [Florent Michon]
        
        
        Version 1.1rc1 - 2008-10-27
        ----------------------------
        
        - Configlet for max file size, portal type for images and files.
        [Florent Michon]
        
        - Transform the products MassLoader in an egg.
        [Florent Michon]
        
        - Initial package structure.
        [zopeskel]
        
        
        Version 1.0.0 - 2008-03-14
        ----------------------------
        
        - Last version as a Product.
        [Matthias Broquet]
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
