Calendar
Archive
- July 2010 (1)
- June 2010 (1)
- May 2010 (3)
- April 2010 (9)
- March 2010 (10)
- February 2010 (7)
- January 2010 (9)
- December 2009 (9)
- November 2009 (22)
- October 2009 (8)
- September 2009 (11)
- August 2009 (1)
- July 2009 (2)
- May 2009 (1)
- March 2009 (5)
- February 2009 (9)
- January 2009 (2)
- November 2008 (4)
- October 2008 (4)
- September 2008 (2)
- August 2008 (1)
- June 2008 (1)
- May 2008 (5)
- April 2008 (2)
- March 2008 (3)
- February 2008 (12)
- January 2008 (16)
Needed: An Open-Protocol System for Commenting on the Web
One thing that many blogs have embraced is the trackback system for blogs to shout out to other blogs that they’re linking to them or using their information. This is a wonderful idea, and a similar solution should be applied to comments.
Now, I’m not fully up to speed with micro-formats and RDF, and such, but such a system should be easy to create and implement. The first thing we should do is extend RSS to include it. We already have the <comments> tag, which should obviously link to an RSS feed of comments for the item (using this new system, anyway.) So we need to add a <postComment> tag, yes?
This tag could go in either the <channel> element (for Comment-Streams) or in the <item> element (for news-streams and/or as a direct reply to other comments). Lets break it down something like this:
This would allow a large amount of customization for systems that have different fields without too much change needed. Just an extension to the current RSS spec. Essentially something similar could be done. What are your thoughts, improvements, and ideas for this?