{% extends "maposmatic/base.html" %} {% comment %} coding: utf-8 maposmatic, the web front-end of the MapOSMatic city map generation system Copyright (C) 2012 Thomas Petazzoni This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . {% endcomment %} {% load i18n %} {% block menu-donate %} class="activelink" {% endblock %} {% block page %}

{% trans "Donate" %}

{% trans "Why donations are useful?" %}

{% url about as about_url %}

{%blocktrans%}MapOSMatic is a project entirely developed and maintained by a team of volunteers (see our About page for details). However, running the MapOSMatic service and making improvements to it have various costs beyond the time of the volunteer developers.{%endblocktrans%}

{%blocktrans%}Therefore, we are currently seeking donations to help us funding:{%endblocktrans%}

{% trans "Donating?" %}

{%blocktrans%}Donations can be done through the well-known PayPal service. We accept donations of any amount: all donations are helpful, even the smallest ones.{%endblocktrans%}

{% endblock %}