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