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

{{ _("Components")}}

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

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

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

{{ _("Cashier") }}

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

{{ _("Internals")}}

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

{{ _("Community")}}

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

{{ _("Code")}}

{{ _("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.") }}
{% endblock body_content %}