From 249ab43f4a2e0047c52edabcea0d6edcee4fd8aa Mon Sep 17 00:00:00 2001 From: Crocstar Date: Thu, 5 May 2016 15:32:51 +0100 Subject: [PATCH 1/7] Create typofixes.vm --- ldregistry/templates/about/typofixes.vm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ldregistry/templates/about/typofixes.vm diff --git a/ldregistry/templates/about/typofixes.vm b/ldregistry/templates/about/typofixes.vm new file mode 100644 index 00000000..37f960e0 --- /dev/null +++ b/ldregistry/templates/about/typofixes.vm @@ -0,0 +1,23 @@ +23 lines (16 sloc) 597 Bytes +#parse("header.vm") +#set($nav="about") +#parse("navbar.vm") + +
+
+

Contributing to the WMO Codes Registry

+ + World Meteorological Organization + +
+
+ +
+
+ + +
+ ## container will be closed by footer + + +#parse("footer.vm") From 808978c22ef8985cf633d91feba618e0a2ef7f06 Mon Sep 17 00:00:00 2001 From: Crocstar Date: Thu, 5 May 2016 15:35:59 +0100 Subject: [PATCH 2/7] Update contributing.vm --- ldregistry/templates/about/contributing.vm | 1 + 1 file changed, 1 insertion(+) diff --git a/ldregistry/templates/about/contributing.vm b/ldregistry/templates/about/contributing.vm index 2625c2a2..77b2ac52 100644 --- a/ldregistry/templates/about/contributing.vm +++ b/ldregistry/templates/about/contributing.vm @@ -14,6 +14,7 @@
## container will be closed by footer From 34092071bb9c52c6110bfe38b3f72371d75508b6 Mon Sep 17 00:00:00 2001 From: Crocstar Date: Thu, 5 May 2016 15:38:38 +0100 Subject: [PATCH 3/7] Update typofixes.vm --- ldregistry/templates/about/typofixes.vm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ldregistry/templates/about/typofixes.vm b/ldregistry/templates/about/typofixes.vm index 37f960e0..4c8e8b55 100644 --- a/ldregistry/templates/about/typofixes.vm +++ b/ldregistry/templates/about/typofixes.vm @@ -14,7 +14,10 @@
+If you notice a typo in the register, for example, you notice ‘velocity’ is spelled ‘vecolity’, this is how you can get it changed: +
  1. The first step is to get the text so you can change it - so download the content in the RDF ttl-plain format.
  2. +
  3. Open the file with a text editor, find the typo and fix all instances of it.
## container will be closed by footer From 067142de469f44ff135663c41f83cb8991daaf66 Mon Sep 17 00:00:00 2001 From: Crocstar Date: Thu, 5 May 2016 15:41:19 +0100 Subject: [PATCH 4/7] Update typofixes.vm --- ldregistry/templates/about/typofixes.vm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ldregistry/templates/about/typofixes.vm b/ldregistry/templates/about/typofixes.vm index 4c8e8b55..6c5edd9f 100644 --- a/ldregistry/templates/about/typofixes.vm +++ b/ldregistry/templates/about/typofixes.vm @@ -17,7 +17,9 @@ If you notice a typo in the register, for example, you notice ‘velocity’ is spelled ‘vecolity’, this is how you can get it changed:
  1. The first step is to get the text so you can change it - so download the content in the RDF ttl-plain format.
  2. -
  3. Open the file with a text editor, find the typo and fix all instances of it.
+
  • Open the file with a text editor, find the typo and fix all instances of it.
  • +#parse("simpleworkflow.vm") +
    ## container will be closed by footer From 78232b1a972633fbd92d3c3c279137f1ee35be5c Mon Sep 17 00:00:00 2001 From: Crocstar Date: Thu, 5 May 2016 15:43:43 +0100 Subject: [PATCH 5/7] Create simpleworkflow.vm --- ldregistry/templates/about/simpleworkflow.vm | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ldregistry/templates/about/simpleworkflow.vm diff --git a/ldregistry/templates/about/simpleworkflow.vm b/ldregistry/templates/about/simpleworkflow.vm new file mode 100644 index 00000000..cd831c0d --- /dev/null +++ b/ldregistry/templates/about/simpleworkflow.vm @@ -0,0 +1,10 @@ +
  • Go to GitHub (you will need an account, and to be logged in) and go to https://github.com/wmo-registers/code-manuals/tree/master/typo_fixes
  • +
  • Make a new file, using the ‘new file’ button.
  • +
  • Name the file, ending in .ttl
  • +
  • Copy and paste all the amended text into the new file.
  • +
  • When you are proposing the new file, add an extended description so we know what you’ve changed.
  • +
  • Hit the green ‘propose new file’ button.
  • +
  • Review your change and hit the green ‘create pull request’ button.
  • +
  • That’s it - thanks!
  • +
  • Next up we’ll talk to our experts about the change you’ve suggested then evaluate it in our test system.
  • +
  • We’ll get back to you through GitHub with an update to let you know what’s happening and if there’s further input we’d like from you.
  • From db7a2edffdcea4d4b81fb0a592053445a4a8f3d5 Mon Sep 17 00:00:00 2001 From: Crocstar Date: Wed, 25 May 2016 08:54:19 +0100 Subject: [PATCH 6/7] Update simpleworkflow.vm --- ldregistry/templates/about/simpleworkflow.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldregistry/templates/about/simpleworkflow.vm b/ldregistry/templates/about/simpleworkflow.vm index cd831c0d..5c474770 100644 --- a/ldregistry/templates/about/simpleworkflow.vm +++ b/ldregistry/templates/about/simpleworkflow.vm @@ -1,4 +1,4 @@ -
  • Go to GitHub (you will need an account, and to be logged in) and go to https://github.com/wmo-registers/code-manuals/tree/master/typo_fixes
  • +
  • Go to GitHub (you will need an account, and to be logged in) and go to https://github.com/wmo-registers/code-manuals/tree/master/typo_fixes
  • Make a new file, using the ‘new file’ button.
  • Name the file, ending in .ttl
  • Copy and paste all the amended text into the new file.
  • From 2b5d9b78810e084ffb0daa232609541ea426d387 Mon Sep 17 00:00:00 2001 From: Crocstar Date: Wed, 25 May 2016 08:55:01 +0100 Subject: [PATCH 7/7] Update typofixes.vm --- ldregistry/templates/about/typofixes.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldregistry/templates/about/typofixes.vm b/ldregistry/templates/about/typofixes.vm index 6c5edd9f..76733501 100644 --- a/ldregistry/templates/about/typofixes.vm +++ b/ldregistry/templates/about/typofixes.vm @@ -18,7 +18,7 @@ If you notice a typo in the register, for example, you notice ‘velocity’ is
    1. The first step is to get the text so you can change it - so download the content in the RDF ttl-plain format.
    2. Open the file with a text editor, find the typo and fix all instances of it.
    3. -#parse("simpleworkflow.vm") +#parse("about/simpleworkflow.vm")