<?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: Reader asks: Why not use HTML instead of ePub?</title>
	<atom:link href="http://www.teleread.org/2009/03/22/why-not-use-html-instead-of-epub/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.teleread.org/2009/03/22/why-not-use-html-instead-of-epub/</link>
	<description>News &#38; views on e-books, libraries, publishing and related topics</description>
	<lastBuildDate>Sun, 22 Nov 2009 08:28:10 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: LuYu</title>
		<link>http://www.teleread.org/2009/03/22/why-not-use-html-instead-of-epub/comment-page-1/#comment-1026753</link>
		<dc:creator>LuYu</dc:creator>
		<pubDate>Thu, 26 Mar 2009 04:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/?p=19165#comment-1026753</guid>
		<description>I asked yesterday about the availability of zip compression on Android.  Yes, it exists.  However, their broken webkit browser does not access local files &quot;as a matter of policy&quot;, and the browser has no support for zip.  So, basically, a dedicated e-book reader would have to be installed or another web browser just to read files on the local hard drive.  Also, there is no file manager.  That has to be installed as well.

I am very disappointed with Android&#039;s lack of support for basic features.</description>
		<content:encoded><![CDATA[<p>I asked yesterday about the availability of zip compression on Android.  Yes, it exists.  However, their broken webkit browser does not access local files &#8220;as a matter of policy&#8221;, and the browser has no support for zip.  So, basically, a dedicated e-book reader would have to be installed or another web browser just to read files on the local hard drive.  Also, there is no file manager.  That has to be installed as well.</p>
<p>I am very disappointed with Android&#8217;s lack of support for basic features.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nagle</title>
		<link>http://www.teleread.org/2009/03/22/why-not-use-html-instead-of-epub/comment-page-1/#comment-1026582</link>
		<dc:creator>Robert Nagle</dc:creator>
		<pubDate>Wed, 25 Mar 2009 19:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/?p=19165#comment-1026582</guid>
		<description>It&#039;s easier to manage one file per book than 25. Imagine if you had to buy 300 separate pieces of paper every time you wanted to buy an ebook. You would quickly misplace page 82 and get the chapters mixed up and accidentally throw away a dozen pages in the trashcan.</description>
		<content:encoded><![CDATA[<p>It&#8217;s easier to manage one file per book than 25. Imagine if you had to buy 300 separate pieces of paper every time you wanted to buy an ebook. You would quickly misplace page 82 and get the chapters mixed up and accidentally throw away a dozen pages in the trashcan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LuYu</title>
		<link>http://www.teleread.org/2009/03/22/why-not-use-html-instead-of-epub/comment-page-1/#comment-1026144</link>
		<dc:creator>LuYu</dc:creator>
		<pubDate>Wed, 25 Mar 2009 07:06:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/?p=19165#comment-1026144</guid>
		<description>&lt;a href=&quot;http://libreria.sourceforge.net/library/&quot; rel=&quot;nofollow&quot;&gt;Example Books Here&lt;/a&gt;

I know my program is not extremely user friendly.  I would like to get around to creating a GUI someday (is there anybody that would like to help with that?), but for the time being, all one has to do is create a &lt;a href=&quot;http://libreria.sourceforge.net/tag_definition.html&quot; rel=&quot;nofollow&quot;&gt;gutenberg tag&lt;/a&gt; (named after the site named after the man) and type:
&lt;code&gt;
perl libreria.pl [your book file].txt
&lt;/code&gt;

Depending on the layout of the book (and this varies &lt;b&gt;a lot&lt;/b&gt;!), it should work without much other information and generate a folder named with the title of the book.  If not, it can be told what to look for with HTML style attributes in the gutenberg tag.  The folder can be copied to any device with a web browser that can access local files.  The files should display nicely on any small screen.

As for the zipped files, were those addon programs?  Or was zip a stock feature?  I would really like to see Linux phones include gzip and bzip2 as well as zip.  I would also like to see browsers read archives as folders.  That way, the files could remain as a compressed unit, but be accessed as uncompressed.  On modern phones, the speed difference should be negligible.  That would pretty much eliminate the need for ePUB and dedicated e-book software, though.

Also, the lack of archives makes transferring files from one device to another over Bluetooth difficult.  Since I do a lot of testing, every restriction that costs me time makes things much more difficult.  Not only that, but for Public Domain books, why not have the ability to easily share them with friends?</description>
		<content:encoded><![CDATA[<p><a href="http://libreria.sourceforge.net/library/" rel="nofollow">Example Books Here</a></p>
<p>I know my program is not extremely user friendly.  I would like to get around to creating a GUI someday (is there anybody that would like to help with that?), but for the time being, all one has to do is create a <a href="http://libreria.sourceforge.net/tag_definition.html" rel="nofollow">gutenberg tag</a> (named after the site named after the man) and type:<br />
<code><br />
perl libreria.pl [your book file].txt<br />
</code></p>
<p>Depending on the layout of the book (and this varies <b>a lot</b>!), it should work without much other information and generate a folder named with the title of the book.  If not, it can be told what to look for with HTML style attributes in the gutenberg tag.  The folder can be copied to any device with a web browser that can access local files.  The files should display nicely on any small screen.</p>
<p>As for the zipped files, were those addon programs?  Or was zip a stock feature?  I would really like to see Linux phones include gzip and bzip2 as well as zip.  I would also like to see browsers read archives as folders.  That way, the files could remain as a compressed unit, but be accessed as uncompressed.  On modern phones, the speed difference should be negligible.  That would pretty much eliminate the need for ePUB and dedicated e-book software, though.</p>
<p>Also, the lack of archives makes transferring files from one device to another over Bluetooth difficult.  Since I do a lot of testing, every restriction that costs me time makes things much more difficult.  Not only that, but for Public Domain books, why not have the ability to easily share them with friends?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Gray</title>
		<link>http://www.teleread.org/2009/03/22/why-not-use-html-instead-of-epub/comment-page-1/#comment-1026005</link>
		<dc:creator>Joseph Gray</dc:creator>
		<pubDate>Tue, 24 Mar 2009 23:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/?p=19165#comment-1026005</guid>
		<description>LuYu Says: &quot;(that is why my program converts text files to HTML)&quot;

Not having used your script, what variety of HTML does it generate? As discussed above, XHTML 1.1 would be a good guide to follow, as you get clean, unambiguous code. I&#039;m not setup for Perl right now - how about posting a link to a sample of your script&#039;s output for the curious?

LuYu Says: &quot;I have never seen a device, PDA, or phone that had the ability to access zip or any other type of archives.&quot;

There were Zip utilities for PDAs at least ten years ago. Also, uBook has had the ability to handle Zipped ebooks for as long as I remember. Not owning a PDA any more, I no longer use uBook.</description>
		<content:encoded><![CDATA[<p>LuYu Says: &#8220;(that is why my program converts text files to HTML)&#8221;</p>
<p>Not having used your script, what variety of HTML does it generate? As discussed above, XHTML 1.1 would be a good guide to follow, as you get clean, unambiguous code. I&#8217;m not setup for Perl right now &#8211; how about posting a link to a sample of your script&#8217;s output for the curious?</p>
<p>LuYu Says: &#8220;I have never seen a device, PDA, or phone that had the ability to access zip or any other type of archives.&#8221;</p>
<p>There were Zip utilities for PDAs at least ten years ago. Also, uBook has had the ability to handle Zipped ebooks for as long as I remember. Not owning a PDA any more, I no longer use uBook.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LuYu</title>
		<link>http://www.teleread.org/2009/03/22/why-not-use-html-instead-of-epub/comment-page-1/#comment-1025825</link>
		<dc:creator>LuYu</dc:creator>
		<pubDate>Tue, 24 Mar 2009 18:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/?p=19165#comment-1025825</guid>
		<description>I would like to add that I agree that HTML is probably the most versatile and widely available format for e-books (that is why my program converts text files to HTML).  However, the qualities of mobile browsers vary greatly.

In my experience, Opera is the best.  NetFront and Ericsson&#039;s stock browser are usable but lack important things such as non-Roman encodings and fonts with special characters.  All three of these browsers have the ability to constrain text to the available screen width.

Bad mobile browsers are: minimo (does not work, really), Konq-e and other webkit browsers -- including Safari from what I have seen (lack ability to constrain text), Android&#039;s browser (also webkit), and PocketIE (sssllloooww).  Except for PocketIE, none of these browsers can access the local disk (Android&#039;s browser actually refuses to reconise file:/// links!!), so if you wanted to save your HTML e-books to your memory and read it from your phone, you are out of luck.

I have never seen a device, PDA, or phone that had the ability to access zip or any other type of archives.  This is unfortunate because transferring files as a unit is always nice.  If this feature existed, I doubt very much that dedicated e-book software would even be needed.</description>
		<content:encoded><![CDATA[<p>I would like to add that I agree that HTML is probably the most versatile and widely available format for e-books (that is why my program converts text files to HTML).  However, the qualities of mobile browsers vary greatly.</p>
<p>In my experience, Opera is the best.  NetFront and Ericsson&#8217;s stock browser are usable but lack important things such as non-Roman encodings and fonts with special characters.  All three of these browsers have the ability to constrain text to the available screen width.</p>
<p>Bad mobile browsers are: minimo (does not work, really), Konq-e and other webkit browsers &#8212; including Safari from what I have seen (lack ability to constrain text), Android&#8217;s browser (also webkit), and PocketIE (sssllloooww).  Except for PocketIE, none of these browsers can access the local disk (Android&#8217;s browser actually refuses to reconise file:/// links!!), so if you wanted to save your HTML e-books to your memory and read it from your phone, you are out of luck.</p>
<p>I have never seen a device, PDA, or phone that had the ability to access zip or any other type of archives.  This is unfortunate because transferring files as a unit is always nice.  If this feature existed, I doubt very much that dedicated e-book software would even be needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garson O'Toole</title>
		<link>http://www.teleread.org/2009/03/22/why-not-use-html-instead-of-epub/comment-page-1/#comment-1025366</link>
		<dc:creator>Garson O'Toole</dc:creator>
		<pubDate>Mon, 23 Mar 2009 23:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/?p=19165#comment-1025366</guid>
		<description>IMHO a fully successful ebook format should be integrated with the rest of the web. For example, major browsers like Firefox should be able to read it. (Joseph Gray mentions Openberg Lector for Firefox but suggests that it needs an update.)

Links between ebooks and links in and out of ebooks should be supported. It would be wonderful if you could specify a link in an ebook or webpage that would take you to a precisely specified word sequence within another ebook. Links like this would allow the incorporation of ebooks into the general conversational structures of the web. Maybe one of the knowledgeable commentators on this thread has a viewpoint on this topic. Is it already possible?</description>
		<content:encoded><![CDATA[<p>IMHO a fully successful ebook format should be integrated with the rest of the web. For example, major browsers like Firefox should be able to read it. (Joseph Gray mentions Openberg Lector for Firefox but suggests that it needs an update.)</p>
<p>Links between ebooks and links in and out of ebooks should be supported. It would be wonderful if you could specify a link in an ebook or webpage that would take you to a precisely specified word sequence within another ebook. Links like this would allow the incorporation of ebooks into the general conversational structures of the web. Maybe one of the knowledgeable commentators on this thread has a viewpoint on this topic. Is it already possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rui Hanazawa</title>
		<link>http://www.teleread.org/2009/03/22/why-not-use-html-instead-of-epub/comment-page-1/#comment-1025327</link>
		<dc:creator>Rui Hanazawa</dc:creator>
		<pubDate>Mon, 23 Mar 2009 22:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/?p=19165#comment-1025327</guid>
		<description>tarball, if compressed, may be more difficult to process for ebook readers, since they would need to uncompress the whole file before you can start reading. Remember, these devices tend to be somewhat processor and memory-limited.

Aren&#039;t HTML5 and XHTML5 being developed concurrently?

Anyway, HTML vs XHTML, pretty sure there are others more knowledgeable who can comment on this but here&#039;s my 2 cents. HTML is too darned permissive. That really is the basic problem. When you look at it XHTML is just HTML with additional markup - useful since it makes reading easier for *machines*. Yes, the browser on your Core 2 Duo PC makes quick work of HTML files (even badly coded ones), but the same can not be said for, say, the Sony PRS-505 with its 200 MHz processor.

You&#039;re proposing a new format which will only add to the confusion. epub&#039;s not perfect but it&#039;s a start. Refinements can come later. It&#039;s extensible so it shouldn&#039;t be that difficult to modify.

Also, with increasing popularity, there will be more tools available for epub creation and editing.

More content is being published in epub. Now if only we can convince publishers to get rid of DRM while they&#039;re at it.</description>
		<content:encoded><![CDATA[<p>tarball, if compressed, may be more difficult to process for ebook readers, since they would need to uncompress the whole file before you can start reading. Remember, these devices tend to be somewhat processor and memory-limited.</p>
<p>Aren&#8217;t HTML5 and XHTML5 being developed concurrently?</p>
<p>Anyway, HTML vs XHTML, pretty sure there are others more knowledgeable who can comment on this but here&#8217;s my 2 cents. HTML is too darned permissive. That really is the basic problem. When you look at it XHTML is just HTML with additional markup &#8211; useful since it makes reading easier for *machines*. Yes, the browser on your Core 2 Duo PC makes quick work of HTML files (even badly coded ones), but the same can not be said for, say, the Sony PRS-505 with its 200 MHz processor.</p>
<p>You&#8217;re proposing a new format which will only add to the confusion. epub&#8217;s not perfect but it&#8217;s a start. Refinements can come later. It&#8217;s extensible so it shouldn&#8217;t be that difficult to modify.</p>
<p>Also, with increasing popularity, there will be more tools available for epub creation and editing.</p>
<p>More content is being published in epub. Now if only we can convince publishers to get rid of DRM while they&#8217;re at it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tamas Simon</title>
		<link>http://www.teleread.org/2009/03/22/why-not-use-html-instead-of-epub/comment-page-1/#comment-1025272</link>
		<dc:creator>Tamas Simon</dc:creator>
		<pubDate>Mon, 23 Mar 2009 21:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/?p=19165#comment-1025272</guid>
		<description>OK... let&#039;s rephrase the original question: what&#039;s the advantage of ePub vs a tarball (that&#039;s like zip ;-) ) of HTML files and the rest of the stuff that goes with it?
In my opinion: nothing.
As for XHTML... there is no benefit of that whatsoever.
Just look at where the standard is evolving: HTML5
not XHTML2.0 
Why not use standard web technologies for ebooks?

I think it would be better to have an open-source effort with a strong lead (Adobe?) instead of the design by committee.
Also it would make more sense to me to standardize style-sheets. The style-sheet would be implemented differently for different devices taking into account their characteristics.
So if I want to write a book I just worry about the text, select a few predefined styles and it would actually look good.</description>
		<content:encoded><![CDATA[<p>OK&#8230; let&#8217;s rephrase the original question: what&#8217;s the advantage of ePub vs a tarball (that&#8217;s like zip <img src='http://www.teleread.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  ) of HTML files and the rest of the stuff that goes with it?<br />
In my opinion: nothing.<br />
As for XHTML&#8230; there is no benefit of that whatsoever.<br />
Just look at where the standard is evolving: HTML5<br />
not XHTML2.0<br />
Why not use standard web technologies for ebooks?</p>
<p>I think it would be better to have an open-source effort with a strong lead (Adobe?) instead of the design by committee.<br />
Also it would make more sense to me to standardize style-sheets. The style-sheet would be implemented differently for different devices taking into account their characteristics.<br />
So if I want to write a book I just worry about the text, select a few predefined styles and it would actually look good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rui Hanazawa</title>
		<link>http://www.teleread.org/2009/03/22/why-not-use-html-instead-of-epub/comment-page-1/#comment-1025254</link>
		<dc:creator>Rui Hanazawa</dc:creator>
		<pubDate>Mon, 23 Mar 2009 20:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/?p=19165#comment-1025254</guid>
		<description>@Greg
As has been commented several times, the format used for the actual content in epub *is* XHTML, albeit limited to a certain subset and with particular rules to follow to make things uniform and parsing easier for devices. Basically, create a strictly coded HTML document, create an XML file containing ebook meta information, create another XML file containing the table of contents/chapter information, add cover images and zip them into one file and you&#039;ve got your epub. Of course, that&#039;s a bit oversimplifying things but you get the general idea.

The Sony ebook readers and the iPhone/iPod Touch already have support for epub. In the case of the iPhone/iPod, Stanza by Lexcycle is one of the apps available which you can use to read epub and that&#039;s what I use. I do believe all standalone ebook reader apps available on iTunes support epub.

Kindle, well Amazon owns the mobi DRM, I think, so that one might be a bit more difficult. One of the ways Amazon will be forced to include native support of epub in the Kindle is if epub became the industry standard.</description>
		<content:encoded><![CDATA[<p>@Greg<br />
As has been commented several times, the format used for the actual content in epub *is* XHTML, albeit limited to a certain subset and with particular rules to follow to make things uniform and parsing easier for devices. Basically, create a strictly coded HTML document, create an XML file containing ebook meta information, create another XML file containing the table of contents/chapter information, add cover images and zip them into one file and you&#8217;ve got your epub. Of course, that&#8217;s a bit oversimplifying things but you get the general idea.</p>
<p>The Sony ebook readers and the iPhone/iPod Touch already have support for epub. In the case of the iPhone/iPod, Stanza by Lexcycle is one of the apps available which you can use to read epub and that&#8217;s what I use. I do believe all standalone ebook reader apps available on iTunes support epub.</p>
<p>Kindle, well Amazon owns the mobi DRM, I think, so that one might be a bit more difficult. One of the ways Amazon will be forced to include native support of epub in the Kindle is if epub became the industry standard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg M.</title>
		<link>http://www.teleread.org/2009/03/22/why-not-use-html-instead-of-epub/comment-page-1/#comment-1025236</link>
		<dc:creator>Greg M.</dc:creator>
		<pubDate>Mon, 23 Mar 2009 19:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/?p=19165#comment-1025236</guid>
		<description>Word to HTML does indeed produce a tag soup of worthless extra code, however it can easily be converted into highly readable ebooks just about every time.   To me that is something very important.  On the filp side, PDF almost always makes a mishmash of poorly formated text in an ebook: usually unreadable, unless the reader is willing to overlook errors.

So the real question is: Can epub format as nicely and easily as HTML?  If so, then the next major hurtle will getting devices (Kindle, Sony, iPhone, etc.) to read epub.  Compatibility with the desktop or online is nearly worthless for long texts.  Could you read Peter F. Hamilton’s Night’s Dawn Trilogy (3000+ pages) in epub on your desktop?  Technically, yes, I suppose so, but few people would try it, whereas there is no problem on the Kindle or Sony.  I can’t speak for every one, but for me anything more then 5 to 10 pages is too much to read on a desktop or online.

Unless epub can create nicely formatted texts on the popular devices it will not become the mp3 of ebooks.

And there really should be one general format.</description>
		<content:encoded><![CDATA[<p>Word to HTML does indeed produce a tag soup of worthless extra code, however it can easily be converted into highly readable ebooks just about every time.   To me that is something very important.  On the filp side, PDF almost always makes a mishmash of poorly formated text in an ebook: usually unreadable, unless the reader is willing to overlook errors.</p>
<p>So the real question is: Can epub format as nicely and easily as HTML?  If so, then the next major hurtle will getting devices (Kindle, Sony, iPhone, etc.) to read epub.  Compatibility with the desktop or online is nearly worthless for long texts.  Could you read Peter F. Hamilton’s Night’s Dawn Trilogy (3000+ pages) in epub on your desktop?  Technically, yes, I suppose so, but few people would try it, whereas there is no problem on the Kindle or Sony.  I can’t speak for every one, but for me anything more then 5 to 10 pages is too much to read on a desktop or online.</p>
<p>Unless epub can create nicely formatted texts on the popular devices it will not become the mp3 of ebooks.</p>
<p>And there really should be one general format.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Pastore</title>
		<link>http://www.teleread.org/2009/03/22/why-not-use-html-instead-of-epub/comment-page-1/#comment-1025168</link>
		<dc:creator>Michael Pastore</dc:creator>
		<pubDate>Mon, 23 Mar 2009 17:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/?p=19165#comment-1025168</guid>
		<description>How to Read Epub Ebooks ( free tools for reading ePub ) 

http://tinyurl.com/http-EpublishersWeekly-net

This link works; the link in my previous post is broken due to the line length.

MP</description>
		<content:encoded><![CDATA[<p>How to Read Epub Ebooks ( free tools for reading ePub ) </p>
<p><a href="http://tinyurl.com/http-EpublishersWeekly-net" rel="nofollow">http://tinyurl.com/http-EpublishersWeekly-net</a></p>
<p>This link works; the link in my previous post is broken due to the line length.</p>
<p>MP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Pastore</title>
		<link>http://www.teleread.org/2009/03/22/why-not-use-html-instead-of-epub/comment-page-1/#comment-1025161</link>
		<dc:creator>Michael Pastore</dc:creator>
		<pubDate>Mon, 23 Mar 2009 17:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/?p=19165#comment-1025161</guid>
		<description>I have to confess that, years ago, when I first heard about a new standard for ebooks -- I was thinking about Shaw&#039;s saying: &quot;All professions are conspiracies against the laity.&quot;

I wondered if this new standard would just be a way to take something simple, and over-complicate it, and create yet another vehicle for the big companies to squeeze more money from the unwary consumer.

All my fears have been dispelled -- I now have not the smallest doubt that ePub is a great idea. A great idea for everyone: for authors, publishers, library professionals and readers. (By &quot;readers&quot; I mean human beings, not ebook reading devices.)

pond ... It sounds to me as if you would like:

A. The capability to write your &quot;book, article, or poem natively in ePub&quot;
and 
B. Easy ways to read ePub

A. Easy ePub conversion is coming very soon. In fact, there is at least one ePub converting tool, from Azardi, that is available  for &quot;personal use&quot;. More ePub coverters are on the way, and soon it will be simple to take any RTF file (or other common format), and convert to ePub with a few clicks. 

Until then, you can make your own ePub using freeware -- I just did -- it took me a few days to learn -- with help from my younger assistant, and from various people on the web, who generously answered my questions and looked at my files. 

ePub is a blessing for authors and publishers: we would love to be concerned about making ebooks in 1 format, not 6 or more.

B. An easy way to read ePub ... that&#039;s here already. You don&#039;t need a dedicated ebook reading device: you can read ePub on your own computer, or online.

Here&#039;s a page that lists ways to read ePub ebooks -- and all of these are free:

http://summercampjobsusa.wordpress.com/ebooks/how-to-
read-epub/


Michael Pastore
50 Benefits of Ebooks</description>
		<content:encoded><![CDATA[<p>I have to confess that, years ago, when I first heard about a new standard for ebooks &#8212; I was thinking about Shaw&#8217;s saying: &#8220;All professions are conspiracies against the laity.&#8221;</p>
<p>I wondered if this new standard would just be a way to take something simple, and over-complicate it, and create yet another vehicle for the big companies to squeeze more money from the unwary consumer.</p>
<p>All my fears have been dispelled &#8212; I now have not the smallest doubt that ePub is a great idea. A great idea for everyone: for authors, publishers, library professionals and readers. (By &#8220;readers&#8221; I mean human beings, not ebook reading devices.)</p>
<p>pond &#8230; It sounds to me as if you would like:</p>
<p>A. The capability to write your &#8220;book, article, or poem natively in ePub&#8221;<br />
and<br />
B. Easy ways to read ePub</p>
<p>A. Easy ePub conversion is coming very soon. In fact, there is at least one ePub converting tool, from Azardi, that is available  for &#8220;personal use&#8221;. More ePub coverters are on the way, and soon it will be simple to take any RTF file (or other common format), and convert to ePub with a few clicks. </p>
<p>Until then, you can make your own ePub using freeware &#8212; I just did &#8212; it took me a few days to learn &#8212; with help from my younger assistant, and from various people on the web, who generously answered my questions and looked at my files. </p>
<p>ePub is a blessing for authors and publishers: we would love to be concerned about making ebooks in 1 format, not 6 or more.</p>
<p>B. An easy way to read ePub &#8230; that&#8217;s here already. You don&#8217;t need a dedicated ebook reading device: you can read ePub on your own computer, or online.</p>
<p>Here&#8217;s a page that lists ways to read ePub ebooks &#8212; and all of these are free:</p>
<p><a href="http://summercampjobsusa.wordpress.com/ebooks/how-to-" rel="nofollow">http://summercampjobsusa.wordpress.com/ebooks/how-to-</a><br />
read-epub/</p>
<p>Michael Pastore<br />
50 Benefits of Ebooks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Noring</title>
		<link>http://www.teleread.org/2009/03/22/why-not-use-html-instead-of-epub/comment-page-1/#comment-1025158</link>
		<dc:creator>Jon Noring</dc:creator>
		<pubDate>Mon, 23 Mar 2009 16:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/?p=19165#comment-1025158</guid>
		<description>I agree with Rui that HTML exported from Word is a horrible &quot;tag soup&quot;. But XHTML produced directly (e.g. in a text editor by applying tags to base text) is very simple and elegant. In fact, in my publishing business I find it easier and faster to master in XHTML than Word. As noted before, Word is an *awful* mastering format.</description>
		<content:encoded><![CDATA[<p>I agree with Rui that HTML exported from Word is a horrible &#8220;tag soup&#8221;. But XHTML produced directly (e.g. in a text editor by applying tags to base text) is very simple and elegant. In fact, in my publishing business I find it easier and faster to master in XHTML than Word. As noted before, Word is an *awful* mastering format.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rui Hanazawa</title>
		<link>http://www.teleread.org/2009/03/22/why-not-use-html-instead-of-epub/comment-page-1/#comment-1025147</link>
		<dc:creator>Rui Hanazawa</dc:creator>
		<pubDate>Mon, 23 Mar 2009 16:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/?p=19165#comment-1025147</guid>
		<description>I&#039;ve seen several HTML pages (even not very complex ones) that render quite differently when viewed on different browsers. Again, the problem with HTML is it&#039;s not uniform. HTML by itself isn&#039;t broken. It&#039;s the way people and software are coding it that&#039;s the issue. Just try opening HTML files saved by Microsoft Word in Notepad or any similar plain text viewer and you&#039;ll see the tag soup mess Joseph was referring to earlier. I certainly wouldn&#039;t want to load something that complex on an ebook reader with a slow processor.

What we&#039;re seeing now is similar to the digital music distribution scene a while back. Different stores used different types of DRM which prevented playback of music on various players (can&#039;t play iTunes-bought music on Zune or secured WMA on iPod). Didn&#039;t really help the music biz and peer-to-peer mp3 sharing was still rampant. Eventually, Amazon opened its DRM-free mp3 store and now, Apple iTunes is selling its entire library DRM-free.

I think the difference with mp3 and epub is mp3 was already an existing format (with a clearly defined structure and specifications for metadata, etc) prior to mass adoption. Another, people were already sharing mp3s before most of these online music stores popped up. We&#039;re only getting epub after so many other companies have released their own proprietary formats (LIT, MOBI, eReader, Secure PDF, etc). Obviously, these companies have vested interest in seeing their own format succeed so I don&#039;t see them going out of their way to support epub.

Yes, epub isn&#039;t the de facto standard yet. From what I can see though, that is the end goal of epub - to become to ebooks what mp3 is to digital music. The problem is adoption. There are more ebook readers now that support it, both software and hardware, but not all of them. Unfortunately, designers of the spec can&#039;t really force it down publishers&#039; throats. We, as consumers, are the ones who have a say. With our buying dollars (or euro, pound, yen, or whatever the case may be), we can show that we want an open format, preferably one that is unencumbered by DRM. If widespread adoption of epub by consumers / end-users can be achieved, companies (publishers, device makers, etc) will eventually have to support the epub format.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve seen several HTML pages (even not very complex ones) that render quite differently when viewed on different browsers. Again, the problem with HTML is it&#8217;s not uniform. HTML by itself isn&#8217;t broken. It&#8217;s the way people and software are coding it that&#8217;s the issue. Just try opening HTML files saved by Microsoft Word in Notepad or any similar plain text viewer and you&#8217;ll see the tag soup mess Joseph was referring to earlier. I certainly wouldn&#8217;t want to load something that complex on an ebook reader with a slow processor.</p>
<p>What we&#8217;re seeing now is similar to the digital music distribution scene a while back. Different stores used different types of DRM which prevented playback of music on various players (can&#8217;t play iTunes-bought music on Zune or secured WMA on iPod). Didn&#8217;t really help the music biz and peer-to-peer mp3 sharing was still rampant. Eventually, Amazon opened its DRM-free mp3 store and now, Apple iTunes is selling its entire library DRM-free.</p>
<p>I think the difference with mp3 and epub is mp3 was already an existing format (with a clearly defined structure and specifications for metadata, etc) prior to mass adoption. Another, people were already sharing mp3s before most of these online music stores popped up. We&#8217;re only getting epub after so many other companies have released their own proprietary formats (LIT, MOBI, eReader, Secure PDF, etc). Obviously, these companies have vested interest in seeing their own format succeed so I don&#8217;t see them going out of their way to support epub.</p>
<p>Yes, epub isn&#8217;t the de facto standard yet. From what I can see though, that is the end goal of epub &#8211; to become to ebooks what mp3 is to digital music. The problem is adoption. There are more ebook readers now that support it, both software and hardware, but not all of them. Unfortunately, designers of the spec can&#8217;t really force it down publishers&#8217; throats. We, as consumers, are the ones who have a say. With our buying dollars (or euro, pound, yen, or whatever the case may be), we can show that we want an open format, preferably one that is unencumbered by DRM. If widespread adoption of epub by consumers / end-users can be achieved, companies (publishers, device makers, etc) will eventually have to support the epub format.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Noring</title>
		<link>http://www.teleread.org/2009/03/22/why-not-use-html-instead-of-epub/comment-page-1/#comment-1025122</link>
		<dc:creator>Jon Noring</dc:creator>
		<pubDate>Mon, 23 Mar 2009 15:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/?p=19165#comment-1025122</guid>
		<description>I disagree with pond saying &quot;nobody could use&quot; ePub. First, &quot;nobody&quot; is a pretty strong word, which is demonstrably false.

As noted ad nauseum, ePub is based on XHTML, CSS, JPG/PNG and ZIP. Nothing more need be said on this as there are billions of web pages out there using all these standards (well, ZIP is not used in the web milieu, but nevertheless it is also ubiquitous.)

Now if pond has some ideas as to how to create the true universal format that enables perfect and simple authoring applications for &lt;i&gt;all&lt;/i&gt; types of book content, and enables reading systems to optimally work on all conceivable platforms (both visual and aural), I&#039;m all ears.</description>
		<content:encoded><![CDATA[<p>I disagree with pond saying &#8220;nobody could use&#8221; ePub. First, &#8220;nobody&#8221; is a pretty strong word, which is demonstrably false.</p>
<p>As noted ad nauseum, ePub is based on XHTML, CSS, JPG/PNG and ZIP. Nothing more need be said on this as there are billions of web pages out there using all these standards (well, ZIP is not used in the web milieu, but nevertheless it is also ubiquitous.)</p>
<p>Now if pond has some ideas as to how to create the true universal format that enables perfect and simple authoring applications for <i>all</i> types of book content, and enables reading systems to optimally work on all conceivable platforms (both visual and aural), I&#8217;m all ears.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
