From 20bd3390f70d7cb51fc98ab93d41123977ca18c7 Mon Sep 17 00:00:00 2001 From: Nemo Date: Fri, 15 Sep 2017 13:09:54 +0530 Subject: [PATCH] Renames to cosmere-books --- README.md | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 22e968f..5da484b 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,27 @@ -# Oathbringer +# cosmere-books -Tor.com is publishing Oathbringer in serialized form till Chapter 32. This script -downloads all of these posts and converts them into a publishable format, including -epub, mobi, pdf and html. You can find the tor.com announcement at https://www.tor.com/2017/08/15/brandon-sanderson-oathbringer-serialization-announcement/ +Scripts to generate books from the [Cosmere]() using various public sources. Currently supports the following books: -For obvious reasons, the converted ebook is not part of this repo. You must download +1. Oathbringer (Serialized till Chapter 32) +2. Way of Kings Reread + +For obvious reasons, the converted ebooks are not part of this repo. You must download and run the script on your own machine to generate the copies. The code for this is mostly adapted from [hoshruba](https://github.captnemo.in/hoshruba). You can download sample files (Lorem Ipsum) from to see a sample of how the generated files look. +## Oathbringer + +Tor.com is publishing Oathbringer in serialized form till Chapter 32. This script +downloads all of these posts and converts them into a publishable format, including +epub, mobi, pdf and html. You can find the tor.com announcement at https://www.tor.com/2017/08/15/brandon-sanderson-oathbringer-serialization-announcement/ + +## Way of Kings Reread + +>Join Michael Pye (aka The Mad Hatter) and Carl Engle-Laird as they dive into the details of Sanderson’s complex new world of Roshar. Find out more at https://www.tor.com/features/series/the-way-of-kings-reread-on-torcom/ + ## Requirements - Ruby @@ -25,7 +36,9 @@ You can download sample files (Lorem Ipsum) from to see - You can also skip calibre if you only want the EPUB file. - Edit the last line in `setup.rb` to `:epub` / `:mobi`, `:pdf` to only trigger the specific builds -# Setup +## Generation + +## Oathbringer After downloading the repo and installing the requirements, just run @@ -35,7 +48,6 @@ All the generated files will be saved with the filename `Oathbringer.{epub|pdf|m ## Way of Kings Reread ->Join Michael Pye (aka The Mad Hatter) and Carl Engle-Laird as they dive into the details of Sanderson’s complex new world of Roshar. Find out more at https://www.tor.com/features/series/the-way-of-kings-reread-on-torcom/ To generate the book: @@ -43,7 +55,6 @@ To generate the book: All the generated files will be saved with the filename `wok-reread.{epub|pdf|mobi|html}` - # LICENSE This is licensed under WTFPL. See COPYING file for the full text.