aboutsummaryrefslogtreecommitdiff
path: root/index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'index.html.j2')
-rw-r--r--index.html.j2108
1 files changed, 56 insertions, 52 deletions
diff --git a/index.html.j2 b/index.html.j2
index e4ec7cfb..c9cc38fd 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -27,40 +27,42 @@
27 27
28 <div class="row"> 28 <div class="row">
29 <div class="col-lg-4"> 29 <div class="col-lg-4">
30 <h3>{{ _("Taxable") }}</h3> 30 <h3>{{ _("Practical") }}</h3>
31 31
32 <p> 32 <p>
33 {% trans %} 33 {% trans %}
34 When using Taler, merchants can't hide their income from tax 34 Taler is easy to integrate with existing Web
35 collection authorities. Unlike cash and most digital currencies, 35 applications. Payments are cryptographically
36 Taler helps preventing black markets. 36 secured and are confirmed within milliseconds with
37 extremely low transaction costs.
37 {% endtrans %} 38 {% endtrans %}
38 </p> 39 </p>
39 40
40 </div> 41 </div>
41 <div class="col-lg-4"> 42 <div class="col-lg-4">
42 <h3>{{ _("Privacy-friendly") }}</h3> 43 <h3>{{ _("Stable") }}</h3>
44
43 <p> 45 <p>
44 {% trans %} 46 {% trans %}
45 When you pay with Taler, your identity does not 47 Taler does not introduce a new currency with
46 have to be revealed to the merchant. Just like 48 fluctuation risks, and instead uses a digital
47 payments in cash, nobody else can track how you 49 wallet holding coins in reserve. Taler's
48 spent your electronic money. However, you obtain a 50 cryptographic coins correspond to existing
49 legally valid proof of payment. 51 currencies, such as US Dollars, Euros or even
52 Bitcoins.
50 {% endtrans %} 53 {% endtrans %}
51 </p> 54 </p>
52 55
53 </div> 56 </div>
54 <div class="col-lg-4"> 57 <div class="col-lg-4">
55 <h3>{{ _("Libre") }}</h3> 58 <h3>{{ _("Security-focused") }}</h3>
56 59
57 <p> 60 <p>
58 {% trans %} 61 {% trans %}
59 Taler provides protocols and reference implementations that in 62 By design Taler does not suffer from many classes
60 principle enables anybody to run their own payment infrastructure, 63 of security problems such as phishing or conterfeit.
61 be it individuals, organizations or whole countries. Since the 64 Despite its security features, Taler never rejects a legitimate
62 reference implementation is a <a href="http://www.gnu.org/">GNU</a> 65 customer due to a fraud-detection false positive.
63 package, it will always remain free software.
64 {% endtrans %} 66 {% endtrans %}
65 </p> 67 </p>
66 68
@@ -68,45 +70,44 @@
68 </div> 70 </div>
69 <div class="row"> 71 <div class="row">
70 <div class="col-lg-4"> 72 <div class="col-lg-4">
71 <h3>{{ _("Practical") }}</h3> 73 <h3>{{ _("Taxable") }}</h3>
72 74
73 <p> 75 <p>
74 {% trans %} 76 {% trans %}
75 Taler is easy to integrate with existing Web 77 When using Taler, merchants cannot hide their income from tax
76 applications. Payments are cryptographically 78 collection authorities. Unlike cash and most digital currencies,
77 secured and are confirmed within milliseconds with 79 Taler helps prevent black markets. Taler is not suitable for
78 extremely low transaction costs. 80 illegal activities.
79 {% endtrans %} 81 {% endtrans %}
80 </p> 82 </p>
81 83
82 </div> 84 </div>
83 <div class="col-lg-4"> 85 <div class="col-lg-4">
84 <h3>{{ _("Stable") }}</h3> 86 <h3>{{ _("Privacy-friendly") }}</h3>
85
86 <p> 87 <p>
87 {% trans %} 88 {% trans %}
88 Taler does not introduce a new currency with 89 When you pay with Taler, your identity does not
89 fluctuation risks, and instead uses a digital 90 have to be revealed to the merchant. Just like
90 wallet holding coins in reserve. Taler's 91 payments in cash, nobody else can track how you
91 cryptographic coins correspond to existing 92 spent your electronic money. However, you obtain a
92 currencies, such as US Dollars, Euros or even 93 legally valid proof of payment.
93 Bitcoins.
94 {% endtrans %} 94 {% endtrans %}
95 </p> 95 </p>
96 96
97 </div> 97 </div>
98 <div class="col-lg-4"> 98 <div class="col-lg-4">
99 <h3>{{ _("Security-focused") }}</h3> 99 <h3>{{ _("Libre") }}</h3>
100 100
101 <p> 101 <p>
102 {% trans %} 102 {% trans %}
103 By design Taler does not suffer from many classes 103 Taler provides protocols and reference implementations that in
104 of security problems such as phishing or conterfeit. 104 principle enables anybody to run their own payment infrastructure,
105 Despite its security features, Taler never rejects a legitimate 105 be it individuals, organizations or whole countries. Since the
106 customer due to a fraud-detection false positive. 106 reference implementation is a <a href="http://www.gnu.org/">GNU</a>
107 package, it will always remain free software.
107 {% endtrans %} 108 {% endtrans %}
108 </p> 109 </p>
109 110
110 </div> 111 </div>
111 </div> 112 </div>
112</div> 113</div>
@@ -115,22 +116,25 @@
115<div class="container"> 116<div class="container">
116 <div class="row"> 117 <div class="row">
117 <div class="col-lg-6"> 118 <div class="col-lg-6">
118 <h2>Paying with Taler</h2> 119 <h2>{{ _("Paying with Taler") }}</h2>
119 <p>In order to pay with Taler, users install a wallet browser extension 120 {% trans %}
120 or app on their device. Before the first payment, the wallet's balance must 121 <p>To pay with Taler, customers install an electronic wallet
121 be charged by some other means of payment for the desired currency.</p> 122 on their device. Before the first payment, the wallet's balance must
122 <p>Once the wallet is charged, payments on websites take only one click, are never falsely rejected 123 be charged in the desired currency by some other means of payment.</p>
123 by fraud detection and do not post any risk of phishing or identity theft.</p> 124 <p>Once the wallet is charged, payments on websites take only one click,
125 are never falsely rejected by fraud detection and do not post any risk
126 of phishing or identity theft.</p>
127 {% endtrans %}
124 </div> 128 </div>
125 <div class="col-lg-6"> 129 <div class="col-lg-6">
126 <h2>Receiving payments with Taler</h2> 130 <h2>{{ _("Receiving payments with Taler") }}</h2>
127 <p>To receive Taler payments, a merchant only needs a bank account (or 131 {% trans %}
128 any other kind of payment address) in the desired currency. We provide an 132 <p>To receive Taler payments, a merchant needs a bank account
129 SDK in various languages that makes the integration into a merchant's store 133 in the desired currency. We provide
130 painless. The merchant's backend for Taler transaction processing can run 134 SDKs in various languages to makes the integration painless.
131 on the mechant's premises or be a hosted backend.</p> 135 The merchant's backend for Taler transaction processing can run
132 <p>When using a hosted backend, setting up a website that accepts taler 136 on the mechant's premises or hosted.</p>
133 payments is a matter of minutes.</p> 137 {% endtrans %}
134 </div> 138 </div>
135 </div> 139 </div>
136</div> 140</div>
@@ -144,7 +148,7 @@
144 <div class="col-lg-6"> 148 <div class="col-lg-6">
145 <h2>{{ _("Financial News") }}</h2> 149 <h2>{{ _("Financial News") }}</h2>
146 {% include "financial-news.html.j2.inc" %} 150 {% include "financial-news.html.j2.inc" %}
147 </div> 151 </div>
148 </div> 152 </div>
149</div> <!-- /container --> 153</div> <!-- /container -->
150{% endblock body_content %} 154{% endblock body_content %}