Create 'planet' from RSS feeds https://github.com/rubys/venus.git
Go to file
2006-09-02 19:01:00 -04:00
docs Docs and more Python backwards compatibility 2006-08-30 16:30:20 -04:00
examples FOAF reading lists 2006-09-02 15:19:01 -04:00
filters Don't die if there is nothing yet... 2006-09-02 19:01:00 -04:00
planet FOAF reading lists 2006-09-02 15:19:01 -04:00
tests FOAF reading lists 2006-09-02 15:19:01 -04:00
themes Mobile theme 2006-09-01 10:13:23 -04:00
.bzrignore Rough in HTMLTMPL support 2006-08-29 01:56:39 -04:00
AUTHORS Docs and more Python backwards compatibility 2006-08-30 16:30:20 -04:00
INSTALL Mobile theme 2006-09-01 10:13:23 -04:00
LICENCE Docs and more Python backwards compatibility 2006-08-30 16:30:20 -04:00
planet.py Add a planet shell 2006-08-26 12:21:51 -04:00
README Docs and more Python backwards compatibility 2006-08-30 16:30:20 -04:00
runtests.py Docs and more Python backwards compatibility 2006-08-30 16:30:20 -04:00
spider.py Change planet:subscription to planet:source, and expand the information 2006-08-18 15:47:10 -04:00
splice.py Theme support 2006-08-21 09:43:09 -04:00
THANKS Docs and more Python backwards compatibility 2006-08-30 16:30:20 -04:00
TODO Docs and more Python backwards compatibility 2006-08-30 16:30:20 -04: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 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