blob: 9eca45e03b54ada67f767978a554bc937c7b704f (
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
|
<!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>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="http://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>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>
|