add communities page
This commit is contained in:
parent
d8d1ab1776
commit
ffc6b697f0
2 changed files with 38 additions and 1 deletions
|
@ -1 +1,14 @@
|
||||||
COMMUNITIES PAGE WILL GO HERE 🎉
|
<% content_for :heading do %>
|
||||||
|
<%= tag.h1 :lang => @locale, :dir => t("html.dir", :locale => @locale) do %>
|
||||||
|
<%= t ".title", :locale => @locale %>
|
||||||
|
<% end %>
|
||||||
|
<% end %>
|
||||||
|
|
||||||
|
<%= tag.div :lang => @locale, :dir => t("html.dir", :locale => @locale) do %>
|
||||||
|
<p><%= t ".lede_text", :locale => @locale %></p>
|
||||||
|
<h2><%= t ".local_chapters.title", :locale => @locale %></h2>
|
||||||
|
<p><%= t ".local_chapters.about_text", :locale => @locale %></p>
|
||||||
|
<p><%= t ".local_chapters.list_text", :locale => @locale %></p>
|
||||||
|
<h2><%= t ".other_groups.title", :locale => @locale %></h2>
|
||||||
|
<p><%= t ".other_groups.about_html", :locale => @locale %></p>
|
||||||
|
<% end %>
|
|
@ -2198,6 +2198,30 @@ en:
|
||||||
Just go to <a href='%{map_url}'>the map</a> and click the note icon:
|
Just go to <a href='%{map_url}'>the map</a> and click the note icon:
|
||||||
<span class='icon note'></span>. This will add a marker to the map, which you can move
|
<span class='icon note'></span>. This will add a marker to the map, which you can move
|
||||||
by dragging. Add your message, then click save, and other mappers will investigate.
|
by dragging. Add your message, then click save, and other mappers will investigate.
|
||||||
|
communities:
|
||||||
|
title: Communities
|
||||||
|
lede_text: |
|
||||||
|
People from all over the world contribute to or use OpenStreetMap.
|
||||||
|
Whilst some are content to participate as individuals, others have formed communities.
|
||||||
|
These groups come in a range of sizes and represent geographies from small towns to large multi-country regions.
|
||||||
|
They can also be formal or informal.
|
||||||
|
local_chapters:
|
||||||
|
title: Local Chapters
|
||||||
|
about_text: |
|
||||||
|
Local Chapters are country-level or region-level groups that have taken the formal step of
|
||||||
|
establishing not-for-profit legal entities. They represent the area's map and mappers when
|
||||||
|
dealing with local government, business, and media. They have also formed an affiliation
|
||||||
|
with the OpenStreetMap Foundation (OSMF), giving them a link to the legal and copyright
|
||||||
|
governing body.
|
||||||
|
list_text: |
|
||||||
|
So far we have the following formally established foundation Local Chapters:
|
||||||
|
other_groups:
|
||||||
|
title: Other Groups
|
||||||
|
about_html: |
|
||||||
|
There is no need to formally establish a group to the same extent as the Local Chapters.
|
||||||
|
Indeed many groups exist very sucessfully as an informal gathering of people or as a
|
||||||
|
community group. Anyone can set up or join these. Read more on the
|
||||||
|
<a href="https://wiki.openstreetmap.org/wiki/User_group">Communities wiki page</a>.
|
||||||
traces:
|
traces:
|
||||||
visibility:
|
visibility:
|
||||||
private: "Private (only shared as anonymous, unordered points)"
|
private: "Private (only shared as anonymous, unordered points)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue