From d23a0dc63a17e88333234480ec3bb333f2f67f2c Mon Sep 17 00:00:00 2001 From: CLASH-76 Date: Tue, 1 Mar 2022 00:34:54 -0600 Subject: [PATCH 1/3] Tue Mar 01 2022 00:34:54 GMT-0600 (Central Standard Time) --- LICENSE.md | 39 +++++++++++++++++++++++++++++++++++++++ manifest.json | 29 +++++++++++++++++++++++++++++ 2 files changed, 68 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..d31d4f9 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,39 @@ + +## Creative Commons Attribution-ShareAlike 4.0 International + +### Human-Readable Summary + + +The Creative Commons Attribution-Share Alike 4.0 International License is available at +http://creativecommons.org/licenses/by-sa/4.0/. + +#### This is a human-readable summary of (and not a substitute for) the License. + + +### 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 terms: + +* **Attribution** —You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. + +* **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/). \ No newline at end of file diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..ac5108a --- /dev/null +++ b/manifest.json @@ -0,0 +1,29 @@ +{ + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "27" + }, + "target_language": { + "id": "icl", + "name": "Icelandic Sign Language", + "direction": "ltr" + }, + "project": { + "id": "rut", + "name": "Ruth" + }, + "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 38bbd5515a64fc6229aa9804124d1896480de047 Mon Sep 17 00:00:00 2001 From: CLASH-76 Date: Tue, 1 Mar 2022 00:37:18 -0600 Subject: [PATCH 2/3] Tue Mar 01 2022 00:37:17 GMT-0600 (Central Standard Time) --- manifest.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index ac5108a..93762f6 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": "2021-10-27T14:25:59.0500325+00:00", + "version": "21-05" + } + ], "parent_draft": {}, "translators": [], "finished_chunks": [] From fbd5bc592da14dc018deff329b4115efe00738ee Mon Sep 17 00:00:00 2001 From: CLASH-76 Date: Tue, 1 Mar 2022 00:38:56 -0600 Subject: [PATCH 3/3] Tue Mar 01 2022 00:38:56 GMT-0600 (Central Standard Time) --- 01/11.txt | 1 + manifest.json | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 01/11.txt diff --git a/01/11.txt b/01/11.txt new file mode 100644 index 0000000..cb39840 --- /dev/null +++ b/01/11.txt @@ -0,0 +1 @@ +\v 11 \v 12 \v 13 this is Chuck. I have a Toyota with 466,000 km \ No newline at end of file diff --git a/manifest.json b/manifest.json index 93762f6..a064a40 100644 --- a/manifest.json +++ b/manifest.json @@ -32,6 +32,8 @@ } ], "parent_draft": {}, - "translators": [], + "translators": [ + "chuck" + ], "finished_chunks": [] } \ No newline at end of file