Metadata-Version: 1.1
Name: django-rss-plugin
Version: 0.0.1
Summary: A Django CMS plugin to show django-rss-plugin.
Home-page: http://github.com/zgwmike/django-rss-plugin
Author: Guangwen Zhou
Author-email: zgwmike@hotmail.com
License: BSD
Description: =====================
        Django CMS RSS Plugin
        =====================
        
        Simple plugin to show a a rss feed in your django cms site.
        
        Features
        ========
        * Show specified number of feeds in the page.
        * You can choose to open the feed in current window or new window.
        * Show any rss feed you specified.
        * The feed list would be cached for specified time long.
        
        Usage
        =====
        
        Add rssplugin to your INSTALLED_APPS in Django settings.py file.
        like following:
        INSTALLED_APPS = (
            ...
            'rssplugin',
            ...
            )
        Then you are good to go!
        
        Online Resources
        * `Code repository`_.
        
        .. _Code repository: https://github.com/zgwmike/django-rss-plugin
        
Keywords: django cms plugin django-rss-plugin
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: BSD License
