From f1774138fd389526949097169de8de3f9ec9ebeb Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 11 Apr 2017 13:52:57 -0500 Subject: [PATCH 1/3] Tue Apr 11 2017 13:52:57 GMT-0500 (CDT) --- 00/title.txt | 1 + 01/03.txt | 1 + 01/07.txt | 1 + LICENSE.md | 29 +++++++++++++++++++++++++++++ manifest.json | 29 +++++++++++++++++++++++++++++ 5 files changed, 61 insertions(+) create mode 100644 00/title.txt create mode 100644 01/03.txt create mode 100644 01/07.txt create mode 100644 LICENSE.md create mode 100644 manifest.json diff --git a/00/title.txt b/00/title.txt new file mode 100644 index 0000000..4f3766b --- /dev/null +++ b/00/title.txt @@ -0,0 +1 @@ +Philippians \ No newline at end of file diff --git a/01/03.txt b/01/03.txt new file mode 100644 index 0000000..f910772 --- /dev/null +++ b/01/03.txt @@ -0,0 +1 @@ +\v 3 I thank my God with every thought of you, \v 4 Every time I pray for you, it is always a prayer of joy. \v 5 I give thanks for your fellowship in the gospel from the first day until now. \v 6 I am confident of this very thing, that he who began a good work in you will complete it until the day of Jesus Christ. \ No newline at end of file diff --git a/01/07.txt b/01/07.txt new file mode 100644 index 0000000..c255b57 --- /dev/null +++ b/01/07.txt @@ -0,0 +1 @@ +\v 7 It is right for me to feel this way about all of you because I have you in my heart. You all have been my partners in grace both in my imprisonment and in my defense and confirmation of the gospel. \v 8 For God is my witness, how I long after you all in the depths of the love of Christ Jesus. \ No newline at end of file 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..ffea5a7 --- /dev/null +++ b/manifest.json @@ -0,0 +1,29 @@ +{ + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "131" + }, + "target_language": { + "id": "en-x-demo1", + "name": "English demo1", + "direction": "ltr" + }, + "project": { + "id": "php", + "name": "Philippians" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "reg", + "name": "Regular" + }, + "source_translations": [], + "parent_draft": {}, + "translators": [], + "finished_chunks": [] +} \ No newline at end of file From 51ee1adebe69247e6513b724c07706e27d42d4a6 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 11 Apr 2017 13:53:09 -0500 Subject: [PATCH 2/3] Tue Apr 11 2017 13:53:09 GMT-0500 (CDT) --- manifest.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index ffea5a7..faec761 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 9c846c36e6fe1e25e3849ebdd67b244a745ec9f8 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Wed, 12 Apr 2017 14:12:52 -0500 Subject: [PATCH 3/3] Wed Apr 12 2017 14:12:52 GMT-0500 (CDT) --- {00 => front}/title.txt | 0 manifest.json | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename {00 => front}/title.txt (100%) diff --git a/00/title.txt b/front/title.txt similarity index 100% rename from 00/title.txt rename to front/title.txt diff --git a/manifest.json b/manifest.json index faec761..93761f1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { - "package_version": 6, + "package_version": 7, "format": "usfm", "generator": { "name": "ts-desktop", - "build": "131" + "build": "132" }, "target_language": { "id": "en-x-demo1",