From f7aa6161924d404f72a450438fa90a66c1e998d5 Mon Sep 17 00:00:00 2001 From: Jared Miller Date: Thu, 25 Dec 2025 09:33:50 -0500 Subject: [PATCH] Add a simple README --- README.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.txt diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..96bba38 --- /dev/null +++ b/README.txt @@ -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.