Create 'planet' from RSS feeds https://github.com/rubys/venus.git
Go to file
2007-03-16 15:02:37 -04:00
docs Encourage contributions. 2007-03-16 09:42:42 -04:00
examples added a couple of examples 2006-10-17 18:39:09 +02:00
filters Cosmetic improvements 2007-03-10 22:19:47 -05:00
planet Retroactive filtering, 2007-03-14 08:16:04 -04:00
tests Ensure that the documentation remains well formed 2007-03-16 15:02:37 -04:00
themes Cosmetic improvements 2007-03-10 22:19:47 -05:00
.bzrignore - Auto-create the cache dir if it doesn't exist 2006-10-18 15:32:56 -05:00
AUTHORS
expunge.py Added expunge and preliminary test cases 2007-03-04 12:00:28 +01:00
LICENCE
planet.py Added expunge and preliminary test cases 2007-03-04 12:00:28 +01:00
README
runtests.py Added --quiet, -q, -v and --verbose command-line options to running tests. 2006-10-20 13:58:36 -04:00
spider.py
splice.py
THANKS Add Morten Frederiksen to THANKS file 2007-03-04 20:44:05 -05:00
TODO Updated TODO to remove item implemented by expunge 2007-03-05 08:36:12 +01:00

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