Archive for the 'Tools' Category

Feedbooks RSS tool now converts to ePub

Feedbooks LogoFeedbooks are at it again, now they’ve gone and updated their RSS tool to include conversions to the ePub format! I’ve been playing around with this and it’s a really cool app - you can even supply your own RSS feeds. The converter actually outputs to a number of different formats including;

  • ePub
  • Mobipocket/Kindle
  • PDF
  • Sony Reader (PDF)
  • iLiad

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 “API endpoint for developers to create applications (such as iNewsStand on the iLiad).”

Continue reading ‘Feedbooks RSS tool now converts to ePub’

Web-based ePub Reader - Testers Needed

Earlier today Liza Daly, creator of the tei2epub converter, posted the following notice to the ePub Community over at Yahoo Groups;

I’m looking for interested parties to help test an experimental platform for reading ePub-formatted books via the web. There’s minimal effort involved: just upload one or more ePub documents and try it out. If you encounter bugs (which is likely at this stage) I may ask for you to forward the ePub file so I can test it internally.

This is great news and exactly the kind of activity we need to encourage the adoption of the ePub format. I wish Liza all the best and very much look forward to the seeing the reader go live.

To all you tech heads out there, please get in touch with Liza and start digging out those bugs!

You can contact Liza using liza@threepress.org.

(Thanks to Liza for giving permission to use her email address in this article)

New release of the DocBook XSL now supports ePub!

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 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.

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, report them back to the DocBook project.

A New TEI Converter Available for ePub Developers

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, 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).

This converter really interests me as I already have my own converter (pg2tei) for creating TEI documents from plain text files, as found on Project Gutenberg. I recently started teaching myself XSLT so will follow the development of this for sure!

I don’t have a Python processor installed so haven’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 TEI, so the tei2epub converter should be quite simple to follow, even for those of us whose XSLT skills are not yet well developed.

If you’re interested in both TEI and ePub then this is certainly going to be useful to add to your toolkit.

BookGlutton’s ePub Converter API is unveiled

Earlier this month BookGlutton announced their ePub API. This neat little tool gives everyone an easy way to convert HTML files to the IDPF’s ePub format.

At present the API is in public beta and currently only converts ’simple’ HTML files, it also lacks both image and CSS support. Still, don’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.

To show the kind of acceptence ePub is gaining this tool also caught the attention Keith Fahrlgren over at the O’Reilly Tools of Change Blog who certainly seems encouraged by this and feels that it is “the first step in lowering the barrier to entry to creating EPUB documents.”

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.

If you wish to try it out yourself go visit the BookGlutton ePup API page, there’s also some instructions there to help get you started.

New DAISY Pipeline Released

DAISY have announced a new release of their DAISY Pipeline, which now adds support for the Microsoft “Save As DAISY XML” transformer add-in, designed for Microsoft Office Word 2007, Word 2003 and Word XP.

Along with adding support for the add-in they have made a number of usability and performance improvements and also included an ePub/OPS validator.

For those who don’t know, ePub documents can include either XHTML or DAISY DTBook files natively. A DAISY DTB is most often used to make content accessible for blind and print-disabled individuals but can also be used as a master file for conversion into other formats, which is where the pipeline will come in handy for anyone wanting to create ePub books using DTB rather than XHTML.

The DAISY Pipeline is not for the faint-hearted but if you are serious about ePub and creating documents/eBooks accessible to print-disabled users, then this could be a very useful tool indeed.