Metadata-Version: 1.1
Name: kotti-feed
Version: 0.1
Summary: Add RSS feed generation to your Kotti site
Home-page: http://pypi.python.org/pypi/kotti_feed
Author: Kotti developers
Author-email: kotti@googlegroups.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: ==========
        kotti_feed
        ==========
        
        This is an extension to the Kotti CMS that allows you to generate RSS
        2.0 feeds from your Kotti site.
        
        `Find out more about Kotti`_
        
        Setting up
        ==========
        
        To setup which content types should be available on RSS feeds set the
        ``kotti_feed.content_types`` variable. An example configuration::
        
         kotti.configurators = 
           kotti_tinymce.kotti_configure
           kotti_feed.kotti_configure
         kotti_feed.content_types = document image
        
        .. _Find out more about Kotti: http://pypi.python.org/pypi/Kotti
        
Keywords: rss kotti cms pylons pyramid
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Pylons
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: License :: Repoze Public License
