{% 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 %} Tutorial and manual for operating a merchant. Also available as {% endtrans %} PDF.

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

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

{{ _("Exchange")}}

{% trans %} Operator's manual for the GNU Taler exchange. Also available as {% endtrans %} PDF.

{{ _("Bank Integration") }}

{% trans %} Manual for tightly integrating Taler with banking applications. Also available as {% endtrans %} PDF.

{{ _("Back office") }}

{% trans %} Manual to run the back-office Web application. Also available as {% endtrans %} PDF.

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