From 5d6410ccd0ed69ed335c4eb2d0cd12d675b1408e Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Tue, 28 Jan 2025 11:58:59 +0100 Subject: [PATCH] helpful links to key files --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 900236d..12966a1 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,18 @@ This is code for the XPUB 2025 call. pip install django pillow pyyaml click +## Key files + +* Stylesheets: [index.css](call/static/call/index.css) + [guestbook](call/static/call/guestbook.css) +* HTML: [index.html](call/templates/call/index.html) + [guestbook](call/templates/call/guestbook.html) +* Language file (for the generative caption): [terms.yaml](call/static/call/terms.yaml) +* JavaScripts (index) + * [2bitcharactergenerator.js](call/static/call/2bitcharactergenerator.js) + * [xpubcharacters.js](call/static/call/xpubcharacters.js) +* JavaScripts (guestbook) + * [guestbook.js](call/static/call/guestbook.js) + + ## Colophon > The heart of this webpage is the 2bitcharactergenerator, by 0x72, found via Everest Pipkin's great tinytools.directory and generously released via a CC0 (public domain) license.