Metadata-Version: 2.0
Name: yasfb
Version: 0.6.1
Summary: Yet Another Sphinx Feed Builder
Home-page: https://github.com/dhellmann/yasfb
Author: Doug Hellmann
Author-email: doug@doughellmann.com
License: BSD
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
Requires-Dist: Sphinx (>=0.6)
Requires-Dist: pyquery

yasfb
=====

This Sphinx extension is derived Fergus Doyle's `sphinxfeed
<https://github.com/junkafarian>`_ which is in turn derived from Dan
Mackinlay's `sphinxcontrib.feed
<http://bitbucket.org/birkenfeld/sphinx-contrib/src/tip/feed/>`_
package.

Usage
-----

#. Install ``yasfb`` using ``easy_install`` / ``pip`` /
   ``python setup.py install``

#. Add ``yasfb`` to the list of extensions in your ``conf.py``::

       extensions = [..., 'yasfb']

#. Customise the necessary configuration options to correctly generate the
   feed::

       feed_base_url = 'http://YOUR_HOST_URL'
       feed_author = 'YOUR NAME'

Publishing Dates
----------------

Publish dates for feed entries come from either reST metadata embedded
in the file, or the last git commit date for a file.



