Metadata-Version: 1.0
Name: unweb.iptc
Version: 0.3
Summary: IPTC metadata extraction and storage for images in Plone
Home-page: http://svn.plone.org/svn/collective/unweb.iptc/
Author: Dimitris Moraitis
Author-email: dimo@unweb.me
License: GPL
Description: Introduction
        ============
        
        unweb.iptc will extract IPTC metadata from uploaded images and will save them
        as Dublic Core metadata in Plone. Whenever the Dublin Core metadata is updated
        in Plone, the IPTC metadata inside the image file will be respectively
        updated.
        
        Works independently, or in combination with unweb.watermark.
        
        No need to install from the Plone Control Panel. Simply add it to your buildout
        eggs section.
        
        Created by `unweb.me`_
        
        .. _unweb.me: https://unweb.me
        
        
        Changelog
        =========
        
        0.3 (2011-12-02)
        ----------------
        
        - Cleanup dependencies [fRiSi]
        
          * remove unnecessary depencency on grok
          * no need to initialize the package as Zope2 product
          * move dependencies on plone.app.testing and interlude to
            `unweb.iptc[test]` extra
          * Add dependency on Procuts.CMFPlone and ATContentTypes
        
        
        0.2 (2010-11-22)
        ----------------
        
        - Remove empty locales folder which was causing problems in some buildouts
        
        0.1 (2010-11-13)
        ----------------
        
        - Initial release
        
        Contributors
        ************
        
         - Dimitris Moraitis, dimo at unweb.me
         - Christos Psalits, cpsaltis at unweb.me
         - Markos Gogoulos, provetza at unweb.me
         - Harald Friessnegger, harald at webmeisterei (dot) com
        
Keywords: image photo metadata IPTC keywords plone zope
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Multimedia :: Graphics
