Create 'planet' from RSS feeds https://github.com/rubys/venus.git
Go to file
Chris Dolan f9e78f3d80 - Auto-create the cache dir if it doesn't exist
- template_directories defaults to '.'
- Bugfix in xsltproc shell argument order
- Add cache dir to .bzrignore, plus Mac .DS_Store file
2006-10-18 15:32:56 -05:00
docs Documentation nits 2006-10-17 11:17:26 -04:00
examples added a couple of examples 2006-10-17 18:39:09 +02:00
filters xpath sifter and category support 2006-09-15 07:20:54 -04:00
planet - Auto-create the cache dir if it doesn't exist 2006-10-18 15:32:56 -05:00
tests Correct mime type in entry.source.link[rel='self'] 2006-10-17 16:08:44 -04:00
themes Newline at end of feed 2006-10-17 14:44:11 -04:00
.bzrignore - Auto-create the cache dir if it doesn't exist 2006-10-18 15:32:56 -05:00
AUTHORS
LICENCE
planet.py Load configuration only once 2006-09-03 09:14:39 -04:00
README Documentation updates 2006-10-17 09:57:38 -04:00
runtests.py Attempt to produce better error messages if dependencies aren't met 2006-10-09 12:17:57 -04:00
spider.py Load configuration only once 2006-09-03 09:14:39 -04:00
splice.py Load configuration only once 2006-09-03 09:14:39 -04:00
THANKS Continue processing entries even after one is filtered out 2006-10-18 10:28:17 -04:00
TODO Documentation updates 2006-10-17 09:57:38 -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 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