Add a simple README
This commit is contained in:
parent
d80608a7f5
commit
4167c8bc46
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