<?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/"
	>

<channel>
	<title>Threepress Consulting blog &#187; e-books</title>
	<atom:link href="http://blog.threepress.org/tag/e-books/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.threepress.org</link>
	<description>Threepress creates software for publishers, educators and authors.</description>
	<lastBuildDate>Mon, 09 Jan 2012 13:02:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Academic publishing conference round-up</title>
		<link>http://blog.threepress.org/2008/06/17/academic-publishing-conference-round-up/</link>
		<comments>http://blog.threepress.org/2008/06/17/academic-publishing-conference-round-up/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 16:15:40 +0000</pubDate>
		<dc:creator>Liza Daly</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[ala]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[e-books]]></category>
		<category><![CDATA[ssp]]></category>

		<guid isPermaLink="false">http://blog.threepress.org/?p=14</guid>
		<description><![CDATA[I had a great time at the Society for Scholarly Publishing conference last month.  I covered a few of the talks on digital publishing on various blogs:

On TeleRead, I discussed some observations about the adoption of e-books by academic (rather than trade) publishers.
My favorite talk was the agile software development panel, which I discuss on [...]]]></description>
			<content:encoded><![CDATA[<p>I had a great time at the <a href="http://sspnet.org/">Society for Scholarly Publishing</a> conference last month.  I covered a few of the talks on digital publishing on various blogs:</p>
<ul>
<li>On TeleRead, I discussed <a href="http://www.teleread.org/blog/2008/06/06/academic-publishers-less-keen-on-standalone-e-books-than-trade-houses-libraries-love-aggregated-e-content/">some observations about the adoption of e-books</a> by academic (rather than trade) publishers.</li>
<li>My favorite talk was the <a href="http://toc.oreilly.com/2008/06/release-early-release-often-ag.html">agile software development</a> panel, which I discuss on TOC</li>
</ul>
<p>I&#8217;ll be at <a href="http://www.ala.org/ala/eventsandconferencesb/annual/2008a/home.cfm">ALA</a> at the end of June and expect to learn a ton, and hopefully party with some librarians.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.threepress.org/2008/06/17/academic-publishing-conference-round-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert TEI to epub</title>
		<link>http://blog.threepress.org/2008/05/12/convert-tei-to-epub/</link>
		<comments>http://blog.threepress.org/2008/05/12/convert-tei-to-epub/#comments</comments>
		<pubDate>Mon, 12 May 2008 14:39:55 +0000</pubDate>
		<dc:creator>Liza Daly</dc:creator>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[e-books]]></category>
		<category><![CDATA[epub]]></category>
		<category><![CDATA[idpf]]></category>
		<category><![CDATA[tei]]></category>

		<guid isPermaLink="false">http://blog.threepress.org/?p=7</guid>
		<description><![CDATA[The most useful standalone tool in threepress right now is tei2epub, which the system uses to convert its internal source XML to the emerging e-book standard format epub.
TEI is the Text Encoding Initiative, and is one of the most popular markup formats for printed works (especially in academics).  All of the content on threepress [...]]]></description>
			<content:encoded><![CDATA[<p>The most useful standalone tool in threepress right now is <a href="http://code.google.com/p/epub-tools/">tei2epub</a>, which the system uses to convert its internal source XML to the emerging e-book standard format epub.</p>
<p>TEI is the <a href="http://www.tei-c.org/index.xml">Text Encoding Initiative</a>, and is one of the most popular markup formats for printed works (especially in academics).  All of the content on threepress has been converted from the Gutenberg format to TEI upon ingestion into the site.</p>
<p>epub is the shorthand for the e-book format proposed by the <a title="IDPF consortium" href="http://www.idpf.org/">International Digital Publishing Forum</a> (IDPF), which uses XHTML and custom metadata formats.  An e-book bundle is distributed in ZIP file format with its text and supplementary media &#8220;bound&#8221; together.</p>
<p><a href="http://code.google.com/p/epub-tools/">tei2epub</a> is written in Python with XSLT.  It also comes bundled with the latest version of <a href="http://code.google.com/p/epubcheck/">epubcheck</a>, for validating the output.  It is meant to be used by developers rather than end-users (unlike the recent <a href="http://blog.bookglutton.com/?p=71">BookGlutton epub converter</a>) and as most of the functionality is in the XSLT, should be easy to port to other languages.  Like all threepress tools it is released under the <a href="http://www.opensource.org/licenses/bsd-license.php">BSD license</a> which means it is free for all commercial and non-commercial use.  You may <a href="http://code.google.com/p/epub-tools/downloads/list">download the ZIP</a> version of the current release or get the latest version from svn at <code><tt>http://epub-tools.googlecode.com/svn/trunk/</tt></code></p>
<p>Current limitations:</p>
<ol>
<li>tei2epub has not been tested on extensively marked-up TEI.  It leverages the standard TEI to XHTML stylesheets distributed by TEI, but it is unknown whether epub readers will support all of the resulting markup</li>
<li>It accepts only a single source document (i.e. an entire TEI book)</li>
<li>It does not handle images or other kinds of media</li>
</ol>
<p>Any of the above can be addressed with the addition of more complex TEI source books.</p>
<p><em>Edited May 22, 2008 to point resources at a new standalone repository.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.threepress.org/2008/05/12/convert-tei-to-epub/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

