cite-rel-fr

From Microformats Wiki
Jump to navigation Jump to search

Spécification Brouillon Cite-rel du 21 juin 2006

Auteurs

  • EranGloben
  • RyanKing

Remerciements

Merci à Tantek Çelik pour son inspiration et son aide avec la spécification hVia originale qui a en fait évolué dans cela.

Copyright

Cette spécification est (C) 2005-2006 par les auteurs. Néanmoins, les auteurs ont l'intention de soumettre cette spécification à un corps des standards avec une politique de copyright/licence libérale telle que le GMPG (http://gmpg.org/), IETF (http://ietf.org/), et/ou le W3C (http://w3.org). Quiconque souhaite contribuer devrait lire leurs principes de copyright, politiques et licences (par exemple les principes GMPG Principles (http://gmpg.org/principles)) et être d'accord avec eux, y compris la licence de toutes les contributions sous les licences requises (c'est à dire CC-by 1.0 (http://creativecommons.org/licenses/by/1.0/) et supérieures), avant de contribuer.

Brevets

Cette spécification est sujette à une politique de brevet libre de royauté, par exemple selon la Politique de Brevets du W3C (http://www.w3.org/Consortium/Patent-Policy-20040205/), et IETF RFC3667 (http://www.ietf.org/rfc/rfc3667.txt) & RFC3668 (http://www.ietf.org/rfc/rfc3668.txt).

Abstract

This document is the initial draft for the proposed cite-rel microformat. The author(s) wish to encourage anyone reading this document to offer their feedback, critique or opinion regarding the proposed microformat. You may do so on the distributed-discussion-issues page.

cite-rel is one of several microformats. By adding rel values to an XHTML CITE tag, a blog post (for example) can indicate its place in a distributed conversation.

  Sample Simon said in 
  <cite class="rev-reply">
     <a href="http://example.com/blog/?p=1">Example post</a>
  </cite>

The author indicates that the post containing the above markup is in reply to the post at http://example.com/blog/?p=1 This assertion will typically apply to a single blog post (or other such element in an online discussion forum).

Other relationships between pages or posts are also possible, for example via links, updates of previous versions and re-blogging (or forwarding) of content.

Etendue

Cite-rel is specifically designed for tracking distributed conversations carried out over several online discussion forums.

This document does not cover issues related to describing blogs, defining the exact scope of a blog post and other meta-data related to it or proper formats for citation.

Format

En général

The general structure of cite-rel is based on simple XHTML building blocks:

  <cite id="ID" class="RELATION"><a href="SOURCE">source</a></cite>
  <blockquote cite="#ID">
     quoted text
  </blockquote>

The intended semantic meaning of the above structure is “this document cites the document referenced in the link. The relationship between is as described by RELATION. The authors believe that this is a good general format for simple HTML citations. Optionally you may express the connection between the quoted text and the cited source by using the "cite" attribute in the quote/blockquote element.

Relationship values

Cite-rel covers the following possible relationships between documents:

  • Via – a hat-tip or via link, commonly used by bloggers to give credit to someone for providing the information to the blogger.
  • Reply – a reply, as one might see in Email or Usenet discussions.
  • Forward – repeating a post or part of a post as one might forward an Email message.
  • Update – an updated version as one might see in published standards.

All the above relationships (besides via) can be used on both original and follow-up post. To make the relationship explicitly clear we use rel and rev prefixes on those relationships in the same manner that one might use a rel or rev attribute. The resulting relationship class names are as follows.

  • via
  • rev-reply (this document is in reply to the cited document)
  • rel-reply (the cited document is in reply to this one)
  • rev-forward
  • rel-forward
  • rev-update
  • rel-update

Exemples

  Via: <cite class="via">
     <a href="http://example.com/blog/post=17"> Mr. Example </a>
  </cite> 
  In reply to <cite class="rev-reply">
  <a href="http://Example.com/your-blog-annoys-me">
  this post</a></cite>
  by <a href="http://theRyanKing.com/"> Ryan King </a>.
  *INSERT FLAME HERE* 
  This is an update to my
  <cite id="cow_cite" class="rev-update">
     <a href="http://Example.com/blog/?post=17">previous post</a>
  </cite>
  on this topic where I claimed that:
  <blockquote cite="#cow_cite">
     Cows can fly.
  </blockquote>
  Well, I now have proof!
  Ryan had some 
  <cite class="rel-reply">
     <a href="http://theryanking.com/blog/?post=1">
        additional ideas
     </a>
  </cite> 
  about the format.

Profil XMDP

Voir Profil XMDP

Implémentations

This section is informative. The following implementations have been developed which either generate or parse cite-rel. If you have a cite-rel implementation, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page.

  • ...

Références

Normative References

Informative References

  • This document was originally cloned from the rel-directory specification.
  • Distributed-conversation-examples
  • Distributed-conversation-brainstorming

Commentaire

For discussion of cite-rel voir brainstorming conversation distribuée et conversation distribuée.