This application is a web service, a FeedFlare, that enhances a blog feed by adding the blog labels to the bottom of the post when the post is displayed in a feed reader such as Google Reader or Bloglines. If you have a blog feed, you can use this software through Feedburner's FeedFlare system.
Here's an example of what your blog will look like in Google Reader if you use this Feedflare:
Your blogging software must add the labels themselves into the Atom feed as '<atom:category>' tags or in the rss feed as "<rss:category>" tags.
The Feedflare XML is located here if you wish to use it within Feedburner. Just update your Feedburner Feed in the FeedFlare section under "Optimize," see the guide here.
This Feedflare works with Blogger.com blogs as well as Wordpress blogs. Other blog services are not supported at this time. Your feed can be an atom feed or rss feed, both should work. Rss feeds are converted to Atom feeds, internally.
An example invocation for a Blogger.com blog:
http://feedflare-categories.appspot.com/?id=tag%3Ablogger.com%2C1999%3Ablog-24460612.post-8779556066385924353&generator=Blogger
An example invocation for a Wordpress blog:
http://feedflare-categories.appspot.com/?id=http%3A%2F%2Fthinksimplenow.com%2Fclarity%2Fa-time-of-reflection%2F&generator=http%3A%2F%2Fwordpress.org%2F%3Fv%3D2.3.1
You can use the Feedflare Scratchpad to play with this service.
This application's code is hosted on Google Code at the FeedFlare-Categories project. See category.py for the main request handler.
Want to contribute? Please contact the project manager, Amar Zumkhawala, at amarzumkhawala@gmail.com.