From eefbe15d251df0dcabc0a6f1b7c0641d14e8d3b3 Mon Sep 17 00:00:00 2001 From: Joel Lonbeck Date: Thu, 27 Apr 2017 04:46:09 +0000 Subject: [PATCH 1/5] Add 'test' --- test | 1 + 1 file changed, 1 insertion(+) create mode 100644 test diff --git a/test b/test new file mode 100644 index 0000000..30d74d2 --- /dev/null +++ b/test @@ -0,0 +1 @@ +test \ No newline at end of file From 20427e2e7f042b67c0d6d52664276a2c500a1ff5 Mon Sep 17 00:00:00 2001 From: Joel Lonbeck Date: Thu, 27 Apr 2017 04:46:26 +0000 Subject: [PATCH 2/5] Delete 'test' --- test | 1 - 1 file changed, 1 deletion(-) delete mode 100644 test diff --git a/test b/test deleted file mode 100644 index 30d74d2..0000000 --- a/test +++ /dev/null @@ -1 +0,0 @@ -test \ No newline at end of file From eb99428f17ecb197b00192cb8de135ea3ad82cbc Mon Sep 17 00:00:00 2001 From: Joel Lonbeck Date: Tue, 2 May 2017 22:57:30 +0000 Subject: [PATCH 3/5] fixed identifier --- manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.yaml b/manifest.yaml index e659308..0def436 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -8,7 +8,7 @@ dublin_core: creator: 'Wycliffe Associates' description: '' format: 'text/usfm' - identifier: 'ulb' + identifier: 'ta' issued: '2016-04-19' language: identifier: 'en' From 5b773d43af1067f1148616ec14840c16cf12bc71 Mon Sep 17 00:00:00 2001 From: Joel Lonbeck Date: Tue, 2 May 2017 23:00:22 +0000 Subject: [PATCH 4/5] Update 'manifest.yaml' --- manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.yaml b/manifest.yaml index 0def436..dab04cd 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -6,7 +6,7 @@ dublin_core: - 'unfoldingWord' - 'Wycliffe Associates' creator: 'Wycliffe Associates' - description: '' + description: 'A learning manual for translating the Bible' format: 'text/usfm' identifier: 'ta' issued: '2016-04-19' @@ -23,7 +23,7 @@ dublin_core: identifier: 'ta' language: 'en' version: 'pre6' - subject: '' + subject: 'Manual' title: 'translationAcademy' type: 'man' version: '6' From 772224ba93e55098ba28f82c7f17fcb44e49a147 Mon Sep 17 00:00:00 2001 From: Joel Lonbeck Date: Wed, 3 May 2017 21:03:27 +0000 Subject: [PATCH 5/5] removed versification value --- manifest.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.yaml b/manifest.yaml index dab04cd..9ee9180 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -6,9 +6,9 @@ dublin_core: - 'unfoldingWord' - 'Wycliffe Associates' creator: 'Wycliffe Associates' - description: 'A learning manual for translating the Bible' + description: '' format: 'text/usfm' - identifier: 'ta' + identifier: 'ulb' issued: '2016-04-19' language: identifier: 'en' @@ -23,7 +23,7 @@ dublin_core: identifier: 'ta' language: 'en' version: 'pre6' - subject: 'Manual' + subject: '' title: 'translationAcademy' type: 'man' version: '6' @@ -41,7 +41,7 @@ projects: path: './intro' sort: 0 title: 'Introduction to translationAcademy' - versification: 'ufw' + versification: - categories: - 'ta' @@ -49,7 +49,7 @@ projects: path: './process' sort: 1 title: 'Process Manual' - versification: 'ufw' + versification: - categories: - 'ta' @@ -57,7 +57,7 @@ projects: path: './translate' sort: 2 title: 'Translation Manual' - versification: 'ufw' + versification: - categories: - 'ta' @@ -65,4 +65,4 @@ projects: path: './checking' sort: 3 title: 'Checking Manual' - versification: 'ufw' \ No newline at end of file + versification: \ No newline at end of file