Go to file
Abhay Rana 65ee7003f1 EPUB creation done 2015-06-02 01:29:05 +05:30
.gitignore EPUB creation done 2015-06-02 01:29:05 +05:30
COPYING EPUB creation done 2015-06-02 01:29:05 +05:30
README.md EPUB creation done 2015-06-02 01:29:05 +05:30
cover.jpg EPUB creation done 2015-06-02 01:29:05 +05:30
metadata.xml EPUB creation done 2015-06-02 01:29:05 +05:30
setup.rb EPUB creation done 2015-06-02 01:29:05 +05:30

README.md

hoshruba

Tor.com recently published the entire first book in the Hoshruba series as a series of blog posts. This script downloads all of these posts and converts them into a publishable format, including epub, mobi, pdf and html.

For obvious reasons, the converted ebook is not part of this repo. You must download and run the script on your own machine to generate the copies.

Requirements

  • Ruby
  • Nokogiri gem installed (gem install nokogiri)
  • Unix system with wget installed
  • pandoc installed and available

Setup

After downloading the repo and installing the requirements, just run

ruby setup.rb

All the generated files will be saved with the filename Hoshruba.{epub|pdf|mobi|html}

LICENSE

This is licensed under WTFPL. See COPYING file for the full text.