comment-problem-ja: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(08:04, 18 Jul 2006)
 
(冒頭部分を訳した)
Line 1: Line 1:
<!-- english: 08:04, 18 Jul 2006 -->
<!-- english: 08:56, 18 Jul 2006 -->


<h1>Comment Problem</h1>
<h1>Comment Problem</h1>


Shortform: How do you track blog comments you've made?
Shortform: あなたはどうやってblogのコメントを追跡しますか?


Longform: How do track the comments you have made on blogs, comments made on blogs your interested in and comments other people have made on your own blog?  
Longform: あなたがblogに書いたコメントやblogにあるコメントのうちあなたが興味を持ちそうなもの、あなた自身のblogに他人が書いたコメントをどうやって追跡しますか?


How can you do this in a way that can be programically represented, ingested into some kind of datastore, searched or agregated?
あなたはこれを解決するためにどのような方法を用いますか? プログラムで表示させますか? それとも、データストアのようなものに格納しますか? 検索しますか? 集めますか(aggregated)?
__TOC__
__TOC__
== Contributors ==
== Contributors ==

Revision as of 09:04, 18 July 2006


Comment Problem

Shortform: あなたはどうやってblogのコメントを追跡しますか?

Longform: あなたがblogに書いたコメントやblogにあるコメントのうちあなたが興味を持ちそうなもの、あなた自身のblogに他人が書いたコメントをどうやって追跡しますか?

あなたはこれを解決するためにどのような方法を用いますか? プログラムで表示させますか? それとも、データストアのようなものに格納しますか? 検索しますか? 集めますか(aggregated)?

Contributors

  • dotBen (Ben Metcalfe)
  • Tantek Çelik
  • Stephanie Booth for coComment (wannabe contributor)

Examples of desired behaviours

  • I post a comment to a blog, and want to monitor responses made to my comment - but I don't want to have to visit the website regularly to manually check for reponses
  • I want to monitor all comments published to my blog in my newsreader
  • I want to be able to be alerted when someone posts a comment to my favourite blog

Examples of existing formats, products and services

  • coComment provides this kind of functionality by requireing each commentor to regisger an account with them and use a client-based bookmarklet to post a copy of the comment to the cocomment servers. This results in a semantically forked converastion. It does however provide an RSS feed for each blog post.
  • WordPress already offers a comment stream RSS feed that can be pulled into the representation of the standard RSS feed of a blog via extensions in the originally feed.
  • See comment-examples for more specific examples of comments being published on blogs and other sites.