Metadata-Version: 1.0
Name: Products.ImageRepository
Version: 0.8
Summary: A centralized image repository with keyword/tag-based browsing and filtering.
Home-page: http://pypi.python.org/pypi/Products.ImageRepository/
Author: Jarn AS
Author-email: info@jarn.com
License: GPL
Download-URL: http://pypi.python.org/pypi/Products.ImageRepository/
Description: 
        
        Overview
        --------
        
        Image Repository is a centralized BTree-based image repository with
        keyword/tag-based browsing and filtering.
        
        Credits
        -------
        
        Development sponsored by the `Student Services of Bergen,
        Norway <http://sib.uib.no>`_.
        
        Created by `Jarn AS <http://www.jarn.com/>`_ in 2006.
        
        Changelog
        =========
        
        0.8 - 2008-09-17
        ----------------
        
        - Made that `manage_` warning go away.
        [hannosch]
        
        - Added the (already defined) interface so things can be adapted etc.
        [witsch]
        
        - Fixed tests, moved skin registration to ZCML, minor fixes.
        [hannosch]
        
        - Set up actions via gs profile.
        [witsch]
        
        - Updated status message handling.
        [hannosch]
        
        - Images without keywords are now listed in kupu in the root of the keyword
        hierarchy, i.e. when first selecting a repository.
        [mj]
        
        - Fixed listing image keywords in Kupu where all images in the repository have
        the same keywords. This edgecase is always present when there is only one
        image.
        [mj]
        
        
        0.7 - 2007-03-30
        ----------------
        
        - Added action to register the repository in Kupu.
        [fschulze]
        
        - Using interfaces, views and adapters in various places to make this more
        flexible.
        [fschulze]
        
        - Removed unused code.
        [fschulze]
        
Keywords: plone images repository centralized keywords
Platform: Any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
