Go to file
Alper Kanat 7071612bec * planet/__init__.py.orig, planet/__init__.py.backup: deleted these unnecessary
files since they're old backups..
* gezegen/index.html.tmpl: did some code enhancement like fixing indentations
and code styles and used template variables for hardcoded planet url..
* www/foafroll.xml, www/opml.xml, www/rss10.xml, www/rss20.xml, www/index.html:
including these generated files for now..
* www/images/planet.png: added a favicon to the planet.. we might change this in
the future.
2008-10-24 02:07:31 +00:00
gezegen * planet/__init__.py.orig, planet/__init__.py.backup: deleted these unnecessary 2008-10-24 02:07:31 +00:00
planet * planet/__init__.py.orig, planet/__init__.py.backup: deleted these unnecessary 2008-10-24 02:07:31 +00:00
www * planet/__init__.py.orig, planet/__init__.py.backup: deleted these unnecessary 2008-10-24 02:07:31 +00:00
AUTHORS initial import 2008-10-21 20:22:55 +00:00
INSTALL initial import 2008-10-21 20:22:55 +00:00
LICENCE initial import 2008-10-21 20:22:55 +00:00
NEWS initial import 2008-10-21 20:22:55 +00:00
PKG-INFO initial import 2008-10-21 20:22:55 +00:00
planet-cache.py initial import 2008-10-21 20:22:55 +00:00
planet.py initial import 2008-10-21 20:22:55 +00:00
README initial import 2008-10-21 20:22:55 +00:00
runtests.py initial import 2008-10-21 20:22:55 +00:00
setup.py initial import 2008-10-21 20:22:55 +00:00
THANKS initial import 2008-10-21 20:22:55 +00:00
TODO initial import 2008-10-21 20:22:55 +00: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.

It uses Mark Pilgrim's Universal Feed Parser to read from RDF, RSS and Atom
feeds; and Tomas Styblo's templating engine to output static files in any
format you can dream up.

Keywords: feed, blog, aggregator, RSS, RDF, Atom, OPML, Python