summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel-Haeberli <haebu@rubigen.ch>2024-05-15 10:57:42 +0200
committerJoel-Haeberli <haebu@rubigen.ch>2024-05-15 10:57:42 +0200
commit3e46f242fa0b3fef53e69e1eddc961234176508b (patch)
tree5919fb25ac405634887d67055f20e6ce92d05f32
parent5d18cdf049e5be8b4c4d4a5b62d93e806d4b7893 (diff)
downloadwww-3e46f242fa0b3fef53e69e1eddc961234176508b.tar.gz
www-3e46f242fa0b3fef53e69e1eddc961234176508b.tar.bz2
www-3e46f242fa0b3fef53e69e1eddc961234176508b.zip
news: draft of terminals api announcement
-rw-r--r--template/news/2024-08.html.j218
1 files changed, 18 insertions, 0 deletions
diff --git a/template/news/2024-08.html.j2 b/template/news/2024-08.html.j2
new file mode 100644
index 00000000..499fd1d3
--- /dev/null
+++ b/template/news/2024-08.html.j2
@@ -0,0 +1,18 @@
+{% extends "common/news.j2" %}
+{% block body_content %}
+<h1>2024-08: Enabling withdrawal of digital cash through third parties in GNU Taler</h1>
+<p>
+Striving to enhance the integration of Taler into the existing world of payments, the bachelor thesis
+"cashless2ecash" realizes a framework to integrate into existing means of payment to allow the
+withdrawal of digital cash in GNU Taler.
+
+This addresses a report commissioned by the European Central Bank (ECB), which identified the universal
+acceptance as one of the most important aspects of a digital euro. This will therefore lead to better
+acceptance of GNU Taler by better integrating its ecosystem into the existing systems.
+
+Therefore the <a href="">Terminals-API</a> is introduced as part of the bank-integration of GNU Taler.
+
+The thesis with further explanations and link to the report can be found at the
+<a href="https://git.taler.net/cashless2ecash.git/plain/docs/thesis.pdf">cashless2ecash git repository</a>
+</p>
+{% endblock body_content %}