Metadata-Version: 1.1
Name: sc.base.uploader
Version: 1.0b3
Summary: A Plone package providing multiple-files upload
Home-page: https://github.com/simplesconsultoria/sc.base.uploader
Author: Simples Consultoria
Author-email: products@simplesconsultoria.com.br
License: GPL
Description: .. contents:: Table of Contents
           :depth: 2
        
        sc.base.uploader
        ****************************************
        
        Overview
        --------
        
        Package to configure multiple file upload methods in Plone
        
        
        Requirements
        ------------
        
            - Plone >=4.2.x (http://plone.org/products/plone)
        
        Installation
        ------------
        
        To enable this product in a buildout-based installation:
        
        1. Edit your buildout.cfg and add ``sc.base.upload`` to the list
           of eggs to install::
        
            [buildout]
            ...
            eggs =
                sc.base.upload
        
        After updating the configuration you need to run ''bin/buildout'', which will
        take care of updating your system.
        
        Go to the 'Site Setup' page in a Plone site and click on the 'Add-ons' link.
        
        Check the box next to ``sc.base.upload`` and click the 'Activate'
        button.
        
        Note: You may have to empty your browser cache and save your resource
        registries in order to see the effects of the product installation.
        
        
        Sponsoring
        ----------
        
        Development of this product was sponsored by:
             
             * `Simples Consultoria <http://www.simplesconsultoria.com.br/>`_.
             
             * `TV1 <http://www.grupotv1.com.br/>`_.
        
        
        Credits
        -------
        
            * Simples Consultoria (products at simplesconsultoria dot com dot br) - 
              Implementation
        
        Changelog
        =========
        
        1.0b3 (2013-03-05)
        ------------------
        
        * Fix Manifest.in file [ericof]
        
        
        1.0b2 (2013-03-05)
        ------------------
        
        * Fix Manifest.in file [ericof]
        
        
        1.0b1 (2013-03-05)
        ------------------
        
        * Support for Plone 4.2.x and later [ericof]
        
        
        0.6 (2012-03-06)
        ----------------
        
        * Force file extension for images [ericof]
        
        * Use our own utility to make sure everything is ok [ericof]
        
        * PEP8 and pyflakes [ericof]
        
        * Add testing [ericof]
        
        
        0.5.4 (2011-08-10)
        ------------------
        
        * Change headers [erico_andrei]
        
        
        0.5.3 (2011-08-09)
        ------------------
        
        * Change the way we deal with quickupload [erico_andrei]
        
        
        0.5.2 (2011-07-11)
        ------------------
        
        * Add a patch to collective.ziptransport to avoid naming issues with Windows 
          clients [erico_andrei]
        
        * Pin versions [erico_andrei]
        
        * Change GS order [erico_andrei]
        
        
        0.5.1 (2011-07-11)
        ------------------
        
        * Fix login in generating filename [erico_andrei]
        
        * Brazilian Portuguese translation [erico_andrei]
        
        0.5 - (2011-06-11)
        -------------------
        
        * Added a export view (@@export-zip) [erico_andrei]
        
        * Integrated collective.ziptransport and collective.quickupload [erico_andrei]
        
Keywords: upload massuploader zip plone
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.2
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
