Skip to content

Commit d464a33

Browse files
Update site text
1 parent da13710 commit d464a33

File tree

3 files changed

+20
-21
lines changed

3 files changed

+20
-21
lines changed

Website/OCM.Web/Views/About/Funding.cshtml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<div class="col-sm-8 col-xs-12">
1010
<article>
11-
11+
1212
<section>
1313
<h2 id="objectives">Project Objectives</h2>
1414
<p>Our primary objective is to provide and maintain a quality Open Data set detailing the non-residential charging station infrastructure available to electric vehicle drivers globally.</p>
@@ -24,14 +24,14 @@
2424
<h2 id="costs">Project Costs</h2>
2525
<p>
2626
Currently, our main project cost is server hosting and related services ( APIs, Storage etc):
27-
<ul><li><a href="https://webprofusion.com/">Webprofusion Pty Ltd</a> pay for our server/cloud hosting (web, apps, API, database, image hosting, messaging etc).</li>
28-
<li><a href="https://mapbox.com">MapBox</a> currently provide a 100% discount for their map services.</li>
27+
<ul>
28+
<li><a href="https://webprofusion.com/">Webprofusion Pty Ltd</a> pay for our server/cloud hosting (web, apps, API, database, image hosting, messaging etc).</li>
2929
</ul>
3030
</p>
3131
<p>
32-
Our service level can be improved if we have funding for improved hosting/cloud services and additional development.
32+
Our service level can be improved if we have funding for improved hosting/cloud services and additional development.
3333
</p>
34-
34+
3535
<h2 id="resourcing">Project Resourcing</h2>
3636
<p>
3737
In addition to server hosting the following roles are performed by volunteers on a casual basis:

Website/OCM.Web/Views/About/Guidance.cshtml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,20 @@
1212
<section>
1313
<h1>Guidance for Contributors</h1>
1414
<h2 id="intro">Introduction</h2>
15-
<p class="alert alert-warning">Note: this guidance is a working draft for comment and is not final. [Last Updated: Jan 12 2015] </p>
1615
<p>
1716
The aim of the Open Charge Map project is to provide a reliable and well respected Open Data set for EV charging equipment locations globally. Data in OCM comes from two types of source: User Contributions and <a href="#dataimports">3rd Party Data Imports</a>. We rely on our contributors to do their best to provide quality information when manually providing and improving information.
1817
</p>
19-
<p>This guidance exists to describe both optional and mandatory practises when contributing information to us.
18+
<p>
19+
This guidance exists to describe both optional and mandatory practises when contributing information to us.
2020
</p>
2121
</section>
2222
<section>
2323

2424
<h2 id="intro">Guidance For All Contributors</h2>
2525
<h3 id="terms">Acceptance of Terms</h3>
26-
<p>All information you submit (including charging equipment information, comments, check-ins and photos) to Open Charge Map is held by us and redistributed under an Open Data license. By submitting any information to us you are agreeing to these <a href="@Url.Action("Terms","About")">terms</a>.
27-
<h3 id="commentsandphotos">Contributing Comments, Check-In and Photos</h3>
26+
<p>
27+
All information you submit (including charging equipment information, comments, check-ins and photos) to Open Charge Map is held by us and redistributed under an Open Data license. By submitting any information to us you are agreeing to these <a href="@Url.Action("Terms", "About")">terms</a>.
28+
<h3 id="commentsandphotos">Contributing Comments, Check-In and Photos</h3>
2829
<p>
2930
Adding a Check-In, Comment (which is the same as a Check-In but with your own comment) or Photo can make a huge difference to other people who find a charging location using Open Charge Map data, especially if your comment can help them plan their journey or avoid problems.
3031
Using this feature you can provide useful information to others:
@@ -39,6 +40,7 @@
3940
</p>
4041

4142
<h3 id="edits">Submitting New Locations</h3>
43+
<p><strong>If possible you should encourage local charging networks in your country to provide data to us an an OCPI data feed. They gain free promotion to consumers of our data set (thousands of apps and services) and you then don't need to manually provide information. To do so they can fill out our @Html.ActionLink("Data Sharing Agreement", "DataSharing", "About") form. </strong></p>
4244
<p>
4345
<ul>
4446
<li>Ensure the location is not a duplicate of an existing listing.</li>
@@ -74,7 +76,7 @@
7476
</p>
7577
<p>If both listings are virtually identical with no comment/photos or other distinguishing features then you should delist the newest entry (with the highest OCM-ID reference).</p>
7678
<h3 id="newadditions">New Locations Awaiting Approval</h3>
77-
<p>The easiest way to review the locations awaiting approval is via the <a href="@Url.Action("Index", "POI", new { submissionstatustypeid=1})">New Locations Awaiting Approval</a> page. From there an editor can look at the details of the individual location, inspect the quality of the submission and approve it.</p>
79+
<p>The easiest way to review the locations awaiting approval is via the <a href="@Url.Action("Index", "POI", new { submissionstatustypeid = 1 })">New Locations Awaiting Approval</a> page. From there an editor can look at the details of the individual location, inspect the quality of the submission and approve it.</p>
7880
<h3 id="editqueue">The Edit Queue</h3>
7981
<p>The Edit Queue is where changes to existing locations await approval by an editor for the relevant country. The edit queue can show both new locations and edits to existing locations but is best suited to managing edits.</p>
8082
<h2 id="dataimports">3rd Party Data Imports</h2>
@@ -83,7 +85,8 @@
8385
</p>
8486
<p>Where an import process has been created for OCM we periodically import from each data source, adding new locations and updating existing ones. If you wish to change one of these listings, they can do so using the normal Edit function.</p>
8587
<p>
86-
When you edit a location from a 3rd Party Data Import the following process is followed:<ul>
88+
When you edit a location from a 3rd Party Data Import the following process is followed:
89+
<ul>
8790
<li>The old listing is archived for future reference as a superceded POI.</li>
8891
<li>We link the old POI with your new version in the OCM database.</li>
8992
<li>From then on users only see the edited OCM version of the listing.</li>

