aboutsummaryrefslogtreecommitdiff
path: root/news.html
blob: 5d88ba78d195f3b85f77092e8593497ed3800fd6 (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
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>GNU Taler - Taxable Anonymous Libre Electronic Reserves: News</title>
    <meta name="description" content="">
      <!--# include file="common/header.inc" -->
  </head>
  <body class="en" onLoad="loadLang();">
    <div class="container">
      <!--# include file="common/navigation.inc" -->
      <!-- Jumbotron -->
      <div class="jumbotron">
        <h1 lang="en">News</h1>
        <!-- p><a class="btn btn-lg btn-success" href="#" role="button">Get started today</a></p -->
      </div>


      <div class="row">
        <div class="col-lg-12">
          <h2>6-2016: GNU Taler 0.0.0 released</h2>
          <p>We have reached our first big milestone, the 0.0.0 release!
             The release includes implementations of a bank, exchange, merchant and wallet
             and is available on the GNU FTP mirrors.
             <br>
             While the exchange implements the
             complete protocol, the implementations of merchant and wallet are both
             fundamentally incomplete and still lack key features, including important
             error handling. GNU Taler still lacks an implementation of an auditor or
             logic for integration with "real" banks.
             Thus, this release should not yet be used for actual financial
             transactions.
             <br>
             That said, you can already setup your own functional payment system
             and run your own toy currency -- or just try out the demo using
             the Chrome/Chromium browser at <a href="https://demo.taler.net/">demo.taler.net</a>.
             <br>
             Please provide feedback to our <a href="https://gnunet.org/bugs/">bug tracker</a>.
             There, you can also find our <a href="https://gnunet.org/bugs/roadmap_page.php">roadmap</a>
             which contains a list of known open issues and our plans for the near future.
          </p>
        </div>
      </div>

      <div class="row">
        <div class="col-lg-12">
          <h2>12-2015: Taler Demo for Chrome/Chromium online</h2>
          <p>We finally have a first simple demo for Taler online. The Firefox-variant
             still needs some love, but you can start to try out the demo using
             the Chrome/Chromium browser at <a href="https://demo.taler.net/">demo.taler.net</a>.
             Please provide feedback to our <a href="https://gnunet.org/bugs/">bug tracker</a>.</p>
        </div>
      </div>

      <div class="row">
        <div class="col-lg-12">
          <h2>11-2014: Christian Grothoff's explains the goals behind Taler</h2>
          <p>
           <video id="video" poster="/videos/inria2015interview.png" autobuffer height="360" width="640" controls="controls">
           <source src="/videos/inria2015interview.webm#t=216" type="video/webm">
           <source src="/videos/inria2015interview.ogv#t=216" 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">Taler</span>" by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Christian Grothoff, produced by Inria Rennes Bretagne Atlantique</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>.
          </p>
        </div>
      </div>



      <div class="row">
        <div class="col-lg-12">
          <h2>2-2015: Taler becomes an official GNU package</h2>
          <p>Taler was accepted into the GNU project today.  GNU will offer advice,
            advocacy and cooperation --- and host our official public
            mailinglist <a href="mailto:taler@gnu.org">taler@gnu.org</a>.</p>
        </div>
      </div>

      <div class="row">
        <div class="col-lg-12">
          <h2>12-2014: Watch Christian Grothoff's FOSSA talk on Taler</h2>
          <p>
           <video id="video" poster="/images/fossa2014.png" autobuffer height="360" width="640" controls="controls">
           <source src="/videos/grothoff2014fossa.webm" type="video/webm">
           <source src="/videos/grothoff2014fossa.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">Taler</span>" by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Christian Grothoff, produced by FOSSA, Inria Rennes Bretagne Atlantique</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>.
          </p>
        </div>
      </div>

      <div class="row">
        <div class="col-lg-12">
          <h2>11-2014: Launching <tt>taler.net</tt></h2>
          <p>Welcome to our new site about the Taler electronic payment system.</p>
        </div>
      </div>

      <!--# include file="common/footer.inc" -->
    </div> <!-- /container -->
  </body>
</html>