Add a simple README

This commit is contained in:
Jared Miller 2025-12-25 09:33:50 -05:00
parent d80608a7f5
commit 4167c8bc46
Signed by: shmup
GPG key ID: 22B5C6D66A38B06C

22
README.txt Normal file
View 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.