Create 'planet' from RSS feeds https://github.com/rubys/venus.git
Go to file
2006-12-07 15:03:15 -05:00
docs Hash content to determine if it was modified 2006-11-22 12:31:22 -05:00
examples
filters
planet Ensure planet information makes it into the source element 2006-11-26 11:10:47 -05:00
tests Ensure planet information makes it into the source element 2006-11-26 11:10:47 -05:00
themes HTML5 2006-12-07 15:03:15 -05:00
.bzrignore
AUTHORS
LICENCE
planet.py
README
runtests.py
spider.py
splice.py
THANKS Spider threads 2006-11-14 14:08:15 -05: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 either Tomas Styblo's templating engine Daniel Viellard's implementation
of XSLT to output static files in any format you can dream up.

To get started, check out the documentation in the docs 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