Phase 6 add CrossWire SWORD imports
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"schema_version": "librebible.license-approval.v1",
|
||||
"approved": [
|
||||
{
|
||||
"match": "public domain",
|
||||
"status": "approved",
|
||||
"redistribution": true,
|
||||
"commercial_use": true,
|
||||
"share_alike": false,
|
||||
"notes": "Public-domain resources may be normalized and redistributed when the upstream module metadata has no extra restriction."
|
||||
},
|
||||
{
|
||||
"match": "cc0",
|
||||
"status": "approved",
|
||||
"redistribution": true,
|
||||
"commercial_use": true,
|
||||
"share_alike": false,
|
||||
"notes": "CC0 resources may be normalized and redistributed."
|
||||
},
|
||||
{
|
||||
"match": "cc by",
|
||||
"status": "approved_with_attribution",
|
||||
"redistribution": true,
|
||||
"commercial_use": true,
|
||||
"share_alike": false,
|
||||
"notes": "CC BY resources require attribution to remain visible in manifests and generated catalogs."
|
||||
},
|
||||
{
|
||||
"match": "cc by-sa",
|
||||
"status": "approved_share_alike",
|
||||
"redistribution": true,
|
||||
"commercial_use": true,
|
||||
"share_alike": true,
|
||||
"notes": "CC BY-SA resources require attribution and share-alike metadata to remain visible in manifests and generated catalogs."
|
||||
}
|
||||
],
|
||||
"review": [
|
||||
{
|
||||
"match": "copyrighted; permission",
|
||||
"status": "review",
|
||||
"notes": "Permission language needs manual review before packaging."
|
||||
},
|
||||
{
|
||||
"match": "freely distributable",
|
||||
"status": "review",
|
||||
"notes": "Freely distributable may be acceptable, but module-specific restrictions must be checked first."
|
||||
}
|
||||
],
|
||||
"rejected": [
|
||||
{
|
||||
"match": "non-commercial",
|
||||
"status": "rejected",
|
||||
"notes": "Noncommercial restrictions are not compatible with the default LibreBible public package policy."
|
||||
},
|
||||
{
|
||||
"match": "noncommercial",
|
||||
"status": "rejected",
|
||||
"notes": "Noncommercial restrictions are not compatible with the default LibreBible public package policy."
|
||||
},
|
||||
{
|
||||
"match": "permission required",
|
||||
"status": "rejected",
|
||||
"notes": "Permission-required resources must not be packaged until explicit permission is recorded."
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"schema_version": "librebible.sword-pilot-modules.v1",
|
||||
"repository": {
|
||||
"id": "crosswire-main",
|
||||
"name": "CrossWire Main",
|
||||
"mods_tarball_url": "https://crosswire.org/ftpmirror/pub/sword/raw/mods.d.tar.gz",
|
||||
"package_base_url": "https://crosswire.org/ftpmirror/pub/sword/packages/rawzip"
|
||||
},
|
||||
"modules": [
|
||||
{
|
||||
"id": "KJV",
|
||||
"intended_resource_type": "translation",
|
||||
"reason": "Baseline Bible text module with Strong's and morphology metadata, useful for comparing against the eBible KJV package."
|
||||
},
|
||||
{
|
||||
"id": "JFB",
|
||||
"intended_resource_type": "commentary",
|
||||
"reason": "Public-domain whole-Bible commentary candidate."
|
||||
},
|
||||
{
|
||||
"id": "MHCC",
|
||||
"intended_resource_type": "commentary",
|
||||
"reason": "Public-domain concise Matthew Henry commentary candidate."
|
||||
},
|
||||
{
|
||||
"id": "StrongsHebrew",
|
||||
"intended_resource_type": "dictionary",
|
||||
"import_enabled": false,
|
||||
"import_status": "deferred",
|
||||
"reason": "Strong's Hebrew dictionary candidate. Deferred after containerized mod2imp export timed out during Phase 6; keep in audit queue for a better exporter path."
|
||||
},
|
||||
{
|
||||
"id": "StrongsGreek",
|
||||
"intended_resource_type": "dictionary",
|
||||
"import_enabled": false,
|
||||
"import_status": "deferred",
|
||||
"reason": "Strong's Greek dictionary candidate. Deferred after Phase 6 sample inspection showed mojibake in Greek lexical forms from the raw SWORD export path."
|
||||
},
|
||||
{
|
||||
"id": "Nave",
|
||||
"intended_resource_type": "dictionary",
|
||||
"import_enabled": false,
|
||||
"import_status": "deferred",
|
||||
"reason": "Topical Bible dictionary candidate with public-domain source history. Deferred after containerized mod2imp export timed out during Phase 6; keep in audit queue for a better exporter path."
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user