20 Commits

Author SHA1 Message Date
kennethreitz f605346780 Rewrite README with tighter structure and updated content
Consolidate feature sections, update test count to 941, add missing
API endpoints, and match the scholarly tone to the project's Tufte aesthetic.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 11:33:24 -04:00
kennethreitz 4b36f9ed77 Add Red Letter Edition page showing words of Christ
- New /red-letter route with filterable, paginated verse list
- Stats showing total verses, full/partial breakdown
- Red letter text rendering with highlighting
- Keyboard navigation support

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-04 09:10:33 -05:00
kennethreitz 48f710533e Remove broken red-letter link from README
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-04 09:08:14 -05:00
kennethreitz 908867f596 Add links throughout README
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-04 09:07:27 -05:00
kennethreitz 97351b0fba Add links to study guides and reading plans in README
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-04 09:06:03 -05:00
kennethreitz ccf72259f1 Add links to resource examples in README
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-04 09:05:41 -05:00
kennethreitz f4c2b70f6e Improve README with comprehensive feature documentation
Streamlined structure, added AI commentary, Strong's Concordance details,
family tree explorer, PDF export, accessibility features, and API docs.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-04 09:03:56 -05:00
kennethreitz 5196b53245 Remove link from Greek and Hebrew text line in README
Keep descriptive text but remove hyperlink as requested.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-29 01:33:31 -05:00
kennethreitz d705791ea9 Update README with prominent Docker quick start
Changes:
- Add "Quick Start - Run It Yourself" section at top
- Feature docker compose up as the easiest way to run locally
- Streamline Installation section with Docker as recommended
- Reorganize for better developer experience
- Remove redundant Docker instructions

Makes it immediately clear how to run the project locally.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-29 01:11:57 -05:00
kennethreitz 58b368fdd4 Remove unused biblepy dependency
- biblepy was listed in pyproject.toml but never imported or used
- Project uses custom Bible class in kjv.py instead
- Custom implementation loads from local verses-1769.json file
- Provides better control over caching, parsing, and search
- Updated CLAUDE.md and README.md to reflect custom implementation
- All 268 tests passing without biblepy

Benefits of custom implementation:
- Control over exact KJV edition (1769 Cambridge)
- Custom verse parsing and search logic
- LRU caching for performance optimization
- Pre-processed verse text on load
- No external API dependencies

🤖 Generated with Claude Code
https://claude.com/claude-code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 22:26:19 -05:00
kennethreitz b318e61322 Update all links to use kjvstudy.org domain
Changed all links from kjvstudy.fly.dev to kjvstudy.org to use
the proper custom domain instead of the Fly.io subdomain.

All 31 feature links now point to kjvstudy.org.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-23 00:41:04 -05:00
kennethreitz b21997352c Add live links to all features in README
Every feature and resource mentioned in the README now links directly
to the live site at kjvstudy.fly.dev, making it easy for readers to
explore the platform while reading the documentation.

Links added for:
- Bible reading features (books, search, cross-references, verse of the day)
- Interlinear Bible with example verse
- All 9 study guides
- Biblical resources (apostles, women, prophets, angels)
- Themes & topics (parables, names of God, covenants, festivals, fruits)
- Historical context (timeline, maps, family tree)

The README is now interactive and allows readers to immediately see
examples of each feature mentioned.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-23 00:39:19 -05:00
kennethreitz b582c12c04 Completely rewrite README with comprehensive documentation
Replaced merge-conflicted, duplicative README with clean, professional
documentation from the ground up.

New structure includes:
- Clear project description and live site link
- Comprehensive feature inventory organized by category
- All study guides, biblical resources, and tools documented
- Complete tech stack breakdown
- Installation and deployment instructions
- Project structure diagram
- Contributing guidelines and roadmap
- No merge conflicts, no duplicates, no emojis

The README now accurately reflects the full scope of the platform
and provides clear onboarding for developers, contributors, and users.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-23 00:37:02 -05:00
kennethreitz f8421111f9 Add study guides and verse of the day features 2025-05-30 12:42:45 -04:00
kennethreitz 56527a8d5c Add study guides and verse of the day features 2025-05-30 12:41:00 -04:00
kennethreitz 5aff6a4fa4 Simplify README documentation 2025-05-28 09:52:56 -04:00
kennethreitz bb2748c90b Simplify README documentation 2025-05-28 09:52:17 -04:00
kennethreitz 00edd7abbd Update README.md 2025-05-28 09:47:30 -04:00
kennethreitz 459592b7cb Add comprehensive README for KJV Study platform 2025-05-26 12:54:11 -04:00
kennethreitz 32e4b9f130 Add README file to project 2025-04-24 14:34:39 -04:00