Metadata-Version: 1.0
Name: collective.easyslider
Version: 0.4.1
Summary: The product will allow you to apply an easyslider to any page with the ability to create each slide using a WYSIWYG editor.It also provides a slider view for Folders and Collections.
Home-page: http://plone.org/products/collective.easyslider/
Author: Nathan Van Gheem
Author-email: vangheem@gmail.com
License: GPL
Description: Introduction
        ============
        This product allows you to easily add an easySlider content rotator to any page on a plone site using a WYSIWYG editor to design each slide.
        
        How-to
        ------
        On a page, click actions -> Add Slider.  It should bring you to a slider settings page where you can modify different aspects of the slider and add/remove slides using a WYSWGY editor.  Keep in mind that the slides are fixed width so you need to specify the size you want.  Then you'll want to start adding your slides.  To do this just click ``add new slide`` near the bottom of the page.  Once you've finished adding slides and re-ordering slides, click ``save`` and you should see the slider on your page now.
        
        You can also select a slider view for Folder and Collection content types.  Then the slider settings for that page will include settings to limit the amount of slides to have and to limit the type of slides used.
        
        Examples
        --------
        Examples of this being used in the wild.
        
        * http://www.fbi.gov/
        * http://www.chicagohistory.org
        * http://www.reamp.org
        * http://www.rehabpro.org
        * http://swca.org/
        
        Installation
        ------------
        * add collective.easyslider to your eggs and zcml sections
        * re-run buildout
        * install the product like you would any other Plone product
        
        Uninstall
        ---------
        * Uninstall like normal
        * go to portal_setup in the zmi, click the 'import' tab, select "collective.easyslider uninstall" and click the "Import all steps" button at the bottom to perform clean up.
        
        
        Easy Template Integration
        -------------------------
        
        If you'd like to add dynamic content to your slides, add collective.easytemplate
        to your eggs section in buildout, re-run buildout and restart your installation.
        Then in the slider settings make sure you enable Easy Template.
        
        
        Credits and Contributions
        -------------------------
        * a lot of the credit for the inspiration, styling and insight into this product belongs to Espen Moe-Nilssen 
        
        Changelog
        =========
        
        0.4.1 ~ January 7, 2011 
        -----------------------
        
        - fix slider not being able to be customized TTW in Plone 4
          without an error
          [vangheem]
        
        0.4.0 ~ January 6, 2011
        -----------------------
        
        * add integration with collective.easytemplate. You can now
          easy create dynamic content in slides as you enable it in
          the slide settings.
        
        
        0.3.2 ~ August 28, 2010
        -----------------------
        
        * Fix plone 4 compatibility with interface
          fixes http://plone.org/products/collective.easyslider/issues/9
        
        * no longer set width and height in js
          fixes http://plone.org/products/collective.easyslider/issues/7
        
        
        0.3.1 ~ May 14, 2010
        --------------------
        
        * don't use SESSION to store the index since a user
          could potentially abuse this...
          [vangheem]
        
        
        0.3 ~ May 13, 2010
        ------------------
        
        * remove getSite call from upgrade step as it's unneeded anyways.
          [vangheem]
        
        * no longer open edit slide in light box thing by tranversing a transient
          object--now works with any editor(TinyMCE) fixes http://plone.org/products/collective.easyslider/issues/1
          [vangheem]
          
        
        0.3rc4 ~ April 4, 2010
        ----------------------
        
        * fixed problem where annotations settings were getting
          set from the previous slides since the default values
          were getting changed. fixes http://plone.org/products/collective.easyslider/issues/4
          [vangheem]
        
        * added type='text/css' to style tags
          [vangheem]
          
        
        0.3rc3 ~ April 16, 2010
        -----------------------
        
        * set z-index to 1 on slide-over class since it messes with live search.
          fixes http://plone.org/products/collective.easyslider/issues/3
          [vangheem]
        
        * added pause/play button ability for navigation buttons.
          [vangheem]
          
        * adds fading navigation functionality 
          [vangheem]
          
        
        0.3rc2
        ------
        * added ability for different slide effects
        * removed Zope2 style install and uninstall
        * added slider portlet
        * added no buttons option for navigation type
        
        0.3rc1
        ------
        * added small buttons option for a navigation type
        
        0.3b4
        -----
        * fixed bug where if a content item had a slider page in it's acquisition chain it would throw an error.
        
        0.3b3.1
        -------
        * quick fix for uninstall problem...  should have tested it better!
        
        0.3b3
        -----
        * fixed link issues for images
        
        0.3b2
        -----
        * made some fixes to go to button implementation.
        * added centering attribute
        * can now choose to show the large left right buttons or the go to buttons.
        
        0.3b1.1
        -------
        * moved to easySlider 1.5
        * added auto, pause and continuous options
        * added sliderview to Folder and Collection types
        * added go to buttons and options for slider
        
        0.2b1
        -----
        * better test support
        * better design of settings page
        * changed some descriptions
        * reorganized some code
        * confirmation to remove slide
        
        0.2a1
        -----
        * Everything ready to go
        * no vast browser testing
        * no code testing yet either
        
Keywords: plone easyslider
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
