File Structure

wiki-gui/
├── generate_wiki.py       Main generator script
├── templates/             Jinja-style HTML templates ({{placeholder}} syntax)
│   ├── page.html          Standard content page
│   ├── directory.html     Auto-generated directory index pages
│   ├── dashboard.html     Research Queue dashboard
│   ├── claims.html        Claim Board live view
│   └── 404.html           Not Found page
├── static/
│   └── style.css          Full stylesheet (light + dark mode, print, responsive)
├── README.md              This file
├── DEPLOYMENT.md          Deployment instructions for the Pi
├── requirements.txt       Python deps (markdown)
├── regenerate.sh          Wrapper script for systemd
└── regenerate.log         Last generation log