diff options
Diffstat (limited to 'news.html')
-rw-r--r-- | news.html | 28 |
1 files changed, 13 insertions, 15 deletions
@@ -1,21 +1,18 @@ -<!DOCTYPE html> -<html lang="en"> - <head> +<html lang="{{ _('en') }}"><head> <meta charset="utf-8"> - <title>GNU Taler - News</title> + <title>{{ _("GNU Taler") }} - {{ _("News") }}</title> <meta name="description" content=""> <!--# include file="common/header.inc" --> </head> - <body class="en" onLoad="loadLang();"> + <body class="en" onload="loadLang();"> <div class="container"> <!--# include file="common/navigation.inc" --> <!-- Jumbotron --> <div class="jumbotron"> - <h1 lang="en">News</h1> + <h1>{{ _("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>10-2016: Taler Wallet for Firefox online</h2> @@ -24,6 +21,7 @@ Installation instructions are on the <a href="/wallet">Wallet page</a>.</p> </div> </div> + <div class="row"> <div class="col-lg-12"> <h2>9-2016: Taler Web Payments paper published</h2> @@ -32,10 +30,12 @@ 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> + We have posted the paper <a href="https://gnunet.org/taler2016space">here</a>.</p> + <h2>8-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> + contact the executive team at <a href="mailto:clevel@taler.net">clevel@taler.net</a>.</p> + <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 @@ -74,17 +74,15 @@ <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"> + <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>. + <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> @@ -98,11 +96,11 @@ <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"> + <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>. + <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> |