All Projects → jd → Asciidoc Book Toolchain

jd / Asciidoc Book Toolchain

Book publishing toolchain based on AsciiDoc

Projects that are alternatives of or similar to Asciidoc Book Toolchain

casile
The CaSILE toolkit, a book publishing workflow employing SILE and other wizardry.
Stars: ✭ 36 (-70.49%)
Mutual labels:  books, publishing
Whatsbook
Create books from WhatsApp group chats with Python and LaTeX
Stars: ✭ 147 (+20.49%)
Mutual labels:  publishing, books
Asciidocfx
Asciidoc Editor and Toolchain written with JavaFX 16 (Build PDF, Epub, Mobi and HTML books, documents and slides)
Stars: ✭ 1,533 (+1156.56%)
Mutual labels:  asciidoc
Genesis
Almighty Book Downloader
Stars: ✭ 120 (-1.64%)
Mutual labels:  books
Ni Pyt
Materiály k předmětu NI-PYT na FIT ČVUT
Stars: ✭ 112 (-8.2%)
Mutual labels:  asciidoc
Best Websites A Programmer Should Visit
🔗 Some useful websites for programmers.
Stars: ✭ 44,744 (+36575.41%)
Mutual labels:  books
Confluence Publisher
Maven plugin and Docker image to convert AsciiDoc and publish it to Confluence
Stars: ✭ 112 (-8.2%)
Mutual labels:  asciidoc
Quad
document processor in Racket
Stars: ✭ 100 (-18.03%)
Mutual labels:  publishing
Asciidoc Py
Legacy python processor for AsciiDoc
Stars: ✭ 117 (-4.1%)
Mutual labels:  asciidoc
Awesome Programming Books
📚 A curated list of awesome programming books (Algorithms and data structures, Artificial intelligence, Software Architecture, Human–computer interaction, Operating Systems, Database Systems, IT Security, Concurrency, Interpreters and Compilers, High-Performance Computing, Distributed Systems, Game Development, Mathematical optimization)
Stars: ✭ 1,532 (+1155.74%)
Mutual labels:  books
Curated resources
📚 Curated lists for programming, books, movies, music, games, etc
Stars: ✭ 116 (-4.92%)
Mutual labels:  books
Awesome Resources
Awesome resources for coding and learning: open source projects, websites, books e.g.
Stars: ✭ 1,482 (+1114.75%)
Mutual labels:  books
Ghost
Turn your audience into a business. Publishing, memberships, subscriptions and newsletters.
Stars: ✭ 39,261 (+32081.15%)
Mutual labels:  publishing
Janeway
A journal management system designed for publishing scholarly articles.
Stars: ✭ 115 (-5.74%)
Mutual labels:  publishing
Thunder Distribution
A Drupal 8 based platform for professional publishers
Stars: ✭ 107 (-12.3%)
Mutual labels:  publishing
Vipa
📚 Virtual Intelligent Publishing Assistant (Vipa): A journal management and publishing software
Stars: ✭ 120 (-1.64%)
Mutual labels:  publishing
From Junior To Senior
My study plan for going from junior to senior software developer
Stars: ✭ 104 (-14.75%)
Mutual labels:  books
Books
技术书籍等
Stars: ✭ 110 (-9.84%)
Mutual labels:  books
Subtitles
Add subtitles into your WordPress posts, pages, custom post types, and themes. No coding required. Simply activate Subtitles and you're ready to go.
Stars: ✭ 113 (-7.38%)
Mutual labels:  publishing
Markdownslides
MarkdownSlides is a Reveal.js and PDF slides generator from MARKDOWN files, that also generate HTML, EPUB and DOCX documents. The idea is that from a same MARKDOWN file we can get slides and books without worrying about style, just worrying about content.
Stars: ✭ 121 (-0.82%)
Mutual labels:  books

AsciiDoc Book Toolchain

This repository contains a basic toolchain used to publish book using AsciiDoc. It compiles the book down to:

  • HTML
  • PDF
  • PDF (printable)
  • ePub
  • MOBI

This toolchain has been created and is used in the first place to publish The Hacker's Guide to Python.

Required software

If you run on a Fedora system, just run the deps target of the makefile as root to install them like in :

  • sudo make deps

Usage

The book content should be written in the book.txt source file. Once you've made some change you can recompile all the output formats by typing make, or selecting each one you want by typing make book.<format>: such as:

  • make book.pdf
  • make book.epub
  • make book.mobi
  • make book.html
  • make book.printable.pdf

Difference between the normal and printable PDF

The Makefile generates two different PDF format. The first one named book.pdf is for the electronic version of the book, and embed the cover image. The second one, named book.printable.pdf is intended to be printed on paper, so it does not include the cover and have slightly different dimensions.

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].