summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-09-16 15:27:07 +0200
committerChristian Grothoff <christian@grothoff.org>2022-09-16 15:27:07 +0200
commit13ba0fc14038fffbab6787d3973c844267e0abd2 (patch)
treeb3febb6952ad8bc5b938c5b70e9b1fa540326f7a /template
parent144b9995fdf848b053dcde1df367cb448895e914 (diff)
downloadwww-13ba0fc14038fffbab6787d3973c844267e0abd2.tar.gz
www-13ba0fc14038fffbab6787d3973c844267e0abd2.tar.bz2
www-13ba0fc14038fffbab6787d3973c844267e0abd2.zip
-update list of sub-projects
Diffstat (limited to 'template')
-rw-r--r--template/docs.html.j2178
1 files changed, 173 insertions, 5 deletions
diff --git a/template/docs.html.j2 b/template/docs.html.j2
index 80db2fb3..4f2a59d7 100644
--- a/template/docs.html.j2
+++ b/template/docs.html.j2
@@ -118,8 +118,145 @@
An app for taking in cash and handing out electronic cash.
{% endtrans %}
</div>
+ </div>
+
+ <div class="row mt-5">
+ </div>
+
+ <div class="row justify-content-center text-center">
+ <div class="col-8">
+ <h2>{{ _("Supplemental services")}}</h2>
+ </div>
+ </div>
+
+ <div class="row mt-5">
+ </div>
+
+ <div class="row">
+ <div class="col-lg-4">
+ <a href="https://anastasis.lu/">
+ <img src="{{ url('icons/noun-recovery-4887278.svg') }}" height=60>
+ <h3>{{ _("GNU Anastasis") }}</h3>
+ </a>
+ {% trans %}
+ Privacy-preserving distributed key escrow and recovery services.
+ {% endtrans %}
+ </div>
+
+ <div class="col-lg-4">
+ <a href="https://git.taler.net/libeufin.git/">
+ <img src="{{ url('icons/noun-bank-5178441.svg') }}" height=60>
+ <h3>{{ _("libeufin") }}</h3>
+ </a>
+ {% trans %}
+ Implementation of the Taler wire gateway over the EBICS/FinTS protocol suite,
+ including EBICS stand-alone sandbox (for testing and regional currencies).
+ {% endtrans %}
+ </div>
+
+ <div class="col-lg-4">
+ <a href="https://git.taler.net/depolymerization.git/">
+ <img src="{{ url('icons/noun-blockchain-4878073.svg') }}" height=60>
+ <h3>{{ _("Depolymerization") }}</h3>
+ </a>
+ {% trans %}
+ Implementation of the Taler wire gateway over the Bitcoin and Ethereum blockchains.
+ {% endtrans %}
+ </div>
+ <div class="col-lg-4">
+ <a href="https://git.taler.net/sync.git/">
+ <img src="{{ url('icons/noun-synchronization-5156797.svg') }}" height=60>
+ <h3>{{ _("Sync") }}</h3>
+ </a>
+ {% trans %}
+ Encrypted data backup and recovery service.
+ {% endtrans %}
+ </div>
+ <div class="col-lg-4">
+ <a href="https://git.taler.net/taler-mailbox.git/">
+ <img src="{{ url('icons/noun-mailbox-5176593.svg') }}" height=60>
+ <h3>{{ _("Taler Mailbox") }}</h3>
+ </a>
+ {% trans %}
+ Reliably deliver payment messages between Taler wallets.
+ {% endtrans %}
+ </div>
+
+ <div class="col-lg-4">
+ <a href="https://git.taler.net/taldir.git/">
+ <img src="{{ url('icons/noun-directory-1024875.svg') }}" height=60>
+ <h3>{{ _("TalDir") }}</h3>
+ </a>
+ {% trans %}
+ Directory to associate addresses (e-mail, phone numbers, etc.) with Taler wallets.
+ {% endtrans %}
+ </div>
+ </div>
+
+ <div class="row mt-5">
+ </div>
+
+ <div class="row justify-content-center text-center">
+ <div class="col-8">
+ <h2>{{ _("Extensions")}}</h2>
+ </div>
+ </div>
+
+ <div class="row">
+ <div class="col-lg-4">
+ <a href="https://git.taler.net/taler-mdb.git/">
+ <img src="{{ url('icons/noun-vending-machine-4884056.svg') }}" height=60>
+ <h3>{{ _("Taler-MDB") }}</h3>
+ </a>
+ {% trans %}
+ Integration of GNU Taler with the Multi-Drop-Bus (MDB) protocol
+ commonly used in vending machines. Deployed at a coffee and a
+ snack machine at <a href="https://bfh.ch/">BFH</a>.
+ {% endtrans %}
+ </div>
+
+ <div class="col-lg-4">
+ <a href="https://git.taler.net/gnu-taler-payment-for-woocommerce.git/">
+ <img src="{{ url('icons/icon-cashier.svg') }}" height=60>
+ <h3>{{ _("WooCommerce Payment Backend") }}</h3>
+ </a>
+ {% trans %}
+ GNU Taler payment plugin for the WooCommerce e-commerce solution
+ (itself based on WordPress).
+ {% endtrans %}
+ </div>
+
+ <div class="col-lg-4">
+ <a href="https://github.com/pretix/pretix-taler">
+ <img src="{{ url('icons/noun-tickets-5179896.svg') }}" height=60>
+ <h3>{{ _("Pretix Payment Backend") }}</h3>
+ </a>
+ {% trans %}
+ GNU Taler payment plugin for the Pretix ticketing system.
+ {% endtrans %}
+ </div>
+
+ <div class="col-lg-4">
+ <a href="https://git.taler.net/mch2022.git/">
+ <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">
+ <a href="https://git.taler.net/twister/">
+ <img src="{{ url('icons/noun-twister-2280690.svg') }}" height=60>
+ <h3>{{ _("Twister") }}</h3>
+ </a>
+ {% trans %}
+ HTTP modifying man-in-the-middle proxy to test error handling.
+ {% endtrans %}
+ </div>
</div>
<div class="row mt-5">
@@ -172,7 +309,7 @@
<div class="row">
<div class="col-lg-4">
<a href="https://lists.gnu.org/mailman/listinfo/taler">
- <img src="{{ url('icons/icon-share.svg') }}" height=60>
+ <img src="{{ url('icons/noun-email-list-4339749.svg') }}" height=60>
<h3>{{ _("Mailing List")}}</h3>
</a>
{{ _("The official GNU Taler mailing list.") }}
@@ -180,15 +317,15 @@
<div class="col-lg-4">
<a href="https://web.libera.chat/">
- <img src="{{ url('icons/icon-share.svg') }}" height=60>
+ <img src="{{ url('icons/noun-chat-5180308.svg') }}" height=60>
<h3>{{ _("IRC")}}</h3>
</a>
{{ _("Our IRC channel is #taler on Libera.") }}
</div>
<div class="col-lg-4">
- <a href="https://gnunet.org/bugs/">
- <img src="{{ url('icons/icon-share.svg') }}" height=60>
+ <a href="https://bugs.taler.net/">
+ <img src="{{ url('icons/noun-bug-tracking-2119186.svg') }}" height=60>
<h3>{{ _("Bug Tracker")}}</h3>
</a>
{{ _("Our bug tracker for bugs and feature request.") }}
@@ -212,7 +349,7 @@
<div class="col-lg-4">
<a href="https://git.taler.net">
- <img src="{{ url('icons/icon-code.svg') }}" height=60>
+ <img src="{{ url('icons/noun-git-2407191.svg') }}" height=60>
<h3>{{ _("Git repositories") }}</h3>
</a>
{{ _("Git repositories for all of GNU Taler.") }}
@@ -236,5 +373,36 @@
</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="col-lg-4">
+ <a href="https://git.gnunet.org/libbrandt.git/">
+ <img src="{{ url('icons/icon-code.svg') }}" height=60>
+ <h3>{{ _("SMC Auctions") }}</h3>
+ </a>
+ {{ _("Secure multiparty aution protocol (future Taler exchange extension).") }}
+ </div>
+
+ <div class="col-lg-4">
+ <a href="">
+ <img src="{{ url('icons/noun-point-of-sale-3185628.svg') }}" height=60>
+ <h3>{{ _("EMVco Integration") }}</h3>
+ </a>
+ {{ _("Integeration with EMVco PoS systems (to be started soon).") }}
+ </div>
+
+ <div class="row mt-5">
+ </div>
+
</div>
{% endblock body_content %}