{% extends "common/base.j2" %} {% block body_content %} {% for siteconfitem in siteconf %}

{{ _("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 baseurl=siteconfitem['docshost'] %} Tutorial and manual for operating a merchant. Also available as PDF. {% endtrans %}

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

{% trans baseurl=siteconfitem['docshost'] %} Tutorial for processing Taler payments using the merchant backend API. Also available as PDF. {% endtrans %}

{{ _("Exchange")}}

{% trans baseurl=siteconfitem['docshost'] %} Operator's manual for the GNU Taler exchange. Also available as PDF. {% endtrans %}

{{ _("Bank Integration") }}

{% trans baseurl=siteconfitem['docshost'] %} Manual for tightly integrating Taler with banking applications. Also available as PDF. {% endtrans %}

{{ _("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 baseurl=siteconfitem['docshost'] %} Manual to run the back-office Web application. Also available as PDF. {% endtrans %}

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

{% trans baseurl=siteconfitem['docshost'] %} Manual for configuring and using the point of sale app. Also available as PDF. {% endtrans %}

{{ _("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 baseurl=siteconfitem['docshost'] %} Description of our taler.net setup and how to contribute. Also available as {% endtrans %} PDF.

{{ _("Community")}}

{{ _("Mailing List")}}

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

{{ _("IRC")}}

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

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