aboutsummaryrefslogtreecommitdiff
path: root/index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'index.html.j2')
-rw-r--r--index.html.j246
1 files changed, 24 insertions, 22 deletions
diff --git a/index.html.j2 b/index.html.j2
index aa171dce..6193a056 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -3,20 +3,23 @@
3<!-- Jumbotron --> 3<!-- Jumbotron -->
4<div class="jumbotron"> 4<div class="jumbotron">
5 <div style="height: 40vh"> 5 <div style="height: 40vh">
6 <img alt="Taler logo" style="object-fit:contain;width:100%;height:100%" class="center-block" src="{{ url('taler-big-accent.svg') }}" /> 6 <img alt="GNU Taler logo" style="object-fit:contain;width:100%;height:100%" class="center-block" src="{{ url('taler-big-accent.svg') }}" />
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
11 <p> 12 <p>
12 {% trans %} 13 {% trans %}
13 Taler is an electronic payment system under 14 GNU Taler is an electronic payment system under development at
14 development 15 <a href="http://www.inria.fr/">Inria</a>. We expect to make it
15 at <a href="http://www.inria.fr/">Inria</a>. We expect to make it operational in 2017. 16 operational in 2017. You can learn about Taler on this website,
16 You can learn about Taler on this website, try the <a href="https://demo.taler.net">demo</a> 17 try the <a href="https://demo.taler.net">demo</a> and look at
17 and look at our <a href="https://docs.taler.net">developer</a> and <a href="https://api.taler.net">API</a> documentation. 18 our <a href="https://docs.taler.net">developer</a> and <a
19 href="https://api.taler.net">API</a> documentation.
18 {% endtrans %} 20 {% endtrans %}
19 </p> 21 </p>
22
20 </div> 23 </div>
21</div> 24</div>
22 25
@@ -40,24 +43,23 @@
40 43
41 <p> 44 <p>
42 {% trans %} 45 {% trans %}
43 Taler does not introduce a new currency with 46 Taler does not introduce a new currency. Taler
44 fluctuation risks, and instead uses a digital 47 uses a digital wallet storing coins and payment service
45 wallet holding coins in reserve. Taler's 48 providers with escrow accounts in existing currencies.
46 cryptographic coins correspond to existing 49 Thus, Taler's cryptographic coins correspond to existing
47 currencies, such as US Dollars, Euros or even 50 currencies, such as US Dollars, Euros or even Bitcoins.
48 Bitcoins.
49 {% endtrans %} 51 {% endtrans %}
50 </p> 52 </p>
51 53
52 </div> 54 </div>
53 <div class="col-lg-4"> 55 <div class="col-lg-4">
54 <h3>{{ _("Security-focused") }}</h3> 56 <h3>{{ _("Secure") }}</h3>
55 57
56 <p> 58 <p>
57 {% trans %} 59 {% trans %}
58 By design Taler does not suffer from many classes 60 By design Taler does not suffer from many classes
59 of security problems such as phishing or counterfeit. 61 of security problems such as phishing or counterfeit.
60 Despite its security features, Taler never rejects a legitimate 62 Thanks to its security features, Taler never rejects a legitimate
61 customer due to a fraud-detection false positive. 63 customer due to a fraud-detection false positive.
62 {% endtrans %} 64 {% endtrans %}
63 </p> 65 </p>
@@ -70,7 +72,7 @@
70 72
71 <p> 73 <p>
72 {% trans %} 74 {% trans %}
73 When using Taler, merchants cannot hide their income from tax 75 When using Taler, merchant's revenue is transparent for tax
74 collection authorities. Unlike cash and most digital currencies, 76 collection authorities. Unlike cash and most digital currencies,
75 Taler helps prevent black markets. Taler is not suitable for 77 Taler helps prevent black markets. Taler is not suitable for
76 illegal activities. 78 illegal activities.
@@ -79,11 +81,11 @@
79 81
80 </div> 82 </div>
81 <div class="col-lg-4"> 83 <div class="col-lg-4">
82 <h3>{{ _("Privacy-friendly") }}</h3> 84 <h3>{{ _("Private") }}</h3>
83 <p> 85 <p>
84 {% trans %} 86 {% trans %}
85 When you pay with Taler, your identity does not 87 When you pay with Taler, your identity does not
86 have to be revealed to the merchant. Just like 88 have to be revealed. Just like
87 payments in cash, nobody else can track how you 89 payments in cash, nobody else can track how you
88 spent your electronic money. However, you obtain a 90 spent your electronic money. However, you obtain a
89 legally valid proof of payment. 91 legally valid proof of payment.
@@ -118,7 +120,7 @@
118 on their device. Before the first payment, the wallet's balance must 120 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> 121 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, 122 <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 123 are never falsely rejected by fraud detection and do not pose any risk
122 of phishing or identity theft.</p> 124 of phishing or identity theft.</p>
123 {% endtrans %} 125 {% endtrans %}
124 </div> 126 </div>
@@ -126,10 +128,10 @@
126 <h2>{{ _("Receiving payments with Taler") }}</h2> 128 <h2>{{ _("Receiving payments with Taler") }}</h2>
127 {% trans %} 129 {% trans %}
128 <p>To receive Taler payments, a merchant needs a bank account 130 <p>To receive Taler payments, a merchant needs a bank account
129 in the desired currency. We provide 131 in the desired currency. We provide supporting software
130 SDKs in various languages to makes the integration painless. 132 in various programming languages to make the integration painless.
131 The merchant's backend for Taler transaction processing can run 133 The merchant's backend for Taler transaction processing can run
132 on the merchant's premises or hosted.</p> 134 on the merchant's premises or be hosted by a third party.</p>
133 {% endtrans %} 135 {% endtrans %}
134 </div> 136 </div>
135 </div> 137 </div>