summaryrefslogtreecommitdiff
path: root/template/news/2023-12.html.j2
blob: 574800a7b2d01f48e73f4ccc37dd42f082dbc663 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{% extends "common/news.j2" %}
{% block body_content %}
<h1>2023-12: Live demo of GNU Taler at the g0v-hackath59n</h1>
<p>
Christian Grothoff will give a live demonstration of GNU Taler at the g0v hackath59n in the afternoon sessions.</p>
<p>
The venue is located at 新竹縣竹北市嘉豐南路一段 11 號, Taiwan. For more information please visit 
<a href="https://beta.hackfoldr.org/g0v-hackath59n" target="_blank" rel="noopener noreferrer">g0v web page</a>.
</p>
  <div class="row">
    <div class="col-lg-6">
        <img class="img-fluid" src="{{ url_static('images/g0v-hackath59n.png') }}">
    </div>
  </div>
{#
<h1>2023-12: Launch of NGI TALER: A Privacy-Preserving Payment System Initiative</h1>
<p>
We are excited to announce the creation of an EU-funded consortium
with the central objective to launch GNU Taler as a privacy-preserving payment system across Europe.
</p>
<h2>Funding opportunities for developers</h2>
<p>
Join us on our journey towards informational self-determination in payments.
As part of NGI TALER, <a href="https://nlnet.nl/">NLnet Foundation</a>
is running an <a href="https://nlnet.nl/taler">open call</a> and will award grants
to third parties working on GNU Taler enhancements <b>globally</b>. The application
process is <a href="https://nlnet.nl/propose">simple</a> and the first
submission deadline is <b>February 1st 2024</b>.
</p>
#}
{% endblock body_content %}