2017 © Pedro Peláez
 

library easybook

Book publishing application

image

easybook/easybook

Book publishing application

  • Tuesday, June 14, 2016
  • by javier.eguiluz
  • Repository
  • 42 Watchers
  • 710 Stars
  • 11,387 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 88 Forks
  • 43 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

easybook

«book publishing as easy as it should be», (*1)

SensioLabsInsight Travis CI status Scrutinizer Quality Score Coverage Status, (*2)

easybook lets you easily publish books in various electronic formats (ePub, MOBI, PDF and HTML). It was originally designed to publish programming books, but you can use easybook to publish any kind of book, manual or documentation website., (*3)

easybook worflow diagram, (*4)

Installation

Make sure to have installed Composer globally in your system and execute the following command:, (*5)

$ composer create-project easybook/easybook easybook

Once installed, use easybook with the book command:, (*6)

$ cd <easybook-installation-dir>
$ ./book

If the last command doesn't work, try php book or check book script permissions., (*7)

Documentation

easybook is fully documented at http://easybook-project.org/documentation, (*8)

License

easybook is licensed under the MIT license., (*9)

Tests

Execute the following command to test easybook (it requires PHPUnit):, (*10)

$ cd <easybook-installation-dir>
$ phpunit

Requirements

In order to generate PDF files, PrinceXML library must be installed. If you haven't installed it yet, you can download a fully-functional demo at:, (*11)

http://www.princexml.com/download

In order to generate MOBI files, KindleGen library must be installed. If you haven't installed it yet, you can download it freely at Amazon:, (*12)

http://amzn.to/kindlegen

The Versions