Slide 1

Slide 1 text

easybook « book publishing as easy as it should be »

Slide 2

Slide 2 text

What’s easybook? Free Open-Source software for publishing books and documentation

Slide 3

Slide 3 text

Powered by the Symfony Components

Slide 4

Slide 4 text

Who’s behind it? @javiereguiluz https://github.com/javiereguiluz/easybook Javier Eguiluz

Slide 5

Slide 5 text

Supported formats

Slide 6

Slide 6 text

Devices support

Slide 7

Slide 7 text

Built-in features Yaml con guration Console Markdown support Code highlighting Themes Pictures

Slide 8

Slide 8 text

Installation

Slide 9

Slide 9 text

Bootstrapping a book

Slide 10

Slide 10 text

Configuring the book book: title: "Symfony Live 2012" author: "Symfony Community" edition: "First edition" language: en publication_date: 2012-09-28 contents: - { element: cover } - { element: toc } - { element: chapter, number: 1, content: chapter1.md } - { element: chapter, number: 2, content: chapter2.md } - { element: chapter, number: 3, content: chapter3.md } - { element: prologue, content: prologue.md } - { element: glossary, content: glossary.md }

Slide 11

Slide 11 text

Configuring editions book: editions: print: format: pdf highlight_code: true include_styles: true isbn: ~ labels: ["appendix", "chapter"] margin: top: 25mm bottom: 25mm inner: 30mm outter: 20mm page_size: A4 theme: clean two_sided: true

Slide 12

Slide 12 text

Publishing a book

Slide 13

Slide 13 text

Want to contribute? javiereguiluz/easybook Code Documentation Promotion

Slide 14

Slide 14 text

Thank You!