From cf9958da7c7a8d8522937d7c4706c7ab2fc5fd73 Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 2 Sep 2019 10:54:27 +0000 Subject: Adjust repository layout (resolves #5596), add sitemap.xml generator. --- template/merchants.html.j2 | 186 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 186 insertions(+) create mode 100644 template/merchants.html.j2 (limited to 'template/merchants.html.j2') diff --git a/template/merchants.html.j2 b/template/merchants.html.j2 new file mode 100644 index 00000000..fff24bf3 --- /dev/null +++ b/template/merchants.html.j2 @@ -0,0 +1,186 @@ +{% extends "common/base.j2" %} +{% block body_content %} +
+
+

{{ _("Advantages for Merchants") }}

+ +

+ {% trans %} + Taler is a cost-effective electronic payment system + which provides you with cryptographic proof that + the payment worked correctly within milliseconds. + Your Web customers pay with previously unknown + levels of convenience without risk of fraud. + {% endtrans %} +

+
+
+ +
+
+
+

{{ _("Fast") }}

+ +

+ {% trans %} + Processing transactions with Taler is fast, + allowing you to confirm the transaction with your + customer virtually immediately. Your customers + will appreciate that they do not have to type in + credit card information and play the "verified + by" game. By making payments significantly + more convenient for your customers, you may be able + to use Taler for small transactions that would not + work with credit card payments due to the mental + overhead for customers. + {% endtrans %} +

+ +
+
+

{{ _("Secure") }}

+ +

+ {% trans %} + You will have cryptographic proof of payment from the + Taler payment service provider. With Taler you never + handle sensitive customer account information and thus + do not have to undergo any particular security audits + (such as PCI DSS). Your systems will have customer + contracts with qualified signatures for all + transactions which you can use in court in case of + disputes. + {% endtrans %} +

+ +
+
+

{{ _("Free") }}

+ +

+ {% trans %} + Taler is free software, and you can use the + liberally-licensed reference code as a starting + point to integrate Taler into your services. To use + Taler, you do not need to pay license fees, and the + free software development model will ensure that + you can select from many competing integrators for + support. + {% endtrans %} +

+ +
+
+
+
+

{{ _("Cheap") }}

+ +

+ {% trans %} + Taler is uses efficient cryptographic constructions with low + bandwidth and storage requirements. Combined with Taler's strong + security which makes fraud impossible, Taler payment service + providers can operate with very low overhead and + thus offer low transaction fees. + {% endtrans %} +

+
+
+

{{ _("Flexible") }}

+ +

+ {% trans %} + Taler can be used for different currencies (such as + Euros, US Dollars or Bitcoins) and any amount, limited + only by applicable regulation and what denominations + the payment service provider supports. + {% endtrans %} +

+
+
+

{{ _("Ethical") }}

+ +

+ {% trans %} + Taler prevents tax evasion and money laundering. + Taler's protocols are efficient and do not use wasteful + proof-of-work calculations. Taler encourages + transparency by providing an open standard and free + software reference implementations. + {% endtrans %} +

+ +
+
+
+ +
+
+

{{ _("Manuals for merchants") }}

+

+

    +
  • {{ _("The GNU Taler merchant backend operator manual") }} + (html, + pdf)
  • +
  • {{ _("The GNU Taler Web shop integration tutorial (PHP)") }} + (html, + pdf)
  • +
  • {{ _("The GNU Taler Web shop integration tutorial (Python)") }} + (html, + pdf)
  • +
+

+
+
+ + +
+ +
+

{{ _("The GNU Taler Merchant Backend") }}

+ +

{{ _("Merchants process payments using the Taler backend:") }}

+

+

    + +
  • + {% trans %} + The backend signs and stores the + complete terms of offers made by the merchant to customers. + For this, the merchant's frontend needs to give the + customer's order in a JSON format to the backend. + {% endtrans %} +
  • + +
  • + {% trans %} + The backend validates payments received from + the wallet and executes them with the Taler + payment service provider (the exchange). For this, + the merchant's frontend must pass the payment + request through to the Taler backend and check the + HTTP status code that is returned. + {% endtrans %} +
  • + +
  • + {% trans %} + The backend can list completed transactions + and map wire transfers to sets of business + transactions, including the exact terms of each + contract. + {% endtrans %} +
  • + +
+

+
+ + {{ _( +
+{% endblock body_content %} -- cgit v1.2.3