wjdp / gotdict

:dragon: A Song of Ice and Fire / Game of Thrones Kindle Dictionary
https://gotdict.wjdp.uk
Other
53 stars 8 forks source link

GOTDict

A community built Kindle dictionary for A Song of Ice and Fire based on the work of KEC Krew. While a number of characters have X-Ray entries this dictionary aims to be much more extensive having information on houses, locations, ships, maps and much more. See https://gotdict.wjdp.uk/ for more details and install instructions.

💾 Get the dictionary

A build is created on every commit to the master branch. The latest build is avaliable to download here: https://gotdict.wjdp.uk/gotdict.mobi

Contributing

This project needs help to improve the quality and quantity of the entries.

This project draws upon openly licensed content - mainly from awoiaf.westeros.org - and uses their licence CC BY-SA. The full source and build scripts are on GitHub and are similarly openly licensed.

Project structure

Other files are used in the generation of the MOBI file.

Building from source

The Jekyll static site generator is used to build the dictionary which is then passed to kindlegen to be converted into a MOBI file.

You will need a Ruby environment with bundler and the kindlegen executable from Amazon. The following will get you this on a Linux box:

bundle install
mkdir -p bin tmp/kindlegen
curl http://kindlegen.s3.amazonaws.com/kindlegen_linux_2.6_i386_v2_9.tar.gz > tmp/kindlegen.tar.gz
tar zxvf tmp/kindlegen.tar.gz -C tmp/kindlegen
mv tmp/kindlegen/kindlegen bin/

To build run bundle exec rake build. All output is within _output/, the compiled MOBI is _output/gotdict.mobi.

Links