summaryrefslogtreecommitdiff
path: root/docs.html.j2
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-06-27 20:00:30 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-06-27 20:26:40 +0200
commit5cbb00bdd97cb3a7040c043208c61e036612778e (patch)
tree0053dec67784a630b709a6f59b664c4fd2994379 /docs.html.j2
parente40407607e31939aaf863fcadb952c737ae8a031 (diff)
downloadwww-5cbb00bdd97cb3a7040c043208c61e036612778e.tar.gz
www-5cbb00bdd97cb3a7040c043208c61e036612778e.tar.bz2
www-5cbb00bdd97cb3a7040c043208c61e036612778e.zip
#5786
Diffstat (limited to 'docs.html.j2')
-rw-r--r--docs.html.j2210
1 files changed, 210 insertions, 0 deletions
diff --git a/docs.html.j2 b/docs.html.j2
new file mode 100644
index 00000000..8996693d
--- /dev/null
+++ b/docs.html.j2
@@ -0,0 +1,210 @@
+{% extends "common/base.j2" %}
+{% block body_content %}
+
+<div class="container">
+
+
+ <div class="row justify-content-center text-center">
+ <div class="col-8">
+ <h2>Components</h2>
+ </div>
+ </div>
+
+ <div class="row mt-5">
+ </div>
+
+ <div class="row">
+ <div class="col">
+ <a href="https://{{ docshost }}/merchant/backend/html/manual.html">
+ <img src="../icons/icon-backend.svg" height=60>
+ <h3>Merchant Backend Administration</h3>
+ </a>
+ {{ _("Tutorial and manual for operating a merchant") }}.
+ {{ _("Also available as") }} <a href="https://{{ docshost }}/merchant/backend/pdf/manual.pdf">PDF</a>.
+ </div>
+
+ <div class="col">
+ <a href="https://{{ docshost }}/merchant/backend/html/merchant-api-curl.html">
+ <img src="../icons/icon-market.svg" height=60>
+ <h3>{{ _("Merchant API Tutorial (Command Line)") }}</h3>
+ </a>
+ {% trans %}
+ Tutorial for processing Taler payments using the merchant backend's API, with command line (and cURL) examples.
+ Also available as
+ {% endtrans %} <a href="https://{{ docshost }}/merchant/backend/pdf/merchant-api-curl.pdf">PDF</a>.
+ </div>
+
+ <div class="col">
+ <a href="https://{{ docshost }}/merchant/backend/html/merchant-api-python.html">
+ <img src="../icons/icon-market.svg" height=60>
+ <h3>Merchant API Tutorial (Python)</h3>
+ </a>
+ {% trans %}
+ Tutorial for processing Taler payments using the merchant backend's API, with Python 3 examples.
+ Also available as
+ {% endtrans %} <a href="https://{{ docshost }}/merchant/backend/pdf/merchant-api-python.pdf">PDF</a>.
+ </div>
+ </div>
+
+ <div class="row mt-5">
+ </div>
+
+ <div class="row">
+ <div class="col">
+ <a href="https://{{ docshost }}/exchange/html/taler-exchange.html">
+ <img src="../icons/icon-exchange.svg" height=60>
+ <h3>Exchange</h3>
+ </a>
+ {% trans %}
+ Operator's manual for the GNU Taler exchange.
+ Also available as
+ {% endtrans %} <a href="https://{{ docshost }}/exchange/pdf/taler-exchange.pdf">PDF</a>.
+ </div>
+
+ <div class="col">
+ <a href="https://{{ docshost }}/bank/html/taler-bank.html">
+ <img src="../icons/icon-bank.svg" height=60>
+ <h3>{{ _("Bank Integration") }}</h3>
+ </a>
+ {% trans %}
+ Manual for tightly integrating Taler with banking applications.
+ Also available as
+ {% endtrans %} <a href="https://{{ docshost }}/bank/pdf/taler-bank.pdf">PDF</a>.
+ </div>
+
+ <div class="col">
+ <a href="https://{{ docshost }}/backoffice/html/manual.html">
+ <img src="../icons/icon-backoffice.svg" height=60>
+ <h3>{{ _("Back office") }}</h3>
+ </a>
+ {% trans %}
+ Manual to run the back-office Web application.
+ Also available as
+ {% endtrans %} <a href="https://{{ docshost }}/backoffice/pdf/manual.pdf">PDF</a>.
+ </div>
+ </div>
+
+ <div class="row mt-5">
+ </div>
+
+ <div class="row justify-content-center text-center">
+ <div class="col-8">
+ <h2>Internals</h2>
+ </div>
+ </div>
+
+ <div class="row mt-5">
+ </div>
+
+ <div class="row">
+ <div class="col">
+ <a href="https://{{ docshost }}/api/index.html">
+ <img src="../icons/icon-api.svg" height=60>
+ <h3>HTTP API</h3>
+ </a>
+ {{ _("Reference for the HTTP-based API for Taler components.") }}
+ </div>
+
+ <div class="col">
+ <a href="https://{{ docshost }}/onboarding/html/onboarding.html">
+ <img src="../icons/icon-developers.svg" height=60>
+ <h3>Onboarding</h3>
+ </a>
+ {% trans %}
+ Description of our taler.net setup and how to contribute.
+ Also available as
+ {% endtrans %}
+ <a href="https://{{ docshost }}/onboarding/pdf/onboarding.pdf">PDF</a>.
+ </div>
+ </div>
+
+ <div class="row mt-5">
+ </div>
+
+ <div class="row justify-content-center text-center">
+ <div class="col-8">
+ <h2>Community</h2>
+ </div>
+ </div>
+
+ <div class="row mt-5">
+ </div>
+
+ <div class="row">
+ <div class="col">
+ <a href="https://lists.gnu.org/mailman/listinfo/taler">
+ <img src="../icons/icon-share.svg" height=60>
+ <h3>Mailing List</h3>
+ </a>
+ {{ _("The official GNU Taler mailing list.") }}
+ </div>
+
+ <div class="col">
+ <a href="https://webchat.freenode.net/?channels=taler">
+ <img src="../icons/icon-share.svg" height=60>
+ <h3>IRC</h3>
+ </a>
+ {{ _("Our IRC channel is #taler on freenode.") }}
+ </div>
+
+ <div class="col">
+ <a href="https://gnunet.org/bugs/">
+ <img src="../icons/icon-share.svg" height=60>
+ <h3>Bug Tracker</h3>
+ </a>
+ {{ _("Our bug tracker for bugs and feature request.") }}
+ </div>
+
+ </div>
+
+ <div class="row mt-5">
+ </div>
+
+ <div class="row justify-content-center text-center">
+ <div class="col-8">
+ <h2>Code</h2>
+ </div>
+ </div>
+
+ <div class="row mt-5">
+ </div>
+
+ <div class="row">
+
+ <div class="col">
+ <a href="https://{{ docshost }}/code/exchange/index.html">
+ <img src="../icons/icon-code.svg" height=60>
+ <h3>{{ _("Code (Exchange)") }}</h3>
+ </a>
+ {{ _("Documented source code (with Doxygen) for the exchange.") }}
+ </div>
+
+ <div class="col">
+ <a href="https://{{ docshost }}/code/merchant/index.html">
+ <img src="../icons/icon-code.svg" height=60>
+ <h3>{{ _("Code (Merchant backend)") }}</h3>
+ </a>
+ {{ _("Documented source code (with Doxygen) for the merchant.") }}
+ </div>
+
+ <div class="col">
+ <a>
+ <img src="../icons/icon-code.svg" height=60>
+ <h3>Code (Wallet)</h3>
+ </a>
+ {{ _("TBD: Documented source code (with TypeDoc) for the wallet.") }}
+ </div>
+
+ <div class="col">
+ <a href="https://git.taler.net">
+ <img src="../icons/icon-code.svg" height=60>
+ <h3>{{ _("Git repositories") }}</h3>
+ </a>
+ {{ _("Git repositories for all of GNU Taler.") }}
+ </div>
+
+ </div>
+
+</div>
+
+{% endblock body_content %}