This directory is a BZR Repository. You can browse the current version of the software by clicking on the file listings below. To create your own branch, do a

bzr get http://golem.ph.utexas.edu/~distler/code/venus/

Updates can then be obtained via:

bzr pull
Icon  Name                    Last modified      Size  Description
[DIR] Parent Directory - [TXT] AUTHORS 08-Sep-2006 01:49 207 [TXT] LICENCE 08-Sep-2006 01:49 12K [   ] THANKS 01-May-2007 10:07 1.4K [TXT] TODO 17-Mar-2007 00:45 170 [DIR] docs/ 01-May-2007 10:07 - [DIR] examples/ 11-Nov-2007 15:03 - [TXT] expunge.py 17-Mar-2007 00:45 385 [DIR] filters/ 04-Jan-2009 20:51 - [TXT] planet.py 17-Mar-2007 00:45 2.0K [DIR] planet/ 04-Jan-2009 20:51 - [TXT] runtests.py 01-May-2007 10:07 1.4K [TXT] spider.py 08-Sep-2006 01:49 505 [TXT] splice.py 08-Sep-2006 01:49 423 [DIR] tests/ 11-Nov-2007 15:03 - [DIR] themes/ 01-May-2007 10:07 -
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 or 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