summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-09-16 23:09:34 +0200
committerChristian Grothoff <christian@grothoff.org>2022-09-16 23:11:29 +0200
commitf38ca2cb501fd0bf6afc25fe52725a29ed88a385 (patch)
tree3944877db033d2a28656b89d73ea2374988aad64 /template
parent50f593e4d440097eb7448dc023d828d076a0a9ff (diff)
downloadwww-f38ca2cb501fd0bf6afc25fe52725a29ed88a385.tar.gz
www-f38ca2cb501fd0bf6afc25fe52725a29ed88a385.tar.bz2
www-f38ca2cb501fd0bf6afc25fe52725a29ed88a385.zip
add age-restrictions
Diffstat (limited to 'template')
-rw-r--r--template/docs.html.j221
1 files changed, 21 insertions, 0 deletions
diff --git a/template/docs.html.j2 b/template/docs.html.j2
index 574490f3..2f7193ed 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">