Create 'planet' from RSS feeds https://github.com/rubys/venus.git
Go to file
2010-06-15 15:12:18 -04:00
docs s/bzr/git/g 2010-06-02 09:47:23 -04:00
examples OPML top 100 changes 2009-01-09 03:11:16 -05:00
filters Get rid of deprecation warning 2010-05-20 15:12:30 -04:00
planet only publish atom, rss10, and rss20 via PuSH 2010-06-15 15:12:08 -04:00
tests PuSH: add test for config value 2010-06-15 15:12:18 -04:00
themes add atom:link ref="self" tags in rss10.xml and rss20.xml 2010-06-15 15:11:55 -04:00
.gitignore .bzrignore => .gitignore 2010-05-14 07:36:57 -04:00
admin_cb.py Added documentation, and small fixes in the admin pages. 2010-06-02 11:25:12 +02:00
AUTHORS Docs and more Python backwards compatibility 2006-08-30 16:30:20 -04:00
expunge.py Added support for more geo tags 2008-08-11 09:30:28 +02:00
LICENCE Docs and more Python backwards compatibility 2006-08-30 16:30:20 -04:00
planet.py add PubSubHubbub-Publisher 1.0 to planet/vendor/, use it to publish at the end of each run 2010-06-15 15:11:59 -04:00
README Trivial typo. 2007-08-03 15:56:50 +02:00
runtests.py MeMeme and html2xhtml plugins 2007-04-30 09:38:09 -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 ensure byline_author filter doesn't drop foreign markup 2007-04-10 07:06:11 -04: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 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