hoshruba/README.md

29 lines
849 B
Markdown
Raw Normal View History

2015-06-01 19:59:05 +00:00
# hoshruba
Tor.com recently published the entire first book in the Hoshruba series as a [series
of blog posts](http://www.tor.com/features/series/hoshruba-series/). 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.