Metadata-Version: 1.0
Name: Products.remotefolder
Version: 0.2
Summary: Folderish type that loads content from an external source like, for example, RSS feeds
Home-page: http://svn.collective.org/Products.remotefolder
Author: David Jonas
Author-email: david@v2.nl
License: GPL
Description: == Itroduction ==
        
        Remote Folder is a new type, extended from ATFolder, that automatically creates and updates content as Plone types, from remote sources through RSS Feeds.
        
        When you create a Remote folder you provide one or more RSS feed URI and data will be extracted from those feed into new Plone objects such as Pages (Document type) and Images.
        
        
        
        
        Changelog
        =========
        
        0.2 2010-05-27
        ----------------
        
        * Only creates Page items for now with the title and the description as html on the body
        * Supports one or many RSS feeds on the same folder
        * Content is added and updated automatically
        * Main functionality added
        
        0.1 - Unreleased
        ----------------
        
        * Initial commit
        
        
Keywords: plone folderish folder type remote RSS feed
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
