Metadata-Version: 1.1
Name: djpubsubhubbub
Version: 0.5
Summary: Django PubSubHubbub App
Home-page: http://bitbucket.org/petersanchez/djpubsubhubbub/
Author: Peter Sanchez
Author-email: petersanchez@gmail.com
License: BSD License
Description: ========
        README
        ========
        
        This is a mirror of the original app (see ORIGINAL README below.)
        
        The small changes I made were just to integrate custom header
        support into the app. This is needed to interface with the
        SuperFeedr.com hub.
        
        ============
        DEPENDENCIES
        ============
        
        Requires the django-easyconfig and feedparser packages.
        
        $ sudo pip install django-easyconfig
        $ sudo pip install feedparser
        
        # Note, if you install djpubsubhubbub from pip yourself,
        # it should handle the dependencies for you.
        
        ============
        REQUIREMENTS
        ============
        
        This app assumes you are running at least Python 2.4
        and Django 1.2
        
        
        ===============
        ORIGINAL README
        ===============
        
        This is a Django PubSubHubBub module.
        
        Code is at:
        
        https://git.participatoryculture.org/djpubsubhubbub
        
        License information is in the LICENSE file.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Environment :: Web Environment
Requires: django_easyconfig
Requires: feedparser
