comments-formats-fr
From Microformats
[edit]
Discussion des Participants
[edit]
Auteurs
- Chris Messina (http://blog.factoryjoe.com/), Round Two, Inc. (http://roundtwo.com)
- Stephanie Booth (http://climbtothestars.org), coComment (http://cocomment.com)
(traduction en cours Christophe Ducamp happy to see Stephanie here which could hopefully correct my mistakes !)
[edit]
Formats Actuels des Commentaires
Il y a eu plusieurs tentatives de définir les formats de données pour poster des "commentaires" sur le Web.
Cette page sert à documenter la liste actuelle des shémas de commentaires et efforts pour contextualiser le design d'un simple microformat pour les commentaires.
[edit]
Exemples venant de la jungle
- brianstorms (movable type) (extrait de http://www.brianstorms.com/archives/000580.html)
<div class="comments-body"> <p>Congratulations! Any list that includes Molly Holzschlag and Wil Wheaton is certainly something... and that's just the Honorable Mentions.</p> <p>Now to scrape the links of all the rest of those "people you may not know but probably should"...</p> <span class="comments-post">Posted by: <a href="http://www.brianstorms.com/mt/mt-comments.cgi?__mode=red&id=3826">Chris</a> at June 21, 2005 08:53 PM</span> </div>
- mfComment "petit" exemple :
<div class="mfcomment">
<a class="url" rel="target" href="http://an9.org/devdev/shdh2/>
<span class="commenter">anonymous</span>
<abbr class="dtcommented" title="20050612T21:30-0700">June 12th, 2005</abbr>
<div class="description">
<p>Gosh, this is neat.</p>
</div>
<a class="url" rel="self bookmark" href="http://sxore.com/comment/view/14">link to this comment</a>
</div>
- CommentAPI
http://wellformedweb.org/story/9 ça va de soit, ce n'est pas du XHTML, mais ce devrait être encore utile comme un exemple pour exprimer des commentaires structurellement.
- XOXO Blog Format (http://blogxoxo.blogspot.com/2006/01/xoxo-blog-format.html) (sous-ensemble de commentaire et extension suggérée vers hatom)
<ul class="xoxo comments">
<li id="c836428">
Posted on <a href="COMMENT PERMALINK" title="COMMENT TIMESTAMP (unix timestamp in seconds or nanoseconds)">COMMENT DATE POSTED</a>
by <a href="AUTHOR URL">AUTHOR NAME</a>
<dl>
<dt>body</dt>
<dd>COMMENT BODY</dd>
</dl>
</li>
</ul>
- Wordpress.com
extrait de [1] (http://steph.wordpress.com/2006/06/04/before-and-after/)
<ol id="commentlist"> <li class="alt" id="comment-1143"> <h3 class="commenttitle"><a href='http://www.derriere-le-hublot.com' rel='external nofollow'>virginie</a> said,</h3> <p class="commentmeta">June 6, 2006 @ <a href="#comment-1143" title="Permanent link to this comment">9:02 pm</a></p> <p>Nice hairdo! I really think it suits you! And the colour is different from the last times, isn’t it?</p> </li> </ol>
