summaryrefslogtreecommitdiff
path: root/template/features.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/features.html.j2')
-rw-r--r--template/features.html.j2200
1 files changed, 108 insertions, 92 deletions
diff --git a/template/features.html.j2 b/template/features.html.j2
index 5d94cb12..63e5186a 100644
--- a/template/features.html.j2
+++ b/template/features.html.j2
@@ -10,41 +10,51 @@
</div>
<div class="row">
<div class="col">
-
<p>
- {% trans %}
- GNU Taler is a <span class="tlr">privacy-preserving</span> payment system. Customers can stay
-anonymous, but merchants can not hide their income through payments with GNU Taler.
-This helps to <span class="tlr">avoid tax evasion and money laundering</span>.
+ {% trans %}
+ GNU Taler is a <span class="tlr">privacy-preserving</span>
+ payment system. Customers can stay anonymous, but
+ merchants can not hide their income through payments with GNU Taler.
+ This helps to
+ <span class="tlr">avoid tax evasion and money laundering</span>.
{% endtrans %}
</p>
<p>
{% trans %}
- The primary use case of GNU Taler is <span class="tlr">payments</span>; it is <span class="tlr">not meant as a
-store</span> of value. Payments are always backed by an existing currency.
+ The primary use case of GNU Taler is
+ <span class="tlr">payments</span>; it is
+ <span class="tlr">not meant as a store</span>
+ of value. Payments are always backed by an existing currency.
{% endtrans %}
</p>
<p>
- {% trans %}
- Payment are made after <span class="tlr">exchanging existing money</span> into <em>electronic money</em> with the help of
- an Exchange service, that is, a payment service provider for Taler.
+ {% trans %}
+ Payment are made after
+ <span class="tlr">exchanging existing money</span>
+ into <em>electronic money</em> with the help of
+ an Exchange service, that is, a payment service provider for Taler.
{% endtrans %}
</p>
<p>
{% trans %}
- When making a payment, customers only need a charged wallet. A merchant can accept payments <span class="tlr">without
- making their customers register</span> on the merchant's Website.
+ When making a payment, customers only need a charged wallet.
+ A merchant can accept payments
+ <span class="tlr">without making their customers register</span>
+ on the merchant's Website.
{% endtrans %}
</p>
<p>
- {% trans %}
- GNU Taler is <span class="tlr">immune against many types of fraud</span>, such as phishing of credit card information
- or chargeback fraud. In case of loss or theft, only the limited amount of money left in the wallet might be gone.
- {% endtrans %}
+ {% trans %}
+ GNU Taler is
+ <span class="tlr">immune against many types of fraud</span>,
+ such as phishing of credit card information or
+ chargeback fraud. In case of loss or theft, only the limited amount
+ of money left in the wallet might be gone.
+ {% endtrans %}
</p>
</div>
<div class="col">
@@ -54,56 +64,61 @@ store</span> of value. Payments are always backed by an existing currency.
</div>
<div class="container-fluid">
-<div class="container" style="border: 5px dotted black">
- <div class="row">
- <div class="col-lg-6">
- <h2>{{ _("Paying with Taler") }}</h2>
- <p>
- {% trans %}
- To pay with Taler, customers install an electronic wallet
- on their device. Before the first payment, the desired currency
- must be added to the wallet's balance
- by some other means of payment.
- {% endtrans %}
- </p>
- <p>
- {% trans %}
- Once the wallet is charged, payments on websites take only one click,
- are never falsely rejected by fraud detection and do not pose any risk
- of phishing or identity theft.
- {% endtrans %}
- </p>
- <p><a href="https://demo.taler.net">
- {% trans %}
- Try it yourself with the interactive demo!
- {% endtrans %}
- </a></p>
- </div>
- <div class="col-lg-6">
- <h2>{{ _("Receiving payments with Taler") }}</h2>
- <p>
- {% trans %}
- To receive Taler payments, a merchant needs a bank account
- in the desired currency. We provide supporting software
- in various programming languages to make the integration painless.
- The merchant's backend for Taler transaction processing can run
- on the merchant's premises or be hosted by a third party.
- {% endtrans %}
- </p>
- <p>
- {% trans %}
- Merchant integration is simple, and customers can pay for products without even having to register an account.
- {% endtrans %}
- </p>
- <p><a href="https://docs.taler.net">
- {% trans %}
- See how merchant integration works in our developer documentation!
- {% endtrans %}
- </a></p>
+ <div class="container" style="border: 5px dotted black">
+ <div class="row">
+ <div class="col-lg-6">
+ <h2>{{ _("Paying with Taler") }}</h2>
+ <p>
+ {% trans %}
+ To pay with Taler, customers install an electronic wallet
+ on their device. Before the first payment, the desired currency
+ must be added to the wallet's balance
+ by some other means of payment.
+ {% endtrans %}
+ </p>
+ <p>
+ {% trans %}
+ Once the wallet is charged, payments on websites take only one click,
+ are never falsely rejected by fraud detection and do not pose any risk
+ of phishing or identity theft.
+ {% endtrans %}
+ </p>
+ <p>
+ <a href="https://demo.taler.net">
+ {% trans %}
+ Try it yourself with the interactive demo!
+ {% endtrans %}
+ </a>
+ </p>
+ </div>
+ <div class="col-lg-6">
+ <h2>{{ _("Receiving payments with Taler") }}</h2>
+ <p>
+ {% trans %}
+ To receive Taler payments, a merchant needs a bank account
+ in the desired currency. We provide supporting software
+ in various programming languages to make the integration painless.
+ The merchant's backend for Taler transaction processing can run
+ on the merchant's premises or be hosted by a third party.
+ {% endtrans %}
+ </p>
+ <p>
+ {% trans %}
+ Merchant integration is simple, and customers can pay for products
+ without even having to register an account.
+ {% endtrans %}
+ </p>
+ <p>
+ <a href="https://docs.taler.net">
+ {% trans %}
+ See how merchant integration works in our developer documentation!
+ {% endtrans %}
+ </a>
+ </p>
+ </div>
</div>
</div>
</div>
-</div>
<div class="container">
@@ -114,10 +129,10 @@ store</span> of value. Payments are always backed by an existing currency.
<p>
{% trans %}
- Taler is easy to integrate with existing Web
- applications. Payments are cryptographically
- secured and are confirmed within milliseconds with
- extremely low transaction costs.
+ Taler is easy to integrate with existing Web
+ applications. Payments are cryptographically
+ secured and are confirmed within milliseconds with
+ extremely low transaction costs.
{% endtrans %}
</p>
@@ -127,11 +142,11 @@ store</span> of value. Payments are always backed by an existing currency.
<p>
{% trans %}
- Taler does not introduce a new currency. Taler
- uses a digital wallet storing coins and payment service
- providers with escrow accounts in existing currencies.
- Thus, Taler's cryptographic coins correspond to existing
- currencies, such as US Dollars, Euros or even Bitcoins.
+ Taler does not introduce a new currency. Taler
+ uses a digital wallet storing coins and payment service
+ providers with escrow accounts in existing currencies.
+ Thus, Taler's cryptographic coins correspond to existing
+ currencies, such as US Dollars, Euros or even Bitcoins.
{% endtrans %}
</p>
@@ -141,10 +156,10 @@ store</span> of value. Payments are always backed by an existing currency.
<p>
{% trans %}
- By design Taler does not suffer from many classes
- of security problems such as phishing or counterfeit.
- Thanks to its security features, Taler never rejects a legitimate
- customer due to a fraud-detection false positive.
+ By design Taler does not suffer from many classes
+ of security problems such as phishing or counterfeit.
+ Thanks to its security features, Taler never rejects a legitimate
+ customer due to a fraud-detection false positive.
{% endtrans %}
</p>
@@ -156,10 +171,10 @@ store</span> of value. Payments are always backed by an existing currency.
<p>
{% trans %}
- When using Taler, merchant's revenue is transparent for tax
- collection authorities. Unlike cash and most digital currencies,
- Taler helps prevent black markets. Taler is not suitable for
- illegal activities.
+ When using Taler, merchant's revenue is transparent for tax
+ collection authorities. Unlike cash and most digital currencies,
+ Taler helps prevent black markets. Taler is not suitable for
+ illegal activities.
{% endtrans %}
</p>
@@ -168,11 +183,11 @@ store</span> of value. Payments are always backed by an existing currency.
<h3>{{ _("Private") }}</h3>
<p>
{% trans %}
- When you pay with Taler, your identity does not
- have to be revealed. Just like
- payments in cash, nobody else can track how you
- spent your electronic money. However, you obtain a
- legally valid proof of payment.
+ When you pay with Taler, your identity does not
+ have to be revealed. Just like
+ payments in cash, nobody else can track how you
+ spent your electronic money. However, you obtain a
+ legally valid proof of payment.
{% endtrans %}
</p>
@@ -182,17 +197,18 @@ store</span> of value. Payments are always backed by an existing currency.
<p>
{% trans %}
- Taler provides protocols and reference implementations that in
- principle enables anybody to run their own payment infrastructure,
- be it individuals, organizations or whole countries. Since the
- reference implementation is a <a href="http://www.gnu.org/">GNU</a>
- package, it will always remain free software.
+ Taler provides protocols and reference implementations that in
+ principle enables anybody to run their own payment infrastructure,
+ be it individuals, organizations or whole countries. Since the
+ reference implementation is a
+ {% endtrans %}
+ <a href="http://www.gnu.org/">GNU</a>
+ {% trans %}
+ package, it will always remain free software.
{% endtrans %}
</p>
</div>
-
</div>
-
</div>
{% endblock body_content %}