{% extends "common/base.j2" %} {% block body_content %}

{{ _("GNU Taler: Documentation and Resources")}}

{% trans %} This is an overview of documentation and other resources for GNU Taler. The full documentation contents can be found here. {% endtrans %}

{{ _("Core Component Documentation")}}

{{ _("Merchant Backend Administration")}}

{% trans docshost=siteconf['docshost'] %} Tutorial and manual for operating a merchant. {% endtrans %}

{{ _("Merchant API Tutorial") }}

{% trans %} Tutorial for processing Taler payments using the merchant backend API. {% endtrans %}

{{ _("Back Office") }}

{% trans %} Manual to run the back-office Web application. {% endtrans %}

{{ _("Merchant POS Terminal") }}

{% trans %} Manual for configuring and using the point of sale app. {% endtrans %}

{{ _("Exchange")}}

{% trans %} Operator's manual for the GNU Taler Exchange. {% endtrans %}

{{ _("Bank Integration") }}

{% trans %} Manual for tightly integrating Taler with banking applications. {% endtrans %}

{{ _("Wallet") }}

{% trans %} Manual about the Taler wallets (WebExtensions, Android, iOS, CLI). You can download pre-packaged binaries from the Taler wallet Web site. {% endtrans %}

{{ _("Cashier") }}

{% trans %} An app for taking in cash and handing out electronic cash. {% endtrans %}

{{ _("Age Restrictions")}}

{% 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 %}

{{ _("Supplemental services")}}

{{ _("GNU Anastasis") }}

{% trans %} Privacy-preserving distributed key escrow and recovery services. {% endtrans %}

{{ _("libeufin") }}

{% trans %} Implementation of the Taler wire gateway over the EBICS/FinTS protocol suite, including stand-alone bank (for regional currencies). {% endtrans %}

{{ _("Depolymerization") }}

{% trans %} Implementation of the Taler wire gateway over the Bitcoin and Ethereum blockchains. {% endtrans %}

{{ _("Sync") }}

{% trans %} Encrypted data backup and recovery service. {% endtrans %}

{{ _("Taler Mailbox") }}

{% trans %} Reliably deliver payment messages between Taler wallets. {% endtrans %}

{{ _("TalDir") }}

{% trans %} Directory to associate addresses (e-mail, phone numbers, etc.) with Taler wallets. {% endtrans %}

{{ _("Extensions")}}

{{ _("Taler-MDB") }}

{% trans %} Integration of GNU Taler with the Multi-Drop-Bus (MDB) protocol commonly used in vending machines. Deployed at a coffee-and-snack machine at BFH. {% endtrans %}

{{ _("WooCommerce Payment Backend") }}

{% trans %} GNU Taler payment plugin for the WooCommerce e-commerce solution (itself based on WordPress). {% endtrans %}

{{ _("Pretix Payment Backend") }}

{% trans %} GNU Taler payment plugin for the Pretix ticketing system. {% endtrans %}

{{ _("Joomla! Payment Backend") }}

{% trans %} GNU Taler payment plugin for the Joomla! e-commerce solution. {% endtrans %}

{{ _("Internals Documentation")}}

{{ _("HTTP API")}}

{% trans %} Reference for the HTTP-based API for Taler components. {% endtrans %}

{{ _("Tutorials")}}

{% trans %} Video tutorials for working with GNU Taler. {% endtrans %}

{{ _("Know-your-customer")}}

{% trans %} Overview on Know-your-customer (KYC) integrations for a Taler Exchange. {% endtrans %}
{% endblock body_content %}