summaryrefslogtreecommitdiff
path: root/template/funding.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/funding.html.j2')
-rw-r--r--template/funding.html.j2108
1 files changed, 108 insertions, 0 deletions
diff --git a/template/funding.html.j2 b/template/funding.html.j2
new file mode 100644
index 00000000..d5db2680
--- /dev/null
+++ b/template/funding.html.j2
@@ -0,0 +1,108 @@
+{% extends "common/base.j2" %}
+{% block body_content %}
+<article class="container">
+
+ <header>
+ <h1>{{ _("Support for GNU Taler") }}</h1>
+ </header>
+
+ <h3>{{ _("Current funding") }}</h3>
+ <p>
+ <ul>
+ <li>
+ {% trans %}
+ This project will be about integrating GNU Taler with offerings
+ of media partners to improve monetization in the media industry.
+ (Launching in Q3 2021.)
+ {% endtrans %}
+ <br>
+ <a href="https://stadiem.eu/">STADIEM</a><br>
+ <img style="width: 35%" src="{{ url('images/stadiem.png') }}" alt="STADIEM logo">
+ </li>
+ <li>
+ {% trans %}
+ This project is about making GNU Taler more programmable.
+ (Launching in 2021.)
+ {% endtrans %}
+ <br>
+ <a href="https://pointer.ngi.eu/">NGI POINTER</a><br>
+ <img style="width: 35%" src="{{ url('images/ngi_pointer.png') }}" alt="NGI POINTER logo">
+ </li>
+ <li>
+ {% trans %}
+ This project is about improving the security of the GNU Taler exchange
+ via an external code audit, and creating a competent external security
+ auditor to help with safely operating the Taler payment system.
+ {% endtrans %}
+ <br>
+ <a href="https://www.ngi.eu/ngi-projects/ngi-zero/">NGI ZERO</a><br>
+ <img style="width: 35%" src="{{ url('images/ngi_zero.png') }}" alt="NGI ZERO logo">
+ </li>
+ </ul>
+ <br>
+ {% trans %}
+ We are grateful for free hosting offered by the following organizations:
+ {% endtrans %}
+ <ul>
+ <li><a href="https://www.tum.de/">Technische Universit&auml;t M&uuml;nchen</a></li>
+ <li><a href="https://www.bfh.ch/">Berner Fachhochschule</a></li>
+ <li><a href="https://www.gnu.org/">The GNU Project</a></li>
+ </ul>
+ <br>
+ {% trans %}
+ We are grateful for translation support offered by the following organizations
+ (and <a href="https://weblate.taler.net/stats/">all the volunteers</a>
+ that are helping with the translation effort):
+ {% endtrans %}
+ <ul>
+ <li><a href="https://www.ashoka.org/">Ashoka</a></li>
+ <li><a href="https://www.weblate.org/">Weblate</a></li>
+ </ul>
+ </p>
+ <h3>{{ _("Past funding") }}</h3>
+ <p>
+ {% trans %}
+ We are grateful for past funding from the following organizations:
+ {% endtrans %}
+ <ul>
+ <li>
+ <p>
+ {% trans %}
+ This project has received funding from the European Union’s Horizon
+ 2020 research and innovation programme under the NGI_TRUST grant
+ agreement no 825618.
+ The project aims to integrate re:claimID with the GNU Taler payment
+ system in a pilot in order to demonstrate the practical feasibility
+ and benefits of privacy enhancing technologies for users and
+ commercial service providers. The project is called "Decentralized
+ Identities for Self-Sovereign End-users" (DISSENS).
+ {% endtrans %}
+ <br>
+ <a href="https://wiki.geant.org/display/NGITrust/">GEANT NGI TRUST</a><br>
+ <img style="width: 35%" src="{{ url('images/ngi_trust.png') }}" alt="NGI TRUST logo">
+ </p>
+ </li>
+ <li>
+ <p>
+ <a href="https://renewablefreedom.org/">Renewable Freedom Foundation / Stiftung Erneuerbare Freiheit</a><br>
+ <img src="{{ url('images/rff_logo.png') }}" alt="RFF logo">
+ </p>
+ </li>
+ <li>
+ <p>
+ Florian Dold's PhD thesis benefited from the financial support
+ of the Brittany Region (ARED 9174).
+ </p>
+ </li>
+ <li>
+ <p>
+ <a href="https://nlnet.nl/">NLnet Foundation</a><br>
+ <img src="{{ url('images/nlnet_logo.gif') }}" alt="NLnet logo">
+ </p>
+ </li>
+ </ul>
+ </p>
+ </div><!-- END:col -->
+ </div><!-- END:row -->
+</div><!-- END:container -->
+{% endblock body_content %}