aboutsummaryrefslogtreecommitdiff
path: root/index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'index.html.j2')
-rw-r--r--index.html.j227
1 files changed, 13 insertions, 14 deletions
diff --git a/index.html.j2 b/index.html.j2
index aa171dce..293a5d9d 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -7,7 +7,7 @@
7 </div> 7 </div>
8 8
9 <div class="container text-center"> 9 <div class="container text-center">
10 <h1>{{ _("Independent One-Click Payments!") }}</h1> 10 <h1>{{ _("One-Click Cash Payments!") }}</h1>
11 <p> 11 <p>
12 {% trans %} 12 {% trans %}
13 Taler is an electronic payment system under 13 Taler is an electronic payment system under
@@ -40,18 +40,17 @@
40 40
41 <p> 41 <p>
42 {% trans %} 42 {% trans %}
43 Taler does not introduce a new currency with 43 Taler does not introduce a new currency. Taler
44 fluctuation risks, and instead uses a digital 44 uses a digital wallet storing coins and payment service
45 wallet holding coins in reserve. Taler's 45 providers with escrow accounts in existing currencies.
46 cryptographic coins correspond to existing 46 Thus, Taler's cryptographic coins correspond to existing
47 currencies, such as US Dollars, Euros or even 47 currencies, such as US Dollars, Euros or even Bitcoins.
48 Bitcoins.
49 {% endtrans %} 48 {% endtrans %}
50 </p> 49 </p>
51 50
52 </div> 51 </div>
53 <div class="col-lg-4"> 52 <div class="col-lg-4">
54 <h3>{{ _("Security-focused") }}</h3> 53 <h3>{{ _("Secure") }}</h3>
55 54
56 <p> 55 <p>
57 {% trans %} 56 {% trans %}
@@ -70,7 +69,7 @@
70 69
71 <p> 70 <p>
72 {% trans %} 71 {% trans %}
73 When using Taler, merchants cannot hide their income from tax 72 When using Taler, merchant's revenue is transparent for tax
74 collection authorities. Unlike cash and most digital currencies, 73 collection authorities. Unlike cash and most digital currencies,
75 Taler helps prevent black markets. Taler is not suitable for 74 Taler helps prevent black markets. Taler is not suitable for
76 illegal activities. 75 illegal activities.
@@ -79,7 +78,7 @@
79 78
80 </div> 79 </div>
81 <div class="col-lg-4"> 80 <div class="col-lg-4">
82 <h3>{{ _("Privacy-friendly") }}</h3> 81 <h3>{{ _("Private") }}</h3>
83 <p> 82 <p>
84 {% trans %} 83 {% trans %}
85 When you pay with Taler, your identity does not 84 When you pay with Taler, your identity does not
@@ -118,7 +117,7 @@
118 on their device. Before the first payment, the wallet's balance must 117 on their device. Before the first payment, the wallet's balance must
119 be charged in the desired currency by some other means of payment.</p> 118 be charged in the desired currency by some other means of payment.</p>
120 <p>Once the wallet is charged, payments on websites take only one click, 119 <p>Once the wallet is charged, payments on websites take only one click,
121 are never falsely rejected by fraud detection and do not post any risk 120 are never falsely rejected by fraud detection and do not pose any risk
122 of phishing or identity theft.</p> 121 of phishing or identity theft.</p>
123 {% endtrans %} 122 {% endtrans %}
124 </div> 123 </div>
@@ -126,10 +125,10 @@
126 <h2>{{ _("Receiving payments with Taler") }}</h2> 125 <h2>{{ _("Receiving payments with Taler") }}</h2>
127 {% trans %} 126 {% trans %}
128 <p>To receive Taler payments, a merchant needs a bank account 127 <p>To receive Taler payments, a merchant needs a bank account
129 in the desired currency. We provide 128 in the desired currency. We provide supporting software
130 SDKs in various languages to makes the integration painless. 129 in various programming languages to make the integration painless.
131 The merchant's backend for Taler transaction processing can run 130 The merchant's backend for Taler transaction processing can run
132 on the merchant's premises or hosted.</p> 131 on the merchant's premises or be hosted by a third party.</p>
133 {% endtrans %} 132 {% endtrans %}
134 </div> 133 </div>
135 </div> 134 </div>