summaryrefslogtreecommitdiff
path: root/news.html
blob: 5337589f4ab3f9e85ff48055872ad318e286e22f (plain)
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
<!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>09-2016: Taler Web Payments paper published</h2>
          <p>We just finished the camera-ready version of our paper on how to use Taler
             for Web payments.  This paper does not discuss the cryptography behind
             Taler, but focuses on the practical aspects of how the wallet and the merchants
             interact over the Web.  Hence, this paper should be a good read for
             anyone who wants to integrate Taler support with their Web site.
             We have posted the paper <a href="https://gnunet.org/taler2016space">here</a>.</p>
          <h2>08-2016: Taler Systems S.A. created</h2>
          <p>We now have a business entity for Taler.  Potential investors may
             contact the executive team at <a href="mailto:clevel@taler.net">clevel@taler.net</a>.</p>
          <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>