aboutsummaryrefslogtreecommitdiff
path: root/index.html.j2
blob: fd3745ff1bec5ddfb6096961e9fc56a7d4c18ba1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html lang="{{ lang }}">
  <head>
    <meta charset="UTF-8"/>
    <title>{{ _("GNU Taler") }}</title>
    <meta name="description" content="{{ _('Taxable Anonymous Libre Electronic Reserves') }}" />
      {% include "common/header.j2.inc" %}
  </head>
  <body>
    <div class="container">
      {% include "common/navigation.j2.inc" %}
      <!-- Jumbotron -->
      <div class="jumbotron">
        <img align="middle" alt="Taler logo" width="33%" src="{{ url('images/logo-2015-medium.png') }}" style="margin: 0px 0px -120px 0px;">
      </div>
      <div class="jumbotron">
         <h1>{{ _("Independent One-Click Payments!") }}</h1>

	 <p>{{ _("Taler is an electronic payment system under
	          development
	          at <a href=\"http://www.inria.fr/\">Inria</a>.  We expect to make it operational in 2017.
                  Meanwhile you can learn about Taler on this website, try the <a href=\"https://demo.taler.net\">demo</a>
                  and look at our <a href=\"https://docs.taler.net\">developer</a> and <a href=\"https://api.taler.net\">API</a> documentation.
	          ") }}</p>
	 
      </div>
      <div class="row">
        <div class="col-lg-4">
          <h2>{{ _("<b>T</b>axable") }}</h2>

	  <p>{{ _("Unlike Bitcoin or cash payments, Taler ensures that
	           governments can learn their citizen's total income
	           and thus collect sales, value-added or income
	           taxes. Taler is a currency for the mainstream
	           economy, and not the black market.") }}</p>

        </div>
        <div class="col-lg-4">
          <h2>{{ _("<b>A</b>nonymous") }}</h2>

	  <p>{{ _("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.") }}</p>

        </div>
        <div class="col-lg-4">
          <h2>{{ _("<b>L</b>ibre") }}</h2>

	  <p>{{ _("Taler is free software
	           from <a href=\"http://www.gnu.org/\">the GNU
	           project</a> implementing an open protocol.  Anybody
	           is welcome to inspect our code and integrate our
	           reference implementation into their applications.")
	           }}</p>

        </div>
      </div>
      <div class="row">
        <div class="col-lg-4">
          <h2>{{ _("<b>E</b>lectronic") }}</h2>
	  
	  <p>{{ _("Taler is easy to integrate with existing Web
	           applications. Payments are cryptographically
	           secured and are confirmed within milliseconds with
	           extremely low transaction costs.") }}</p>

        </div>
        <div class="col-lg-4">
          <h2>{{ _("<b>R</b>eserves") }}</h2>

	  <p>{{ _("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.") }}</p>
	  
        </div>
        <div class="col-lg-4">
          <h2>{{ _("Latest Videos") }}</h2>
	  <p>{{ _("Florian Dold talks about Taler at 50p!") }}</p>
	  <video id="video" poster="/videos/dold50p.png" autobuffer="" height="180" width="320" controls="controls">
            <source src="/videos/dold50p.webm" type="video/webm">
            <source src="/videos/dold50p.ogv" type="video/ogv">
          </video>
          <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="/images/ccby.png"></a><br>"<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">GNU Taler</span>" by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Florian Dold, produced by 50p</span> is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>.
        </div>
      </div>
      <div class="row">
        <div class="col-lg-6">
          <h2>{{ _("Taler News") }}</h2>
	  {% include "news.html.j2.inc" %}
	</div>
        <div class="col-lg-6">
          <h2>{{ _("Financial News") }}</h2>
	  {% include "financial-news.html.j2.inc" %}
	</div>	
      </div>
      {% include "common/footer.j2.inc" %}
    </div> <!-- /container -->
  </body>
</html>