Metadata-Version: 1.0
Name: collective.collage.easyslider
Version: 1.0.3
Summary: Collage view for content slide.
Home-page: http://plone.org/products/collective.collage.easyslider
Author: Rcom
Author-email: info@rcom.com.ar
License: GPL
Description: Introduction
        ============
        
        Integrates Css Globe Easy Slider (http://cssglobe.com/) into Collage.
        
        Installation
        ============
        
        * Add ``collective.collage.easyslider`` to the list of eggs to install, e.g.::
        
        [buildout]
        ...
        eggs =
        ...
        collective.collage.easyslider
        
        * Tell the plone.recipe.zope2instance recipe to install a ZCML slug::
        
        [instance]
        recipe = plone.recipe.zope2instance
        ...
        zcml =
        collective.collage.easyslider
        
        * Re-run buildout, e.g. with::
        
        $ ./bin/buildout
        
        You can skip the ZCML slug if you are using Plone 3.3 or if you are going to explicitly include
        the package from another package's configure.zcml file.
        
        Authors and Contributors
        ========================
        Juan Pablo Gimenez <jpg at rcom dot com dot ar> (developer)
        Ivana Lorena Seimandi (testing on Plone 3.1)
        
        LICENSE
        =======
        Copyright (C) 2009
        Rcom http://www.rcom.com.ar/ & Rosario Municipality http://www.rosario.gov.ar/
        
        This program is free software; you can redistribute it and/or modify
        it under the terms of the GNU General Public License as published by
        the Free Software Foundation; either version 2 of the License, or
        (at your option) any later version.
        
        This program is distributed in the hope that it will be useful,
        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
        GNU General Public License for more details.
        
        You should have received a copy of the GNU General Public License
        along with this program; if not, write to the Free Software
        Foundation, Inc., 59 Temple Place, Suite 330, Boston,
        MA 02111-1307 USA.
        
        Changelog
        =========
        
        1.0.3
        -----
        - Drops z3c.autoinclude dependency
        
        1.0.2
        -----
        - Supports Plone < 3.3
        
        1.0.1
        -----
        - Release to public repositories
        
        1.0dev (unreleased)
        -------------------
        - Initial release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
