Metadata-Version: 1.1
Name: yasfb
Version: 0.4.0
Summary: Yet Another Sphinx Feed Builder
Home-page: https://github.com/dhellmann/yasfb
Author: Doug Hellmann
Author-email: doug@doughellmann.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'
        
        
Keywords: Sphinx
Platform: UNKNOWN
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: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Documentation
Classifier: Topic :: Utilities
