Create 'planet' from RSS feeds https://github.com/rubys/venus.git
Go to file
Sam Ruby e74cd4d6cb Don't choke on RSS feeds containing source elements; provide better messages
if there is a fetch failure and no cached version
2006-10-10 22:52:06 -04:00
docs
examples
filters
planet Don't choke on RSS feeds containing source elements; provide better messages 2006-10-10 22:52:06 -04:00
tests Don't choke on RSS feeds containing source elements; provide better messages 2006-10-10 22:52:06 -04:00
themes
.bzrignore
AUTHORS
INSTALL
LICENCE
planet.py
README
runtests.py Attempt to produce better error messages if dependencies aren't met 2006-10-09 12:17:57 -04:00
spider.py
splice.py
THANKS THANKS += Brian Ewins 2006-09-23 07:34:09 -04:00
TODO

Planet
------

Planet is a flexible feed aggregator. It downloads news feeds published by
web sites and aggregates their content together into a single combined feed,
latest news first.  This version of Planet is named Venus as it is the
second major version.  The first version is still in wide use and is
also actively being maintained.

It uses Mark Pilgrim's Universal Feed Parser to read from CDF, RDF, RSS and
Atom feeds; Leonard Richardson's Beautiful Soup to correct markup issues;
and Tomas Styblo's templating engine to output static files in any
format you can dream up.

To get started, check out the INSTALL file in this directory.  If you have any
questions or comments, please don't hesitate to use the planet mailing list:

  http://lists.planetplanet.org/mailman/listinfo/devel

Keywords: feed, blog, aggregator, RSS, RDF, Atom, OPML, Python