From b6a228dd37b2b86bf57d3419a9199951b42e32da Mon Sep 17 00:00:00 2001 From: Bshop2 Date: Fri, 21 Aug 2020 15:06:13 +0200 Subject: [PATCH 1/4] Fri Aug 21 2020 15:06:12 GMT+0200 (South Africa Standard Time) --- LICENSE.md | 29 +++++++++++++++++++++++++++++ manifest.json | 29 +++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 LICENSE.md create mode 100644 manifest.json diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..98f733d --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,29 @@ + +# License +## Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) + +This is a human-readable summary of (and not a substitute for) the full license found at http://creativecommons.org/licenses/by-sa/4.0/. + +### You are free to: + + * **Share** — copy and redistribute the material in any medium or format + * **Adapt** — remix, transform, and build upon the material + +for any purpose, even commercially. + +The licensor cannot revoke these freedoms as long as you follow the license terms. + +### Under the following conditions: + + * **Attribution** — You must attribute the work as follows: "Original work available at https://door43.org/." Attribution statements in derivative works should not in any way suggest that we endorse you or your use of this work. + * **ShareAlike** — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original. + +**No additional restrictions** — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits. + +### Notices: + +You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation. + +No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material. + +This PDF was generated using Prince (https://www.princexml.com/). diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..1da23db --- /dev/null +++ b/manifest.json @@ -0,0 +1,29 @@ +{ + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "4" + }, + "target_language": { + "id": "nse-x-ngoni", + "name": "Ngoni", + "direction": "ltr" + }, + "project": { + "id": "3jn", + "name": "3 John" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "ulb", + "name": "Unlocked Literal Bible" + }, + "source_translations": [], + "parent_draft": {}, + "translators": [], + "finished_chunks": [] +} \ No newline at end of file From 8f78890684b7681621b5408a1999467a40a10e55 Mon Sep 17 00:00:00 2001 From: Bshop2 Date: Fri, 21 Aug 2020 15:06:27 +0200 Subject: [PATCH 2/4] Fri Aug 21 2020 15:06:26 GMT+0200 (South Africa Standard Time) --- manifest.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 1da23db..5c31819 100644 --- a/manifest.json +++ b/manifest.json @@ -22,7 +22,15 @@ "id": "ulb", "name": "Unlocked Literal Bible" }, - "source_translations": [], + "source_translations": [ + { + "language_id": "en", + "resource_id": "ulb", + "checking_level": "3", + "date_modified": "2017-11-29T00:00:00+00:00", + "version": "12" + } + ], "parent_draft": {}, "translators": [], "finished_chunks": [] From 7102a34765f3a8c4ffe07472fd76e5433b4fc71a Mon Sep 17 00:00:00 2001 From: Bshop2 Date: Fri, 21 Aug 2020 15:06:45 +0200 Subject: [PATCH 3/4] Fri Aug 21 2020 15:06:45 GMT+0200 (South Africa Standard Time) --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 5c31819..8618b7a 100644 --- a/manifest.json +++ b/manifest.json @@ -19,8 +19,8 @@ "name": "Text" }, "resource": { - "id": "ulb", - "name": "Unlocked Literal Bible" + "id": "reg", + "name": "Regular" }, "source_translations": [ { From 4b81b14a8efc246c55241b3046573c43e2477606 Mon Sep 17 00:00:00 2001 From: Bshop2 Date: Mon, 24 Aug 2020 16:57:19 +0200 Subject: [PATCH 4/4] Mon Aug 24 2020 16:57:19 GMT+0200 (South Africa Standard Time) --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 8618b7a..0e8d00a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "package_version": 6, + "package_version": 7, "format": "usfm", "generator": { "name": "ts-desktop",