Metadata-Version: 1.0
Name: collective.fancyzoomview
Version: 0.3
Summary: Smooth javascript image zooming for Plone folders and topics.
Home-page: https://svn.plone.org/svn/collective/collective.fancyzoomview
Author: Timo Stollenwerk
Author-email: timo@zmag.de
License: GPL
Description: Introduction
        ============
        
        collective.fancyzoomview provides smooth Javascript image zooming for Plone folders and topics loosely based on Cabel Maxfield Sasser's `Fancy Zoom`.
        
        .. _`Fancy Zoom`: http://www.cabel.name/2008/02/fancyzoom-10.html
        
        Since version 0.3, collective.fancyzoomview is based on `Steve Smith's jquery version of Fancy Zoom`.
        
        .. _`Steve Smith's jquery version of Fancy Zoom`: http://orderedlist.com/articles/fancyzoom-meet-jquery
        
        Buildout Installation
        =====================
        
        Add the following code to your buildout.cfg::
        
        [buildout]
        ...
        eggs =
        ...
        collective.fancyzoomview
        ...
        
        ...
        [instance]
        ...
        zcml =
        ...
        collective.fancyzoomview
        ...
        
        
        Changelog
        =========
        
        0.3 (2008/12/25)
        ----------------
        
        * Switch from Cabel Strasser's fancy zoom view javascript to Steve Smith's jquery based javascript
        
        0.2 (2008/06/09)
        ----------------
        
        * Initial release
        
        0.1 (unreleased)
        ----------------
        
        
        
        
Keywords: plone javascript image
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
