Metadata-Version: 1.0
Name: Products.republisher
Version: 0.2
Summary: republishes content from a plone site into social networks
Home-page: http://svn.v2.nl/plone/Products.republisher
Author: UNKNOWN
Author-email: UNKNOWN
License: GPL
Description: Introduction
        ============
        
        This product republishes coontent created in a Plone site to the relevant social networks. The idea is, when an item becomes public on a Plone site, it gets automatically spread through the different social networks.
        
        Limitations
        ===========
        
        Version 0.2 still only supports FLICKR for now.
        
        Changelog
        =========
        
        0.2 (2010-10-11)
        -------------------
        
        - Activated FLICKR upload for all content types as long as collective.contentleadimage is installed
        - If items are of type image, image is uploaded, for all other types lead image is upladed if it exists
        - Now creating a new item will automatically upload it if it is public (like Images or files). Other types are uploaded on "Publish"
        - Fixed isPublic() function for all cases
        - All default Plone types allowed by default
        - fixed the republisher on/off button
        
        
        0.1 (2010-10-08)
        -------------------
        
        - Initial release, Posts new "Image" type items to Flickr upon becomming visible to the public (all parents have been published)
        - Uploading happens when a folder containing images gets published and not yet when an Image is created.
        - control panel (site setup) page for Flickr authentication
        - Saves annotation with the id of the flicker image so images dont get uploaded twice.
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
