<?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: OpenReader as an eBabel-fighter: Three &#8216;musts&#8217; if the standard is to survive Jon Noring&#8217;s new ties with DigitalPulp</title>
	<atom:link href="http://www.teleread.com/2006/12/29/openreader-as-an-ebabel-fighter-three-musts-if-the-standard-is-to-survive-jon-norings-new-ties-with-digitalpulp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.teleread.com/ebooks/openreader-as-an-ebabel-fighter-three-musts-if-the-standard-is-to-survive-jon-norings-new-ties-with-digitalpulp/</link>
	<description>News &#38; views on e-books, libraries, publishing and related topics</description>
	<lastBuildDate>Wed, 15 Feb 2012 20:23:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: David Rothman</title>
		<link>http://www.teleread.com/ebooks/openreader-as-an-ebabel-fighter-three-musts-if-the-standard-is-to-survive-jon-norings-new-ties-with-digitalpulp/comment-page-1/#comment-174382</link>
		<dc:creator>David Rothman</dc:creator>
		<pubDate>Tue, 02 Jan 2007 22:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/?p=5986#comment-174382</guid>
		<description>Hi, Eric. Many thanks for the detailed note. As noted earlier, I can appreciate the vagaries of development. I&#039;ll let Jon respond to your needs-related questions. I certainly would encourage members of the e-book community to help both you and Jon in OpenReader-friendly ways. I heartily approve of Jon&#039;s BookX efforts.

Meanwhile perhaps you can remind OSoft of the need to publicize the forthcoming OpenReader capabilities---that will make it easier to attract volunteers. 

An &quot;OpenReader coming&quot; logo on the home pages of the OSoft and dotReader sites would be most appreciated. 

This would &lt;em&gt;help&lt;/em&gt; satisfy the agreement that OSoft made originally with Jon (on behalf of OpenReader) and me (on behalf of LIbraryCity). 

I realize you&#039;re dealing with technology, not promo, but the two areas interact. If Mark publicizes and talks up OpenReader and positions the current approach as a temporary fix, then it&#039;ll be easier to attract volunteers and clear up the &lt;a href=&quot;http://www.teleread.com/blog/?p=5999#comment-174349&quot; rel=&quot;nofollow&quot;&gt;confusion that Tamas and others understandably have&lt;/a&gt;.

