From eb807ba7483aa0ae9b3e357771b6f5dbf2cf7b78 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 16 Apr 2024 16:55:51 +0200 Subject: [PATCH 1/4] Tue Apr 16 2024 16:55:51 GMT+0200 (Central Africa 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..ad04273 --- /dev/null +++ b/manifest.json @@ -0,0 +1,29 @@ +{ + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "195" + }, + "target_language": { + "id": "tum-x-yombe", + "name": "Tumbuka Yombe", + "direction": "ltr" + }, + "project": { + "id": "3jn", + "name": "3 John" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "reg", + "name": "Regular" + }, + "source_translations": [], + "parent_draft": {}, + "translators": [], + "finished_chunks": [] +} \ No newline at end of file From 0c94df17229cb69f2b3dd9e1fb662b362ae88097 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 16 Apr 2024 16:56:10 +0200 Subject: [PATCH 2/4] Tue Apr 16 2024 16:56:09 GMT+0200 (Central Africa Time) --- manifest.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index ad04273..a9affb5 100644 --- a/manifest.json +++ b/manifest.json @@ -22,7 +22,15 @@ "id": "reg", "name": "Regular" }, - "source_translations": [], + "source_translations": [ + { + "language_id": "en", + "resource_id": "ulb", + "checking_level": "3", + "date_modified": "2023-05-11T16:01:09.584363+00:00", + "version": "21-05" + } + ], "parent_draft": {}, "translators": [], "finished_chunks": [] From 85257b866573d896d80eacfd19ad2ae2cff01f4f Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 16 Apr 2024 20:26:57 +0200 Subject: [PATCH 3/4] Tue Apr 16 2024 20:26:56 GMT+0200 (Eastern European Standard Time) --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index a9affb5..10a5b4a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "package_version": 6, + "package_version": 7, "format": "usfm", "generator": { "name": "ts-desktop", From 1803a9256c02830096f6119208410172a782b74c Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 20 Apr 2024 09:45:50 +0200 Subject: [PATCH 4/4] Sat Apr 20 2024 09:45:48 GMT+0200 (Eastern European Standard Time) --- front/title.txt | 1 + manifest.json | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 front/title.txt diff --git a/front/title.txt b/front/title.txt new file mode 100644 index 0000000..951fcf4 --- /dev/null +++ b/front/title.txt @@ -0,0 +1 @@ +3 Yohane \ No newline at end of file diff --git a/manifest.json b/manifest.json index 10a5b4a..3605c2c 100644 --- a/manifest.json +++ b/manifest.json @@ -32,6 +32,10 @@ } ], "parent_draft": {}, - "translators": [], - "finished_chunks": [] + "translators": [ + "Godfrey Jere" + ], + "finished_chunks": [ + "front-title" + ] } \ No newline at end of file