RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

bookshop releases 0.1.0 - an HTML to PDF/(e)books toolchain framework

I just launched version 0.1.0 of bookshop. Bookshop is a book publishing framework for publishers, editors, and coders in today’s publishing industry. bookshop provides a framework for developing books using well-known web languages like HTML/CSS.

Comments

The big changes in this version:

  • Dropped wkhtmltopdf in favor of PrinceXML for HTML to PDF conversion. PrinceXML is not open source and has a steep sticker price, but it is easy enough to use services like DocRaptor (which uses PrinceXML) to keep costs down. There were just too many barriers with wkhtmltopdf for now. We are considering adding a config option to allow for wkhtmltopdf in the future.
  • Restructured book directory structure to include folders for front/body/backmatter. This is more of an aesthetic choice for developers.

Consult the Changelog for more details.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in