{% extends "maposmatic/base.html" %} {% comment %} coding: utf-8 maposmatic, the web front-end of the MapOSMatic city map generation system Copyright (C) 2012 David Decotigny Copyright (C) 2012 Frédéric Lehobey Copyright (C) 2012 Pierre Mauduit Copyright (C) 2012 David Mentré Copyright (C) 2012 Maxime Petazzoni Copyright (C) 2012 Thomas Petazzoni Copyright (C) 2012 Gaël Utard 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 %} {% load extratags %} {% block body-class %}donate{% endblock %} {% block menu-donate %}active{% endblock %} {% block title %}{% trans "Donate" %}{% endblock %} {% block page %}

{% trans "Donate" %}

{% trans "Why are donations 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 has various costs beyond the time of the volunteer developers.{% endblocktrans %}

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

{% trans "Considering making a donation?" %}

{% 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 %}