summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-12-18 19:47:09 +0800
committerChristian Grothoff <grothoff@gnunet.org>2023-12-18 19:47:09 +0800
commit493cd5cb19d7bdf4386cac3395beccb44309f1bc (patch)
tree0e0bc835eab5f189d5ec9a0184da2b6acfe0d2dd /template
parent9859c282262d39d9e80c81fb46d4284d32de23e1 (diff)
parent137cc0519e2ffd4b7a6f2511459c2577e0cd317b (diff)
downloadwww-493cd5cb19d7bdf4386cac3395beccb44309f1bc.tar.gz
www-493cd5cb19d7bdf4386cac3395beccb44309f1bc.tar.bz2
www-493cd5cb19d7bdf4386cac3395beccb44309f1bc.zip
Merge branch 'stable'
Diffstat (limited to 'template')
-rw-r--r--template/kyc.html.j29
-rw-r--r--template/news/2023-12-01.html.j217
-rw-r--r--template/news/2023-12.html.j216
3 files changed, 26 insertions, 16 deletions
diff --git a/template/kyc.html.j2 b/template/kyc.html.j2
index 19ebeae2..4ddfe1dc 100644
--- a/template/kyc.html.j2
+++ b/template/kyc.html.j2
@@ -88,6 +88,15 @@
That said, there is room for improvement for both of these
solutions towards respecting their user's freedom.
</p>
+ <p>
+ Adding support for additional KYC providers largely requires
+ implementing a KYC plugin, that is a shared library exporting
+ the <a href="https://git.taler.net/exchange.git/tree/src/include/taler_kyclogic_plugin.h">
+ KYC plugin API</a>. If you need help implementing additional
+ KYC adapters, please do not hestiate to contact
+ <a href="https://taler-systems.com/en/company.html#contact">us</a>, we will
+ be happy to support your efforts!
+ </p>
<h3>Other providers</h3>
<p>
Here is a list of other KYC solutions we have found and evaluated against the
diff --git a/template/news/2023-12-01.html.j2 b/template/news/2023-12-01.html.j2
new file mode 100644
index 00000000..c5a24504
--- /dev/null
+++ b/template/news/2023-12-01.html.j2
@@ -0,0 +1,17 @@
+{% extends "common/news.j2" %}
+{% block body_content %}
+<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 %}
diff --git a/template/news/2023-12.html.j2 b/template/news/2023-12.html.j2
index 574800a7..c95fbf52 100644
--- a/template/news/2023-12.html.j2
+++ b/template/news/2023-12.html.j2
@@ -12,20 +12,4 @@ The venue is located at 新竹縣竹北市嘉豐南路一段 11 號, Taiwan. For
<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 %}