{% 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. Also available as PDF. {% endtrans %}

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

{% trans %} Tutorial for processing Taler payments using the merchant backend API. {% endtrans %} {{ gettext('Also available as PDF.', link="https://" + siteconf['docshost'] + "/pdf/taler-merchant-api-tutorial.pdf") }}

{{ _("Back office") }}

{% trans %} Manual to run the back-office Web application. {% endtrans %} {{ gettext('Also available as PDF.', link="https://" + siteconf['docshost'] + "/pdf/taler-backoffice-manual.pdf") }}

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

{% trans %} Manual for configuring and using the point of sale app. {% endtrans %} {{ gettext('Also available as PDF.', link="https://" + siteconf['docshost'] + "/pdf/taler-merchant-pos-terminal.pdf") }}

{{ _("Exchange")}}

{% trans %} Operator's manual for the GNU Taler exchange. {% endtrans %} {{ gettext('Also available as PDF.', link="https://" + siteconf['docshost'] + "/pdf/taler-exchange-manual.pdf") }}

{{ _("Bank Integration") }}

{% trans %} Manual for tightly integrating Taler with banking applications. {% endtrans %} {{ gettext('Also available as PDF.', link="https://" + siteconf['docshost'] + "/pdf/taler-bank-manual.pdf") }}

{{ _("Wallet") }}

{% trans %} Manual about the Taler wallets (WebExtensions, Android, 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 %}

{{ _("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 EBICS stand-alone sandbox (for testing and 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 a 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 %}

{{ _("Payage Payment Plugin") }}

{% trans %} GNU Taler payment plugin for Payage/Joomla! (coming soon). {% endtrans %}

{{ _("Internals Documentation")}}

{{ _("HTTP API")}}

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

{{ _("Onboarding")}}

{% trans %} Description of our taler.net setup and how to contribute. {% endtrans %} {{ gettext('Also available as PDF.', link="https://" + siteconf['docshost'] + "/pdf/developers-manual.pdf") }}

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

{% trans %} Documentation on how to configure Know-your-customer (KYC) rules for a Taler exchange. {% endtrans %}

{{ _("Community Interaction")}}

{{ _("Mailing List")}}

{{ _("The official GNU Taler mailing list.") }}

{{ _("IRC")}}

{{ _("Our IRC channel is #taler on Libera.") }}

{{ _("Bug Tracker")}}

{{ _("Our bug tracker for bugs and feature request.") }}

{{ _("Developer Services")}}

{{ _("Git repositories") }}

{{ _("Git repositories for all of GNU Taler.") }}

{{ _("lcov results") }}

{{ _("Shows results of the code coverage analysis for our test suite.") }}

{{ _("Continuous integration") }}

{{ _("Continuous integration and deployment is managed by our Buildbot.") }}

{{ _("Internationalization")}}

{{ _("Using our weblate service, everyone in the community can contribute towards translating the Website and the GNU Taler applications.") }}

{{ _("Twister") }}

{% trans %} HTTP modifying man-in-the-middle proxy to test error handling. {% endtrans %}

{{ _("Experimental work")}}

{{ _("SMC Auctions") }}

{{ _("Secure multiparty aution protocol (future Taler exchange extension).") }}

{{ _("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 %}

{{ _("MCH 2022 Badge Integration") }}

{% trans %} Accept GNU Taler payments on your MCH 2022 badge. {% endtrans %}

{{ _("EMVco Integration") }}

{{ _("Integeration with EMVco PoS systems (to be started soon).") }}

{{ _("Taler Vault") }}

{{ _("Hardware security module for GNU Taler (to be started soon).") }}
{% endblock body_content %}