From 872e5ec3261497c47128bce56644afa17b8f0b3e Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 26 May 2016 15:08:18 +0200 Subject: [PATCH] Thu May 26 2016 15:08:18 GMT+0200 (CEST) --- LICENSE.md | 15 +++++++++++++++ manifest.json | 29 +++++++++++++++++++++++++++++ 2 files changed, 44 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..a5f31d6 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,15 @@ +## License + +This work is made available under a Creative Commons Attribution-ShareAlike 4.0 International License (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. + +### 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. diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..c3bd973 --- /dev/null +++ b/manifest.json @@ -0,0 +1,29 @@ +{ + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "" + }, + "target_language": { + "id": "id", + "name": "Bahasa Indonesia", + "direction": "ltr" + }, + "project": { + "id": "1jn", + "name": "1 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