summaryrefslogtreecommitdiff
path: root/template/docs.html.j2
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2022-12-19 18:05:44 +0100
committerStefan Kügel <skuegel@web.de>2022-12-19 18:05:44 +0100
commit1ed128742e4529334a5eefaa55b98d05fea46196 (patch)
tree1dbd44b562097bbc09de030dafcea4125b376011 /template/docs.html.j2
parent9d9cc8d90bed352d1d4203fbde630d0b9eedc71b (diff)
downloadwww-1ed128742e4529334a5eefaa55b98d05fea46196.tar.gz
www-1ed128742e4529334a5eefaa55b98d05fea46196.tar.bz2
www-1ed128742e4529334a5eefaa55b98d05fea46196.zip
Updating template files: docs, development, and contacts
Signed-off-by: Stefan Kügel <skuegel@web.de>
Diffstat (limited to 'template/docs.html.j2')
-rw-r--r--template/docs.html.j272
1 files changed, 1 insertions, 71 deletions
diff --git a/template/docs.html.j2 b/template/docs.html.j2
index 36373bcf..5c966827 100644
--- a/template/docs.html.j2
+++ b/template/docs.html.j2
@@ -55,7 +55,7 @@
<div class="col-lg-4 mb-4">
<a href="https://{{ siteconf['docshost'] }}/taler-backoffice-manual.html" target="_blank" rel="noopener noreferrer">
<img src="{{ url('icons/icon-backoffice.svg') }}" height=60>
- <h3>{{ _("Back office") }}</h3>
+ <h3>{{ _("Back Office") }}</h3>
</a>
{% trans %}
Manual to run the back-office Web application.
@@ -236,17 +236,6 @@
{% endtrans %}
</div>
- <div class="col-lg-4 mb-4">
- <a href="" target="_blank" rel="noopener noreferrer">
- <img src="{{ url('icons/noun-e-commerce-218402.svg') }}" height=60>
- <h3>{{ _("Payage Payment Plugin") }}</h3>
- </a>
- {% trans %}
- GNU Taler payment plugin for Payage/Joomla!
- (coming soon).
- {% endtrans %}
- </div>
-
</div>
<div class="row mt-5">
@@ -283,64 +272,5 @@
</div>
</div>
-
- <div class="row mt-5">
- </div>
-
- <div class="row justify-content-center text-center">
- <div class="col-8">
- <h2>{{ _("Experimental work")}}</h2>
- </div>
- </div>
-
- <div class="row mt-5">
- </div>
-
- <div class="row">
- <div class="col-lg-4 mb-4">
- <a href="https://git.gnunet.org/libbrandt.git/" target="_blank" rel="noopener noreferrer">
- <img src="{{ url('icons/noun-auction-5172639.svg') }}" height=60>
- <h3>{{ _("SMC Auctions") }}</h3>
- </a>
- {{ _("Secure multiparty auction protocol (future Taler Exchange extension).") }}
- </div>
-
- <div class="col-lg-4 mb-4">
- <a href="/papers/esorics2022-age-restriction.pdf" target="_blank" rel="noopener noreferrer">
- <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 class="col-lg-4 mb-4">
- <a href="https://git.taler.net/mch2022.git/" target="_blank" rel="noopener noreferrer">
- <img src="{{ url('icons/noun-id-badge-348401.svg') }}" height=60>
- <h3>{{ _("MCH 2022 Badge Integration") }}</h3>
- </a>
- {% trans %}
- Accept GNU Taler payments on your MCH 2022 badge.
- {% endtrans %}
- </div>
-
- <div class="col-lg-4 mb-4">
- <a href="" target="_blank" rel="noopener noreferrer">
- <img src="{{ url('icons/noun-point-of-sale-3185628.svg') }}" height=60>
- <h3>{{ _("EMVco Integration") }}</h3>
- </a>
- {{ _("Integration with EMVco PoS systems (to be started soon).") }}
- </div>
-
- <div class="col-lg-4 mb-4">
- <a href="" target="_blank" rel="noopener noreferrer">
- <img src="{{ url('icons/noun-vault-1775866.svg') }}" height=60>
- <h3>{{ _("Taler Vault") }}</h3>
- </a>
- {{ _("Hardware security module for GNU Taler (to be started soon).") }}
- </div>
- </div>
</div>
{% endblock body_content %}