Adds defending elysium

This commit is contained in:
Nemo 2018-11-08 00:18:46 +05:30
parent 1ae92eae11
commit 1641dca794
4 changed files with 21 additions and 0 deletions

View File

@ -10,6 +10,8 @@ Scripts to generate books from the [Cosmere]() using various public sources. Cur
4. Edgedancer Reread
5. Way of Kings Prime
6. Oathbringer Reread
7. Skyward (Serialized till Chapter 15)
8. Defending Elysium
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.
@ -64,6 +66,14 @@ More details at https://www.tor.com/series/oathbringer-reread-brandon-sanderson/
See more details at [underlined](https://www.getunderlined.com/read/excerpt-reveal-start-reading-skyward-by-brandon-sanderson/) or [brandonsanderson.com](https://brandonsanderson.com/books/skyward/skyward/)
# Defending Elysium
> This story originally appeared in the October/November 2008 Asimovs Science Fiction (in the US) and the UPC Science Fiction collection (in Europe). It was winner of the UPC science fiction award, and was the last short story Brandon wrote before he sold Elantris to Tor.
> The story was first named honorable mention in a Writers of the Future contest in early 2003. (Brandon got the phone call from an editor buying Elantris in April 2003.) A few years later, he did a couple of serious revisions of the story and then submitted it to the UPC award in Spain. It won first place, and subsequently sold in the US to Asimovs Science Fiction—which was Brandons first (and so far only) fiction appearance in a major print magazine. It was given an honorable mention in Gardner Dozoiss The Years Best Science Fiction anthology for 2008.
More details at https://brandonsanderson.com/defending-elysium/. Annotations at https://brandonsanderson.com/annotation-Recent-Short-Stories-Defending-Elysium/
## Requirements
Either [Docker](https://docs.docker.com/install/) installed or the following setup:
@ -154,6 +164,10 @@ All the generated files will be saved with the filename `books/oathbringer-rerea
All the generated files will be saved with the filename `books/skyward.{epub|pdf|mobi|html}`. This generation might take a while the script attempts to strip out unnecessary HTML.
## Defending Elysium
pandoc -t epub https://brandonsanderson.com/defending-elysium/ -o defending-elysium.epub --epub-cover-image=covers/defending-elysium.jpg --epub-metadata=metadata/defending-elysium.xml
## Extra
If you'd like to see any other books covered here, please create an issue, or reach out to me: <https://captnemo.in/contact/>

View File

@ -12,6 +12,10 @@ if [ -z "$1" ]
bundle exec ruby wok-reread.rb
bundle exec ruby wor-reread.rb
bundle exec ruby skyward.rb
pandoc -t epub https://brandonsanderson.com/defending-elysium/ \
--output=books/defending-elysium.epub \
--epub-cover-image=covers/defending-elysium.jpg \
--epub-metadata=metadata/defending-elysium.xml
else
bundle exec ruby "$1.rb"
fi

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

View File

@ -0,0 +1,3 @@
<dc:title id="epub-title-1">Defending Elysium</dc:title>
<dc:language>en-US</dc:language>
<dc:creator id="epub-creator-1" opf:role="aut">Brandon Sanderson</dc:creator>