Metadata-Version: 1.0
Name: collective.plonetruegallery
Version: 0.5r1
Summary: A true gallery implementation with plone using smooth gallery
Home-page: http://svn.plone.org/svn/collective/collective.plonetruegallery/
Author: Nathan Van Gheem
Author-email: vangheem@gmail.com
License: GPL
Description: Introduction
        ============
        
        This product provides a clean implementation of a gallery with gallery types and the support of sub galleries.
        This projects aims at a plone gallery product that does not depend on mooTools or any other gallery or slideshow javascript library.
        It also has support for picasa and flickr albums all while dynamically loading the images so it large albums load a little better than other versions.
        
        Features:
        -Gallery Content Type
        -Customize smooth gallery size, transition, timed and other settings
        -Can use nested galleries
        
        Browsers Tested On:
        -IE6
        -IE7
        -FF2
        -FF3
        -Safari
        
        Dependencies:
        -gdata - gdata.py is broken so you will need to install this yourself if you want picasa support
        -flickrapi
        -simplejson
        
        This product was created at the University of Wisconsin Oshkosh for use there.
        Changelog
        =========
        
        0.5b1
        ----------------
        *minor bug fixes
        
        0.5b1
        ----------------
        *removed dependency of mooTools and smooth gallery
        *dynamically grabs images
        *better controls
        *better cross browser support
        
        0.4rc3
        ----------------
        *added basic flickr support
        
        0.4rc2
        ----------------
        *refactored code to easily add new gallery types
        *fails gracefully if gdata isn't installed
        *Now you choose the gallery type
        
        0.3 - Beta
        ----------------
        *added support for picasa web albums
        *fixed a few bugs
        
        .2beta-r67403 - Beta
        ----------------
        * added content type icons
        * cleaned up gallery views
        
        .1 - Initial
        ----------------
        * Initial release
        
        
Keywords: gallery plone oshkosh uwosh slideshow photo photos image images
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
