<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Black Earth Group</title>
	<atom:link href="http://blackearthgroup.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blackearthgroup.com</link>
	<description>CONNECT, PUBLISH, COMMUNICATE</description>
	<lastBuildDate>Wed, 02 May 2012 05:47:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blackearthgroup.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Black Earth Group</title>
		<link>http://blackearthgroup.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blackearthgroup.com/osd.xml" title="Black Earth Group" />
	<atom:link rel='hub' href='http://blackearthgroup.com/?pushpress=hub'/>
		<item>
		<title>Building a Better Bible Ebook</title>
		<link>http://blackearthgroup.com/2011/06/25/building-a-better-bible-ebook/</link>
		<comments>http://blackearthgroup.com/2011/06/25/building-a-better-bible-ebook/#comments</comments>
		<pubDate>Sun, 26 Jun 2011 02:56:13 +0000</pubDate>
		<dc:creator>Sean Harrison</dc:creator>
				<category><![CDATA[Bibles]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://blackearthgroup.wordpress.com/?p=56</guid>
		<description><![CDATA[I have been interested in the Lexham English Bible that was published by Logos in 2010. So I recently downloaded the ebook (epub) in order to have it on my tablet and be able to read it. As I looked at the &#8230; <a href="http://blackearthgroup.com/2011/06/25/building-a-better-bible-ebook/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blackearthgroup.com&#038;blog=24384279&#038;post=56&#038;subd=blackearthgroup&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a title="Lexham English Bible" href="http://lexhamenglishbible.com" target="_blank"><img class="alignright  wp-image-74" title="LEB" src="http://blackearthgroup.files.wordpress.com/2011/06/leb.png?w=200" alt="Lexham English Blbie" width="200" /></a>I have been interested in the <a title="Lexham English Bible" href="http://LexhamEnglishBible.com" target="_blank">Lexham English Bible</a> that was published by <a title="Logos" href="http://logos.com" target="_blank">Logos</a> in 2010. So I recently downloaded the ebook (epub) in order to have it on my tablet and be able to read it. As I looked at the epub file, I saw that while they had done some good things with it, there were a number of shortcomings. In a sentence, I thought I could do something better.</p>
<p>First, let me describe what is good about <a title="Lexham English Bible EPUB File" href="http://www.lexhamenglishbible.com/download/LEB.epub">the epub file that can be downloaded from the Lexham English Bible website</a>:</p>
<ul>
<li>The title page is nicely formatted.
<p><div id="attachment_76" class="wp-caption alignright" style="width: 259px"><a href="http://blackearthgroup.files.wordpress.com/2011/06/leb-titlepage.png"><img class="size-medium wp-image-76" title="LEB-titlepage" src="http://blackearthgroup.files.wordpress.com/2011/06/leb-titlepage.png?w=249&h=300" alt="Lexham English Bible title page" width="249" height="300" /></a><p class="wp-caption-text">A nicely-formatted title page in the original epub</p></div></li>
<li>The entire New Testament is included.</li>
<li>The ebook “spine” (which shows the table of contents) includes all the Bible books – a nice touch.</li>
<li>The ebook is free! Who can complain?</li>
</ul>
<p>That’s about it. Now, what about the problems?</p>
<ul>
<li>The epub file contains two complete copies of the Bible text, but without making use of the second copy. As a result, the epub does not validate with <a title="epubcheck" href="http://code.google.com/p/epubcheck/" target="_blank">epubcheck</a>, and the file is over 2 MB rather than around 1 MB as it would be with just one copy of the text.</li>
<li>The table of contents page has no links. You scroll through this page on your way to Matthew, but you can’t click a link.</li>
<li>The text formatting is very rudimentary:
<ul>
<li>Superscripts are large and create extra line space.</li>
<li>Poetry is set with double-line-space.</li>
<li>The in-text headings are strangely small.</li>
<li>The textual footnotes are formatted with a lot of extra, unnecessary space.</li>
</ul>
</li>
</ul>
<p>Since the Lexham English Bible is free to distribute, I decided to see what I could do, using <a title="Lexham English Bible XML Source" href="http://www.lexhamenglishbible.com/download/LEB.xml">the XML sources</a> as a starting place (i.e., rather than creating a derivative epub, I built one from scratch using my own workflow. This enables me to update the ebook any time the sources are updated, such as when Logos later publishes the Old Testament). You can <a title="Lexham English Bible new EPUB file (1 MB)" href="https://docs.google.com/uc?id=0B9x0b_6hyaL9ZTliODk4MjgtYzg5Yi00ZTljLWFlMzItNTZjZWE5M2Q0NGU2&amp;export=download&amp;hl=en_US" target="_blank">download the resulting epub file here</a>. A couple of notes:</p>
<ul>
<li>The table of contents page is linked.</li>
<li>The resulting Bible text is formatted beautifully: headings, poetry, and superscripts are set correctly and proportionally, and paragraphs look like paragraphs, with no extra line space or strange formatting.</li>
<li>The textual footnotes look good, too.</li>
<li>The file is 1.2 MB rather than 2.2 MB, and it validates against <a title="epubcheck" href="http://code.google.com/p/epubcheck/" target="_blank">epubcheck</a>.</li>
<li>Each chapter heading includes a link back to a book table of contents, which is a list of links to each of the chapters of the book.</li>
</ul>
<table>
<tbody>
<tr>
<th>Before</th>
<th>After</th>
</tr>
<tr>
<td> <a href="http://blackearthgroup.files.wordpress.com/2011/06/leb-interior.png"><img class="alignnone size-medium wp-image-72" title="LEB-interior" src="http://blackearthgroup.files.wordpress.com/2011/06/leb-interior.png?w=249&h=300" alt="LEB interior" width="249" height="300" /></a></td>
<td> <a href="http://blackearthgroup.files.wordpress.com/2011/06/leb-new-interior.png"><img class="alignnone size-medium wp-image-73" title="LEB-new-interior" src="http://blackearthgroup.files.wordpress.com/2011/06/leb-new-interior.png?w=249&h=300" alt="LEB new interior" width="249" height="300" /></a></td>
</tr>
<tr>
<td>Matthew 4 in the original ebook.</td>
<td>Matthew 4 in the new ebook.</td>
</tr>
</tbody>
</table>
<p>I’m very pleased with this result, and in the spirit of sharing (well, actually, for bragging rights, and because the license requires free distribution), I am offering <a title="Lexham English Bible new EPUB file (1 MB)" href="https://docs.google.com/uc?id=0B9x0b_6hyaL9ZTliODk4MjgtYzg5Yi00ZTljLWFlMzItNTZjZWE5M2Q0NGU2&amp;export=download&amp;hl=en_US" target="_blank">this ebook for download here</a> (1 MB epub).</p>
<div class="wp-caption alignnone" style="width: 259px"><a href="https://docs.google.com/uc?id=0B9x0b_6hyaL9ZTliODk4MjgtYzg5Yi00ZTljLWFlMzItNTZjZWE5M2Q0NGU2&amp;export=download&amp;hl=en_US"><img class="  " title="Lexham English Bible (1 MB EPUB)" src="http://blackearthgroup.files.wordpress.com/2011/06/leb-titlepage-new.png?w=249&h=300" alt="" width="249" height="300" /></a><p class="wp-caption-text">Lexham English Bible, new epub (1 MB)</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blackearthgroup.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blackearthgroup.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/blackearthgroup.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/blackearthgroup.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/blackearthgroup.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/blackearthgroup.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/blackearthgroup.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/blackearthgroup.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/blackearthgroup.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/blackearthgroup.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/blackearthgroup.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/blackearthgroup.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/blackearthgroup.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/blackearthgroup.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blackearthgroup.com&#038;blog=24384279&#038;post=56&#038;subd=blackearthgroup&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blackearthgroup.com/2011/06/25/building-a-better-bible-ebook/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7e48a941e0f52471085aa345cc3559c9?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Sean Harrison</media:title>
		</media:content>

		<media:content url="http://blackearthgroup.files.wordpress.com/2011/06/leb.png?w=200" medium="image">
			<media:title type="html">LEB</media:title>
		</media:content>

		<media:content url="http://blackearthgroup.files.wordpress.com/2011/06/leb-titlepage.png?w=249" medium="image">
			<media:title type="html">LEB-titlepage</media:title>
		</media:content>

		<media:content url="http://blackearthgroup.files.wordpress.com/2011/06/leb-interior.png?w=249" medium="image">
			<media:title type="html">LEB-interior</media:title>
		</media:content>

		<media:content url="http://blackearthgroup.files.wordpress.com/2011/06/leb-new-interior.png?w=249" medium="image">
			<media:title type="html">LEB-new-interior</media:title>
		</media:content>

		<media:content url="http://blackearthgroup.files.wordpress.com/2011/06/leb-titlepage-new.png?w=249" medium="image">
			<media:title type="html">Lexham English Bible (1 MB EPUB)</media:title>
		</media:content>
	</item>
	</channel>
</rss>
