distributed-conversation-examples

From Microformats Wiki
Revision as of 21:57, 22 January 2006 by EranGloben (talk | contribs) (created basic page for distributed conversation examples.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Distributed Conversation Examples

This is an exploratory page to document various methods used to anotate online conversations both distributed and not. The purpose of the studies on this page is to serve as background for the design of a microformat to anotate distributed conversations on blogs and other online media.

see citation-brainstorming for more discussion on this topic.

Authors

  • EranGloben

Examples

  • Thread Description Language - TDL is an RDF vocabulary for describing threaded discussions, such as Usenet, weblogs, bulletin boards, and e-mail conversations.
  • Usenet discussions used the references field which includes ALL referenced posts with the one replied to last in a space separated list.
  • RFC2076 - Common Internet Message Headers section 3.6 has the following:
    • In-Reply-To - Reference to message which this message is a reply to.
    • References - In e-mail: reference to other related messages, in Usenet News reference to replied-to-articles.
    • See-Also - References to other related articles in Usenet News.
    • Obsoletes - Reference to previous message being corrected and replaced.
    • Supersedes - Commonly used in Usenet News in similar ways to the "Obsoletes" header described above. In Usenet News, however, Supersedes causes a full deletion of the replaced article in the server, while "Supersedes" and "Obsoletes" in e-mail is implemented in the client and often does not remove the old version of the text.
    • Article-Updates - Only in Usenet News, similar to "Supersedes:" but does not cause the referenced article to be physically deleted.
    • Article-Names - Reference to specially important articles for a particular Usenet Newsgroup.