{% extends "base.html" %}{% load i18n %} {% block content %}

{% trans "OpenStreetMap" %}

{% trans "OpenStreetMap (OSM) is a community-led mapping project providing free geographic data to anyone who wants them." %}

{% blocktrans %}{{ site_name }} uses OSM data under the Creative Commons Attribution-Share Alike (CC-BY-SA) 2.0 license to provide maps and points-of-interest data.{% endblocktrans %}

{% blocktrans %}Should you wish to contribute to OSM, you can either submit corrections though {{ site_name }} (there's a Suggest a correction link at the bottom of each OSM-derived page), or set up an OSM account and edit directly. For more information on getting started, see the Beginners' Guide (link below) on the OpenStreetMap website.{% endblocktrans %}

{% blocktrans %}Here are some useful links you may want to browse from a non-mobile browser:{% endblocktrans %}

{% trans "Creative Commons Attribution-Share Alike 2.0 license" %}
http://creativecommons.org/licenses/by-ca/2.0/
{% trans "The OpenStreetMap website" %}
http://www.openstreetmap.org/
{% trans "The OpenStreetMap wiki" %}
http://wiki.openstreetmap.org/
{% trans "The OSM Beginners' Guide" %}
http://wiki.openstreetmap.org/wiki/Beginners%27_Guide
{% endblock %}