<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Guillaume&#039;s blog &#187; hatom</title>
	<atom:link href="http://lebleu.org/blog/tags/hatom/feed/" rel="self" type="application/rss+xml" />
	<link>http://lebleu.org/blog</link>
	<description>Thoughts on the future of money</description>
	<lastBuildDate>Tue, 16 Jun 2015 08:19:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Using hAtom for pagination of microformatted content</title>
		<link>http://lebleu.org/blog/2008/06/01/using-hatom-for-pagination-of-microformatted-content/</link>
		<comments>http://lebleu.org/blog/2008/06/01/using-hatom-for-pagination-of-microformatted-content/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 22:58:43 +0000</pubDate>
		<dc:creator><![CDATA[Guillaume Lebleu]]></dc:creator>
				<category><![CDATA[atom]]></category>
		<category><![CDATA[hatom]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[opensearch]]></category>

		<guid isPermaLink="false">http://lebleu.org/blog/2008/06/01/using-hatom-for-pagination-of-microformatted-content/</guid>
		<description><![CDATA[An interesting debate was started by André Luís last month on the microformats-discuss mailing list on the benefits of hAtom. I didn&#8217;t have time to read it in details at the time, but read the discussion today and here&#8217;s my summary. For those not familiar with hAtom, it is an XHTML microformat for RSS-like feeds. &#8230; <a href="http://lebleu.org/blog/2008/06/01/using-hatom-for-pagination-of-microformatted-content/" class="more-link">Continue reading <span class="screen-reader-text">Using hAtom for pagination of microformatted content</span></a>]]></description>
				<content:encoded><![CDATA[<p>An <a href="http://microformats.org/discuss/mail/microformats-discuss/2008-May/012109.html">interesting debate was started by André Luís last month</a> on the microformats-discuss mailing list on the benefits of hAtom. I didn&#8217;t have time to read it in details at the time, but read the discussion today and here&#8217;s my summary.</p>
<p>For those not familiar with hAtom, it is an XHTML microformat for RSS-like feeds.</p>
<p>Great, but why would someone want to do that, given that blogging platforms already generate the RSS/Atom feed for you? Are there use cases for providing hAtom in addition to the Atom feed?</p>
<p>Zhang Zhen pointed to the <a href="http://msdn.microsoft.com/en-us/library/cc304073(VS.85).aspx">WebSlice upcoming IE8 feature</a>, which reuses <a href="http://microformats.org/wiki/hatom">hAtom</a> syntax and will allow users to subscribe to a portion of a webpage. This pointer is interesting, but not quite exactly hAtom.</p>
<p>Toby Inkster mentioned that hAtom could help avoid the use of blogging software by essentially allowing the Atom feed to be generated by a service (but as André noted, this wasn&#8217;t really his question):</p>
<pre>
&lt;link rel="service.feed" type="application/atom+xml" 
href="hatom2atom.php?uri=http://example.org/page.html" mce_href="hatom2atom.php?uri=http://example.org/page.html"/&gt;</pre>
<p>Brian Suda explained that hAtom could be used by Web crawlers to extract valuable metadata, and by browser plugins to provide a better user experience as a user is reading Web content.</p>
<p>While all these were valid benefits, the one that captured the attention of the group was the use of hAtom and <code>rel='next' or rel='prev'</code> for pagination of microformats, i.e. linking microformat entries listed on multiple pages together.</p>
<p>Let&#8217;s say you have a collection of hCalendar entries or hCard entries on your Web site, you could mark these up as hAtom and use a link between them, so that a microformat parser could navigate the site and generate a single collection of hCalendar and hCard entries.</p>
]]></content:encoded>
			<wfw:commentRss>http://lebleu.org/blog/2008/06/01/using-hatom-for-pagination-of-microformatted-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
