<?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: Experimenting with epub &#8211; Creation</title>
	<atom:link href="http://www.teleread.org/2007/10/31/experimenting-with-epub-creation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.teleread.org/2007/10/31/experimenting-with-epub-creation/</link>
	<description>News &#38; views on e-books, libraries, publishing and related topics</description>
	<lastBuildDate>Sun, 08 Nov 2009 03:38:33 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Steve Jordan</title>
		<link>http://www.teleread.org/2007/10/31/experimenting-with-epub-creation/comment-page-1/#comment-1136297</link>
		<dc:creator>Steve Jordan</dc:creator>
		<pubDate>Thu, 27 Aug 2009 15:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/?p=7442#comment-1136297</guid>
		<description>Doing a right-click or shift-click and using &quot;Save As...&quot; instead of simply clicking on the item to download, usually solves this problem.  If you downloaded to your hard disk with the same browser you used to download your website file, I&#039;m not sure why the browser saw the file as different in the two instances.

ePub is a new extension on most computers, and they don&#039;t always recognize it.  You may have to get into your computer&#039;s file association controls and add ePub to your preferences (it will allow you to save the file, open it with a designated application, or give you the choice on each download).  Your browsers have the same file type preferences (under Tools menu), and you should set them there, too.  That way, your machine will hopefully be able to distinguish between an ePub and a ZIP file and handle them appropriately.</description>
		<content:encoded><![CDATA[<p>Doing a right-click or shift-click and using &#8220;Save As&#8230;&#8221; instead of simply clicking on the item to download, usually solves this problem.  If you downloaded to your hard disk with the same browser you used to download your website file, I&#8217;m not sure why the browser saw the file as different in the two instances.</p>
<p>ePub is a new extension on most computers, and they don&#8217;t always recognize it.  You may have to get into your computer&#8217;s file association controls and add ePub to your preferences (it will allow you to save the file, open it with a designated application, or give you the choice on each download).  Your browsers have the same file type preferences (under Tools menu), and you should set them there, too.  That way, your machine will hopefully be able to distinguish between an ePub and a ZIP file and handle them appropriately.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pim</title>
		<link>http://www.teleread.org/2007/10/31/experimenting-with-epub-creation/comment-page-1/#comment-1136183</link>
		<dc:creator>Pim</dc:creator>
		<pubDate>Thu, 27 Aug 2009 12:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/?p=7442#comment-1136183</guid>
		<description>I have downloaded a free epub ebook to my harddisk.
It downloaded as an epub file (not as a zip file).

Now I made a download file on my website of the same epub document, but when I want to download it, it gives the extension .zip en not .epub.

How can I make a download file on my website so that people can download this epub file on the same way as I downloaded it (as an epub file and not as a .zip file)?</description>
		<content:encoded><![CDATA[<p>I have downloaded a free epub ebook to my harddisk.<br />
It downloaded as an epub file (not as a zip file).</p>
<p>Now I made a download file on my website of the same epub document, but when I want to download it, it gives the extension .zip en not .epub.</p>
<p>How can I make a download file on my website so that people can download this epub file on the same way as I downloaded it (as an epub file and not as a .zip file)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Gray</title>
		<link>http://www.teleread.org/2007/10/31/experimenting-with-epub-creation/comment-page-1/#comment-1075443</link>
		<dc:creator>Joseph Gray</dc:creator>
		<pubDate>Tue, 09 Jun 2009 07:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/?p=7442#comment-1075443</guid>
		<description>The first question you need to ask is how is the customer going to deal with what you send them. If this is textual material and they have the hardware or software to read epub, then it may be what you want.

If your XML files contain text that is to be read (not an XML database for example), then you could convert them to XHTML. I&#039;m not sure what you can do with the PDF. If you included it as an alternate format, it may display in Adobe Digital Editions (I don&#039;t know for sure), but no other epub reader I know of will know what to do with it. FYI - the Sony 505 and 700 use Digital Editions internally. You can also install the Flash-based version of ADE on a computer.

You would also need to create the supporting OPF and NCX files that define the metadata and structure of an epub ebook.

Not knowing your purpose or what type of XML data you are dealing with, that&#039;s the best I can offer. If you are contemplating epub use, you should have a look at the actual standards documentation at IDPF.org. You can also find lots of helpful advice on creating epub over at the MobileRead.com forums.

If an ebook format suits your purpose, you will find that some very complicated layouts can be done within the confines of the epub standard. Almost anything you can do with XHTML 1.1 and CSS 2.1 is supported by epub. Check the standards documents for the few exceptions.

The big caveat is that currently, no reader software supports everything that epub is capable of.</description>
		<content:encoded><![CDATA[<p>The first question you need to ask is how is the customer going to deal with what you send them. If this is textual material and they have the hardware or software to read epub, then it may be what you want.</p>
<p>If your XML files contain text that is to be read (not an XML database for example), then you could convert them to XHTML. I&#8217;m not sure what you can do with the PDF. If you included it as an alternate format, it may display in Adobe Digital Editions (I don&#8217;t know for sure), but no other epub reader I know of will know what to do with it. FYI &#8211; the Sony 505 and 700 use Digital Editions internally. You can also install the Flash-based version of ADE on a computer.</p>
<p>You would also need to create the supporting OPF and NCX files that define the metadata and structure of an epub ebook.</p>
<p>Not knowing your purpose or what type of XML data you are dealing with, that&#8217;s the best I can offer. If you are contemplating epub use, you should have a look at the actual standards documentation at IDPF.org. You can also find lots of helpful advice on creating epub over at the MobileRead.com forums.</p>
<p>If an ebook format suits your purpose, you will find that some very complicated layouts can be done within the confines of the epub standard. Almost anything you can do with XHTML 1.1 and CSS 2.1 is supported by epub. Check the standards documents for the few exceptions.</p>
<p>The big caveat is that currently, no reader software supports everything that epub is capable of.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramanathan</title>
		<link>http://www.teleread.org/2007/10/31/experimenting-with-epub-creation/comment-page-1/#comment-1074580</link>
		<dc:creator>Ramanathan</dc:creator>
		<pubDate>Mon, 08 Jun 2009 09:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/?p=7442#comment-1074580</guid>
		<description>Hi,

This document was very nice. I have a question. 

I have a zip file. Which consists of image files, xml files and pdf files. Now we are zipping this and sending to customer. My question is instead of zip format can we create .epub format?

Regards
Ram</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This document was very nice. I have a question. </p>
<p>I have a zip file. Which consists of image files, xml files and pdf files. Now we are zipping this and sending to customer. My question is instead of zip format can we create .epub format?</p>
<p>Regards<br />
Ram</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julien Couvreur</title>
		<link>http://www.teleread.org/2007/10/31/experimenting-with-epub-creation/comment-page-1/#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&#039;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/2007/10/31/experimenting-with-epub-creation/comment-page-1/#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/2007/10/31/experimenting-with-epub-creation/comment-page-1/#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/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/2007/10/31/experimenting-with-epub-creation/comment-page-1/#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 &#039;smartened&#039; 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/2007/10/31/experimenting-with-epub-creation/comment-page-1/#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 &quot;mimetype&quot; file that I hope I made clear in the article. Just to make sure, I&#039;ll mention it here again. The &quot;mimetype&quot; 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/2007/10/31/experimenting-with-epub-creation/comment-page-1/#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&#039;m sure that WinZip has some method of specifying no compression when you add a file. In 7Zip, you select &quot;store&quot; as the method of compression. As I mentioned in the article, the &quot;mimetype&quot; 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 &#8211; 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 &#8211; 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/2007/10/31/experimenting-with-epub-creation/comment-page-1/#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&#039;ve already bookmarked it.

However, I did want to alert you to a broken link. The link in this sentence &quot;For details on what this is and how to generate one, a Wikipedia article, which ponts to some online UUID generators.&quot; is missing the &quot;h&quot; from &quot;http&quot;.</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/2007/10/31/experimenting-with-epub-creation/comment-page-1/#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&#039;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&#039;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>
