In online media, Planet is a feed aggregator application designed to collect posts from the weblogs of members of an Internet community and display them on a single page. Planet runs on a web server. It creates pages with entries from the original feeds in chronological order, most recent entries first.
Planet was written in Python and maintained by Jeff Waugh and Scott James Remnant. There are several successors: Venus, started by Sam Ruby; Pluto, started by hackNY, a second project also named Pluto, started by Gerald Bauer, and most recently Moonmoon.
Released under the Python License, Planet is free software.
Video Planet (software)
Design
Planet uses Mark Pilgrim's Universal Feed Parser to process feeds in RDF, RSS and Atom format, and Tomas Styblo's htmltmpl templating engine to output static files in any format.
Maps Planet (software)
Adoption
Websites that aggregate posts from different blogs using Planet or similar software are known as planets themselves. Such sites are commonly associated with free and open source software projects, where they are used to collect posts from the various developers involved in projects.
See also
- Hackergotchi
- List of feed aggregators
References
External links
- Planet website
- Planet Venus website
- Planet Pluto website
Source of the article : Wikipedia