Coder Social home page Coder Social logo

bookbind's Introduction

Bookbind

Bookbind is a Python utility for generating EPUB files. It takes a directory name as its sole command-line argument and creates an EPUB file of the same name, with an .epub extension, in the working directory. It can natively process Markdown and plain text input files (as well as XHTML) and can be configured to call external processors for other input types.

Bookbind expects the directory to be of the following structure:

foo/
    manifest.yaml
    chapter1.md
    chapter2.md
    title-page.xhtml
    styles/
        default.css
    images/
        cover.jpg
        other-image.jpg

The manifest.yaml file describes the book's metadata and chapter orders. Consult the sample file for the format and requirements.\

Bookbind's generated files should pass ePubChecker with no warnings or errors. Keep in mind that if you include XHTML files, Bookbind will add them to your book as-is, so watch for warnings that they might generate.

Future Enhancements

Bookbind is currently considered "pre-release" by its author, but it's already capable of generating complete books that pass epubcheck 1.0.5's compliance text. The work to do before 1.0 must include:

  • Creation of a test suite
  • Ensuring Pandoc and MultiMarkdown can be used as external processors
  • Verification that a distuils-created tarball really installs correctly
  • Full documentation file

At that point, Bookbind will be submitted to PyPI.

Other enhancements under consideration:

  • Creating new default styles for the distribution
  • EPUB 3.0 support
  • Optional creation of a hyperlink TOC page for lazy people like me
  • Optional MOBI creation if kindlegen is installed

bookbind's People

Contributors

chipotle avatar

Watchers

James Cloos avatar Ben McGinnes avatar  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.