Thanks,
David</description>
		<content:encoded><![CDATA[<p>Hi, Eric. Many thanks for the detailed note. As noted earlier, I can appreciate the vagaries of development. I&#8217;ll let Jon respond to your needs-related questions. I certainly would encourage members of the e-book community to help both you and Jon in OpenReader-friendly ways. I heartily approve of Jon&#8217;s BookX efforts.</p>
<p>Meanwhile perhaps you can remind OSoft of the need to publicize the forthcoming OpenReader capabilities&#8212;that will make it easier to attract volunteers. </p>
<p>An &#8220;OpenReader coming&#8221; logo on the home pages of the OSoft and dotReader sites would be most appreciated. </p>
<p>This would <em>help</em> satisfy the agreement that OSoft made originally with Jon (on behalf of OpenReader) and me (on behalf of LIbraryCity). </p>
<p>I realize you&#8217;re dealing with technology, not promo, but the two areas interact. If Mark publicizes and talks up OpenReader and positions the current approach as a temporary fix, then it&#8217;ll be easier to attract volunteers and clear up the <a href="http://www.teleread.com/blog/?p=5999#comment-174349" rel="nofollow">confusion that Tamas and others understandably have</a>.</p>
<p>Thanks,<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Wilhelm</title>
		<link>http://www.teleread.com/ebooks/openreader-as-an-ebabel-fighter-three-musts-if-the-standard-is-to-survive-jon-norings-new-ties-with-digitalpulp/comment-page-1/#comment-174355</link>
		<dc:creator>Eric Wilhelm</dc:creator>
		<pubDate>Tue, 02 Jan 2007 21:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/?p=5986#comment-174355</guid>
		<description>Hi David,

For our timely ability to read OpenReader, I suppose I am primarily to blame.  I&#039;ve been rather bogged down in bundling all of the code in such a way that it just works on all three operating systems, chasing various bugs, and hammering out APIs for our plugin systems while trying to keep this 10k lines of Perl reasonably approachable, well-documented, and maintaining about 75% aggregate test coverage.  I also build the releases, manage the mailing lists, and pretty much everything else.  But, this is open-source software with a very open plugin system, so I&#039;ll pass the blame to &quot;everyone that hasn&#039;t sent me a plugin yet.&quot;

Yes, software production is unpredictable.  Note that we&#039;re still planning to support many different formats and putting a lot of effort into the plugin system plus the extra code required to keep us from being married to any particular format.

At present, the only format supported is the (invented by the original java developers) xml of the legacy ThoutReader.  This is because we have an obligation to existing users.  However, note that this format is a *plugin* and is designed to be cleanly separated from the rest of the system.  Also note that we&#039;ll be first to admit that this format has some problems.  We didn&#039;t create a new dotReader format, and I&#039;m still hoping that OpenReader can fill my wishlist for things like a reduced memory footprint, consistent user model, reliable cross-book linking, etc.

It might also be worth noting that dotReader is both a GUI program and a standalone Perl API.  This means that any book plugin could be used as part of a conversion tool.  So, converting existing thout books to OpenReader format has already been made easier by our orthogonal plugin system and modular code.  If someone were to dig into this and write the code to make it happen, this would go a long way toward promoting OpenReader by making the singularly-important Content available in that format.  After all, books are all about Content.  The same goes for any other format-reading plugins we acquire in the future -- an &quot;anything to OpenReader&quot; converter in 600 lines of Perl is a very reasonable goal.

I haven&#039;t seen many examples of openreader format.  Is there a test suite?  With any sort of non-trivial extensible format, one can never prove 100% support of the specification.  The only thing to do is test, test, test.  Take a look at the thout format samples in http://svn.dotreader.com/svn/dotreader/trunk/test_packages/ for an example of the sort of thing required.  Most of these are very small books that flex some specific aspect of the format -- then there is a corresponding test program in the t/book directory which loads the book and verifies the plugin&#039;s behavior.

To make it easier for us and others to support OpenReader, it would be extremely useful to have a similar collection of miniature books (most of mine read like &quot;ABCDE&quot;) which express the particulars and edge cases of the format.  These will also help in nailing down the specification and serve as examples for authors and developers of content creation/conversion programs.  If you send me a username and password on a secure channel (or the output of `htpasswd -nsb yourusername yourpassword` in e-mail), I&#039;ll give you a section of our subversion repository to post the samples in.

And yes, we do have limited time.  I assure you that OpenReader is still on the todo list, but I have a very long todo list.

I&#039;ll also go on record here and elsewhere saying that if you send me working code and tests, I&#039;ll ship it.  I can&#039;t stress enough how open this open-source project is.  Join the developer&#039;s mailing list (http://dotreader.com/mailman/listinfo), send patches, tests, documentation, plugins, examples.  As long as clocks only turn clockwise, we&#039;re going to need community to make dotReader the open standards vehicle that it is intended to be.

Thanks,
Eric Wilhelm
dotReader architect / chief developer</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>For our timely ability to read OpenReader, I suppose I am primarily to blame.  I&#8217;ve been rather bogged down in bundling all of the code in such a way that it just works on all three operating systems, chasing various bugs, and hammering out APIs for our plugin systems while trying to keep this 10k lines of Perl reasonably approachable, well-documented, and maintaining about 75% aggregate test coverage.  I also build the releases, manage the mailing lists, and pretty much everything else.  But, this is open-source software with a very open plugin system, so I&#8217;ll pass the blame to &#8220;everyone that hasn&#8217;t sent me a plugin yet.&#8221;</p>
<p>Yes, software production is unpredictable.  Note that we&#8217;re still planning to support many different formats and putting a lot of effort into the plugin system plus the extra code required to keep us from being married to any particular format.</p>
<p>At present, the only format supported is the (invented by the original java developers) xml of the legacy ThoutReader.  This is because we have an obligation to existing users.  However, note that this format is a *plugin* and is designed to be cleanly separated from the rest of the system.  Also note that we&#8217;ll be first to admit that this format has some problems.  We didn&#8217;t create a new dotReader format, and I&#8217;m still hoping that OpenReader can fill my wishlist for things like a reduced memory footprint, consistent user model, reliable cross-book linking, etc.</p>
<p>It might also be worth noting that dotReader is both a GUI program and a standalone Perl API.  This means that any book plugin could be used as part of a conversion tool.  So, converting existing thout books to OpenReader format has already been made easier by our orthogonal plugin system and modular code.  If someone were to dig into this and write the code to make it happen, this would go a long way toward promoting OpenReader by making the singularly-important Content available in that format.  After all, books are all about Content.  The same goes for any other format-reading plugins we acquire in the future &#8212; an &#8220;anything to OpenReader&#8221; converter in 600 lines of Perl is a very reasonable goal.</p>
<p>I haven&#8217;t seen many examples of openreader format.  Is there a test suite?  With any sort of non-trivial extensible format, one can never prove 100% support of the specification.  The only thing to do is test, test, test.  Take a look at the thout format samples in <a href="http://svn.dotreader.com/svn/dotreader/trunk/test_packages/" rel="nofollow">http://svn.dotreader.com/svn/dotreader/trunk/test_packages/</a> for an example of the sort of thing required.  Most of these are very small books that flex some specific aspect of the format &#8212; then there is a corresponding test program in the t/book directory which loads the book and verifies the plugin&#8217;s behavior.</p>
<p>To make it easier for us and others to support OpenReader, it would be extremely useful to have a similar collection of miniature books (most of mine read like &#8220;ABCDE&#8221;) which express the particulars and edge cases of the format.  These will also help in nailing down the specification and serve as examples for authors and developers of content creation/conversion programs.  If you send me a username and password on a secure channel (or the output of `htpasswd -nsb yourusername yourpassword` in e-mail), I&#8217;ll give you a section of our subversion repository to post the samples in.</p>
<p>And yes, we do have limited time.  I assure you that OpenReader is still on the todo list, but I have a very long todo list.</p>
<p>I&#8217;ll also go on record here and elsewhere saying that if you send me working code and tests, I&#8217;ll ship it.  I can&#8217;t stress enough how open this open-source project is.  Join the developer&#8217;s mailing list (<a href="http://dotreader.com/mailman/listinfo" rel="nofollow">http://dotreader.com/mailman/listinfo</a>), send patches, tests, documentation, plugins, examples.  As long as clocks only turn clockwise, we&#8217;re going to need community to make dotReader the open standards vehicle that it is intended to be.</p>
<p>Thanks,<br />
Eric Wilhelm<br />
dotReader architect / chief developer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tamas Simon</title>
		<link>http://www.teleread.com/ebooks/openreader-as-an-ebabel-fighter-three-musts-if-the-standard-is-to-survive-jon-norings-new-ties-with-digitalpulp/comment-page-1/#comment-174351</link>
		<dc:creator>Tamas Simon</dc:creator>
		<pubDate>Tue, 02 Jan 2007 21:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/?p=5986#comment-174351</guid>
		<description>would you be interested in an ebook news site where anyone can post articles?</description>
		<content:encoded><![CDATA[<p>would you be interested in an ebook news site where anyone can post articles?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Janssen</title>
		<link>http://www.teleread.com/ebooks/openreader-as-an-ebabel-fighter-three-musts-if-the-standard-is-to-survive-jon-norings-new-ties-with-digitalpulp/comment-page-1/#comment-174327</link>
		<dc:creator>Bill Janssen</dc:creator>
		<pubDate>Tue, 02 Jan 2007 20:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/?p=5986#comment-174327</guid>
		<description>Robert Nagle says, &quot;Good to see Bill McCoy added to the group of writers.&quot;

Robert, David says he&#039;s &lt;i&gt;inviting&lt;/i&gt; him to post to this blog -- I haven&#039;t seen anything about acceptance.  And given David&#039;s implicit restrictions (he writes, &quot;I’ll encourage Bill to raise &lt;b&gt;fair&lt;/b&gt; questions about OpenReader...&quot; [emphasis added]), I wouldn&#039;t hold my breath.</description>
		<content:encoded><![CDATA[<p>Robert Nagle says, &#8220;Good to see Bill McCoy added to the group of writers.&#8221;</p>
<p>Robert, David says he&#8217;s <i>inviting</i> him to post to this blog &#8212; I haven&#8217;t seen anything about acceptance.  And given David&#8217;s implicit restrictions (he writes, &#8220;I’ll encourage Bill to raise <b>fair</b> questions about OpenReader&#8230;&#8221; [emphasis added]), I wouldn&#8217;t hold my breath.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Noring</title>
		<link>http://www.teleread.com/ebooks/openreader-as-an-ebabel-fighter-three-musts-if-the-standard-is-to-survive-jon-norings-new-ties-with-digitalpulp/comment-page-1/#comment-172000</link>
		<dc:creator>Jon Noring</dc:creator>
		<pubDate>Mon, 01 Jan 2007 03:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/?p=5986#comment-172000</guid>
		<description>I have posted a &lt;a href=&quot;http://www.teleread.com/blog/?p=5998&quot; rel=&quot;nofollow&quot;&gt;TeleRead blog article&lt;/a&gt; in reply to this article.</description>
		<content:encoded><![CDATA[<p>I have posted a <a href="http://www.teleread.com/blog/?p=5998" rel="nofollow">TeleRead blog article</a> in reply to this article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Catherine Hodge</title>
		<link>http://www.teleread.com/ebooks/openreader-as-an-ebabel-fighter-three-musts-if-the-standard-is-to-survive-jon-norings-new-ties-with-digitalpulp/comment-page-1/#comment-171975</link>
		<dc:creator>Catherine Hodge</dc:creator>
		<pubDate>Mon, 01 Jan 2007 03:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/?p=5986#comment-171975</guid>
		<description>Blog wars, flame wars, journalism, objectivity… personal laundry aired in public.  Recently, our company, DigitalPulp Publishing was mentioned in the context of a personal dispute between Teleread Author, David Rothman and OpenReader co-founder, Jon Noring.  David R. was bringing up his doubts about the ability of Mr. Noring to remain independent in the light of his new affiliation with DigitalPulp Publishing.

Ironic, that DigitalPulp Publishing was founded with the most independent of spirits… DPPstore, our eBook retailing site is exclusively for eBooks by independent authors and publishers.  We are format agnostic, and hugely in favor of the development of a non-proprietary standard that will allow readers to buy eBooks with confidence knowing that their eBook will be readable regardless of their choice of reading platforms (software and hardware).  David R. makes us sound like the evil empire… (I’m putting on my Darth-Vader gear now).  I found myself reading this article, which expressed Rothman’s doubts of the personal integrity of Jon Noring, his ability to remain independent in light of working for and with DigitalPulp Publishing, thinking about the difference between speculative journalism, investigative journalism, and Op Ed pieces.  

So many blogs are based on Op Ed… just one person blasting out their perceptions of the universe, in microscopic detail or vast sweeping statements.  David R. has established Teleread with a backbone of journalistic tradition.  He has focused on hardware, software, standards and other eBook issues.  He has invited contributors with expertise in all of the realms of eBooks to participate in the dialogue whether or not he was in agreement with their point of view.  That is why I, like many interested in eBooks, read Teleread.  

I was disappointed with the tone and tenor of Rothman’s latest piece… (But admittedly, I was flattered by the notion that DPP was so powerful that anyone who joined our ranks would be swayed from all of their previously held values and beliefs).  Seriously though, there is no need to air personal feelings as if they had any basis in objective facts.  Also, David R. managed to muddle up the following issues:

&lt;ol&gt;

&lt;li&gt;Corporate interests could be in conflict with standards development.&lt;/li&gt;

&lt;li&gt;Jon Noring’s affiliation with DPP could bring about a conflict with his continuing responsibility to and participation in the standards’ movement.&lt;/li&gt;

&lt;li&gt;OSoft has not integrated the capacity to read the OpenReader Format under a timeline that pleases David.&lt;/li&gt;

&lt;/ol&gt;

On the first point, I agree completely with David.  Corporate interests could be in conflict with standards development, IF:

&lt;ul&gt;

&lt;li&gt;The corporation is invested in a competing standard&lt;/li&gt;

&lt;li&gt;Or, the corporation is supporting a given standard and have a vested interest in seeing it emerge (regardless of the quality of development)&lt;/li&gt;

&lt;/ul&gt;

DPP meets neither of these conditions.  We are format agnostic in our store – we will sell eBooks in whatever format the publishers create and whatever format the consumers will buy.  We are also not invested in any particular standard.  We do believe that it is essential for the industry to have standards.  David’s point in his article about how standards affect the consumer, “As an ordinary e-book user I badly want be able to own digital books for real and not be at the mercy of any particular company,” is a sentiment we share at DPP.  We have not built a business that is dependent on the success of a particular format or an untested standard.  Our business is to deliver content in the form that the consumers demand.  

On the issue of Jon Noring’s honor – David Rothman has leaped overboard on this one…. Not only is Jon entirely capable of separating his vocation from his passionate avocation of standards development, it is shocking that someone so closely affiliated with him would publicly raise these kinds of doubts.  In addition, as I stated previously, DigitalPulp Publishing is in favor of the emergence of a nonproprietary standard for eBook publications – leaving no moral conflict for Jon Noring to battle.  In fact, standards are an essential component in realizing the full potential of the eBook market.  Consumers must be able to buy an eBook reader, and know that when they download eBooks, they will be readable on their device.  It’s common sense.  I have seen many of the people in the eBook business engage in the folly of trying to bully consumers into a proprietary format through hardware ties or marketing schemes (such as getting a well known sales channel to exclusively sell eBooks utilizing your pet format).  I believe that since there are an infinite number of solutions to the eBook puzzle, making a monopoly impossible to attain, focusing on proprietary formats only handicaps the growth of the industry.  A unifying standard (which must be a non-proprietary one) will open up exponential expansion of eBook technology.

On the issue of OSoft’s timely implementation – David Rothman obviously has no idea what the process of software development entails.  Timelines in software development are usually made of silly putty!  The fact that OSoft has a working Beta at this date is impressive and a testament to their dedication and work ethic.  OSoft’s dotReader is an open source project with SVN repositories viewable on OSoft’s Website through the Source Code Link.  The development of dotReader is going to include facilitating the reading of all possible formats, including OpenReader’s own.  Currently, the basic XML format (dotReader format) is just the quick and easy way to showcase the unique features of XML based formats (such as OpenReader) within the dotReader.  They are NOT setting up a standard to compete with OpenReader; they have simply included a much less sophisticated XML format to get eBooks to XML quickly.  We are all awaiting those creation tools that OpenReader is working on make it easier for all of us to create valid, nuanced XML-based eBooks.

The long and short – Jon Noring is a dedicated member of the standards community (a thankless job if you ask me) who is now also employed in his field of choice.  OSoft’s dotReader is a well conceived and brilliantly implemented way to read eBooks (regardless of format).  And DigitalPulp Publishing is a group of dedicated entrepreneurs who are grateful to count Jon Noring among our ranks, and who also fully support Mr. Noring’s continuing efforts in the standards community.</description>
		<content:encoded><![CDATA[<p>Blog wars, flame wars, journalism, objectivity… personal laundry aired in public.  Recently, our company, DigitalPulp Publishing was mentioned in the context of a personal dispute between Teleread Author, David Rothman and OpenReader co-founder, Jon Noring.  David R. was bringing up his doubts about the ability of Mr. Noring to remain independent in the light of his new affiliation with DigitalPulp Publishing.</p>
<p>Ironic, that DigitalPulp Publishing was founded with the most independent of spirits… DPPstore, our eBook retailing site is exclusively for eBooks by independent authors and publishers.  We are format agnostic, and hugely in favor of the development of a non-proprietary standard that will allow readers to buy eBooks with confidence knowing that their eBook will be readable regardless of their choice of reading platforms (software and hardware).  David R. makes us sound like the evil empire… (I’m putting on my Darth-Vader gear now).  I found myself reading this article, which expressed Rothman’s doubts of the personal integrity of Jon Noring, his ability to remain independent in light of working for and with DigitalPulp Publishing, thinking about the difference between speculative journalism, investigative journalism, and Op Ed pieces.  </p>
<p>So many blogs are based on Op Ed… just one person blasting out their perceptions of the universe, in microscopic detail or vast sweeping statements.  David R. has established Teleread with a backbone of journalistic tradition.  He has focused on hardware, software, standards and other eBook issues.  He has invited contributors with expertise in all of the realms of eBooks to participate in the dialogue whether or not he was in agreement with their point of view.  That is why I, like many interested in eBooks, read Teleread.  </p>
<p>I was disappointed with the tone and tenor of Rothman’s latest piece… (But admittedly, I was flattered by the notion that DPP was so powerful that anyone who joined our ranks would be swayed from all of their previously held values and beliefs).  Seriously though, there is no need to air personal feelings as if they had any basis in objective facts.  Also, David R. managed to muddle up the following issues:</p>
<ol>
<li>Corporate interests could be in conflict with standards development.</li>
<li>Jon Noring’s affiliation with DPP could bring about a conflict with his continuing responsibility to and participation in the standards’ movement.</li>
<li>OSoft has not integrated the capacity to read the OpenReader Format under a timeline that pleases David.</li>
</ol>
<p>On the first point, I agree completely with David.  Corporate interests could be in conflict with standards development, IF:</p>
<ul>
<li>The corporation is invested in a competing standard</li>
<li>Or, the corporation is supporting a given standard and have a vested interest in seeing it emerge (regardless of the quality of development)</li>
</ul>
<p>DPP meets neither of these conditions.  We are format agnostic in our store – we will sell eBooks in whatever format the publishers create and whatever format the consumers will buy.  We are also not invested in any particular standard.  We do believe that it is essential for the industry to have standards.  David’s point in his article about how standards affect the consumer, “As an ordinary e-book user I badly want be able to own digital books for real and not be at the mercy of any particular company,” is a sentiment we share at DPP.  We have not built a business that is dependent on the success of a particular format or an untested standard.  Our business is to deliver content in the form that the consumers demand.  </p>
<p>On the issue of Jon Noring’s honor – David Rothman has leaped overboard on this one…. Not only is Jon entirely capable of separating his vocation from his passionate avocation of standards development, it is shocking that someone so closely affiliated with him would publicly raise these kinds of doubts.  In addition, as I stated previously, DigitalPulp Publishing is in favor of the emergence of a nonproprietary standard for eBook publications – leaving no moral conflict for Jon Noring to battle.  In fact, standards are an essential component in realizing the full potential of the eBook market.  Consumers must be able to buy an eBook reader, and know that when they download eBooks, they will be readable on their device.  It’s common sense.  I have seen many of the people in the eBook business engage in the folly of trying to bully consumers into a proprietary format through hardware ties or marketing schemes (such as getting a well known sales channel to exclusively sell eBooks utilizing your pet format).  I believe that since there are an infinite number of solutions to the eBook puzzle, making a monopoly impossible to attain, focusing on proprietary formats only handicaps the growth of the industry.  A unifying standard (which must be a non-proprietary one) will open up exponential expansion of eBook technology.</p>
<p>On the issue of OSoft’s timely implementation – David Rothman obviously has no idea what the process of software development entails.  Timelines in software development are usually made of silly putty!  The fact that OSoft has a working Beta at this date is impressive and a testament to their dedication and work ethic.  OSoft’s dotReader is an open source project with SVN repositories viewable on OSoft’s Website through the Source Code Link.  The development of dotReader is going to include facilitating the reading of all possible formats, including OpenReader’s own.  Currently, the basic XML format (dotReader format) is just the quick and easy way to showcase the unique features of XML based formats (such as OpenReader) within the dotReader.  They are NOT setting up a standard to compete with OpenReader; they have simply included a much less sophisticated XML format to get eBooks to XML quickly.  We are all awaiting those creation tools that OpenReader is working on make it easier for all of us to create valid, nuanced XML-based eBooks.</p>
<p>The long and short – Jon Noring is a dedicated member of the standards community (a thankless job if you ask me) who is now also employed in his field of choice.  OSoft’s dotReader is a well conceived and brilliantly implemented way to read eBooks (regardless of format).  And DigitalPulp Publishing is a group of dedicated entrepreneurs who are grateful to count Jon Noring among our ranks, and who also fully support Mr. Noring’s continuing efforts in the standards community.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Noring</title>
		<link>http://www.teleread.com/ebooks/openreader-as-an-ebabel-fighter-three-musts-if-the-standard-is-to-survive-jon-norings-new-ties-with-digitalpulp/comment-page-1/#comment-169945</link>
		<dc:creator>Jon Noring</dc:creator>
		<pubDate>Sat, 30 Dec 2006 20:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/?p=5986#comment-169945</guid>
		<description>John Mark, I appreciate your comments. I fully agree it is a good idea for OpenReader to specify a &#039;wrapping&#039; format.

And indeed we have put a draft container spec together, but it hasn&#039;t been published yet. (It&#039;s on my &quot;to do soon&quot; list.)

The OpenReader container will be fully compatible with the recently released IDPF Container. For reasons I won&#039;t explain here, it won&#039;t be fully conformant, but that&#039;s not a major issue since even &lt;a href=&quot;http://blogs.adobe.com/billmccoy/2006/12/mars_attacks_xm.html&quot; rel=&quot;nofollow&quot; rel=&quot;nofollow&quot;&gt;Adobe is using the OCF Container in &quot;compatible&quot; mode for containing its Mars format&lt;/a&gt; (PDF recast in XML.) 

It is the intent, as I presently understand it, for IDPF and the OpenDocument folk (at OASIS) to settle upon a common and more generic container format. It, in all likelihood, will be almost identical to the IDPF Container because of the significant effort the IDPF Container WG put into its container spec and in developing it for containing multiple publication types. The current IDPF Container requirement that it must contain an OEBPS Publication is completely arbitrary from a technical point-of-view.

I&#039;ll privately email you the draft OR Container spec. That document will explain how it differs from the IDPF Container spec, but for all intents and purposes is completely compatible.</description>
		<content:encoded><![CDATA[<p>John Mark, I appreciate your comments. I fully agree it is a good idea for OpenReader to specify a &#8216;wrapping&#8217; format.</p>
<p>And indeed we have put a draft container spec together, but it hasn&#8217;t been published yet. (It&#8217;s on my &#8220;to do soon&#8221; list.)</p>
<p>The OpenReader container will be fully compatible with the recently released IDPF Container. For reasons I won&#8217;t explain here, it won&#8217;t be fully conformant, but that&#8217;s not a major issue since even <a href="http://blogs.adobe.com/billmccoy/2006/12/mars_attacks_xm.html" rel="nofollow" rel="nofollow">Adobe is using the OCF Container in &#8220;compatible&#8221; mode for containing its Mars format</a> (PDF recast in XML.) </p>
<p>It is the intent, as I presently understand it, for IDPF and the OpenDocument folk (at OASIS) to settle upon a common and more generic container format. It, in all likelihood, will be almost identical to the IDPF Container because of the significant effort the IDPF Container WG put into its container spec and in developing it for containing multiple publication types. The current IDPF Container requirement that it must contain an OEBPS Publication is completely arbitrary from a technical point-of-view.</p>
<p>I&#8217;ll privately email you the draft OR Container spec. That document will explain how it differs from the IDPF Container spec, but for all intents and purposes is completely compatible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Mark Ockerbloom</title>
		<link>http://www.teleread.com/ebooks/openreader-as-an-ebabel-fighter-three-musts-if-the-standard-is-to-survive-jon-norings-new-ties-with-digitalpulp/comment-page-1/#comment-169752</link>
		<dc:creator>John Mark Ockerbloom</dc:creator>
		<pubDate>Sat, 30 Dec 2006 16:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/?p=5986#comment-169752</guid>
		<description>Tamas: From where I sit, the primary benefit I see claimed for OpenReader is that it would eliminate the &quot;tower of eBabel&quot; by making it possible for software to reliably open and render ebooks in the format.

One thing required to make that promise a reality is to specify exactly how to interpret the bits you actually get when you acquire an OpenReader ebook.  As you note in your comment, it&#039;s technicaly possible to wrap up files in one format in any packaging desired, whether that&#039;s a DRM-based package, as in the example you give, or some other packaging.  But if you leave the packaging unspecified, there&#039;s no guarantee that your promise can be upheld.

Here&#039;s an analogy: suppose I want to somehow specify books that solve the &quot;tower of Babel&quot; problem for my kids: namely, ones that I&#039;m sure they can read.  (They&#039;re beginning readers.)  I might do things like certify a base vocabulary I&#039;m sure they can understand.  That&#039;s what Dr. Seuss followed, for instance, when he wrote _The Cat in the Hat_: limited himself to 250 words chosen in advance by someone else, and wrote a wonderful rhyming book using them.  But if I don&#039;t further specify how the book is packaged, namely, rendered as marks on paper, I haven&#039;t solved the problem I set out to address.  My kids can&#039;t read versions of _The Cat in the Hat_ that are printed in Braille, for instance, or translated into Chinese (or even Pig Latin), even if those are alternate renditions of the same original easily-read text.

So I&#039;ve been urging the OpenReader folks for a while to make it clearer what an ebook that claims to be OpenReader-compliant should use (or not use) in the way of packaging.  They haven&#039;t done this yet, though I recognize that giving a full format or certification description takes some time.   Unfortunately, I can&#039;t find anything in the specs that gives *any* packaging format that OpenReader implementations should recognize, let alone specify what *kinds* of formats are allowed.

The link for the one example ebook given, _My Antonia_, has to tell us out of band that it&#039;s a zip file, and it looks like we have to figure out on our own to unzip that file and look for a .orb file in the top-level unzipped directory to access the OpenReader Binder that software can then use to render the book as a whole. I can&#039;t find anything in the actual specs that tips us off to those conventions.  As a human reader, I can figure them out, but software shouldn&#039;t be expected to guess about implicit, unstated conventions.

I do see a link given for &quot;OpenReader Container Format Specification&quot;, which I&#039;m guessing will make conventions like this explicit, but unfortunately that is marked as still &quot;in preparation&quot; and only goes to a blank placeholder document.

I haven&#039;t been following whatever arguments have been going on with OSoft, the OpenReader folks, and other interested parties in recent weeks.  But I do know that if you want to someone to read files in a particular format, produce creation tools for it, and promote the format as an open standard, it helps to have an open and complete specification for what the format is.

It looks to me that OpenReader is not at that point yet-- there are some important parts released, such as Binder and the basic content specs, but important questions like &quot;what bits will (or might) readers get when they download a book as an OpenReader file? and how will they interpret them?&quot; are still unanswered, at least in any public, non-proprietary specification.  In the absence of some crucial parts of a format specification, there may be at least some justification for a vendor that&#039;s dependent on a release schedule to stay in business to go their own way without waiting for those crucial details.

I don&#039;t mean this to be an apologia for the parties other than the OpenReader group that are involved in the current dispute.   I don&#039;t know the details of what happened and why, but I hope that all of the parties  can work out an arrangement that&#039;s mutually satisfying and that upholds the principles espoused by the OpenReader group.  And it seems to me that at the very least there&#039;s some more work that can be done by the OR people that might help.</description>
		<content:encoded><![CDATA[<p>Tamas: From where I sit, the primary benefit I see claimed for OpenReader is that it would eliminate the &#8220;tower of eBabel&#8221; by making it possible for software to reliably open and render ebooks in the format.</p>
<p>One thing required to make that promise a reality is to specify exactly how to interpret the bits you actually get when you acquire an OpenReader ebook.  As you note in your comment, it&#8217;s technicaly possible to wrap up files in one format in any packaging desired, whether that&#8217;s a DRM-based package, as in the example you give, or some other packaging.  But if you leave the packaging unspecified, there&#8217;s no guarantee that your promise can be upheld.</p>
<p>Here&#8217;s an analogy: suppose I want to somehow specify books that solve the &#8220;tower of Babel&#8221; problem for my kids: namely, ones that I&#8217;m sure they can read.  (They&#8217;re beginning readers.)  I might do things like certify a base vocabulary I&#8217;m sure they can understand.  That&#8217;s what Dr. Seuss followed, for instance, when he wrote _The Cat in the Hat_: limited himself to 250 words chosen in advance by someone else, and wrote a wonderful rhyming book using them.  But if I don&#8217;t further specify how the book is packaged, namely, rendered as marks on paper, I haven&#8217;t solved the problem I set out to address.  My kids can&#8217;t read versions of _The Cat in the Hat_ that are printed in Braille, for instance, or translated into Chinese (or even Pig Latin), even if those are alternate renditions of the same original easily-read text.</p>
<p>So I&#8217;ve been urging the OpenReader folks for a while to make it clearer what an ebook that claims to be OpenReader-compliant should use (or not use) in the way of packaging.  They haven&#8217;t done this yet, though I recognize that giving a full format or certification description takes some time.   Unfortunately, I can&#8217;t find anything in the specs that gives *any* packaging format that OpenReader implementations should recognize, let alone specify what *kinds* of formats are allowed.</p>
<p>The link for the one example ebook given, _My Antonia_, has to tell us out of band that it&#8217;s a zip file, and it looks like we have to figure out on our own to unzip that file and look for a .orb file in the top-level unzipped directory to access the OpenReader Binder that software can then use to render the book as a whole. I can&#8217;t find anything in the actual specs that tips us off to those conventions.  As a human reader, I can figure them out, but software shouldn&#8217;t be expected to guess about implicit, unstated conventions.</p>
<p>I do see a link given for &#8220;OpenReader Container Format Specification&#8221;, which I&#8217;m guessing will make conventions like this explicit, but unfortunately that is marked as still &#8220;in preparation&#8221; and only goes to a blank placeholder document.</p>
<p>I haven&#8217;t been following whatever arguments have been going on with OSoft, the OpenReader folks, and other interested parties in recent weeks.  But I do know that if you want to someone to read files in a particular format, produce creation tools for it, and promote the format as an open standard, it helps to have an open and complete specification for what the format is.</p>
<p>It looks to me that OpenReader is not at that point yet&#8211; there are some important parts released, such as Binder and the basic content specs, but important questions like &#8220;what bits will (or might) readers get when they download a book as an OpenReader file? and how will they interpret them?&#8221; are still unanswered, at least in any public, non-proprietary specification.  In the absence of some crucial parts of a format specification, there may be at least some justification for a vendor that&#8217;s dependent on a release schedule to stay in business to go their own way without waiting for those crucial details.</p>
<p>I don&#8217;t mean this to be an apologia for the parties other than the OpenReader group that are involved in the current dispute.   I don&#8217;t know the details of what happened and why, but I hope that all of the parties  can work out an arrangement that&#8217;s mutually satisfying and that upholds the principles espoused by the OpenReader group.  And it seems to me that at the very least there&#8217;s some more work that can be done by the OR people that might help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Rothman</title>
		<link>http://www.teleread.com/ebooks/openreader-as-an-ebabel-fighter-three-musts-if-the-standard-is-to-survive-jon-norings-new-ties-with-digitalpulp/comment-page-1/#comment-168437</link>
		<dc:creator>David Rothman</dc:creator>
		<pubDate>Fri, 29 Dec 2006 20:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/?p=5986#comment-168437</guid>
		<description>Hey, Robert. I&#039;m glad you see what I&#039;m up to. I&#039;m just as pro &quot;open&quot; and pro &quot;standards&quot; as ever, but I do think other interpretations of them will help. We&#039;ll hope that Bill sees the mutual benefits and will join the dialogue here.

Happy holidays!
David</description>
		<content:encoded><![CDATA[<p>Hey, Robert. I&#8217;m glad you see what I&#8217;m up to. I&#8217;m just as pro &#8220;open&#8221; and pro &#8220;standards&#8221; as ever, but I do think other interpretations of them will help. We&#8217;ll hope that Bill sees the mutual benefits and will join the dialogue here.</p>
<p>Happy holidays!<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nagle</title>
		<link>http://www.teleread.com/ebooks/openreader-as-an-ebabel-fighter-three-musts-if-the-standard-is-to-survive-jon-norings-new-ties-with-digitalpulp/comment-page-1/#comment-168424</link>
		<dc:creator>Robert Nagle</dc:creator>
		<pubDate>Fri, 29 Dec 2006 19:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/?p=5986#comment-168424</guid>
		<description>Good to see Bill McCoy added to the group of writers. I think this weblog  has been devoted to having open standards, not necessarily OpenReader (although that is an important part of it). A variety of perspectives will not hurt. 

Standards compliance takes time. 

As far as author creation tools, a few good XSL transformation scripts will probably do the trick (and maybe an online transformer).  The problem is that companies are trying to come up single source solutions on servers, whereas individuals want the ability to do the creation/conversions on the desktop. Two different mindsets. </description>
		<content:encoded><![CDATA[<p>Good to see Bill McCoy added to the group of writers. I think this weblog  has been devoted to having open standards, not necessarily OpenReader (although that is an important part of it). A variety of perspectives will not hurt. </p>
<p>Standards compliance takes time. </p>
<p>As far as author creation tools, a few good XSL transformation scripts will probably do the trick (and maybe an online transformer).  The problem is that companies are trying to come up single source solutions on servers, whereas individuals want the ability to do the creation/conversions on the desktop. Two different mindsets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Rothman</title>
		<link>http://www.teleread.com/ebooks/openreader-as-an-ebabel-fighter-three-musts-if-the-standard-is-to-survive-jon-norings-new-ties-with-digitalpulp/comment-page-1/#comment-168420</link>
		<dc:creator>David Rothman</dc:creator>
		<pubDate>Fri, 29 Dec 2006 19:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/?p=5986#comment-168420</guid>
		<description>Hi, Tamas--thanks for your thoughts. In OpenReader, we&#039;re talking about a core format providing for reliable interbook linking, greater accessibility for the disabled, and a bunch of other features not found in the IDPF specs. dotReader does not even tweak the format; for now, at least, it is not even using OpenReader. Instead dotReader relies on a native format.

Meanwhile, to add to my comments in the above post, I would encourage members of the open source community to work with Jon in areas such as creation tools for OpenReader---and, yes, implementations independent of dotReader. If they can help OSoft make good on its OpenReader promises, then so much the better. As noted, I consider OpenReader to be both valuable and fixable. It just needs to be done right.

Thanks,
David</description>
		<content:encoded><![CDATA[<p>Hi, Tamas&#8211;thanks for your thoughts. In OpenReader, we&#8217;re talking about a core format providing for reliable interbook linking, greater accessibility for the disabled, and a bunch of other features not found in the IDPF specs. dotReader does not even tweak the format; for now, at least, it is not even using OpenReader. Instead dotReader relies on a native format.</p>
<p>Meanwhile, to add to my comments in the above post, I would encourage members of the open source community to work with Jon in areas such as creation tools for OpenReader&#8212;and, yes, implementations independent of dotReader. If they can help OSoft make good on its OpenReader promises, then so much the better. As noted, I consider OpenReader to be both valuable and fixable. It just needs to be done right.</p>
<p>Thanks,<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tamas Simon</title>
		<link>http://www.teleread.com/ebooks/openreader-as-an-ebabel-fighter-three-musts-if-the-standard-is-to-survive-jon-norings-new-ties-with-digitalpulp/comment-page-1/#comment-168414</link>
		<dc:creator>Tamas Simon</dc:creator>
		<pubDate>Fri, 29 Dec 2006 18:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/?p=5986#comment-168414</guid>
		<description>Normally we would have a bunch of companies implementing the standard and distinguishing themselves with extra features (which are not part of the standard). Then these extras if they prove to be meaningful would be stanrardized too, this way the standard would evolve.

In case of dotReader I don&#039;t understand the motivation however, since it&#039;s an open source software if they want to divert from the OpenReader format why did they come up with their own format instead of tweaking the OpenReader standard?

I think what OpenReader really needs is to educate the public. What the heck is the OpenReader specification anyway? At the end it&#039;s rendered as XHTML, OSOft is basically embedding a web browser control and adding some nice features around it, like highlighting and commenting. 

I&#039;m sorry to say it but currently the direction Adobe is taking with reflowable PDF makes more sense to me.

Re: DRM...

DRM can be iplemented around any digital content (music, photos, ebooks etc), so I don&#039;t see why the OpenReader specification should be concerned with it. If somebody wants to package an OpenReader document into a DRM scheme and finds customers willing to accept it and pay for it... so be it.</description>
		<content:encoded><![CDATA[<p>Normally we would have a bunch of companies implementing the standard and distinguishing themselves with extra features (which are not part of the standard). Then these extras if they prove to be meaningful would be stanrardized too, this way the standard would evolve.</p>
<p>In case of dotReader I don&#8217;t understand the motivation however, since it&#8217;s an open source software if they want to divert from the OpenReader format why did they come up with their own format instead of tweaking the OpenReader standard?</p>
<p>I think what OpenReader really needs is to educate the public. What the heck is the OpenReader specification anyway? At the end it&#8217;s rendered as XHTML, OSOft is basically embedding a web browser control and adding some nice features around it, like highlighting and commenting. </p>
<p>I&#8217;m sorry to say it but currently the direction Adobe is taking with reflowable PDF makes more sense to me.</p>
<p>Re: DRM&#8230;</p>
<p>DRM can be iplemented around any digital content (music, photos, ebooks etc), so I don&#8217;t see why the OpenReader specification should be concerned with it. If somebody wants to package an OpenReader document into a DRM scheme and finds customers willing to accept it and pay for it&#8230; so be it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 488/514 objects using disk: basic

Served from: www.teleread.com @ 2012-02-15 17:22:55 -->
