<?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>epubBlog &#187; Tools</title>
	<atom:link href="http://blog.epubbooks.com/tag/epub-tools/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.epubbooks.com</link>
	<description>epubBlog: EPUB eBook Help &#38; Resources</description>
	<lastBuildDate>Tue, 15 May 2012 08:49:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Easy ebooks with eCub EPUB creator</title>
		<link>http://blog.epubbooks.com/385/need-a-simple-epub-creation-tool-try-ecub</link>
		<comments>http://blog.epubbooks.com/385/need-a-simple-epub-creation-tool-try-ecub#comments</comments>
		<pubDate>Tue, 13 Jan 2009 00:24:38 +0000</pubDate>
		<dc:creator>Mike Cook</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[eCub]]></category>
		<category><![CDATA[TeleRead]]></category>

		<guid isPermaLink="false">http://www.epubbooks.com/blog/?p=385</guid>
		<description><![CDATA[Recently the TeleRead blog discussed the need for an ePub desktop word processor application that would allow authors and non-techies to easily (and cheaply) write and save their work in the EPUB format. There are a number of OpenOffice proponents but otherwise there is no solution yet. So what are your options? One possible sollution [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://blog.epubbooks.com/385/need-a-simple-epub-creation-tool-try-ecub" title="Permanent link to Easy ebooks with eCub EPUB creator"><img class="post_image alignleft" src="http://blog.epubbooks.com/images/ecub-logo.png" width="80" height="94" alt="eCub Logo" /></a>
</p><p>Recently the TeleRead blog discussed the need for an <a title="ePubWriter: An ePub Word Processor" href="http://www.teleread.org/blog/2008/12/31/epubwriter-for-small-publishers-and-self-publishers-a-teleread-challenge-to-the-open-source-community/">ePub desktop word processor</a> application that would allow authors and non-techies to easily (and cheaply) write and save their work in the EPUB format. There are a number of OpenOffice proponents but otherwise there is no solution yet.</p>
<p>So what are your options?</p>
<p>One possible sollution could be the free <a title="eCub EPUB Book Creator" href="http://www.juliansmart.com/ecub">eCub EPUB creator</a>, &#8220;a simple .epub creation tool&#8221; written by Julian Smart that allows you to import XHTML or text files and export these into an EPUB formatted file. Okay, so you won&#8217;t get any nice WYSIWYG editing tools but the basic editing (notepad style) is enough to make basic adjustments from within the programme.</p>
<p>Versions are available for Windows, Mac, Linux, FreeBSD and Solaris &#8211; there is even a <em>portable</em> version for use on USB devices.</p>
<p>I tried a quick test project which had 13 HTML, 2 images and a CSS file. I filled in all the appropriate fields from within eCub, used the built-in Cover Designer, changed a couple of options here and there then hit Compile. <em>Done and Dusted!</em></p>
<p>Here are the basic features of eCub EPUB Creator;</p>
<ul>
<li>Creates unencrypted EPUB files from text or XHTML files</li>
<li>Edit text or XHTML files with its simple internal editor</li>
<li>Built-in (simple) cover image designer</li>
<li>Optionally creates title, content and cover pages</li>
<li>Command line execution options</li>
<li>Portable Mode (data and settings are stored locally)</li>
</ul>
<p>When the eCub created EPUB file is opened in Adobe Digital Editions it views just fine, however, when trying to open the same file on my Sony Reader and iPod Touch it failed with, according to Stanza, an OPF error. I will need to do some digging around to find out why it fails on these two devices, but I&#8217;m sure there is a simple explanation.</p>
<p>It&#8217;s been just over a year since the official release of the EPUB spec and we are now starting to see some great tools released in aiding the creation, conversion and viewing of EPUB formatted books. This is certainly what the ePub community needs and I have a feeling we will only see more tools like eCub being created during 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.epubbooks.com/385/need-a-simple-epub-creation-tool-try-ecub/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>epubcheck and Adobe&#8217;s page-map</title>
		<link>http://blog.epubbooks.com/330/epubcheck-and-pagemap-attribute</link>
		<comments>http://blog.epubbooks.com/330/epubcheck-and-pagemap-attribute#comments</comments>
		<pubDate>Sun, 07 Dec 2008 23:36:29 +0000</pubDate>
		<dc:creator>Mike Cook</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[EPUB]]></category>
		<category><![CDATA[epubcheck]]></category>
		<category><![CDATA[NCX]]></category>

		<guid isPermaLink="false">http://www.epubbooks.com/blog/?p=330</guid>
		<description><![CDATA[A couple of weeks back we had a new release of the epub validation tool as the old one was not validating documents properly. epubcheck-1.0.3 was released to fix the XMLParser as it was not allowing multiple validators to be added. The error was first realised by Jon Noring who noticed that Adobe&#8217;s &#8220;page-map&#8221; attribute [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>A couple of weeks back we had a new release of the epub validation tool as the old one was not validating documents properly. epubcheck-1.0.3 was released to fix the XMLParser as it was not allowing multiple validators to be added.</p>
<p>The error was first realised by Jon Noring who noticed that Adobe&#8217;s &#8220;page-map&#8221; attribute extension, which is used in the NCX , was being validated incorrectly. This extended markup can be used for mapping page numbers (to align with those in the paper book edition).</p>
<p>Jon Noring has posted to several communities about the page-map issue. Here&#8217;s a short extract (slightly edited);<span id="more-330"></span></p>
<blockquote><p>I recently became aware that a few publishers are using Adobe&#8217;s &#8220;page-map attribute extension&#8221; in their EPUB publications for mapping page numbers (such as in a parallel paper book edition) to the EPUB content.</p>
<p>In principle it is a great feature [the "page-map attribute extension"], and EPUB now provides a standard way (via NCX) to do this. However, Adobe&#8217;s proprietary implementation violates two very clear requirements in the OPF &#8220;Package&#8221; specification (OPF is one of the specs which underlie EPUB):</p>
<ul>
<li><a title="IDPF OPF Specification item iii" href="http://www.idpf.org/2007/opf/OPF_2.0_final_spec.html#Section1.4.1.1">See item iii &#8212; the &#8216;page-map&#8217; attribute is not supported in the OPF Package Schema</a></li>
<li><a title="IDPF OPF Specification item A-iii" href="http://www.idpf.org/2007/opf/OPF_2.0_final_spec.html#Section1.4.2">See item A-iii. A reading system must ignore all Package markup not supported by the OPF Package schema.</a></li>
</ul>
<p>Therefore, any publisher wishing their EPUB to be fully conformant to the IDPF specifications MUST NOT use Adobe&#8217;s &#8216;page-map&#8217; extension.</p>
<p>[...] Adobe implemented &#8216;page-map&#8217; a long while back, and they may no longer officially support it after NCX became a requirement.</p></blockquote>
<p>Here is Jon&#8217;s full post; <a title="Jon Noring's page-map post at the epub community" href="http://groups.yahoo.com/group/epub-community/message/160">Important Advisory to Publishers on EPUB Format: Do not use &#8216;page-map&#8217; extension</a>.</p>
<p>Jon is pushing on this point as there is actually an alternative to the &#8216;page-map&#8217; functionality already built into NCX specifications.</p>
<blockquote><p>The right way to add page markers is with NCX, using the element which is already supported in EPUB, and furthermore is fully accessible! It is trivial for reading system developers, including Adobe, to support it since they already have to support the primary navigation list in NCX &#8212; pretty much the same code can be used to support the other link lists NCX can also support, such as page mapping, list of illustrations, and pretty much any other list one wants. NCX support for multiple navigation link lists is very powerful!</p></blockquote>
<p>I&#8217;ll make a post with more details on how to do this in the next few days.</p>
<p>Perhaps it&#8217;s difficult to ask publishers to give up a feature that currently works, but as more and more ePub reader systems implement EPUB in accordance with the specifications, then you might suddenly find that your eBooks start to break. I&#8217;m sure it&#8217;s worth a little effort now to save on what will be lots of effort in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.epubbooks.com/330/epubcheck-and-pagemap-attribute/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EPUB Preflight (Style Checking)</title>
		<link>http://blog.epubbooks.com/271/epubpreflight-epub-style-checking-released</link>
		<comments>http://blog.epubbooks.com/271/epubpreflight-epub-style-checking-released#comments</comments>
		<pubDate>Fri, 14 Nov 2008 22:27:45 +0000</pubDate>
		<dc:creator>Mike Cook</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Digital Editions]]></category>

		<guid isPermaLink="false">http://www.epubbooks.com/blog/?p=271</guid>
		<description><![CDATA[Paul Norton from Adobe Digital Editions has now released the epubpreflight validation tool. This small utility is meant as a compliment to epubcheck and is used to check that your ePub files are suitable for Mobile devices. There are many guidelines that need to be followed when developing ePub for mobile devices that are not [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Paul Norton from Adobe Digital Editions has now released the <a title="epubpreflight is part of the epubcheck project" href="http://code.google.com/p/epubcheck/downloads/list">epubpreflight validation tool</a>. This small utility is meant as a compliment to epubcheck and is used to check that your ePub files are suitable for Mobile devices. There are many guidelines that <em>need</em> to be followed when developing ePub for mobile devices that are not mentioned in the EPUB specs, so this is going to be a very welcome tool.</p>
<p>Here&#8217;s a list of things that epubpreflight currently checks for;</p>
<ul>
<li>Content files that are empty.</li>
<li>Content files that are over 300KB.</li>
<li>Image files that are empty.</li>
<li>Image files that are over 10MB.</li>
</ul>
<p>As you can see the list is rather small at the moment but this will grow in time. <a title="Paul's article on the DE blog" href="http://blogs.adobe.com/digitaleditions/2008/11/epubpreflight_version_010_was_1.html">On the DE blog, Paul also mentions</a> that he would like to see a set of configuration files that could test for specific platforms (ADE, PRS505, conversion to other formats, etc.)</p>
<p>It&#8217;s going to be a good number of years yet before mobile devices have the power to parse very large files (images, chapters, etc) so it&#8217;s going to be in everyone&#8217;s interest to see this tool developed.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.epubbooks.com/271/epubpreflight-epub-style-checking-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Feedbooks RSS tool converts to EPUB</title>
		<link>http://blog.epubbooks.com/40/feedbooks-rss-to-epub-converter</link>
		<comments>http://blog.epubbooks.com/40/feedbooks-rss-to-epub-converter#comments</comments>
		<pubDate>Sat, 05 Jul 2008 17:27:05 +0000</pubDate>
		<dc:creator>Mike Cook</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Feedbooks]]></category>

		<guid isPermaLink="false">http://www.epubbooks.com/blog/?p=40</guid>
		<description><![CDATA[Feedbooks are at it again, now they&#8217;ve gone and updated their RSS tool to include conversions to the ePub format! I&#8217;ve been playing around with this and it&#8217;s a really cool app &#8211; you can even supply your own RSS feeds. The converter actually outputs to a number of different formats including; ePub Mobipocket/Kindle PDF [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://blog.epubbooks.com/40/feedbooks-rss-to-epub-converter" title="Permanent link to Feedbooks RSS tool converts to EPUB"><img class="post_image alignleft" src="http://blog.epubbooks.com/images/feedbooks-logo-small.gif" width="123" height="45" alt="Feedbooks Logo" /></a>
</p><p><a title="Feedbooks official website" href="http://www.feedbooks.com">Feedbooks</a> are at it again, now they&#8217;ve gone and <a title="Feebooks RSS to ePub annoucment on MobileRead.com" href="http://www.mobileread.com/forums/showthread.php?t=26016">updated their RSS tool</a> to include conversions to the ePub format! I&#8217;ve been playing around with this and it&#8217;s a really cool app &#8211; you can even supply your own RSS feeds. The converter actually outputs to a number of different formats including;</p>
<ul>
<li>ePub</li>
<li>Mobipocket/Kindle</li>
<li>PDF</li>
<li>Sony Reader (PDF)</li>
<li>iLiad</li>
</ul>
<p>Hadrien, Feedbooks co-founder, posted that along with adding support for ePub and Mobipocket, the files will generate much faster and there is also an &#8220;API endpoint for developers to create applications (such as iNewsStand on the iLiad).&#8221;</p>
<p><span id="more-40"></span>He also notes;</p>
<blockquote><p>The sweet part is probably for Kindle owners, or people using Mobipocket files on a wireless device. You can directly update your feeds/newspapers from your device. Create your own newspaper with your daily reading, click on the update link inside the file and you get your own newspaper every morning!</p></blockquote>
<p>If you&#8217;re a Kindle owner and need more detailed instructions on how to set this up, <a title="Instructions for setting uop your Feedbooks Kindle RSS feed" href="http://www.mobileread.com/forums/showthread.php?t=24949">visit the &#8220;Free RSS Feeds on your Kindle&#8221; link</a> over on MobileRead.</p>
<p>The output of the feeds in the ePub format looks fine when using <a title="Adobe Digital Editions Review" href="http://www.epubbooks.com/ereaders/adobe-digital-editions">Digital Editions</a>, but with no ePub ready mobile device to test on I had to try them out using the Sony Reader compatible PDF (yep, still no news on the Sony/Digital Editions firmware update for reading ePub files directly on the Sony Reader.) The output is simple but more than adequate for reading RSS news feeds.</p>
<p>Feedbooks will not be enabling images for this first release but I have to say, this is already looking like a really nice tool&#8230;especially if your reading device has WiFi capabilities.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.epubbooks.com/40/feedbooks-rss-to-epub-converter/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DocBook XSL now supports EPUB!</title>
		<link>http://blog.epubbooks.com/34/new-docbook-xsl-supports-epub</link>
		<comments>http://blog.epubbooks.com/34/new-docbook-xsl-supports-epub#comments</comments>
		<pubDate>Mon, 02 Jun 2008 23:05:59 +0000</pubDate>
		<dc:creator>Mike Cook</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[DocBook]]></category>

		<guid isPermaLink="false">http://www.epubbooks.com/blog/?p=34</guid>
		<description><![CDATA[The Digital Editions blog is reporting that the latest release of the DocBook XSL (1.74.0) now supports output to the ePub format. It was only recently that the tei2epub converter was announced so it is great to have a converter from DocBook to the ePub format. DocBook is a very mature XML master format that [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>The <a title="Digital Editions blog article on the DocBook XSL release" href="http://blogs.adobe.com/digitaleditions/2008/06/docbook_xsl_epub_target_is_rea.html">Digital Editions blog</a> is reporting that the latest release of the <a title="DocBook XSL download page" href="http://sourceforge.net/project/showfiles.php?group_id=21935">DocBook XSL (1.74.0)</a> now supports output to the ePub format. It was only recently that the <a title="New tei2epub converter released - article" href="/29/tei-converter-available-for-epub-developers">tei2epub converter was announced</a> so it is great to have a converter from DocBook to the ePub format.</p>
<p>DocBook is a very mature XML master format that although is used mainly for technical documents, can also be used for simpler documents and prose like books, which could make it a useful master format for any public domain eBook projects.</p>
<p>This release of the DocBook XSL is an experimental release and is being made available for testing purposes. Any developers out there should certainly check it out and if you find any issues, <a title="DocBook XSL error report site" href="http://sourceforge.net/projects/docbook">report them back to the DocBook project</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.epubbooks.com/34/new-docbook-xsl-supports-epub/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TEI Converter for EPUB Developers</title>
		<link>http://blog.epubbooks.com/29/tei-converter-available-for-epub-developers</link>
		<comments>http://blog.epubbooks.com/29/tei-converter-available-for-epub-developers#comments</comments>
		<pubDate>Thu, 22 May 2008 20:02:32 +0000</pubDate>
		<dc:creator>Mike Cook</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[TEI]]></category>
		<category><![CDATA[Threepress]]></category>
		<category><![CDATA[XSLT]]></category>

		<guid isPermaLink="false">http://www.epubbooks.com/blog/?p=29</guid>
		<description><![CDATA[We are seeing more and more tools for creating ePub files being developed and the latest to join the throng is the tei2epub converter from threepress.org. This one however is aimed more for developers than the end user, unlike the BookGlutton ePub API. tei2epub is being developed by Liza Daly and is written in XSLT, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>We are seeing more and more tools for creating ePub files being developed and the latest to join the throng is the <a title="tei2epub converter from threepress.org" href="http://blog.threepress.org/2008/05/12/convert-tei-to-epub/">tei2epub converter from threepress.org</a>. This one however is aimed more for developers than the end user, unlike the <a title="BookGlutton ePub Converter annoucment" href="/27/bookgluttons-epub-converter-api-is-unveiled">BookGlutton ePub API</a>.</p>
<p>tei2epub is being developed by Liza Daly and is written in XSLT, although it does utilise a little Python. I know nothing about Python but from what I can make out this is mainly for creating the actual files and final .epub container (which is actually just a renamed .zip file).</p>
<p>This converter really interests me as I already have my own converter (pg2tei) for creating TEI documents from plain text files, as found on <a title="Project Gutenberg website" href="http://www.gutenberg.org">Project Gutenberg</a>. I recently started teaching myself XSLT so will follow the development of this for sure!</p>
<p>I don&#8217;t have a Python processor installed so haven&#8217;t ran any files through this, though I have taken a quick look at the source code and it looks quite straight forward. I believe this uses the official stylesheets written by <a title="Text Encoding Initiative website" href="http://www.tei-c.org/">TEI</a>, so the tei2epub converter should be quite simple to follow, even for those of us whose XSLT skills are not yet well developed.</p>
<p>If you&#8217;re interested in both TEI and ePub then this is certainly going to be useful to add to your toolkit.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.epubbooks.com/29/tei-converter-available-for-epub-developers/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>BookGlutton&#8217;s EPUB Converter unveiled</title>
		<link>http://blog.epubbooks.com/27/bookgluttons-epub-converter-api-is-unveiled</link>
		<comments>http://blog.epubbooks.com/27/bookgluttons-epub-converter-api-is-unveiled#comments</comments>
		<pubDate>Tue, 20 May 2008 23:26:09 +0000</pubDate>
		<dc:creator>Mike Cook</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[BookGlutton]]></category>
		<category><![CDATA[O'Reilly]]></category>

		<guid isPermaLink="false">http://www.epubbooks.com/blog/?p=27</guid>
		<description><![CDATA[Earlier this month BookGlutton announced their ePub API. This neat little tool gives everyone an easy way to convert HTML files to the IDPF&#8217;s ePub format. At present the API is in public beta and currently only converts &#8216;simple&#8217; HTML files, it also lacks both image and CSS support. Still, don&#8217;t let this put you [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Earlier this month BookGlutton announced their ePub API. This neat little tool gives everyone an easy way to convert HTML files to the IDPF&#8217;s ePub format.</p>
<p>At present the API is in public beta and currently only converts &#8216;simple&#8217; HTML files, it also lacks both image and CSS support. Still, don&#8217;t let this put you off, the potential here is great and is certainly another step in the right direction. As time goes by the API will certainly get better.</p>
<p>To show the kind of acceptence ePub is gaining this tool also caught the attention Keith Fahrlgren over at the <a title="O'Reilly Tools of Change Blog" href="http://toc.oreilly.com/2008/05/epub-creation-just-got-a-lot-s.html">O&#8217;Reilly Tools of Change Blog</a> who certainly seems encouraged by this and feels that it is &#8220;the first step in lowering the barrier to entry to creating EPUB documents.&#8221;</p>
<p>Many other people around the net have shown a strong interest in the API, with most believing this is a first step in encouraging developers to create more ePub tools.</p>
<p>If you wish to try it out yourself go visit the <a title="The ButtonGlutton ePub API" href="http://www.bookglutton.com/api/getepub">BookGlutton ePup API</a> page, there&#8217;s also some instructions there to help get you started.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.epubbooks.com/27/bookgluttons-epub-converter-api-is-unveiled/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

