From a545f9be30831d9a3c7bd4c232fa1b9f7e870a14 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 6 Mar 2017 01:15:28 +0100 Subject: advantages instead of acronym expansion --- index.html.j2 | 76 ++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 46 insertions(+), 30 deletions(-) diff --git a/index.html.j2 b/index.html.j2 index 32cd752f..3bf882c4 100644 --- a/index.html.j2 +++ b/index.html.j2 @@ -1,33 +1,34 @@ {% extends "common/base.j2" %} {% block body_content %} -
- -
- Taler logo -
-
-

{{ _("Independent One-Click Payments!") }}

- -

- {% trans %} - Taler is an electronic payment system under - development - at Inria. We expect to make it operational in 2017. - Meanwhile you can learn about Taler on this website, try the demo - and look at our developer and API documentation. - {% endtrans %} -

- -
+
+ +
+ Taler logo +
+
+

{{ _("Independent One-Click Payments!") }}

+

+ {% trans %} + Taler is an electronic payment system under + development + at Inria. We expect to make it operational in 2017. + Meanwhile you can learn about Taler on this website, try the demo + and look at our developer and API documentation. + {% endtrans %} +

+
+
+

Advantages of Taler

+
-

{{ _("Taxable") }}

+ {{ _("Taxable") }}

{% trans %} @@ -39,8 +40,7 @@

-

{{ _("Privacy-friendly") }}

- + {{ _("Privacy-friendly") }}

{% trans %} When you pay with Taler, your identity does not @@ -53,15 +53,15 @@

-

{{ _("Libre") }}

+ {{ _("Libre") }}

{% trans %} - Taler is free software - from the GNU project - implementing an open protocol. Anybody - is welcome to inspect our code and integrate our - reference implementation into their applications. + Taler provides protocols and reference implementations that in + principle enables everybody to run their own payment infrastructure, + be it individuals, organizations or whole countries. Since the + reference implementation is a GNU + package, it will always remain free software. {% endtrans %}

@@ -69,7 +69,7 @@
-

{{ _("Electronic") }}

+ {{ _("Practical") }}

{% trans %} @@ -82,7 +82,7 @@

-

{{ _("Reserves") }}

+ {{ _("Stable") }}

{% trans %} @@ -96,9 +96,25 @@

+
+ {{ _("Security-focused") }} + +

+ {% trans %} + By design Taler does not suffer from many classes + of security problems such as phishing or conterfeit. + Despite its security features, Taler never rejects a legitimate + customer due to a fraud-detection false positive. + {% endtrans %} +

+ +
+
+

How it works

+
-- cgit v1.2.3