Update README to include all 4 Bible translations and correct URL structure
This commit is contained in:
12
README.md
12
README.md
@@ -1,17 +1,17 @@
|
|||||||
# The Bible in Markdown
|
# The Bible in Markdown
|
||||||
|
|
||||||
A Docker-based Bible application with multiple versions (ESV and NKJV) in markdown format, featuring a React frontend and Node.js backend.
|
A Docker-based Bible application with multiple versions (ESV, NKJV, NLT, and CSB) in markdown format, featuring a React frontend and Node.js backend.
|
||||||
|
|
||||||
> **Created with AI**: This entire application was built using Visual Studio Code with [Cline](https://github.com/cline/cline), an AI coding assistant that helped develop every aspect of the project from initial setup to final deployment.
|
> **Created with AI**: This entire application was built using Visual Studio Code with [Cline](https://github.com/cline/cline), an AI coding assistant that helped develop every aspect of the project from initial setup to final deployment.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
### Core Bible Reading Experience
|
### Core Bible Reading Experience
|
||||||
- **Multiple Bible versions** - ESV (English Standard Version) and NKJV (New King James Version)
|
- **Multiple Bible versions** - ESV (English Standard Version), NKJV (New King James Version), NLT (New Living Translation), and CSB (Christian Standard Bible)
|
||||||
- **Version selection dropdown** on the homepage for easy switching between translations
|
- **Version selection dropdown** on the homepage for easy switching between translations
|
||||||
- **Complete Bible content** in markdown format with all 66 books
|
- **Complete Bible content** in markdown format with all 66 books
|
||||||
- **Powerful search engine** - Find any verse, word, or phrase across the entire Bible
|
- **Powerful search engine** - Find any verse, word, or phrase across the entire Bible
|
||||||
- **Clean URLs** like `/book/Genesis/chapter/1` for easy sharing
|
- **Clean URLs** like `/version/esv/book/Genesis/chapter/1` for easy sharing
|
||||||
- **Mobile responsive** design with adaptive navigation and touch-friendly controls
|
- **Mobile responsive** design with adaptive navigation and touch-friendly controls
|
||||||
- **Dark mode** support with persistent preferences across sessions
|
- **Dark mode** support with persistent preferences across sessions
|
||||||
- **Font size controls** (Small, Medium, Large) with instant preview
|
- **Font size controls** (Small, Medium, Large) with instant preview
|
||||||
@@ -267,9 +267,9 @@ The application uses SQLite for user data when authentication is enabled:
|
|||||||
|
|
||||||
## URL Structure
|
## URL Structure
|
||||||
|
|
||||||
- **Home**: `/` - Book selection with Old/New Testament organization
|
- **Home**: `/` - Version selection with available Bible translations
|
||||||
- **Book chapters**: `/book/Genesis` - Chapter selection for Genesis
|
- **Book chapters**: `/version/esv/book/Genesis` - Chapter selection for Genesis (ESV)
|
||||||
- **Chapter reading**: `/book/Genesis/chapter/1` - Genesis Chapter 1 with verse navigation
|
- **Chapter reading**: `/version/esv/book/Genesis/chapter/1` - Genesis Chapter 1 with verse navigation (ESV)
|
||||||
- **Clean URLs**: Professional book names without technical prefixes
|
- **Clean URLs**: Professional book names without technical prefixes
|
||||||
- **SEO friendly**: Descriptive URLs for search engine optimization
|
- **SEO friendly**: Descriptive URLs for search engine optimization
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user