Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typofix #20

Merged
merged 8 commits into from
May 25, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ldregistry/templates/about/contributing.vm
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<div class="container">
<div class="row">

<p> <a href="$uiroot/about/typofixes">How to fix a typographical error.</a> </p>

</div>
## container will be closed by footer
Expand Down
10 changes: 10 additions & 0 deletions ldregistry/templates/about/simpleworkflow.vm
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<li>Go to GitHub (you will need an account, and to be logged in) and go to <a href="https://github.com/wmo-registers/code-manuals/tree/master/typo_fixes">https://github.com/wmo-registers/code-manuals/tree/master/typo_fixes</a></li>
<li>Make a new file, using the ‘new file’ button.</li>
<li>Name the file, ending in .ttl</li>
<li>Copy and paste all the amended text into the new file.</li>
<li>When you are proposing the new file, add an extended description so we know what you’ve changed.</li>
<li>Hit the green ‘propose new file’ button.</li>
<li>Review your change and hit the green ‘create pull request’ button.</li>
<li>That’s it - thanks!</li>
<li>Next up we’ll talk to our experts about the change you’ve suggested then evaluate it in our test system.</li>
<li>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.</li>
28 changes: 28 additions & 0 deletions ldregistry/templates/about/typofixes.vm
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
23 lines (16 sloc) 597 Bytes
#parse("header.vm")
#set($nav="about")
#parse("navbar.vm")

<div class="jumbotron">
<div class="container">
<h1>Contributing to the WMO Codes Registry</h1>
<a href="http://www.wmo.int/pages/index_en.html">
<img class="float-right" src="$uiroot/img/wmo-logo-official-blue-on-white-trunc.png" alt="World Meteorological Organization" name="logoWMO" width="169" height="144" border="5"></img>
</a>
</div>
</div>

<div class="container">
<div class="row">
If you notice a typo in the register, for example, you notice ‘velocity’ is spelled ‘vecolity’, this is how you can get it changed:

<ol><li>The first step is to get the text so you can change it - so download the content in the RDF ttl-plain format.</li>
<li>Open the file with a text editor, find the typo and fix all instances of it.</li>
#parse("about/simpleworkflow.vm")
</ol>

</div>
## container will be closed by footer


#parse("footer.vm")