[uf-discuss] distributed discussion and cite-rel (+ hCard)
Jon Tan
microformats at gr0w.com
Wed Feb 22 13:31:55 PST 2006
Eran wrote:
> The general purpose of cite-rel is tracking distributed conversations
> (mostly in blog posts but not exclusively). This Microformat allows
> authors to indicate relationships between their post and other posts
> anywhere on the Internet.
Hi Eran
I've just read the wiki and have made a very tentative effort to combine
hCard and cite-rel µFs in 3 examples for use in our blog app. Would the
first [1] with the vcard url and the source url for rel-cite within the
<cite class="vcard"></cite> be confusing? The other examples [2][3]
remove the vcard to outside the <blockquote> but would that remove an
implicit association between the author of the quote and the distributed
conversation? I've tried to take in to account quotations within a post
and also relevant quotes that may appear as comments to a post. Comments
and corrections would be appreciated.
Thanks
Jon
[1]
<blockquote>
Quotation - <cite class="vcard"><a class="url fn" href="url">Joe
Bloggs</a> - <a rel="cite" href="source url">source title</a></cite>
</blockquote>
[2]
<blockquote>
Quotation - <a rel="cite" href="source url">source title</a>
</blockquote>
<cite class="vcard"><a class="url fn" href="url">Joe Bloggs</a></cite>
[3]
<blockquote>
Quotation - <a rel="cite" href="source url">source title</a>
</blockquote>
<cite class="vcard fn">Joe Bloggs (<a class="url"
href="url">http://url</a></cite>
More information about the microformats-discuss
mailing list