Add ASV translation package

This commit is contained in:
2026-07-15 20:12:22 -05:00
parent 60a65e0c14
commit 0a5c897f03
2393 changed files with 1484466 additions and 11 deletions
+7 -4
View File
@@ -4,17 +4,20 @@ LibreBible is the public Bible and study-resource data project behind Libre Stud
This repo does not treat third-party Bible texts as ours. Each resource starts with a source manifest that records upstream location, license status, source format, checksum, importer, generated package paths, and update-check metadata.
## First Resource
## Current Translation Resources
The first resource is `kjv-eng-kjv2006`, sourced from eBible.org's `eng-kjv2006` USFM package.
Current packaged English translations include:
The eBible listing identifies it as public domain, describes it as the 1769 King James Version with Strong's numbers added, and notes the United Kingdom Crown/Cambridge printing restriction does not affect public-domain status outside the UK. See `sources/kjv-eng-kjv2006.json`.
- `asv-eng-asv`: American Standard Version 1901 from eBible.org, public domain, with embedded Strong's links.
- `kjv-eng-kjv2006`: King James Version from eBible.org, public domain outside UK Crown/Cambridge printing restrictions, with embedded Strong's links.
- `net-engnet`: NET Bible package with licensing restrictions recorded in its source manifest.
## Workflow
```powershell
npm install
npm run check
npm run import:asv
npm run import:kjv
npm run catalog
npm run docs
@@ -27,7 +30,7 @@ Generated packages land under `packages/json/<resource-id>/`.
Generated human-facing resource docs:
- `RESOURCE_INDEX.md`
- `docs/resources/kjv-eng-kjv2006.md`
- `docs/resources/<resource-id>.md`
## Repo Rules