Giter Site home page Giter Site logo

epub's Introduction

What is this?

This is collection of free books in epub format, which I wanted to have on my reader, but can't find in appropriate format. Most of them converted from GNU texinfo.

How to convert book from texinfo to epub?

There is a good paper on epub and epub creation process [here:] (http://www.ibm.com/developerworks/xml/tutorials/x-epubtut/)

In short, to convert texinfo to epub you shold do the following:

  • Convert texi file to docbook format, using makeinfo:

    makeinfo --docbook /path/to/your/file.texi -o file.docbook

  • using any XSLT-processor and docbook.xsl for epub convert docbook to unpacked epub

    xsltproc /path/to/your/docbook-xsl/epub/docbook.xsl file.docbook

  • create mimetype file

    echo "application/epub+zip" > mimetype

  • pack mimefile to epub (mimetype MUST be first file in archive and it MUST NOT be compressed!):

    zip -0Xq my-book.epub mimetype

  • pack the rest of content to the same file:

    zip -Xr9D my-book.epub META-INF OEBPS

If you are lucky my-book.epub will be valid epub file.

epub's People

Contributors

ikrukov avatar

Watchers

James Cloos avatar Sean Scott avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.