Add a simple README
This commit is contained in:
parent
2b242229e9
commit
b76a359e15
1 changed files with 22 additions and 0 deletions
22
README.txt
Normal file
22
README.txt
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
the tough guide to fantasyland
|
||||||
|
===============================
|
||||||
|
|
||||||
|
an interactive web version of diana wynne jones' satirical encyclopedia
|
||||||
|
of fantasy tropes. click any ALL CAPS term to jump to its definition.
|
||||||
|
|
||||||
|
features
|
||||||
|
--------
|
||||||
|
- auto-linking of capitalized terms to their definitions
|
||||||
|
- searchable sidebar with alphabetical navigation
|
||||||
|
- collapsible table of contents
|
||||||
|
- handles plurals, special cases, and alternate spellings
|
||||||
|
|
||||||
|
files
|
||||||
|
-----
|
||||||
|
index.html - the book content (converted from epub via calibre/tidy)
|
||||||
|
script.js - term detection, linking, toc generation
|
||||||
|
style.css - parchment aesthetic
|
||||||
|
|
||||||
|
usage
|
||||||
|
-----
|
||||||
|
just open index.html in a browser. no build step.
|
||||||
Loading…
Reference in a new issue