Metadata-Version: 1.0
Name: sphinxfeed
Version: 0.3
Summary: Sphinx extension for generating RSS feeds
Home-page: https://github.com/junkafarian/sphinxfeed
Author: junkafarian
Author-email: junkafarian@gmail.com
License: BSD
Description: sphinxfeed
        ==========
        
        This Sphinx extension is derived from Dan Mackinlay's `sphinxcontrib.feed
        <http://bitbucket.org/birkenfeld/sphinx-contrib/src/tip/feed/>`_ package.
        
        It relies on the `feedformatter <http://code.google.com/p/feedformatter/>`_
        package instead of Django utils to generate the feed.
        
        Usage
        -----
        
        #. Install ``sphinxfeed`` using ``easy_install`` / ``pip`` /
           ``python setup.py install``
        
        #. Add ``sphinxfeed`` to the list of extensions in your ``conf.py``::
           
               extensions = [..., 'sphinxfeed']
        
        #. Customise the necessary configuration options to correctly generate the
           feed::
        
               feed_base_url = 'http://YOUR_HOST_URL'
               feed_author = 'YOUR NAME'
        
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Documentation
Classifier: Topic :: Utilities
