From de34fa7f46b94911ee3c5455ec2493a5d824e50c Mon Sep 17 00:00:00 2001 From: anonymouswalker Date: Mon, 19 Apr 2021 11:05:19 -0400 Subject: [PATCH 01/11] Mon Apr 19 2021 11:05:19 GMT-0400 (EDT) --- 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..75561de --- /dev/null +++ b/manifest.json @@ -0,0 +1,29 @@ +{ + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "5" + }, + "target_language": { + "id": "ace", + "name": "Achinese", + "direction": "ltr" + }, + "project": { + "id": "heb", + "name": "Hebrews" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "reg", + "name": "Regular" + }, + "source_translations": [], + "parent_draft": {}, + "translators": [], + "finished_chunks": [] +} \ No newline at end of file From c8cd7338058a0386137e25bc1c0bce288aa7a6d6 Mon Sep 17 00:00:00 2001 From: anonymouswalker Date: Mon, 19 Apr 2021 11:05:35 -0400 Subject: [PATCH 02/11] Mon Apr 19 2021 11:05:35 GMT-0400 (EDT) --- manifest.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 75561de..b395578 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": 20170329, + "version": "9" + } + ], "parent_draft": {}, "translators": [], "finished_chunks": [] From e97d8c054c8438338e1ab70b34539f618d1d28d7 Mon Sep 17 00:00:00 2001 From: anonymouswalker Date: Mon, 19 Apr 2021 11:12:07 -0400 Subject: [PATCH 03/11] Mon Apr 19 2021 11:12:07 GMT-0400 (EDT) --- 01/01.txt | 1 + manifest.json | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 01/01.txt diff --git a/01/01.txt b/01/01.txt new file mode 100644 index 0000000..7003c5f --- /dev/null +++ b/01/01.txt @@ -0,0 +1 @@ +\c 1 \v 1 Some \v 2 text \v 3 here \ No newline at end of file diff --git a/manifest.json b/manifest.json index b395578..46965a8 100644 --- a/manifest.json +++ b/manifest.json @@ -32,6 +32,8 @@ } ], "parent_draft": {}, - "translators": [], + "translators": [ + "anonymouswalker" + ], "finished_chunks": [] } \ No newline at end of file From 16bb1845294d3ebe781c989275d4678dfdcc07e7 Mon Sep 17 00:00:00 2001 From: anonymouswalker Date: Tue, 20 Apr 2021 16:35:05 -0400 Subject: [PATCH 04/11] Tue Apr 20 2021 16:35:05 GMT-0400 (EDT) --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 46965a8..7880a75 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { - "package_version": 6, + "package_version": 7, "format": "usfm", "generator": { "name": "ts-desktop", - "build": "5" + "build": "6" }, "target_language": { "id": "ace", From 65539f79be9b76cfbd8f8bdf5e9214a8e383dd11 Mon Sep 17 00:00:00 2001 From: anonymouswalker Date: Tue, 20 Apr 2021 16:46:14 -0400 Subject: [PATCH 05/11] Tue Apr 20 2021 16:46:14 GMT-0400 (EDT) --- 01/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/01.txt b/01/01.txt index 7003c5f..a8c94ea 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 \v 1 Some \v 2 text \v 3 here \ No newline at end of file +\c 1 \v 1 Some \v 2 text \v 3 here ... and here \ No newline at end of file From 21d238abe1e7a79b885dad4f47736118fc014f54 Mon Sep 17 00:00:00 2001 From: anonymouswalker Date: Thu, 22 Apr 2021 11:08:23 -0400 Subject: [PATCH 06/11] Thu Apr 22 2021 11:08:23 GMT-0400 (EDT) --- 01/04.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/04.txt diff --git a/01/04.txt b/01/04.txt new file mode 100644 index 0000000..f9644dc --- /dev/null +++ b/01/04.txt @@ -0,0 +1 @@ +\v 4 \v 5 some text \ No newline at end of file From 324c22fc1c6301d1a8556c175f0b2155cf9d673b Mon Sep 17 00:00:00 2001 From: anonymouswalker Date: Thu, 22 Apr 2021 11:09:23 -0400 Subject: [PATCH 07/11] Thu Apr 22 2021 11:09:23 GMT-0400 (EDT) --- 01/04.txt | 2 +- manifest.json | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/01/04.txt b/01/04.txt index f9644dc..50cf7d4 100644 --- a/01/04.txt +++ b/01/04.txt @@ -1 +1 @@ -\v 4 \v 5 some text \ No newline at end of file +\v 4 some \v 5 text \ No newline at end of file diff --git a/manifest.json b/manifest.json index 7880a75..2d5c53f 100644 --- a/manifest.json +++ b/manifest.json @@ -27,13 +27,15 @@ "language_id": "en", "resource_id": "ulb", "checking_level": "3", - "date_modified": 20170329, - "version": "9" + "date_modified": "2017-11-29T00:00:00+00:00", + "version": "12" } ], "parent_draft": {}, "translators": [ "anonymouswalker" ], - "finished_chunks": [] + "finished_chunks": [ + "01-04" + ] } \ No newline at end of file From c2032b7377a5844880e25e377bc350d210187d0b Mon Sep 17 00:00:00 2001 From: anonymouswalker Date: Tue, 11 May 2021 11:56:16 -0400 Subject: [PATCH 08/11] Tue May 11 2021 11:56:16 GMT-0400 (Eastern Daylight Time) --- 01/06.txt | 1 + manifest.json | 1 + 2 files changed, 2 insertions(+) create mode 100644 01/06.txt diff --git a/01/06.txt b/01/06.txt new file mode 100644 index 0000000..d2e6e7a --- /dev/null +++ b/01/06.txt @@ -0,0 +1 @@ +\v 6 verse 6 and \v 7 7 \ No newline at end of file diff --git a/manifest.json b/manifest.json index 2d5c53f..bcee880 100644 --- a/manifest.json +++ b/manifest.json @@ -36,6 +36,7 @@ "anonymouswalker" ], "finished_chunks": [ + "01-01", "01-04" ] } \ No newline at end of file From eafc10f02f569c47cd74b3cd00d92ce6bcdf9f95 Mon Sep 17 00:00:00 2001 From: anonymouswalker Date: Thu, 1 Dec 2022 15:44:14 +0000 Subject: [PATCH 09/11] Update '01/06.txt' --- 01/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/06.txt b/01/06.txt index d2e6e7a..b072823 100644 --- a/01/06.txt +++ b/01/06.txt @@ -1 +1 @@ -\v 6 verse 6 and \v 7 7 \ No newline at end of file +\v 6 out of sync and \v 7 7 \ No newline at end of file From 8becfb44373e97c7ef95d55b082c8cca374eb70a Mon Sep 17 00:00:00 2001 From: anonymouswalker Date: Fri, 2 Dec 2022 10:56:45 -0600 Subject: [PATCH 10/11] Fri Dec 02 2022 10:56:44 GMT-0600 (Central Standard Time) --- 01/06.txt | 2 +- 02/01.txt | 1 + 02/02.txt | 1 + manifest.json | 10 ++++++---- 4 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 02/01.txt create mode 100644 02/02.txt diff --git a/01/06.txt b/01/06.txt index b072823..ba9fdda 100644 --- a/01/06.txt +++ b/01/06.txt @@ -1 +1 @@ -\v 6 out of sync and \v 7 7 \ No newline at end of file +\v 6 \v 7 new changes local \ No newline at end of file diff --git a/02/01.txt b/02/01.txt new file mode 100644 index 0000000..28dc8b4 --- /dev/null +++ b/02/01.txt @@ -0,0 +1 @@ +\c 2 \v 1 new content chapter 2 \ No newline at end of file diff --git a/02/02.txt b/02/02.txt new file mode 100644 index 0000000..9edfcc9 --- /dev/null +++ b/02/02.txt @@ -0,0 +1 @@ +\v 2 \v 3 \v 4 new content chapter 2 \ No newline at end of file diff --git a/manifest.json b/manifest.json index bcee880..9989c93 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "format": "usfm", "generator": { "name": "ts-desktop", - "build": "6" + "build": "144" }, "target_language": { "id": "ace", @@ -27,8 +27,8 @@ "language_id": "en", "resource_id": "ulb", "checking_level": "3", - "date_modified": "2017-11-29T00:00:00+00:00", - "version": "12" + "date_modified": 20170329, + "version": "9" } ], "parent_draft": {}, @@ -37,6 +37,8 @@ ], "finished_chunks": [ "01-01", - "01-04" + "01-04", + "02-01", + "02-02" ] } \ No newline at end of file From 3750b74c5f4239674c8118ca9419ebf8da7bd767 Mon Sep 17 00:00:00 2001 From: anonymouswalker Date: Fri, 2 Dec 2022 10:58:02 -0600 Subject: [PATCH 11/11] Fri Dec 02 2022 10:58:02 GMT-0600 (Central Standard Time) --- 01/08.txt | 1 + manifest.json | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 01/08.txt diff --git a/01/08.txt b/01/08.txt new file mode 100644 index 0000000..6d6813f --- /dev/null +++ b/01/08.txt @@ -0,0 +1 @@ +\v 8 \v 9 Latest changes \ No newline at end of file diff --git a/manifest.json b/manifest.json index 9989c93..c69f75d 100644 --- a/manifest.json +++ b/manifest.json @@ -27,8 +27,8 @@ "language_id": "en", "resource_id": "ulb", "checking_level": "3", - "date_modified": 20170329, - "version": "9" + "date_modified": "2022-03-24T15:58:30.7968539+00:00", + "version": "21-05" } ], "parent_draft": {}, @@ -38,6 +38,8 @@ "finished_chunks": [ "01-01", "01-04", + "01-06", + "01-08", "02-01", "02-02" ]