mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
72f1328b70
Removed the /bible/pdf endpoint (too resource-intensive for live requests) and created a standalone script for offline PDF generation. New script: scripts/generate_bible_pdf.py - Generates complete KJV Bible PDF with all footnotes - ~1000 pages with cross-references and word studies - Progress tracking during generation - Saves to kjv-complete-bible.pdf Usage: uv run python scripts/generate_bible_pdf.py This is more efficient - generate once, serve as static file if needed, rather than regenerating on every request. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>