<?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"
	>
<channel>
	<title>Comments on: Experimenting with epub - Creation</title>
	<atom:link href="http://www.teleread.org/blog/2007/10/31/experimenting-with-epub-creation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.teleread.org/blog/2007/10/31/experimenting-with-epub-creation/</link>
	<description>News &#38; views on e-books, libraries, publishing and related topics</description>
	<pubDate>Thu, 20 Nov 2008 14:20:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Julien Couvreur</title>
		<link>http://www.teleread.org/blog/2007/10/31/experimenting-with-epub-creation/#comment-683764</link>
		<dc:creator>Julien Couvreur</dc:creator>
		<pubDate>Mon, 07 Jan 2008 09:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/?p=7442#comment-683764</guid>
		<description>I was reading the dev reference pages on the mobipocket format and found some interesting considerations there. The mobi format can be built from OPF+HTML+IMG files, but they are optimized for access by low-power devices.
Conversely, I'd be concerned that simply zipped OPF+HTML+IMG files are probably going to be resource hogs...</description>
		<content:encoded><![CDATA[<p>I was reading the dev reference pages on the mobipocket format and found some interesting considerations there. The mobi format can be built from OPF+HTML+IMG files, but they are optimized for access by low-power devices.<br />
Conversely, I&#8217;d be concerned that simply zipped OPF+HTML+IMG files are probably going to be resource hogs&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ebook Creation Links &#124; Idiotprogrammer</title>
		<link>http://www.teleread.org/blog/2007/10/31/experimenting-with-epub-creation/#comment-612397</link>
		<dc:creator>Ebook Creation Links &#124; Idiotprogrammer</dc:creator>
		<pubDate>Fri, 09 Nov 2007 12:26:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/?p=7442#comment-612397</guid>
		<description>[...] workflows for using .epub (Oct 2007) [...]</description>
		<content:encoded><![CDATA[<p>[...] workflows for using .epub (Oct 2007) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Gray</title>
		<link>http://www.teleread.org/blog/2007/10/31/experimenting-with-epub-creation/#comment-601984</link>
		<dc:creator>Joseph Gray</dc:creator>
		<pubDate>Wed, 31 Oct 2007 18:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/?p=7442#comment-601984</guid>
		<description>Pond,

Yes, the Wordpress software put the curl in the quotes :-) If you download the sample file, you will find regular quotes, along with better formatting.</description>
		<content:encoded><![CDATA[<p>Pond,</p>
<p>Yes, the Wordpress software put the curl in the quotes <img src='http://www.teleread.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> If you download the sample file, you will find regular quotes, along with better formatting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pond</title>
		<link>http://www.teleread.org/blog/2007/10/31/experimenting-with-epub-creation/#comment-601931</link>
		<dc:creator>pond</dc:creator>
		<pubDate>Wed, 31 Oct 2007 17:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/?p=7442#comment-601931</guid>
		<description>Thanks from me, too.

One thing to be aware of is that the quoted examples of files all contain 8-bit curly quotes instead of the plain vanilla straight quotes xml requires. No doubt the content creation tool 'smartened' your quotes here.</description>
		<content:encoded><![CDATA[<p>Thanks from me, too.</p>
<p>One thing to be aware of is that the quoted examples of files all contain 8-bit curly quotes instead of the plain vanilla straight quotes xml requires. No doubt the content creation tool &#8217;smartened&#8217; your quotes here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Gray</title>
		<link>http://www.teleread.org/blog/2007/10/31/experimenting-with-epub-creation/#comment-601798</link>
		<dc:creator>Joseph Gray</dc:creator>
		<pubDate>Wed, 31 Oct 2007 14:46:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/?p=7442#comment-601798</guid>
		<description>There is one other important fact about the "mimetype" file that I hope I made clear in the article. Just to make sure, I'll mention it here again. The "mimetype" file must be added to the Zip archive first. This, along with the file being uncompressed, places the mimetype information in a fixed location within the epub file, allowing easier determination that this is an epub file and not just a normal Zip file.</description>
		<content:encoded><![CDATA[<p>There is one other important fact about the &#8220;mimetype&#8221; file that I hope I made clear in the article. Just to make sure, I&#8217;ll mention it here again. The &#8220;mimetype&#8221; file must be added to the Zip archive first. This, along with the file being uncompressed, places the mimetype information in a fixed location within the epub file, allowing easier determination that this is an epub file and not just a normal Zip file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Gray</title>
		<link>http://www.teleread.org/blog/2007/10/31/experimenting-with-epub-creation/#comment-601782</link>
		<dc:creator>Joseph Gray</dc:creator>
		<pubDate>Wed, 31 Oct 2007 14:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/?p=7442#comment-601782</guid>
		<description>Rob - I use 7Zip and not WinZip, although I'm sure that WinZip has some method of specifying no compression when you add a file. In 7Zip, you select "store" as the method of compression. As I mentioned in the article, the "mimetype" file is only 20 bytes and will most likely not compress anyway. Give it a try.

Preston - Thanks for pointing out the link error. I just fixed it, along with some spelling and formatting errors that crept in.</description>
		<content:encoded><![CDATA[<p>Rob - I use 7Zip and not WinZip, although I&#8217;m sure that WinZip has some method of specifying no compression when you add a file. In 7Zip, you select &#8220;store&#8221; as the method of compression. As I mentioned in the article, the &#8220;mimetype&#8221; file is only 20 bytes and will most likely not compress anyway. Give it a try.</p>
<p>Preston - Thanks for pointing out the link error. I just fixed it, along with some spelling and formatting errors that crept in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Preston</title>
		<link>http://www.teleread.org/blog/2007/10/31/experimenting-with-epub-creation/#comment-601760</link>
		<dc:creator>Preston</dc:creator>
		<pubDate>Wed, 31 Oct 2007 14:06:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/?p=7442#comment-601760</guid>
		<description>Excellent article. Thank you very much for putting this together. I've already bookmarked it.

However, I did want to alert you to a broken link. The link in this sentence "For details on what this is and how to generate one, a Wikipedia article, which ponts to some online UUID generators." is missing the "h" from "http".</description>
		<content:encoded><![CDATA[<p>Excellent article. Thank you very much for putting this together. I&#8217;ve already bookmarked it.</p>
<p>However, I did want to alert you to a broken link. The link in this sentence &#8220;For details on what this is and how to generate one, a Wikipedia article, which ponts to some online UUID generators.&#8221; is missing the &#8220;h&#8221; from &#8220;http&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Preece</title>
		<link>http://www.teleread.org/blog/2007/10/31/experimenting-with-epub-creation/#comment-601753</link>
		<dc:creator>Rob Preece</dc:creator>
		<pubDate>Wed, 31 Oct 2007 13:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/?p=7442#comment-601753</guid>
		<description>Thanks for this write-up, Joseph. Is there some means, in WinZip, to prevent compression of particular files as they're being added to a Zip archive?

I look forward to being able to add ePub to my list of supported formats (I wish I could look forward to having only one supported format but I think there'll be a long wait for this.

Rob Preece
Publisher, www.BooksForABuck.com</description>
		<content:encoded><![CDATA[<p>Thanks for this write-up, Joseph. Is there some means, in WinZip, to prevent compression of particular files as they&#8217;re being added to a Zip archive?</p>
<p>I look forward to being able to add ePub to my list of supported formats (I wish I could look forward to having only one supported format but I think there&#8217;ll be a long wait for this.</p>
<p>Rob Preece<br />
Publisher, <a href="http://www.BooksForABuck.com" rel="nofollow">http://www.BooksForABuck.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
