<?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: Creating eBooks: An ePub Tutorial</title>
	<atom:link href="http://www.spontaneousderivation.com/2008/12/13/creating-ebooks-an-epub-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.spontaneousderivation.com/2008/12/13/creating-ebooks-an-epub-tutorial/</link>
	<description>I dream, too. Mostly about fish.</description>
	<lastBuildDate>Tue, 16 Mar 2010 18:50:37 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Arachne Jericho</title>
		<link>http://www.spontaneousderivation.com/2008/12/13/creating-ebooks-an-epub-tutorial/comment-page-1/#comment-2368</link>
		<dc:creator>Arachne Jericho</dc:creator>
		<pubDate>Sat, 03 Oct 2009 07:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.spontaneousderivation.com/?p=3119#comment-2368</guid>
		<description>Lucas, 

Epubcheck isn&#039;t infallible unfortunately, and has bugs.  It&#039;s a &lt;a href=&quot;http://code.google.com/p/epubcheck/&quot; rel=&quot;nofollow&quot;&gt;google code project&lt;/a&gt;, and so people can file bugs/ask questions. 

I don&#039;t know what the difference between dc:identifier and dtb:uid, but it&#039;s probably a good idea to make them match up.  Different reader implementations will latch onto one or the other to ID texts.</description>
		<content:encoded><![CDATA[<p>Lucas, </p>
<p>Epubcheck isn&#8217;t infallible unfortunately, and has bugs.  It&#8217;s a <a href="http://code.google.com/p/epubcheck/" rel="nofollow">google code project</a>, and so people can file bugs/ask questions. </p>
<p>I don&#8217;t know what the difference between dc:identifier and dtb:uid, but it&#8217;s probably a good idea to make them match up.  Different reader implementations will latch onto one or the other to ID texts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas Gonze</title>
		<link>http://www.spontaneousderivation.com/2008/12/13/creating-ebooks-an-epub-tutorial/comment-page-1/#comment-2363</link>
		<dc:creator>Lucas Gonze</dc:creator>
		<pubDate>Thu, 01 Oct 2009 21:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.spontaneousderivation.com/?p=3119#comment-2363</guid>
		<description>I tried out MIMETYPE with and without a newline and epubcheck didn&#039;t complain either way.  I tested a no -newline version on Adobe&#039;s reader it opened fine.

For full-path I tested with ./ as a prefix and found that epubcheck couldn&#039;t process it, even though it&#039;s legal.

The IDs got munged up during posting because I included XML.  The question is what the difference is between dc:identifier in the .opf file and meta name=&quot;dtb:uid&quot; in toc.ncx.</description>
		<content:encoded><![CDATA[<p>I tried out MIMETYPE with and without a newline and epubcheck didn&#8217;t complain either way.  I tested a no -newline version on Adobe&#8217;s reader it opened fine.</p>
<p>For full-path I tested with ./ as a prefix and found that epubcheck couldn&#8217;t process it, even though it&#8217;s legal.</p>
<p>The IDs got munged up during posting because I included XML.  The question is what the difference is between dc:identifier in the .opf file and meta name=&#8221;dtb:uid&#8221; in toc.ncx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arachne Jericho</title>
		<link>http://www.spontaneousderivation.com/2008/12/13/creating-ebooks-an-epub-tutorial/comment-page-1/#comment-2360</link>
		<dc:creator>Arachne Jericho</dc:creator>
		<pubDate>Thu, 01 Oct 2009 06:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.spontaneousderivation.com/?p=3119#comment-2360</guid>
		<description>Hello Lucas!

There&#039;s a newline at the end of the mime type for the books I&#039;ve created, but I don&#039;t know if it&#039;s necessary or not. 

Yup, the full-path is indeed relative to the root of the distro. 

I&#039;m not sure which IDs you&#039;re referring to?</description>
		<content:encoded><![CDATA[<p>Hello Lucas!</p>
<p>There&#8217;s a newline at the end of the mime type for the books I&#8217;ve created, but I don&#8217;t know if it&#8217;s necessary or not. </p>
<p>Yup, the full-path is indeed relative to the root of the distro. </p>
<p>I&#8217;m not sure which IDs you&#8217;re referring to?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas Gonze</title>
		<link>http://www.spontaneousderivation.com/2008/12/13/creating-ebooks-an-epub-tutorial/comment-page-1/#comment-2359</link>
		<dc:creator>Lucas Gonze</dc:creator>
		<pubDate>Tue, 29 Sep 2009 22:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.spontaneousderivation.com/?p=3119#comment-2359</guid>
		<description>Some things that I had to scratch my head over -

Does the mime type need a newline after it?

In META-INF/container.xml, I think but am not sure that full-path is relative to the root of the distro, so there&#039;s an implied META-INF/.. .  For example, the following is the correct full path for the metadata.opf in the parent of META-info:
      

Are these two IDs the same?
metadata.opf:        foo
toc.ncx:    </description>
		<content:encoded><![CDATA[<p>Some things that I had to scratch my head over -</p>
<p>Does the mime type need a newline after it?</p>
<p>In META-INF/container.xml, I think but am not sure that full-path is relative to the root of the distro, so there&#8217;s an implied META-INF/.. .  For example, the following is the correct full path for the metadata.opf in the parent of META-info:</p>
<p>Are these two IDs the same?<br />
metadata.opf:        foo<br />
toc.ncx:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arachne Jericho</title>
		<link>http://www.spontaneousderivation.com/2008/12/13/creating-ebooks-an-epub-tutorial/comment-page-1/#comment-2307</link>
		<dc:creator>Arachne Jericho</dc:creator>
		<pubDate>Mon, 03 Aug 2009 21:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.spontaneousderivation.com/?p=3119#comment-2307</guid>
		<description>Hello Biranchi, 

I don&#039;t know what the problem could be. File corruption, maybe, but I&#039;m not sure. 

Sorry I can&#039;t be of more help.  :(</description>
		<content:encoded><![CDATA[<p>Hello Biranchi, </p>
<p>I don&#8217;t know what the problem could be. File corruption, maybe, but I&#8217;m not sure. </p>
<p>Sorry I can&#8217;t be of more help.  :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Biranchi</title>
		<link>http://www.spontaneousderivation.com/2008/12/13/creating-ebooks-an-epub-tutorial/comment-page-1/#comment-2305</link>
		<dc:creator>Biranchi</dc:creator>
		<pubDate>Mon, 03 Aug 2009 09:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.spontaneousderivation.com/?p=3119#comment-2305</guid>
		<description>Hi ,

I downloaded few epub books from &quot;http://www.epubbooks.com/books&quot; ,
when i renamed the .epub extension to .zip and tried to unzip them,
then they are not getting unzipped ,

What might be the problem ?

any suggestion is welcomed.

Thanks..</description>
		<content:encoded><![CDATA[<p>Hi ,</p>
<p>I downloaded few epub books from &#8220;http://www.epubbooks.com/books&#8221; ,<br />
when i renamed the .epub extension to .zip and tried to unzip them,<br />
then they are not getting unzipped ,</p>
<p>What might be the problem ?</p>
<p>any suggestion is welcomed.</p>
<p>Thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seth</title>
		<link>http://www.spontaneousderivation.com/2008/12/13/creating-ebooks-an-epub-tutorial/comment-page-1/#comment-2143</link>
		<dc:creator>Seth</dc:creator>
		<pubDate>Tue, 27 Jan 2009 07:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.spontaneousderivation.com/?p=3119#comment-2143</guid>
		<description>Wow. This is pretty complex. Even starting with text in ASCII format. Taking scans off the printed page would just be a beast to tackle!

Great job on your tutorial. Thanks for taking the time to create and post it!

Seth</description>
		<content:encoded><![CDATA[<p>Wow. This is pretty complex. Even starting with text in ASCII format. Taking scans off the printed page would just be a beast to tackle!</p>
<p>Great job on your tutorial. Thanks for taking the time to create and post it!</p>
<p>Seth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Pastore</title>
		<link>http://www.spontaneousderivation.com/2008/12/13/creating-ebooks-an-epub-tutorial/comment-page-1/#comment-2137</link>
		<dc:creator>Michael Pastore</dc:creator>
		<pubDate>Tue, 20 Jan 2009 01:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.spontaneousderivation.com/?p=3119#comment-2137</guid>
		<description>Thanks so much for posting this! ... I&#039;ll come back with some silly questions later in the week. Keep up the great work. ... MP</description>
		<content:encoded><![CDATA[<p>Thanks so much for posting this! &#8230; I&#8217;ll come back with some silly questions later in the week. Keep up the great work. &#8230; MP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isaac Guenard</title>
		<link>http://www.spontaneousderivation.com/2008/12/13/creating-ebooks-an-epub-tutorial/comment-page-1/#comment-2133</link>
		<dc:creator>Isaac Guenard</dc:creator>
		<pubDate>Sat, 10 Jan 2009 07:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.spontaneousderivation.com/?p=3119#comment-2133</guid>
		<description>Awesome tutorial. Thank you.</description>
		<content:encoded><![CDATA[<p>Awesome tutorial. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arachne Jericho</title>
		<link>http://www.spontaneousderivation.com/2008/12/13/creating-ebooks-an-epub-tutorial/comment-page-1/#comment-2088</link>
		<dc:creator>Arachne Jericho</dc:creator>
		<pubDate>Sun, 14 Dec 2008 23:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.spontaneousderivation.com/?p=3119#comment-2088</guid>
		<description>Thanks, Hadrien.  The tutorial section and the EPub have both been updated.</description>
		<content:encoded><![CDATA[<p>Thanks, Hadrien.  The tutorial section and the EPub have both been updated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