Website/OCM.Web/Views/About/Index.cshtml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,35 +18,31 @@
1818

1919
<div>
2020
<h2 data-localize="ocm.infoText.about.funding.title">Funding</h2>
21-
<p data-localize="ocm.infoText.about.funding.p1">Open Charge Map is developed and operated by volunteers. If you can offer funding to support the project or to fund specific work please <a href="@Url.Action("Contact","About")" data-localize-id="link-contact">get in touch</a>. More information on funding and project costs <a href="@Url.Action("Funding","About")" data-localize-id="link-funding">is available</a>.</p>
21+
<p data-localize="ocm.infoText.about.funding.p1">Open Charge Map is developed and operated by volunteers. If you can offer funding to support the project or to fund specific work please <a href="@Url.Action("Contact", "About")" data-localize-id="link-contact">get in touch</a>. More information on funding and project costs <a href="@Url.Action("Funding", "About")" data-localize-id="link-funding">is available</a>.</p>
2222
<h3>Sponsors</h3>
2323
<p>
2424
We are grateful to the following project sponsors:
2525
<ul>
26-
2726
<li><a href="https://webprofusion.com">webprofusion.com</a> : Gold Sponsor</li>
28-
<li><a href="https://ev.energy">ev.energy</a> : Silver Sponsor</li>
29-
<li><a href="https://opensource.microsoft.com/">Microsoft Open Source</a> : Silver Sponsor</li>
3027
</ul>
3128
</p>
32-
<p>If you would like to become a sponsor to help us fund service infrastructure costs, you can directly purchase a sponsorship <a href="https://buy.stripe.com/5kA6ru2Xrb2W4RacMP">via Stripe</a></p>
29+
<p>If you would like to become a sponsor to help us fund service infrastructure costs, you can directly purchase a sponsorship <a href="https://buy.stripe.com/5kA6ru2Xrb2W4RacMP">via Stripe</a> or join our community discussions </p>
3330
</div>
3431

3532
<div class="row">
3633

3734
<div class="col-md-12">
3835
<h2 data-localize="ocm.infoText.about.developersContributors.sectionTitle">Developers and Contributors</h2>
39-
<p data-localize="ocm.infoText.about.developersContributors.p1">Our <a href="https://github.com/openchargemap" data-localize-id="link_github">GitHub project</a> provides a conduit for external technical contributors to discuss and influence our system and plans. Our <a href="https://plus.google.com/u/0/communities/112113799071360649945" data-localize-id="link_google_plus">google+</a> community is our primary means of exchanging ideas and gathering feedback from interested parties.</p>
36+
<p data-localize="ocm.infoText.about.developersContributors.p1">Our <a href="https://github.com/openchargemap" data-localize-id="link_github">GitHub project</a> provides a conduit for external technical contributors to discuss and influence our system and plans. Our <a href="https://community.openchargemap.org/">community</a> forum is our primary means of exchanging ideas and gathering feedback from interested parties.</p>
4037
<p data-localize="ocm.infoText.about.developersContributors.p2">
4138
You can take a look at the lists of our main contributors of
42-
<a href="https://github.com/openchargemap/ocm-system/graphs/contributors" data-localize-id="link_code">code</a>,
43-
<a href="https://webtranslateit.com/en/projects/6978-Open-Charge-Map/people" data-localize-id="link_translations">translations</a>
39+
<a href="https://github.com/openchargemap/ocm-system/graphs/contributors" data-localize-id="link_code">code</a>
4440
and
45-
<a href="@Url.Action("Index","Stats")" data-localize-id="link_data">data</a>.
41+
<a href="@Url.Action("Index", "Stats")" data-localize-id="link_data">data</a>.
4642
</p>
4743
<h2 data-localize="ocm.infoText.about.projectStats.sectionTitle">Project Stats</h2>
4844

49-
<p data-localize="ocm.infoText.about.projectStats.general">General statistics for Open Charge Map <a href="@Url.Action("Index","Stats")" data-localize-id="link">data and usage</a> are available.</p>
45+
<p data-localize="ocm.infoText.about.projectStats.general">General statistics for Open Charge Map <a href="@Url.Action("Index", "Stats")" data-localize-id="link">data and usage</a> are available.</p>
5046
</div>
5147
</div>
5248
<h2 data-localize="ocm.infoText.about.dataSources.title">Data Providers</h2>

0 commit comments

Comments
 (0)