sphinx-contrib / feed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README for sphinx-feed

This Sphinx extension generates an RSS feed your site containing all articles that occur therein, indexed by document date. Date is supplied as a standard document metadata field. (The ReST cheat sheet has one, for example, or see the test suite for other examples.)

Licence

Incorporates feedgenerator.py from the Django project, licensed under the BSD license.

The rest of the project is also released under the BSD licence.

Contributors

Original version by Dan MacKinlay with contributions by Keegan Carruthers-Smith. Contributors hereby release their code under the BSD license.

TODO

  • inject rel="alternate" RSS links into document header pointing to the RSS feed. For now you roll your own in the template
  • make the latest directive more useful
  • use sphinx-style documentation (!)

About


Languages

Language:Python 96.0%Language:Makefile 4.0%