Comment API Implementations
This is the current list of CommentAPI implementations, be they client or server side.
- Me
- The Python implementation of RESTLog, Bulu, supports the CommentAPI.
- Sam Ruby
- Eric Vitiello Jr.
- Simon Fell
- Dare Obasanjo
- Has implemented CommentAPI client support into RSS Bandit.
- Seairth Jacobs
- His Jot software supports the CommentAPI.
- Adrian Frost
- Has implemented it for v1.2 of BlogWorks XML.
- Ted Leung
- Has added support to pyblosxom.
- Mark Lussier
- Has added support to blojsom 1.8.
- James Robertson
- Has added support to BottomFeeder on the client side and has added server side support to his own weblog.
- Scott Watermasysk
- Scott has added server-side support for his weblog at http://aspnetweblog.com and all the other blogs at http://dotnetweblogs.com
- Simon Fell
- Writes that Syndirella (the CVS version) now supports the CommentAPI.
- Kingsley Idehen
- Writes that OpenLink Virtuoso now supports the CommentAPI.
- Bernard Paques
- Yet Another Community System (YACS) now supports the CommentAPI.
Please let me know of any implementations I am missing.
Posted by Roger Benningfield on 2003-04-28 16:39
Posted by Scott Watermasysk on 2003-05-02 15:56
Posted by Joe on 2003-05-14 08:09
Roger, I think that the standard authentication built into HTTP would do, e.g. basic, etc. When a blog reader posted a comment to your CommentAPI endpoint, you reply with a 401 error and the blog reader should notice, authenticate the user and bundle the appropriate authorization bits into the HTTP header in the standard HTTP way.
Posted by Chris Sells on 2003-06-14 12:02
The latest Syndirella code in CVS supports this as well.
Posted by Simon Fell on 2003-08-23 16:18
OpenLink Virtuoso (http://www.openlinksw.com/virtuoso) include a weblog engine, and this engine includes support for the CommentAPI amongst other blog related APIs (Client and Server Side).
My weblog is an example of a Virtuoso Weblog Engine based Blog and it is a live demonstration of CommentAPI support (server side).
Posted by Kingsley Idehen on 2003-09-23 14:30
I added basic support of wfw:commentRss and wfw:comment to serendipity a while ago, a PHP-blog application (www.s9y.org)
Posted by Garvin Hicking on 2004-02-06 19:15
Posted by Ziv Caspi on 2003-04-26 06:07