<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: AB Meta microformat support added</title>
	<atom:link href="http://blog.threepress.org/2008/05/05/ab-meta-microformat-support-added/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.threepress.org/2008/05/05/ab-meta-microformat-support-added/</link>
	<description>Threepress creates software for publishers, educators and authors.</description>
	<lastBuildDate>Sun, 05 Sep 2010 08:23:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex Iskold</title>
		<link>http://blog.threepress.org/2008/05/05/ab-meta-microformat-support-added/comment-page-1/#comment-9</link>
		<dc:creator>Alex Iskold</dc:creator>
		<pubDate>Mon, 12 May 2008 19:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.threepress.org/?p=4#comment-9</guid>
		<description>Liza,

Thank you for your support and great tutorial on TOC. We have blogged about your implementation on BlueBlog: 

http://blog.adaptiveblue.com/?p=1021

It would be great to talk to you about how people are using ThreePress. Drop me a line on how we can connect.

Thanks again!

Alex</description>
		<content:encoded><![CDATA[<p>Liza,</p>
<p>Thank you for your support and great tutorial on TOC. We have blogged about your implementation on BlueBlog: </p>
<p><a href="http://blog.adaptiveblue.com/?p=1021" rel="nofollow">http://blog.adaptiveblue.com/?p=1021</a></p>
<p>It would be great to talk to you about how people are using ThreePress. Drop me a line on how we can connect.</p>
<p>Thanks again!</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlueBlog: ThreePress Implements AB Meta; highlights on O&#8217;Reilly Tools of Change Blog</title>
		<link>http://blog.threepress.org/2008/05/05/ab-meta-microformat-support-added/comment-page-1/#comment-8</link>
		<dc:creator>BlueBlog: ThreePress Implements AB Meta; highlights on O&#8217;Reilly Tools of Change Blog</dc:creator>
		<pubDate>Mon, 12 May 2008 19:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.threepress.org/?p=4#comment-8</guid>
		<description>[...] week, Liza Daly blogged about adding AB Meta to the ThreePress - a set of open source tools for [...]</description>
		<content:encoded><![CDATA[<p>[...] week, Liza Daly blogged about adding AB Meta to the ThreePress &#8211; a set of open source tools for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: liza</title>
		<link>http://blog.threepress.org/2008/05/05/ab-meta-microformat-support-added/comment-page-1/#comment-5</link>
		<dc:creator>liza</dc:creator>
		<pubDate>Tue, 06 May 2008 13:22:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.threepress.org/?p=4#comment-5</guid>
		<description>Oh hey, look at that.  Thanks.  I&#039;m now using both AB Meta&#039;s format and Dublin Core&#039;s.</description>
		<content:encoded><![CDATA[<p>Oh hey, look at that.  Thanks.  I&#8217;m now using both AB Meta&#8217;s format and Dublin Core&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Mabbett</title>
		<link>http://blog.threepress.org/2008/05/05/ab-meta-microformat-support-added/comment-page-1/#comment-4</link>
		<dc:creator>Andy Mabbett</dc:creator>
		<pubDate>Tue, 06 May 2008 08:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.threepress.org/?p=4#comment-4</guid>
		<description>http://dublincore.org/documents/dcq-html/</description>
		<content:encoded><![CDATA[<p><a href="http://dublincore.org/documents/dcq-html/" rel="nofollow">http://dublincore.org/documents/dcq-html/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: liza</title>
		<link>http://blog.threepress.org/2008/05/05/ab-meta-microformat-support-added/comment-page-1/#comment-3</link>
		<dc:creator>liza</dc:creator>
		<pubDate>Mon, 05 May 2008 22:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.threepress.org/?p=4#comment-3</guid>
		<description>Good point!  An example is the &lt;a href=&quot;http://www.threepress.org/document/Pride-and-Prejudice_Jane-Austen/&quot; rel=&quot;nofollow&quot;&gt;Pride and Prejudice&lt;/a&gt; book page.  If you &lt;i&gt;View Source&lt;/i&gt; you will see three elements in the HTML head of the document:
&lt;blockquote&gt;
&lt;meta name=&quot;dc:type&quot; content=&quot;book&quot; /&gt;
&lt;meta name=&quot;dc:title&quot; content=&quot;Pride and Prejudice&quot; /&gt;
&lt;meta name=&quot;dc:creator&quot; content=&quot;Jane Austen&quot; /&gt;
&lt;/blockquote&gt;

Note that this is HTML/AB Meta using DC names, not Dublin Core itself. I could literally add Dublin Core-namespaced markup to my XHTML, but no existing tools would be able to read it, and it might confuse legacy browsers that don&#039;t understand XML namespaces.  AB Meta shoehorns Dublin Core names into HTML, which is straightforward for existing search engines to index and solves the backwards-compatibility problem.

I could also insert Dublin Core into the source XML (which is marked up as TEI and now directly downloadable from that same book page), but I wouldn&#039;t be adding any new information.</description>
		<content:encoded><![CDATA[<p>Good point!  An example is the <a href="http://www.threepress.org/document/Pride-and-Prejudice_Jane-Austen/" rel="nofollow">Pride and Prejudice</a> book page.  If you <i>View Source</i> you will see three elements in the HTML head of the document:</p>
<blockquote><p>
&lt;meta name=&#8221;dc:type&#8221; content=&#8221;book&#8221; /&gt;<br />
&lt;meta name=&#8221;dc:title&#8221; content=&#8221;Pride and Prejudice&#8221; /&gt;<br />
&lt;meta name=&#8221;dc:creator&#8221; content=&#8221;Jane Austen&#8221; /&gt;
</p></blockquote>
<p>Note that this is HTML/AB Meta using DC names, not Dublin Core itself. I could literally add Dublin Core-namespaced markup to my XHTML, but no existing tools would be able to read it, and it might confuse legacy browsers that don&#8217;t understand XML namespaces.  AB Meta shoehorns Dublin Core names into HTML, which is straightforward for existing search engines to index and solves the backwards-compatibility problem.</p>
<p>I could also insert Dublin Core into the source XML (which is marked up as TEI and now directly downloadable from that same book page), but I wouldn&#8217;t be adding any new information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Mabbett</title>
		<link>http://blog.threepress.org/2008/05/05/ab-meta-microformat-support-added/comment-page-1/#comment-2</link>
		<dc:creator>Andy Mabbett</dc:creator>
		<pubDate>Mon, 05 May 2008 22:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.threepress.org/?p=4#comment-2</guid>
		<description>A link to a published example would be good; but in the absence of one, how is what you did different to simply adding Dublin Core metadata?</description>
		<content:encoded><![CDATA[<p>A link to a published example would be good; but in the absence of one, how is what you did different to simply adding Dublin Core metadata?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
