From d795d82ec18a8e90b6c8ba559ea7c55a672d391d Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 6 Mar 2017 15:10:27 +0100 Subject: re-add news --- index.html.j2 | 208 ++++++++++++++++++++++++++++++---------------------------- 1 file 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 @@ -
-
+
+
-

Design goals of Taler

+

Design goals of Taler

-
-
-

{{ _("Taxable") }}

+
+
+

{{ _("Taxable") }}

-

- {% trans %} - When using Taler, merchants can't hide their income from tax - collection authorities. Unlike cash and most digital currencies, - Taler helps preventing black markets. - {% endtrans %} -

+

+ {% trans %} + When using Taler, merchants can't hide their income from tax + collection authorities. Unlike cash and most digital currencies, + Taler helps preventing black markets. + {% endtrans %} +

-
-
-

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

-

- {% trans %} - When you pay with Taler, your identity does not - have to be revealed to the merchant. Just like - payments in cash, nobody else can track how you - spent your electronic money. However, you obtain a - legally valid proof of payment. - {% endtrans %} -

+
+
+

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

+

+ {% trans %} + When you pay with Taler, your identity does not + have to be revealed to the merchant. Just like + payments in cash, nobody else can track how you + spent your electronic money. However, you obtain a + legally valid proof of payment. + {% endtrans %} +

-
-
-

{{ _("Libre") }}

+
+
+

{{ _("Libre") }}

-

- {% trans %} - Taler provides protocols and reference implementations that in - principle enables anybody 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 %} -

+

+ {% trans %} + Taler provides protocols and reference implementations that in + principle enables anybody 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 %} +

-
-
-
-

{{ _("Practical") }}

- -

- {% trans %} - Taler is easy to integrate with existing Web - applications. Payments are cryptographically - secured and are confirmed within milliseconds with - extremely low transaction costs. - {% endtrans %} -

+
+
+
+

{{ _("Practical") }}

+ +

+ {% trans %} + Taler is easy to integrate with existing Web + applications. Payments are cryptographically + secured and are confirmed within milliseconds with + extremely low transaction costs. + {% endtrans %} +

-
-
-

{{ _("Stable") }}

+
+
+

{{ _("Stable") }}

-

- {% trans %} - Taler does not introduce a new currency with - fluctuation risks, and instead uses a digital - wallet holding coins in reserve. Taler's - cryptographic coins correspond to existing - currencies, such as US Dollars, Euros or even - Bitcoins. - {% endtrans %} -

- -
-
-

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

+

+ {% trans %} + Taler does not introduce a new currency with + fluctuation risks, and instead uses a digital + wallet holding coins in reserve. Taler's + cryptographic coins correspond to existing + currencies, such as US Dollars, Euros or even + Bitcoins. + {% endtrans %} +

+ +
+
+

{{ _("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 %} -

- -
+

+ {% 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 %} +

+
-
+
+
-
-
-
-

Paying with Taler

-

In order to pay with Taler, users install a wallet browser extension - or app on their device. Before the first payment, the wallet's balance must - be charged by some other means of payment for the desired currency.

-

Once the wallet is charged, payments on websites take only one click, are never falsely rejected - by fraud detection and do not post any risk of phishing or identity theft.

-
-
-

Receiving payments with Taler

-

To receive Taler payments, a merchant only needs a bank account (or - any other kind of payment address) in the desired currency. We provide an - SDK in various languages that makes the integration into a merchant's store - painless. The merchant's backend for Taler transaction processing can run - on the mechant's premises or be a hosted backend.

-

When using a hosted backend, setting up a website that accepts taler - payments is a matter of minutes.

-
+
+
+
+

Paying with Taler

+

In order to pay with Taler, users install a wallet browser extension + or app on their device. Before the first payment, the wallet's balance must + be charged by some other means of payment for the desired currency.

+

Once the wallet is charged, payments on websites take only one click, are never falsely rejected + by fraud detection and do not post any risk of phishing or identity theft.

+
+
+

Receiving payments with Taler

+

To receive Taler payments, a merchant only needs a bank account (or + any other kind of payment address) in the desired currency. We provide an + SDK in various languages that makes the integration into a merchant's store + painless. The merchant's backend for Taler transaction processing can run + on the mechant's premises or be a hosted backend.

+

When using a hosted backend, setting up a website that accepts taler + payments is a matter of minutes.

-
+
+
+
+

{{ _("Taler News") }}

+ {% include "news.html.j2.inc" %} +
+
+

{{ _("Financial News") }}

+ {% include "financial-news.html.j2.inc" %} +
+
+
{% endblock body_content %} -- cgit v1.2.3