All Projects → javiereguiluz → Easybook

javiereguiluz / Easybook

Licence: other
Book publishing as easy as it should be (built with Symfony components)

Projects that are alternatives of or similar to Easybook

Laravel Book
Up to date Epub, Mobi and PDF versions from the official Laravel Docs
Stars: ✭ 221 (-70.3%)
Mutual labels:  documentation, mobi, pdf, epub
Koodo Reader
A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web
Stars: ✭ 2,938 (+294.89%)
Mutual labels:  mobi, pdf, epub, book
Readteractive
Tool for writing and generating interactive books.
Stars: ✭ 23 (-96.91%)
Mutual labels:  book, mobi, pdf, epub
Open Publisher
Using Jekyll to create outputs that can be used as Pandoc inputs. In short - input markdown, output mobi, epub, pdf, and print-ready pdf. With a focus on fiction.
Stars: ✭ 242 (-67.47%)
Mutual labels:  publishing, mobi, pdf, epub
Ethereum Development With Go Book
📖 A little book on Ethereum Development with Go (golang)
Stars: ✭ 754 (+1.34%)
Mutual labels:  book, mobi, pdf, epub
Redux Offline Docs
Redux documentation in PDF, ePub and MOBI formats for offline reading.
Stars: ✭ 292 (-60.75%)
Mutual labels:  documentation, mobi, pdf, epub
Crowbook
Converts books written in Markdown to HTML, LaTeX/PDF and EPUB
Stars: ✭ 399 (-46.37%)
Mutual labels:  markdown, book, pdf, epub
Docnado
Rapid documentation tool that will blow you away...
Stars: ✭ 67 (-90.99%)
Mutual labels:  documentation, markdown, pdf
Jsdoc To Markdown
Generate markdown documentation from jsdoc-annotated javascript
Stars: ✭ 1,199 (+61.16%)
Mutual labels:  documentation, markdown, generator
Typemill
TYPEMILL is a simple and lightweight Flat-File-CMS for authors and publishers.
Stars: ✭ 150 (-79.84%)
Mutual labels:  documentation, publishing, markdown
Pandoc Book Template
A simple Pandoc template to build documents and ebooks.
Stars: ✭ 214 (-71.24%)
Mutual labels:  markdown, pdf, epub
Cgx
💻🔥CLI to generate the recommended documentation/files to improve contribution (Github, Gitlab, CodeCommit and Bitbucket)
Stars: ✭ 190 (-74.46%)
Mutual labels:  documentation, markdown, generator
Sourcedocs
Generate Markdown documentation from source code
Stars: ✭ 286 (-61.56%)
Mutual labels:  documentation, markdown, generator
Docsify Tabs
A docsify.js plugin for rendering tabbed content from markdown
Stars: ✭ 65 (-91.26%)
Mutual labels:  documentation, markdown, generator
Mkdocs With Pdf
Generate a single PDF file from MkDocs repository.
Stars: ✭ 39 (-94.76%)
Mutual labels:  documentation, markdown, pdf
Markdownmonster
An extensible Markdown Editor, Viewer and Weblog Publisher for Windows
Stars: ✭ 1,203 (+61.69%)
Mutual labels:  documentation, markdown, pdf
Lightnovel Crawler
Download and generate e-books from online sources.
Stars: ✭ 344 (-53.76%)
Mutual labels:  mobi, pdf, epub
Ruby Hacking Guide.github.com
Ruby Hacking Guide Translation
Stars: ✭ 305 (-59.01%)
Mutual labels:  mobi, pdf, epub
Md To Pdf
Hackable CLI tool for converting Markdown files to PDF using Node.js and headless Chrome.
Stars: ✭ 374 (-49.73%)
Mutual labels:  documentation, markdown, pdf
Books
IT技术书籍文字版mobi epub格式
Stars: ✭ 131 (-82.39%)
Mutual labels:  book, mobi, epub

easybook

«book publishing as easy as it should be»

SensioLabsInsight Travis CI status Scrutinizer Quality Score Coverage Status

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.

easybook worflow diagram

Installation

Make sure to have installed Composer globally in your system and execute the following command:

$ composer create-project easybook/easybook easybook

Once installed, use easybook with the book command:

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

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

Documentation

easybook is fully documented at http://easybook-project.org/documentation

License

easybook is licensed under the MIT license.

Tests

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

$ 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:

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:

http://amzn.to/kindlegen
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].