<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=CooloAlacl</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=CooloAlacl"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/CooloAlacl"/>
	<updated>2026-05-03T15:43:23Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=cite-rel&amp;diff=36783</id>
		<title>cite-rel</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=cite-rel&amp;diff=36783"/>
		<updated>2009-01-03T09:03:40Z</updated>

		<summary type="html">&lt;p&gt;CooloAlacl: chilili&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;eltchic4tde&lt;br /&gt;
= Cite-rel Draft Specification 2006â02â21 =&lt;br /&gt;
&lt;br /&gt;
=== Authors ===&lt;br /&gt;
* EranGloben&lt;br /&gt;
* RyanKing&lt;br /&gt;
&lt;br /&gt;
=== Acknowledgements ===&lt;br /&gt;
Thanks to Tantek Ãelik for his inspiration and help with the original [http://theryanking.com/blog/archives/2005/05/06/hvia/ hVia specification] which eventually evolved into this.&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
This specification is (C) 2005-2006 by the authors. However, the authors intend to submit this specification to a standards body with a liberal copyright/licensing policy such as the GMPG (http://gmpg.org/), IETF (http://ietf.org/), and/or W3C (http://w3.org). Anyone wishing to contribute should read their copyright principles, policies and licenses (e.g. the GMPG Principles (http://gmpg.org/principles)) and agree to them, including licensing of all contributions under all required licenses (e.g. CC-by 1.0 (http://creativecommons.org/licenses/by/1.0/) and later), before contributing. &lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
This specification is subject to a royalty free patent policy, e.g. per the W3C Patent Policy (http://www.w3.org/Consortium/Patent-Policy-20040205/), and IETF RFC3667 (http://www.ietf.org/rfc/rfc3667.txt) &amp;amp; RFC3668 (http://www.ietf.org/rfc/rfc3668.txt). &lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
   Sample Simon said in &lt;br /&gt;
   &amp;amp;lt;cite class=&amp;quot;rev-reply&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;amp;lt;a href=&amp;quot;http://example.com/blog/?p=1&amp;quot;&amp;gt;Example post&amp;amp;lt;/a&amp;gt;&lt;br /&gt;
   &amp;amp;lt;/cite&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The author indicates that the post containing the above markup is in reply to the post at http://example.com/blog/?p=1&lt;br /&gt;
This assertion will typically apply to a single blog post (or other such element in an online discussion forum).&lt;br /&gt;
&lt;br /&gt;
Other relationships between pages or posts are also possible, for example via links, updates of previous versions and re-blogging (or forwarding) of content.&lt;br /&gt;
&lt;br /&gt;
== Scope ==&lt;br /&gt;
Cite-rel is specifically designed for tracking distributed conversations carried out over several online discussion forums.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
===In general===&lt;br /&gt;
&lt;br /&gt;
The general structure of cite-rel is based on simple XHTML building blocks:&lt;br /&gt;
&lt;br /&gt;
   &amp;amp;lt;cite id=&amp;quot;ID&amp;quot; class=&amp;quot;RELATION&amp;quot;&amp;gt;&amp;amp;lt;a href=&amp;quot;SOURCE&amp;quot;&amp;gt;source&amp;amp;lt;/a&amp;gt;&amp;amp;lt;/cite&amp;gt;&lt;br /&gt;
   &amp;amp;lt;blockquote cite=&amp;quot;#ID&amp;quot;&amp;gt;&lt;br /&gt;
      quoted text&lt;br /&gt;
   &amp;amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
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 &amp;quot;cite&amp;quot; attribute in the quote/blockquote element.&lt;br /&gt;
&lt;br /&gt;
===Relationship values===&lt;br /&gt;
Cite-rel covers the following possible relationships between documents:&lt;br /&gt;
* Via â a hat-tip or via link, commonly used by bloggers to give credit to someone for providing the information to the blogger.&lt;br /&gt;
* Reply â a reply, as one might see in Email or Usenet discussions.&lt;br /&gt;
* Forward â repeating a post or part of a post as one might forward an Email message.&lt;br /&gt;
* Update â an updated version as one might see in published standards.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
* via&lt;br /&gt;
* rev-reply (this document is in reply to the cited document)&lt;br /&gt;
* rel-reply (the cited document is in reply to this one)&lt;br /&gt;
* rev-forward&lt;br /&gt;
* rel-forward&lt;br /&gt;
* rev-update&lt;br /&gt;
* rel-update&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
   Via: &amp;amp;lt;cite class=&amp;quot;via&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;amp;lt;a href=&amp;quot;http://example.com/blog/post=17&amp;quot;&amp;gt; Mr. Example &amp;amp;lt;/a&amp;gt;&lt;br /&gt;
   &amp;amp;lt;/cite&amp;gt; &lt;br /&gt;
&lt;br /&gt;
   In reply to &amp;amp;lt;cite class=&amp;quot;rev-reply&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;amp;lt;a href=&amp;quot;http://Example.com/your-blog-annoys-me&amp;quot;&amp;gt;&lt;br /&gt;
   this post&amp;amp;lt;/a&amp;gt;&amp;amp;lt;/cite&amp;gt;&lt;br /&gt;
   by &amp;amp;lt;a href=&amp;quot;http://theRyanKing.com/&amp;quot;&amp;gt; Ryan King &amp;amp;lt;/a&amp;gt;.&lt;br /&gt;
   *INSERT FLAME HERE* &lt;br /&gt;
&lt;br /&gt;
   This is an update to my&lt;br /&gt;
   &amp;amp;lt;cite id=&amp;quot;cow_cite&amp;quot; class=&amp;quot;rev-update&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;amp;lt;a href=&amp;quot;http://Example.com/blog/?post=17&amp;quot;&amp;gt;previous post&amp;amp;lt;/a&amp;gt;&lt;br /&gt;
   &amp;amp;lt;/cite&amp;gt;&lt;br /&gt;
   on this topic where I claimed that:&lt;br /&gt;
   &amp;amp;lt;blockquote cite=&amp;quot;#cow_cite&amp;quot;&amp;gt;&lt;br /&gt;
      Cows can fly.&lt;br /&gt;
   &amp;amp;lt;/blockquote&amp;gt;&lt;br /&gt;
   Well, I now have proof!&lt;br /&gt;
&lt;br /&gt;
   Ryan had some &lt;br /&gt;
   &amp;amp;lt;cite class=&amp;quot;rel-reply&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;amp;lt;a href=&amp;quot;http://theryanking.com/blog/?post=1&amp;quot;&amp;gt;&lt;br /&gt;
         additional ideas&lt;br /&gt;
      &amp;amp;lt;/a&amp;gt;&lt;br /&gt;
   &amp;amp;lt;/cite&amp;gt; &lt;br /&gt;
   about the format.&lt;br /&gt;
&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
see [[cite-rel-profile|XMDP Profile]]&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
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. &lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
Normative References &lt;br /&gt;
* HTML 4 (http://www.w3.org/TR/REC-html40/) &lt;br /&gt;
* XHTML (http://www.w3.org/TR/xhtml1/) &lt;br /&gt;
* XMDP (http://gmpg.org/xmdp/) &lt;br /&gt;
Informative References &lt;br /&gt;
* This document was originally cloned from the rel-directory specification. &lt;br /&gt;
* Distributed-conversation-examples&lt;br /&gt;
* Distributed-conversation-brainstorming&lt;br /&gt;
&lt;br /&gt;
=== Commentary ===&lt;br /&gt;
For discussion of cite-rel see [[distributed-conversation-brainstorming]] and [[distributed-conversation]].&lt;/div&gt;</summary>
		<author><name>CooloAlacl</name></author>
	</entry>
</feed>