gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-www] 01/03: add age-restrictions


From: gnunet
Subject: [taler-www] 01/03: add age-restrictions
Date: Fri, 16 Sep 2022 23:39:32 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository www.

commit f38ca2cb501fd0bf6afc25fe52725a29ed88a385
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Sep 16 23:09:34 2022 +0200

    add age-restrictions
---
 static/icons/noun-parental-discretion-233685.svg |  0
 static/images/noun-kyc-2913646.svg               |  1 +
 template/docs.html.j2                            | 21 +++++++++++++++++++++
 3 files changed, 22 insertions(+)

diff --git a/static/icons/noun-parental-discretion-233685.svg 
b/static/icons/noun-parental-discretion-233685.svg
new file mode 100644
index 0000000..e69de29
diff --git a/static/images/noun-kyc-2913646.svg 
b/static/images/noun-kyc-2913646.svg
new file mode 100644
index 0000000..c386d23
--- /dev/null
+++ b/static/images/noun-kyc-2913646.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; data-name="Layer 1" viewBox="0 0 512 
512" x="0px" y="0px"><title>KYC-onboarding</title><path 
d="M430.377,205.573a6,6,0,0,0-6,6v13.341H354.006V154.543h70.371v4.419a6,6,0,0,0,12,0V148.543a6,6,0,0,0-6-6H348.006a6,6,0,0,0-6,6v82.371a6,6,0,0,0,6,6h82.371a6,6,0,0,0,6-6V211.573A6,6,0,0,0,430.377,205.573Z"></path><path
 
d="M442.579,166.059l-45.4,34.176-8.524-15.72a6,6,0,0,0-10.549,5.72l11.843,21.842a6,6,0,0,0,8.883,1.934L449.8,175.646a6,6,0,1,0-7.217-9.587Z
 [...]
\ No newline at end of file
diff --git a/template/docs.html.j2 b/template/docs.html.j2
index 574490f..2f7193e 100644
--- a/template/docs.html.j2
+++ b/template/docs.html.j2
@@ -292,6 +292,27 @@
       {% endtrans %}
       {{ gettext('Also available as <a href="%(link)s">PDF</a>.', 
link="https://"; + siteconf['docshost'] + "/pdf/developers-manual.pdf") }}
     </div>
+
+    <div class="col-lg-4">
+      <a href="{{ siteconf['docshost'] 
}}/manpages/taler.conf.5.html#exchange-kyc-provider-options">
+        <img src="{{ url('icons/noun-kyc-2913646.svg') }}" height=60>
+        <h3>{{ _("Know-your-customer")}}</h3>
+      </a>
+      {% trans %}
+        Documentation on how to configure Know-your-customer (KYC) rules for a 
Taler exchange.
+      {% endtrans %}
+    </div>
+
+    <div class="col-lg-4">
+      <a href="/papers/esorics2022-age-restriction.pdf">
+        <img src="{{ url('icons/noun-parental-discretion-233685.svg') }}" 
height=60>
+        <h3>{{ _("Age restrictions")}}</h3>
+      </a>
+      {% trans %}
+        Cryptographic background on how parents can set age-restrictions on 
Taler coins
+        to protect minors from inappropriate purchases while preserving 
privacy for everyone.
+      {% endtrans %}
+    </div>
   </div>
 
   <div class="row mt-5">

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]