<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Limbo</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Limbo"/>
	<link rel="alternate" type="text/html" href="http://microformats.org/wiki/Special:Contributions/Limbo"/>
	<updated>2026-05-13T23:25:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=hcard-tests&amp;diff=1031</id>
		<title>hcard-tests</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=hcard-tests&amp;diff=1031"/>
		<updated>2005-07-22T22:34:41Z</updated>

		<summary type="html">&lt;p&gt;Limbo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;DanConnolly is working on [http://dev.w3.org/cvsweb/2001/palmagent/hcardTest.html hcardTest.html]; [http://dev.w3.org/cvsweb/~checkout~/2001/palmagent/hcardTest.html?rev=HEAD&amp;amp;content-type=text/html;%20charset=iso-8859-1 the current version] is always available. (I dunno why cvsweb uses the ordinary looing URL for the changelog rather than the current version.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;vCard&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Limbo</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=distributed-conversation-brainstorming&amp;diff=1139</id>
		<title>distributed-conversation-brainstorming</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=distributed-conversation-brainstorming&amp;diff=1139"/>
		<updated>2005-07-13T21:27:39Z</updated>

		<summary type="html">&lt;p&gt;Limbo: /* citeRel vs. relCite */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=citeRel brainstorming=&lt;br /&gt;
Various parties have proposed microformats related to citations and distributed conversations. Ryan King and Eran Globen started with hVia (which became citeVia and later citeRel :-)). You can see the conversation in these blog posts:&lt;br /&gt;
&lt;br /&gt;
People already cite their sources in their blog posts and it would be great (and shouldn't be too difficult) to track that information. In that vein, read [http://theryanking.com/blog/archives/2005/05/06/hvia/ this post] which covers the initial thinking on the topic. ([http://theryanking.com/blog/archives/2005/05/09/citevia/ This] was a followup post).&lt;br /&gt;
&lt;br /&gt;
Later, [http://hellononline.com Eran] [http://hellonline.com/blog/?p=18 expanded the idea] to encompass not just via citations, but replies and updates as well. Follow up post [http://hellonline.com/blog/?p=19 here].&lt;br /&gt;
&lt;br /&gt;
==Problem==&lt;br /&gt;
The basic idea we're trying to solve here is the tracking of distributed conversation- more specifically, distributed conversation between blog posts– the scope is intentionally limited here, though other aspects of distributed conversation are certainly important and related.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:A smaller portion of the problem is in identifying the most authoritative sources in a web-wide thread. In researching anything, the ability to identify a primary source is invaluable. Adding this kind of ordinality would add value to any list of related links such as a tag page.&lt;br /&gt;
&lt;br /&gt;
:Citing (quoting or refering to as an authoritative source or precedent) and hat-tipping (giving credit to a non-primary source for calling attention to a primary [authoritative] source) are certainly two different animals. Common etiquette suggests use of anchor tags because they can be actuated by the user.&lt;br /&gt;
&lt;br /&gt;
:I dug around at [http://www.w3.org WC3] and found rel=&amp;quot;cite&amp;quot; is ''already defined'' in the [http://www.w3.org/TR/2005/WD-xhtml2-20050527/mod-metaAttributes.html XHTML Metainformation Attributes Module]. In the [http://www.w3.org/TR/2005/WD-xhtml2-20050527/mod-hyperAttributes.html XHTML 2.0 Hypertext Attribute Collection], href and cite attributes are defined and may coexist but they behave differently: The href attribute &amp;quot;specifies a URI that is actuated when the element is activated.&amp;quot; For the cite attribute, &amp;quot;User Agents MUST provide a means for the user to actuate the link.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:Whereas authors in general like their work to be cited with hyperlinks, and whereas users can be counted upon to cite primary and non-primary sources simultaneously without differentiating them, and whereas the only difference between a primary citation and a non-primary citation is the potential for skipped vias when considered across a distributed conversation, and whereas the use of existing specifications is preferred to the creation of redundant systems, and whereas increasing attributes is less severe than increasing nested elements, I propose that good definition and use of rel=&amp;quot;cite&amp;quot; will resolve the problem of crediting sources via anchors. &amp;lt;cite&amp;gt;Andy Skelton&amp;lt;/cite&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::I see the conclusion as quite the opposite.  Because rel=&amp;quot;cite&amp;quot; *is* defined in XHTML2 drafts, and microformats allow you add rel values to HTML4/XHTML1 *now*, adopting the same convention makes a lot of sense.&lt;br /&gt;
&lt;br /&gt;
::If anything it bolsters the case for rel=&amp;quot;cite&amp;quot; (as opposed to some other value like rel=&amp;quot;source&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
::In a relCite microformat, you would define the &amp;quot;cite&amp;quot; value by normatively referencing XHTML2, rather than redefining it (even copy/pasting the definition from the XHTML2 spec -- though one could do so &amp;quot;informatively&amp;quot;), just like in [[hcard|hCard]], we define the properties by normatively referencing vCard. &amp;lt;cite&amp;gt;Tantek&amp;lt;/cite&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:::[http://www.w3.org/TR/2005/WD-xhtml2-20050527/ XHTML 2.0] states that it &amp;quot;should in no way be considered stable, and should not be normatively referenced for any purposes whatsoever.&amp;quot; &amp;lt;cite&amp;gt;Andy Skelton&amp;lt;/cite&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Nested cite/anchor tags ==&lt;br /&gt;
&lt;br /&gt;
== rel=&amp;quot;cite&amp;quot; / rev=&amp;quot;cite&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
This could be a way to indicate a citation of linked content, typically web pages (or portions thereof, like blog posts) but inclusive of any kind of resource with a URL. &amp;quot;Cite&amp;quot; is defined as &amp;quot;to quote or refer to as a precedent or authority.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
By adding &amp;lt;code&amp;gt;rel=&amp;quot;cite&amp;quot;&amp;lt;/code&amp;gt; to a hyperlink, an author could indicate that the destination of that hyperlink is an authoritative source or a precedent to the current page. rel=&amp;quot;cite&amp;quot; would be used whether an author cites by quotation:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;blockquote&amp;gt;Our liberty depends on the freedom of the&lt;br /&gt;
press, and that cannot be limited without being lost.&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://en.wikiquote.org/wiki/Thomas_Jefferson&amp;quot; rel=&amp;quot;cite&amp;quot;&amp;gt;&lt;br /&gt;
Thomas Jefferson&amp;lt;/a&amp;gt;&amp;lt;/blockquote&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
or by reference only:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;a href=&amp;quot;http://example.com/joeschmoe/article/99/&amp;quot; rel=&amp;quot;cite&amp;quot;&amp;gt;&lt;br /&gt;
Joe Schmoe's latest rant&amp;lt;/a&amp;gt; is wrong, wrong, wrong...&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;rel=&amp;quot;cite&amp;quot;&amp;lt;/code&amp;gt; hyperlinks are intended to be visible links on pages and posts.  Note that other markup may be used to indicate citation:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;blockquote cite=&amp;quot;http://en.wikiquote.org/wiki/Thomas_Jefferson&amp;quot;&amp;gt;&lt;br /&gt;
Our liberty depends on the freedom of the press, and that cannot be&lt;br /&gt;
limited without being lost.&amp;lt;cite&amp;gt;Thomas Jefferson&amp;lt;/cite&amp;gt;&amp;lt;/blockquote&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
but User Agents are not compelled to expose a link to the cited resource. Hyperlinks are preferred by most authors because they afford the user easy access to the cited resource.&lt;br /&gt;
&lt;br /&gt;
== citeRel vs. relCite ==&lt;br /&gt;
For basic structure and markup of citations it has been suggested that we use the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- relCite example --&amp;gt;&lt;br /&gt;
&amp;lt;a rel=&amp;quot;cite&amp;quot; href=&amp;quot;source.url&amp;quot;&amp;gt;source.title&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
instead of &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- citeRel example --&amp;gt;&lt;br /&gt;
&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;source.url&amp;quot;&amp;gt;source.title&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There are several reasons to prefer the citeRel form over the relCite form of markup:&lt;br /&gt;
# citeRel uses only existing XHTML elements and values where relCite uses a new rel value.&lt;br /&gt;
# citeRel is easily extensible without breaking it's existing meaning.&lt;br /&gt;
&lt;br /&gt;
==Additional Resources==&lt;br /&gt;
* Thread Description Language - TDL is an RDF vocabulary for describing threaded discussions, such as Usenet, weblogs, bulletin boards, and e-mail conversations.&lt;br /&gt;
** http://www.eyrie.org/~zednenem/2002/web-threads/&lt;br /&gt;
** http://www.eyrie.org/~zednenem/2002/wtprofile/&lt;/div&gt;</summary>
		<author><name>Limbo</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=distributed-conversation-brainstorming&amp;diff=868</id>
		<title>distributed-conversation-brainstorming</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=distributed-conversation-brainstorming&amp;diff=868"/>
		<updated>2005-07-13T17:29:56Z</updated>

		<summary type="html">&lt;p&gt;Limbo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=citeRel brainstorming=&lt;br /&gt;
Various parties have proposed microformats related to citations and distributed conversations. Ryan King and Eran Globen started with hVia (which became citeVia and later citeRel :-)). You can see the conversation in these blog posts:&lt;br /&gt;
&lt;br /&gt;
People already cite their sources in their blog posts and it would be great (and shouldn't be too difficult) to track that information. In that vein, read [http://theryanking.com/blog/archives/2005/05/06/hvia/ this post] which covers the initial thinking on the topic. ([http://theryanking.com/blog/archives/2005/05/09/citevia/ This] was a followup post).&lt;br /&gt;
&lt;br /&gt;
Later, [http://hellononline.com Eran] [http://hellonline.com/blog/?p=18 expanded the idea] to encompass not just via citations, but replies and updates as well. Follow up post [http://hellonline.com/blog/?p=19 here].&lt;br /&gt;
&lt;br /&gt;
==Problem==&lt;br /&gt;
The basic idea we're trying to solve here is the tracking of distributed conversation- more specifically, distributed conversation between blog posts– the scope is intentionally limited here, though other aspects of distributed conversation are certainly important and related.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:A smaller portion of the problem is in identifying the most authoritative sources in a web-wide thread. In researching anything, the ability to identify a primary source is invaluable. Adding this kind of ordinality would add value to any list of related links such as a tag page.&lt;br /&gt;
&lt;br /&gt;
:Citing (quoting or refering to as an authoritative source or precedent) and hat-tipping (giving credit to a non-primary source for calling attention to a primary [authoritative] source) are certainly two different animals. Common etiquette suggests use of anchor tags because they can be actuated by the user.&lt;br /&gt;
&lt;br /&gt;
:I dug around at [http://www.w3.org WC3] and found rel=&amp;quot;cite&amp;quot; is ''already defined'' in the [http://www.w3.org/TR/2005/WD-xhtml2-20050527/mod-metaAttributes.html XHTML Metainformation Attributes Module]. In the [http://www.w3.org/TR/2005/WD-xhtml2-20050527/mod-hyperAttributes.html XHTML 2.0 Hypertext Attribute Collection], href and cite attributes are defined and may coexist but they behave differently: The href attribute &amp;quot;specifies a URI that is actuated when the element is activated.&amp;quot; For the cite attribute, &amp;quot;User Agents MUST provide a means for the user to actuate the link.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:Whereas authors in general like their work to be cited with hyperlinks, and whereas users can be counted upon to cite primary and non-primary sources simultaneously without differentiating them, and whereas the only difference between a primary citation and a non-primary citation is the potential for skipped vias when considered across a distributed conversation, and whereas the use of existing specifications is preferred to the creation of redundant systems, and whereas increasing attributes is less severe than increasing nested elements, I propose that good definition and use of rel=&amp;quot;cite&amp;quot; will resolve the problem of crediting sources via anchors. &amp;lt;cite&amp;gt;Andy Skelton&amp;lt;/cite&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::I see the conclusion as quite the opposite.  Because rel=&amp;quot;cite&amp;quot; *is* defined in XHTML2 drafts, and microformats allow you add rel values to HTML4/XHTML1 *now*, adopting the same convention makes a lot of sense.&lt;br /&gt;
&lt;br /&gt;
::If anything it bolsters the case for rel=&amp;quot;cite&amp;quot; (as opposed to some other value like rel=&amp;quot;source&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
::In a relCite microformat, you would define the &amp;quot;cite&amp;quot; value by normatively referencing XHTML2, rather than redefining it (even copy/pasting the definition from the XHTML2 spec -- though one could do so &amp;quot;informatively&amp;quot;), just like in [[hcard|hCard]], we define the properties by normatively referencing vCard. &amp;lt;cite&amp;gt;Tantek&amp;lt;/cite&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:::[http://www.w3.org/TR/2005/WD-xhtml2-20050527/ XHTML 2.0] states that it &amp;quot;should in no way be considered stable, and should not be normatively referenced for any purposes whatsoever.&amp;quot; &amp;lt;cite&amp;gt;Andy Skelton&amp;lt;/cite&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Nested cite/anchor tags ==&lt;br /&gt;
&lt;br /&gt;
== rel=&amp;quot;cite&amp;quot; / rev=&amp;quot;cite&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
This could be a way to indicate a citation of linked content, typically web pages (or portions thereof, like blog posts) but inclusive of any kind of resource with a URL. &amp;quot;Cite&amp;quot; is defined as &amp;quot;to quote or refer to as a precedent or authority.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
By adding &amp;lt;code&amp;gt;rel=&amp;quot;cite&amp;quot;&amp;lt;/code&amp;gt; to a hyperlink, an author could indicate that the destination of that hyperlink is an authoritative source or a precedent to the current page. rel=&amp;quot;cite&amp;quot; would be used whether an author cites by quotation:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;blockquote&amp;gt;Our liberty depends on the freedom of the&lt;br /&gt;
press, and that cannot be limited without being lost.&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://en.wikiquote.org/wiki/Thomas_Jefferson&amp;quot; rel=&amp;quot;cite&amp;quot;&amp;gt;&lt;br /&gt;
Thomas Jefferson&amp;lt;/a&amp;gt;&amp;lt;/blockquote&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
or by reference only:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;a href=&amp;quot;http://example.com/joeschmoe/article/99/&amp;quot; rel=&amp;quot;cite&amp;quot;&amp;gt;&lt;br /&gt;
Joe Schmoe's latest rant&amp;lt;/a&amp;gt; is wrong, wrong, wrong...&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;rel=&amp;quot;cite&amp;quot;&amp;lt;/code&amp;gt; hyperlinks are intended to be visible links on pages and posts.  Note that other markup may be used to indicate citation:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;blockquote cite=&amp;quot;http://en.wikiquote.org/wiki/Thomas_Jefferson&amp;quot;&amp;gt;&lt;br /&gt;
Our liberty depends on the freedom of the press, and that cannot be&lt;br /&gt;
limited without being lost.&amp;lt;cite&amp;gt;Thomas Jefferson&amp;lt;/cite&amp;gt;&amp;lt;/blockquote&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
but User Agents are not compelled to expose a link to the cited resource. Hyperlinks are preferred by most authors because they afford the user easy access to the cited resource.&lt;br /&gt;
&lt;br /&gt;
=== citeRel vs. relCite ===&lt;br /&gt;
For basic structure and markup of citations it has been suggested that we use the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- relCite example --&amp;gt;&lt;br /&gt;
&amp;lt;a rel=&amp;quot;cite&amp;quot; href=&amp;quot;source.url&amp;quot;&amp;gt;source.title&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
instead of &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- citeRel example --&amp;gt;&lt;br /&gt;
&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;source.url&amp;quot;&amp;gt;source.title&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There are several reasons to prefer the citeRel form over the relCite form of markup:&lt;br /&gt;
# citeRel uses only existing XHTML elements and values where relCite uses a new rel value.&lt;br /&gt;
# citeRel is easily extensible without breaking it's existing meaning.&lt;br /&gt;
&lt;br /&gt;
==Additional Resources==&lt;br /&gt;
* Thread Description Language - TDL is an RDF vocabulary for describing threaded discussions, such as Usenet, weblogs, bulletin boards, and e-mail conversations.&lt;br /&gt;
** http://www.eyrie.org/~zednenem/2002/web-threads/&lt;br /&gt;
** http://www.eyrie.org/~zednenem/2002/wtprofile/&lt;/div&gt;</summary>
		<author><name>Limbo</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=User:Limbo&amp;diff=31383</id>
		<title>User:Limbo</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=User:Limbo&amp;diff=31383"/>
		<updated>2005-07-12T07:50:20Z</updated>

		<summary type="html">&lt;p&gt;Limbo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Eran Globen&lt;br /&gt;
&lt;br /&gt;
limbo@actcom.co.il&lt;br /&gt;
&lt;br /&gt;
http://hellonline.com/blog/&lt;/div&gt;</summary>
		<author><name>Limbo</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=User:Limbo&amp;diff=834</id>
		<title>User:Limbo</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=User:Limbo&amp;diff=834"/>
		<updated>2005-07-12T07:50:13Z</updated>

		<summary type="html">&lt;p&gt;Limbo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Eran Globen&lt;br /&gt;
limbo@actcom.co.il&lt;br /&gt;
http://hellonline.com/blog/&lt;/div&gt;</summary>
		<author><name>Limbo</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=xfolk-brainstorming&amp;diff=11991</id>
		<title>xfolk-brainstorming</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=xfolk-brainstorming&amp;diff=11991"/>
		<updated>2005-07-12T00:11:22Z</updated>

		<summary type="html">&lt;p&gt;Limbo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= xFolk Brainstorming =&lt;br /&gt;
&lt;br /&gt;
xFolk is a bare bones microformat for describing and tagging things represented by a URL.  This definition, although simple, is pretty broad.  xFolk brainstorming is a set of fairly free-flowing ideas about the future directions of xFolk.  Are there functional issues you feel xFolk should address?  Other issues or ideas?  Do you have implementation ideas you would like to discuss?  Put them here.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
[http://thecommunityengine.com/home Bud Gibson]&lt;br /&gt;
&lt;br /&gt;
Add your name to the end of the list if you contribute an idea.&lt;br /&gt;
&lt;br /&gt;
== Functional Extensions ==&lt;br /&gt;
&lt;br /&gt;
* We will be adding the ability to tag any visible element that has an href attribute.  This includes &amp;lt;img&amp;gt; and &amp;lt;object&amp;gt; elements.  It is likely that there will be more specialized, domain-specific microformats for some of these items in the future.&lt;br /&gt;
&lt;br /&gt;
== Attribute Value Naming ==&lt;br /&gt;
&lt;br /&gt;
* Should we change the name of taggedlink, used to represent the item to be tagged to a more neutral name such as tagged or taggedresource?&lt;br /&gt;
&lt;br /&gt;
The editor's current thinking is that taggedlink represents well the fact that people are identifying things represented by a URL.  However, as some discussants have pointed out, the name may be too narrow.  The editor is waiting to collect further data and use cases.&lt;br /&gt;
&lt;br /&gt;
Here is one use case recently presented by Eran on the discussion list:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
For simplicity let's assume I'm using xFolk for my photo tagging service. Following the microformat philosophy, I would like to present the information in a way that's meaningful both to people and machines. For a machine, a URL is enough to identify a a resource so something like the following is enough:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;span class=&amp;quot;xfolkentry&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;taggedlink&amp;quot; href=&amp;quot;http://example.com/image.png&amp;quot;&amp;gt;my image&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://example.com/tag/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
But to a human browing this page this makes little sense. The following alternative representation might work better:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;span class=&amp;quot;xfolkentry&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;img class=&amp;quot;taggedresource&amp;quot; src=&amp;quot;http://example.com/image.png&amp;quot; alt=&amp;quot;my&lt;br /&gt;
image&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://example.com/tag/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using class=&amp;quot;taggedlink&amp;quot; on an IMG element doesn't seem right. Of course, we can combine the two:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;span class=&amp;quot;xfolkentry&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;taggedlink&amp;quot; href=&amp;quot;http://example.com/image.png&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;img src=&amp;quot;http://example.com/image.png&amp;quot; alt=&amp;quot;my image&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://example.com/tag/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Which works very well for images but might not work so well for other media types (video, text snippets, etc.) &lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;cite&amp;gt;Eran&amp;lt;/cite&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;xfolkentry&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;taggedresource&amp;quot;&amp;gt;This is my note&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://example.com/tag/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here's an option.  I gave it the class &amp;quot;taggedlink&amp;quot; and the class &amp;quot;inline&amp;quot;.  Style inline not to show as a link and not to change the cursor if you want.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;package&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;xfolkentry&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span&amp;gt;&amp;lt;a href=&amp;quot;URLofSomeSort&amp;quot; class=&amp;quot;taggedlink inline&amp;quot;&amp;gt;This is my note&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://example.com/tag/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
more complete usecase:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;aPackage&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li class=&amp;quot;xfolkentry&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;a class=&amp;quot;taggedresource&amp;quot; href=&amp;quot;someurl&amp;quot;&amp;gt;url's title&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://example.com/tag/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;comment&amp;quot;&amp;gt;this is a comment about my link&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;li class=&amp;quot;xfolkentry&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;taggedresource&amp;quot;&amp;gt;This is my note&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://example.com/tag/footoo&amp;quot;&amp;gt;footoo&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;comment&amp;quot;&amp;gt;this is a comment about my note&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/li&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;li class=&amp;quot;xfolkentry&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;img class=&amp;quot;taggedresource&amp;quot; src=&amp;quot;someurl.jpeg&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://example.com/tag/foobar&amp;quot;&amp;gt;foobar&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Implementation Ideas =&lt;/div&gt;</summary>
		<author><name>Limbo</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=xfolk-brainstorming&amp;diff=829</id>
		<title>xfolk-brainstorming</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=xfolk-brainstorming&amp;diff=829"/>
		<updated>2005-07-12T00:04:50Z</updated>

		<summary type="html">&lt;p&gt;Limbo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= xFolk Brainstorming =&lt;br /&gt;
&lt;br /&gt;
xFolk is a bare bones microformat for describing and tagging things represented by a URL.  This definition, although simple, is pretty broad.  xFolk brainstorming is a set of fairly free-flowing ideas about the future directions of xFolk.  Are there functional issues you feel xFolk should address?  Other issues or ideas?  Do you have implementation ideas you would like to discuss?  Put them here.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
[http://thecommunityengine.com/home Bud Gibson]&lt;br /&gt;
&lt;br /&gt;
Add your name to the end of the list if you contribute an idea.&lt;br /&gt;
&lt;br /&gt;
== Functional Extensions ==&lt;br /&gt;
&lt;br /&gt;
* We will be adding the ability to tag any visible element that has an href attribute.  This includes &amp;lt;img&amp;gt; and &amp;lt;object&amp;gt; elements.  It is likely that there will be more specialized, domain-specific microformats for some of these items in the future.&lt;br /&gt;
&lt;br /&gt;
== Attribute Value Naming ==&lt;br /&gt;
&lt;br /&gt;
* Should we change the name of taggedlink, used to represent the item to be tagged to a more neutral name such as tagged or taggedresource?&lt;br /&gt;
&lt;br /&gt;
The editor's current thinking is that taggedlink represents well the fact that people are identifying things represented by a URL.  However, as some discussants have pointed out, the name may be too narrow.  The editor is waiting to collect further data and use cases.&lt;br /&gt;
&lt;br /&gt;
Here is one use case recently presented by Eran on the discussion list:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
For simplicity let's assume I'm using xFolk for my photo tagging service. Following the microformat philosophy, I would like to present the information in a way that's meaningful both to people and machines. For a machine, a URL is enough to identify a a resource so something like the following is enough:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;span class=&amp;quot;xfolkentry&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;taggedlink&amp;quot; href=&amp;quot;http://example.com/image.png&amp;quot;&amp;gt;my image&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://example.com/tag/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
But to a human browing this page this makes little sense. The following alternative representation might work better:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;span class=&amp;quot;xfolkentry&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;img class=&amp;quot;taggedresource&amp;quot; src=&amp;quot;http://example.com/image.png&amp;quot; alt=&amp;quot;my&lt;br /&gt;
image&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://example.com/tag/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using class=&amp;quot;taggedlink&amp;quot; on an IMG element doesn't seem right. Of course, we can combine the two:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;span class=&amp;quot;xfolkentry&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;taggedlink&amp;quot; href=&amp;quot;http://example.com/image.png&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;img src=&amp;quot;http://example.com/image.png&amp;quot; alt=&amp;quot;my image&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://example.com/tag/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Which works very well for images but might not work so well for other media types (video, text snippets, etc.) &lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;cite&amp;gt;Eran&amp;lt;/cite&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;xfolkentry&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;taggedresource&amp;quot;&amp;gt;This is my note&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://example.com/tag/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here's an option.  I gave it the class &amp;quot;taggedlink&amp;quot; and the class &amp;quot;inline&amp;quot;.  Style inline not to show as a link and not to change the cursor if you want.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;package&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;xfolkentry&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span&amp;gt;&amp;lt;a href=&amp;quot;URLofSomeSort&amp;quot; class=&amp;quot;taggedlink inline&amp;quot;&amp;gt;This is my note&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://example.com/tag/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
more complete usecase:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;aPackage&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;xfolkentry&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;a class=&amp;quot;taggedresource&amp;quot; href=&amp;quot;someurl&amp;quot;&amp;gt;url's title&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://example.com/tag/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;comment&amp;quot;&amp;gt;this is a comment about my link&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;span class=&amp;quot;xfolkentry&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;taggedresource&amp;quot;&amp;gt;This is my note&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://example.com/tag/footoo&amp;quot;&amp;gt;footoo&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;comment&amp;quot;&amp;gt;this is a comment about my note&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;span class=&amp;quot;xfolkentry&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;img class=&amp;quot;taggedresource&amp;quot; src=&amp;quot;someurl.jpeg&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://example.com/tag/foobar&amp;quot;&amp;gt;foobar&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Implementation Ideas =&lt;/div&gt;</summary>
		<author><name>Limbo</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=xfolk-brainstorming&amp;diff=827</id>
		<title>xfolk-brainstorming</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=xfolk-brainstorming&amp;diff=827"/>
		<updated>2005-07-11T23:53:21Z</updated>

		<summary type="html">&lt;p&gt;Limbo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= xFolk Brainstorming =&lt;br /&gt;
&lt;br /&gt;
xFolk is a bare bones microformat for describing and tagging things represented by a URL.  This definition, although simple, is pretty broad.  xFolk brainstorming is a set of fairly free-flowing ideas about the future directions of xFolk.  Are there functional issues you feel xFolk should address?  Other issues or ideas?  Do you have implementation ideas you would like to discuss?  Put them here.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
[http://thecommunityengine.com/home Bud Gibson]&lt;br /&gt;
&lt;br /&gt;
Add your name to the end of the list if you contribute an idea.&lt;br /&gt;
&lt;br /&gt;
== Functional Extensions ==&lt;br /&gt;
&lt;br /&gt;
* We will be adding the ability to tag any visible element that has an href attribute.  This includes &amp;lt;img&amp;gt; and &amp;lt;object&amp;gt; elements.  It is likely that there will be more specialized, domain-specific microformats for some of these items in the future.&lt;br /&gt;
&lt;br /&gt;
== Attribute Value Naming ==&lt;br /&gt;
&lt;br /&gt;
* Should we change the name of taggedlink, used to represent the item to be tagged to a more neutral name such as tagged or taggedresource?&lt;br /&gt;
&lt;br /&gt;
The editor's current thinking is that taggedlink represents well the fact that people are identifying things represented by a URL.  However, as some discussants have pointed out, the name may be too narrow.  The editor is waiting to collect further data and use cases.&lt;br /&gt;
&lt;br /&gt;
Here is one use case recently presented by Eran on the discussion list:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
For simplicity let's assume I'm using xFolk for my photo tagging service. Following the microformat philosophy, I would like to present the information in a way that's meaningful both to people and machines. For a machine, a URL is enough to identify a a resource so something like the following is enough:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;span class=&amp;quot;xfolkentry&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;taggedlink&amp;quot; href=&amp;quot;http://example.com/image.png&amp;quot;&amp;gt;my image&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://example.com/tag/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
But to a human browing this page this makes little sense. The following alternative representation might work better:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;span class=&amp;quot;xfolkentry&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;img class=&amp;quot;taggedresource&amp;quot; src=&amp;quot;http://example.com/image.png&amp;quot; alt=&amp;quot;my&lt;br /&gt;
image&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://example.com/tag/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using class=&amp;quot;taggedlink&amp;quot; on an IMG element doesn't seem right. Of course, we can combine the two:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;span class=&amp;quot;xfolkentry&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;taggedlink&amp;quot; href=&amp;quot;http://example.com/image.png&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;img src=&amp;quot;http://example.com/image.png&amp;quot; alt=&amp;quot;my image&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://example.com/tag/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Which works very well for images but might not work so well for other media types (video, text snippets, etc.) &lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;cite&amp;gt;Eran&amp;lt;/cite&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;xfolkentry&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;taggedresource&amp;quot;&amp;gt;This is my note&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://example.com/tag/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Implementation Ideas =&lt;/div&gt;</summary>
		<author><name>Limbo</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=xfolk-brainstorming&amp;diff=826</id>
		<title>xfolk-brainstorming</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=xfolk-brainstorming&amp;diff=826"/>
		<updated>2005-07-11T23:52:56Z</updated>

		<summary type="html">&lt;p&gt;Limbo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= xFolk Brainstorming =&lt;br /&gt;
&lt;br /&gt;
xFolk is a bare bones microformat for describing and tagging things represented by a URL.  This definition, although simple, is pretty broad.  xFolk brainstorming is a set of fairly free-flowing ideas about the future directions of xFolk.  Are there functional issues you feel xFolk should address?  Other issues or ideas?  Do you have implementation ideas you would like to discuss?  Put them here.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
[http://thecommunityengine.com/home Bud Gibson]&lt;br /&gt;
&lt;br /&gt;
Add your name to the end of the list if you contribute an idea.&lt;br /&gt;
&lt;br /&gt;
== Functional Extensions ==&lt;br /&gt;
&lt;br /&gt;
* We will be adding the ability to tag any visible element that has an href attribute.  This includes &amp;lt;img&amp;gt; and &amp;lt;object&amp;gt; elements.  It is likely that there will be more specialized, domain-specific microformats for some of these items in the future.&lt;br /&gt;
&lt;br /&gt;
== Attribute Value Naming ==&lt;br /&gt;
&lt;br /&gt;
* Should we change the name of taggedlink, used to represent the item to be tagged to a more neutral name such as tagged or taggedresource?&lt;br /&gt;
&lt;br /&gt;
The editor's current thinking is that taggedlink represents well the fact that people are identifying things represented by a URL.  However, as some discussants have pointed out, the name may be too narrow.  The editor is waiting to collect further data and use cases.&lt;br /&gt;
&lt;br /&gt;
Here is one use case recently presented by Eran on the discussion list:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
For simplicity let's assume I'm using xFolk for my photo tagging service. Following the microformat philosophy, I would like to present the information in a way that's meaningful both to people and machines. For a machine, a URL is enough to identify a a resource so something like the following is enough:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;span class=&amp;quot;xfolkentry&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;taggedlink&amp;quot; href=&amp;quot;http://example.com/image.png&amp;quot;&amp;gt;my image&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://example.com/tag/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
But to a human browing this page this makes little sense. The following alternative representation might work better:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;span class=&amp;quot;xfolkentry&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;img class=&amp;quot;taggedresource&amp;quot; src=&amp;quot;http://example.com/image.png&amp;quot; alt=&amp;quot;my&lt;br /&gt;
image&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://example.com/tag/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using class=&amp;quot;taggedlink&amp;quot; on an IMG element doesn't seem right. Of course, we can combine the two:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;span class=&amp;quot;xfolkentry&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;taggedlink&amp;quot; href=&amp;quot;http://example.com/image.png&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;img src=&amp;quot;http://example.com/image.png&amp;quot; alt=&amp;quot;my image&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://example.com/tag/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Which works very well for images but might not work so well for other media types (video, text snippets, etc.) &lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;cite&amp;gt;Eran&amp;lt;/cite&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span class=&amp;quot;xfolkentry&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;taggedresource&amp;quot;&amp;gt;This is my note&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://example.com/tag/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Implementation Ideas =&lt;/div&gt;</summary>
		<author><name>Limbo</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=distributed-conversation-brainstorming&amp;diff=830</id>
		<title>distributed-conversation-brainstorming</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=distributed-conversation-brainstorming&amp;diff=830"/>
		<updated>2005-07-11T22:08:25Z</updated>

		<summary type="html">&lt;p&gt;Limbo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=citeRel brainstorming=&lt;br /&gt;
Various parties have proposed microformats related to citations and distributed conversations. Ryan King and Eran Globen started with hVia (which became citeVia and later citeRel :-)). You can see the conversation in these blog posts:&lt;br /&gt;
&lt;br /&gt;
People already cite their sources in their blog posts and it would be great (and shouldn't be too difficult) to track that information. In that vein, read [http://theryanking.com/blog/archives/2005/05/06/hvia/ this post] which covers the initial thinking on the topic. ([http://theryanking.com/blog/archives/2005/05/09/citevia/ This] was a followup post).&lt;br /&gt;
&lt;br /&gt;
Later, [http://hellononline.com Eran] [http://hellonline.com/blog/?p=18 expanded the idea] to encompass not just via citations, but replies and updates as well. Follow up post [http://hellonline.com/blog/?p=19 here].&lt;br /&gt;
&lt;br /&gt;
==Problem==&lt;br /&gt;
The basic idea we're trying to solve here is the tracking of distributed conversation- more specifically, distributed conversation between blog posts– the scope is intentially limted here, though other aspects of distributed conversation are certainly important and related.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Citing (quoting as an authoritative source) and hat-tipping (giving credit to a non-primary source for calling attention to a primary [authoritative] source) are certainly two different animals. Common etiquette suggests use of anchor tags because they can be actuated by the user.&lt;br /&gt;
&lt;br /&gt;
I dug around at [http://www.w3.org WC3] and found rel=&amp;quot;cite&amp;quot; is ''already defined'' in the [http://www.w3.org/TR/xhtml2/mod-hyperAttributes.html XHTML 2.0 Hypertext Attribute Collection]. Also from that collection, href and cite attributes are defined and may coexist but they behave differently: The href attribute &amp;quot;specifies a URI that is actuated when the element is activated.&amp;quot; For the cite attribute, &amp;quot;User Agents MUST provide a means for the user to actuate the link.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Whereas authors in general like their work to be cited with hyperlinks, and whereas users can be counted upon to cite primary and non-primary sources without differentiating, and whereas the only difference between a primary citation and a non-primary citation is the potential for skipped vias, I propose to use '''rel=&amp;quot;cite&amp;quot;''' in anchors now. (incomplete) - Andy Skelton&lt;br /&gt;
&lt;br /&gt;
==Additional Resources==&lt;br /&gt;
* Thread Description Language - TDL is an RDF vocabulary for describing threaded discussions, such as Usenet, weblogs, bulletin boards, and e-mail conversations.&lt;br /&gt;
** http://www.eyrie.org/~zednenem/2002/web-threads/&lt;br /&gt;
** http://www.eyrie.org/~zednenem/2002/wtprofile/&lt;/div&gt;</summary>
		<author><name>Limbo</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=distributed-conversation-brainstorming&amp;diff=823</id>
		<title>distributed-conversation-brainstorming</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=distributed-conversation-brainstorming&amp;diff=823"/>
		<updated>2005-07-11T20:21:58Z</updated>

		<summary type="html">&lt;p&gt;Limbo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=citeRel brainstorming=&lt;br /&gt;
Various parties have proposed microformats related to citations and distributed conversations. Ryan King and Eran Globen started with hVia (which became citeVia and later relVia :-)). You can see the conversation in these blog posts:&lt;br /&gt;
&lt;br /&gt;
Here are the basic ideas behind citeRel:&lt;br /&gt;
&lt;br /&gt;
People already cite their sources in their blog posts and it would be great (and shouldn't be too difficult) to track that information. In that vein, read [http://theryanking.com/blog/archives/2005/05/06/hvia/ this post] which covers the initial thinking on the topic. ([http://theryanking.com/blog/archives/2005/05/09/citevia/ This] was a followup post).&lt;br /&gt;
&lt;br /&gt;
Later, [http://hellononline.com Eran] [http://hellonline.com/blog/?p=18 expanded the idea] to encompass not just via citations, but replies and updates as well. Follow up post [http://hellonline.com/blog/?p=19 here].&lt;br /&gt;
&lt;br /&gt;
==Problem==&lt;br /&gt;
The basic idea we're trying to solve here is the tracking of distributed conversation- more specifically, distributed conversation between blog posts– the scope is intentially limted here, though other aspects of distributed conversation are certainly important and related.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Citing (quoting as an authoritative source) and hat-tipping (giving credit to a non-primary source for calling attention to a primary [authoritative] source) are certainly two different animals. Common etiquette suggests use of anchor tags because they can be actuated by the user.&lt;br /&gt;
&lt;br /&gt;
I dug around at [http://www.w3.org WC3] and found rel=&amp;quot;cite&amp;quot; is ''already defined'' in the [http://www.w3.org/TR/xhtml2/mod-hyperAttributes.html XHTML 2.0 Hypertext Attribute Collection]. Also from that collection, href and cite attributes are defined and may coexist but they behave differently: The href attribute &amp;quot;specifies a URI that is actuated when the element is activated.&amp;quot; For the cite attribute, &amp;quot;User Agents MUST provide a means for the user to actuate the link.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Whereas authors in general like their work to be cited with hyperlinks, and whereas users can be counted upon to cite primary and non-primary sources without differentiating, and whereas the only difference between a primary citation and a non-primary citation is the potential for skipped vias, I propose to use '''rel=&amp;quot;cite&amp;quot;''' in anchors now. (incomplete) - Andy Skelton&lt;br /&gt;
&lt;br /&gt;
==Additional Resources==&lt;br /&gt;
* Thread Description Language - TDL is an RDF vocabulary for describing threaded discussions, such as Usenet, weblogs, bulletin boards, and e-mail conversations.&lt;br /&gt;
** http://www.eyrie.org/~zednenem/2002/web-threads/&lt;br /&gt;
** http://www.eyrie.org/~zednenem/2002/wtprofile/&lt;/div&gt;</summary>
		<author><name>Limbo</name></author>
	</entry>
</feed>