FreedomBox/plinth/modules/help/templates/help_contribute.html
Joseph Nuthalapati b484dcb301
help: Add button for Contribute
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
2019-08-30 16:24:59 -07:00

55 lines
1.7 KiB
HTML

{% extends 'help_base.html' %}
{% comment %}
#
# This file is part of FreedomBox.
#
# 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 (at your option) 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 <http://www.gnu.org/licenses/>.
#
{% endcomment %}
{% load i18n %}
{% block content %}
<h2>{% trans "Contribute" %}</h2>
<p>
{% blocktrans trimmed %}
The FreedomBox project welcomes contributions of all kinds.
{% endblocktrans %}
</p>
<p>
{% blocktrans trimmed %}
You can contribute by writing code, testing and reporting bugs, discussing
new use cases and applications, designing logos and artwork, providing
support to your fellow users, translating FreedomBox and its applications
into your language, hosting hackathons or install fests and by spreading the
word.
{% endblocktrans %}
</p>
<p>
{% blocktrans trimmed %}
You can also help the project
financially by donating to the non-profit FreedomBox Foundation.
{% endblocktrans %}
</p>
<p class="manual-page">
<a href="https://wiki.debian.org/FreedomBox/Contribute">
{% trans 'Learn more...' %}
</a>
</p>
{% endblock %}