gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-www] 05/10: adjust news to new structure.


From: gnunet
Subject: [taler-www] 05/10: adjust news to new structure.
Date: Wed, 11 Dec 2019 12:34:06 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository www.

commit 7de18b3b5d42c3e8f3a75522521f6089023f5110
Author: ng0 <address@hidden>
AuthorDate: Mon Dec 9 19:50:20 2019 +0000

    adjust news to new structure.
---
 news/2014-11.html.j2 | 10 ++++++++--
 news/2014-12.html.j2 | 24 ++++++++++++++----------
 news/2015-02.html.j2 | 14 ++++++++++----
 news/2015-11.html.j2 | 24 ++++++++++++++----------
 news/2015-12.html.j2 | 16 +++++++++++-----
 news/2016-06.html.j2 | 50 +++++++++++++++++++++++++++++---------------------
 news/2016-08.html.j2 | 12 +++++++++---
 news/2016-09.html.j2 | 21 ++++++++++++++-------
 news/2016-10.html.j2 | 14 ++++++++++----
 news/2016-12.html.j2 | 24 ++++++++++++++----------
 news/2017-01.html.j2 | 12 +++++++++---
 news/2017-02.html.j2 | 24 ++++++++++++++----------
 news/2017-03.html.j2 | 24 ++++++++++++++----------
 news/2017-04.html.j2 | 26 +++++++++++++++-----------
 news/2017-08.html.j2 | 26 +++++++++++++++-----------
 news/2017-10.html.j2 | 24 +++++++++++++++---------
 news/2018-04.html.j2 | 34 +++++++++++++++++++---------------
 17 files changed, 234 insertions(+), 145 deletions(-)

diff --git a/news/2014-11.html.j2 b/news/2014-11.html.j2
index 774a5ac..aabb301 100644
--- a/news/2014-11.html.j2
+++ b/news/2014-11.html.j2
@@ -1,2 +1,8 @@
-          <h3>2014-11: Launching <tt>taler.net</tt></h3>
-          <p>Welcome to our new site about the Taler electronic payment 
system.</p>
+{% extends "common/news.j2" %}
+{% block body_content %}
+
+<h1>2014-11: Launching taler.net</h1>
+<p>
+  Welcome to our new site about the Taler electronic payment system.
+</p>
+{% endblock body_content %}
diff --git a/news/2014-12.html.j2 b/news/2014-12.html.j2
index 8145558..adff6e6 100644
--- a/news/2014-12.html.j2
+++ b/news/2014-12.html.j2
@@ -1,10 +1,14 @@
-          <h3>2014-12: Watch Christian Grothoff's FOSSA talk on Taler</h3>
-          <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>
-          </p>
-          <p>
-          <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="{{ 
url('/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://creativ [...]
-          </p>
+{% extends "common/news.j2" %}
+{% block body_content %}
+
+<h1>2014-12: Watch Christian Grothoff&#39;s FOSSA talk on Taler</h1>
+<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>
+</p>
+<p>
+  <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="{{ 
url('/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 [...]
+</p>
+{% endblock body_content %}
diff --git a/news/2015-02.html.j2 b/news/2015-02.html.j2
index 6840b01..0880a59 100644
--- a/news/2015-02.html.j2
+++ b/news/2015-02.html.j2
@@ -1,4 +1,10 @@
-          <h3>2015-02x: Taler becomes an official GNU package</h3>
-          <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:address@hidden";>address@hidden</a>.</p>
\ No newline at end of file
+{% extends "common/news.j2" %}
+{% block body_content %}
+
+<h1>2015-02x: Taler becomes an official GNU package</h1>
+<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:address@hidden";>address@hidden</a>.
+</p>
+{% endblock body_content %}
diff --git a/news/2015-11.html.j2 b/news/2015-11.html.j2
index 8be3e40..b45a2b0 100644
--- a/news/2015-11.html.j2
+++ b/news/2015-11.html.j2
@@ -1,10 +1,14 @@
-          <h3>2015-11: Christian Grothoff's explains the goals behind 
Taler</h3>
-          <p>
-           <video id="video" poster="{{ url('images/logo-2018-dold.svg')}}" 
autobuffer="" height="360" width="640" controls="controls">
-           <source src="/videos/inria2015interview.webm" type="video/webm">
-           <source src="/videos/inria2015interview.ogv" type="video/ogv">
-           </video>
-          </p>
-          <p>
-          <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="{{ 
url('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://creativecommon [...]
-          </p>
+{% extends "common/news.j2" %}
+{% block body_content %}
+
+<h1>2015-11: Christian Grothoff explains the goals behind Taler</h1>
+<p>
+  <video id="video" poster="{{ url('images/logo-2018-dold.svg')}}" 
autobuffer="" height="360" width="640" controls="controls">
+    <source src="/videos/inria2015interview.webm" type="video/webm">
+      <source src="/videos/inria2015interview.ogv" type="video/ogv">
+  </video>
+</p>
+<p>
+  <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="{{ 
url('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/li [...]
+</p>
+{% endblock body_content %}
diff --git a/news/2015-12.html.j2 b/news/2015-12.html.j2
index 401166c..506b07d 100644
--- a/news/2015-12.html.j2
+++ b/news/2015-12.html.j2
@@ -1,5 +1,11 @@
-          <h3>2015-12: Taler Demo for Chrome/Chromium online</h3>
-          <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>
\ No newline at end of file
+{% extends "common/news.j2" %}
+{% block body_content %}
+
+<h1>2015-12: Taler Demo for Chrome/Chromium online</h1>
+<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>
+{% endblock body_content %}
diff --git a/news/2016-06.html.j2 b/news/2016-06.html.j2
index 72744aa..f79421f 100644
--- a/news/2016-06.html.j2
+++ b/news/2016-06.html.j2
@@ -1,21 +1,29 @@
-          <h3>2016-06: GNU Taler 0.0.0 released</h3>
-          <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>
+{% extends "common/news.j2" %}
+{% block body_content %}
+
+<h1>2016-06: GNU Taler 0.0.0 released</h1>
+<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.
+</p>
+<p>
+  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.
+</p>
+<p>
+  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>.
+</p>
+<p>
+  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>
+{% endblock body_content %}
diff --git a/news/2016-08.html.j2 b/news/2016-08.html.j2
index 00bbe4a..f2a7d34 100644
--- a/news/2016-08.html.j2
+++ b/news/2016-08.html.j2
@@ -1,3 +1,9 @@
-          <h3>2016-08: Taler Systems S.A. created</h3>
-          <p>We now have a business entity for Taler.  Potential investors may
-            contact the executive team at <a 
href="mailto:address@hidden";>address@hidden</a>.</p>
+{% extends "common/news.j2" %}
+{% block body_content %}
+
+<h1>2016-08: Taler Systems S.A. created</h1>
+<p>
+  We now have a business entity for Taler.  Potential investors may
+  contact the executive team at <a 
href="mailto:address@hidden";>address@hidden</a>.
+</p>
+{% endblock body_content %}
diff --git a/news/2016-09.html.j2 b/news/2016-09.html.j2
index d9d67c1..24046a8 100644
--- a/news/2016-09.html.j2
+++ b/news/2016-09.html.j2
@@ -1,7 +1,14 @@
-          <h3>2016-09: Taler Web Payments paper published</h3>
-          <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>
\ No newline at end of file
+{% extends "common/news.j2" %}
+{% block body_content %}
+
+<h1>2016-09: Taler Web Payments paper published</h1>
+<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>
+{% endblock body_content %}
diff --git a/news/2016-10.html.j2 b/news/2016-10.html.j2
index 8ad1448..f21d933 100644
--- a/news/2016-10.html.j2
+++ b/news/2016-10.html.j2
@@ -1,4 +1,10 @@
-          <h3>2016-10: Taler Wallet for Firefox online</h3>
-          <p>We now have a first version of the Taler wallet for Firefox.
-             For now, a development build of Firefox is required.
-             Installation instructions are on the <a href="/wallet">Wallet 
page</a>.</p>
+{% extends "common/news.j2" %}
+{% block body_content %}
+
+<h1>2016-10: Taler Wallet for Firefox online</h1>
+<p>
+  We now have a first version of the Taler wallet for Firefox.
+  For now, a development build of Firefox is required.
+  Installation instructions are on the <a href="/wallet">Wallet page</a>.
+</p>
+{% endblock body_content %}
diff --git a/news/2016-12.html.j2 b/news/2016-12.html.j2
index 79993b7..25aa385 100644
--- a/news/2016-12.html.j2
+++ b/news/2016-12.html.j2
@@ -1,10 +1,14 @@
-          <h3>2016-12: Christian Grothoff explains Taler at hasgeek in 
Bangalore</h3>
-          <p>
-           <video id="video" poster="{{ url('images/logo-2018-dold.svg')}}" 
autobuffer="" height="360" width="720" controls="controls">
-           <source src="/videos/grothoff2016bangalore.webm" type="video/webm">
-           <source src="/videos/grothoff2016bangalore.ogv" type="video/ogv">
-           </video>
-          </p>
-          <p>
-          <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="{{ 
url('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 hasgeek</span> is 
licensed under a <a rel="license" 
href="https://creativecommons.org/licenses/by-nd/3.0/d [...]
-          </p>
+{% extends "common/news.j2" %}
+{% block body_content %}
+
+<h1>2016-12: Christian Grothoff explains Taler at hasgeek in Bangalore</h1>
+<p>
+  <video id="video" poster="{{ url('images/logo-2018-dold.svg')}}" 
autobuffer="" height="360" width="720" controls="controls">
+    <source src="/videos/grothoff2016bangalore.webm" type="video/webm">
+      <source src="/videos/grothoff2016bangalore.ogv" type="video/ogv">
+  </video>
+</p>
+<p>
+  <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="{{ 
url('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 hasgeek</span> is 
licensed under a <a rel="license" 
href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_U [...]
+</p>
+{% endblock body_content %}
diff --git a/news/2017-01.html.j2 b/news/2017-01.html.j2
index 49040a1..b44bff4 100644
--- a/news/2017-01.html.j2
+++ b/news/2017-01.html.j2
@@ -1,3 +1,9 @@
-          <h3>2017-01: Taler Documentation pages updated</h3>
-            <p><a href="https://docs.taler.net/";>docs.taler.net</a> is now
-               online, providing a new portal to the Taler system 
documentation.</p>
+{% extends "common/news.j2" %}
+{% block body_content %}
+
+<h1>2017-01: Taler Documentation pages updated</h1>
+<p>
+  <a href="https://docs.taler.net/";>docs.taler.net</a> is now
+  online, providing a new portal to the Taler system documentation.
+</p>
+{% endblock body_content %}
diff --git a/news/2017-02.html.j2 b/news/2017-02.html.j2
index 5f4082a..1a5ab1d 100644
--- a/news/2017-02.html.j2
+++ b/news/2017-02.html.j2
@@ -1,10 +1,14 @@
-          <h3>2017-02: Florian Dold explains Taler at 50p in Bangalore</h3>
-          <p>
-           <video id="video" poster="{{ url('images/logo-2018-dold.svg')}}" 
autobuffer="" height="360" width="640" controls="controls">
-           <source src="/videos/dold50p.webm" type="video/webm">
-           <source src="/videos/dold50p.ogv" type="video/ogv">
-           </video>
-          </p>
-          <p>
-          <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="{{ 
url('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">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"; [...]
-          </p>
+{% extends "common/news.j2" %}
+{% block body_content %}
+
+<h1>2017-02: Florian Dold explains Taler at 50p in Bangalore</h1>
+<p>
+  <video id="video" poster="{{ url('images/logo-2018-dold.svg')}}" 
autobuffer="" height="360" width="640" controls="controls">
+    <source src="/videos/dold50p.webm" type="video/webm">
+      <source src="/videos/dold50p.ogv" type="video/ogv">
+  </video>
+</p>
+<p>
+  <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="{{ 
url('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">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";>Creativ [...]
+</p>
+{% endblock body_content %}
diff --git a/news/2017-03.html.j2 b/news/2017-03.html.j2
index 37a99ef..605010e 100644
--- a/news/2017-03.html.j2
+++ b/news/2017-03.html.j2
@@ -1,10 +1,14 @@
-          <h3>2017-03: Sva explains GNU Taler at FOSSASIA in Singapore</h3>
-          <p>
-           <video id="video" poster="{{ url('images/logo-2018-dold.svg')}}" 
autobuffer="" height="360" width="640" controls="controls">
-           <source src="/videos/taler2017fossasia.webm" type="video/webm">
-           <source src="/videos/taler2017fossasia.ogv" type="video/ogv">
-           </video>
-          </p>
-          <p>
-          <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="{{ 
url('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">Sva, 
produced by Engineers.SG</span> is licensed under a <a rel="license" 
href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US"; [...]
-          </p>
+{% extends "common/news.j2" %}
+{% block body_content %}
+
+<h1>2017-03: Sva explains GNU Taler at FOSSASIA in Singapore</h1>
+<p>
+  <video id="video" poster="{{ url('images/logo-2018-dold.svg')}}" 
autobuffer="" height="360" width="640" controls="controls">
+    <source src="/videos/taler2017fossasia.webm" type="video/webm">
+      <source src="/videos/taler2017fossasia.ogv" type="video/ogv">
+  </video>
+</p>
+<p>
+  <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="{{ 
url('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">Sva, 
produced by Engineers.SG</span> is licensed under a <a rel="license" 
href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US";>Creativ [...]
+</p>
+{% endblock body_content %}
diff --git a/news/2017-04.html.j2 b/news/2017-04.html.j2
index b16b3b7..1d1f5fb 100644
--- a/news/2017-04.html.j2
+++ b/news/2017-04.html.j2
@@ -1,11 +1,15 @@
-          <h3>2017-04: Sva explains GNU Taler at EasterHegg and Torsten 
demonstrates it is child's play</h3>
-          <p>
-           <video id="video" poster="{{ url('images/logo-2018-dold.svg')}}" 
autobuffer="" height="360" width="640" controls="controls">
-           <source src="/videos/taler2017eh.webm" type="video/webm">
-           <source src="/videos/taler2017eh.ogv" type="video/ogv">
-           <source src="/videos/taler2017eh.mp4" type="video/mp4">
-           </video>
-          </p>
-          <p>
-          <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="{{ 
url('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">Sva, 
produced by c3voc.de</span> is licensed under a <a rel="license" 
href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US";>Cre [...]
-          </p>
+{% extends "common/news.j2" %}
+{% block body_content %}
+
+<h1>2017-04: Sva explains GNU Taler at EasterHegg and Torsten demonstrates it 
is child&#39;s play</h1>
+<p>
+  <video id="video" poster="{{ url('images/logo-2018-dold.svg')}}" 
autobuffer="" height="360" width="640" controls="controls">
+    <source src="/videos/taler2017eh.webm" type="video/webm">
+      <source src="/videos/taler2017eh.ogv" type="video/ogv">
+        <source src="/videos/taler2017eh.mp4" type="video/mp4">
+  </video>
+</p>
+<p>
+  <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="{{ 
url('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">Sva, 
produced by c3voc.de</span> is licensed under a <a rel="license" 
href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US";>Creative Co 
[...]
+</p>
+{% endblock body_content %}
diff --git a/news/2017-08.html.j2 b/news/2017-08.html.j2
index 6d78cf4..50e8250 100644
--- a/news/2017-08.html.j2
+++ b/news/2017-08.html.j2
@@ -1,11 +1,15 @@
-          <h3>2017-08: We explain GNU Taler at SHA 2017</h3>
-          <p>
-           <video id="video" poster="{{ url('images/logo-2018-dold.svg')}}" 
autobuffer="" height="360" width="640" controls="controls">
-           <source src="/videos/sha2017taler.webm" type="video/webm">
-           <source src="/videos/sha2017taler.ogv" type="video/ogv">
-           <source src="/videos/sha2017taler.mp4" type="video/mp4">
-           </video>
-          </p>
-          <p>
-         <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="{{ 
url('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">Jeff 
Burdges, Christian Grothoff and Sereni-T, produced by c3voc.de</span> is 
licensed under a <a rel="license" href="https://creativecommo [...]
-          </p>
+{% extends "common/news.j2" %}
+{% block body_content %}
+
+<h1>2017-08: We explain GNU Taler at SHA 2017</h1>
+<p>
+  <video id="video" poster="{{ url('images/logo-2018-dold.svg')}}" 
autobuffer="" height="360" width="640" controls="controls">
+    <source src="/videos/sha2017taler.webm" type="video/webm">
+      <source src="/videos/sha2017taler.ogv" type="video/ogv">
+        <source src="/videos/sha2017taler.mp4" type="video/mp4">
+  </video>
+</p>
+<p>
+  <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="{{ 
url('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">Jeff 
Burdges, Christian Grothoff and Sereni-T, produced by c3voc.de</span> is 
licensed under a <a rel="license" href="https://creativecommons.org/ [...]
+</p>
+{% endblock body_content %}
diff --git a/news/2017-10.html.j2 b/news/2017-10.html.j2
index d5d5b9f..726c612 100644
--- a/news/2017-10.html.j2
+++ b/news/2017-10.html.j2
@@ -1,9 +1,15 @@
-          <h3>2017-10: GNU Taler v0.4.0 released</h3>
-          <p>We are happy to announce the release GNU Taler v0.4.0 with 
support for customer
-            refunds, protocol versioning, incremental key material download, 
returning funds
-            from the wallet directly back into one's bank account,
-            and various other minor improvements. The Chrome and Chromium 
wallets
-            are available for download via the App store.  The exchange, 
merchant
-            backend and bank components are on the GNU FTP mirrors.  Note that 
the
-            Firefox wallet will take a few more days to become available in the
-            App store due to the Mozilla review process.</p>
+{% extends "common/news.j2" %}
+{% block body_content %}
+
+<h1>2017-10: GNU Taler v0.4.0 released</h1>
+<p>
+  We are happy to announce the release GNU Taler v0.4.0 with support for 
customer
+  refunds, protocol versioning, incremental key material download, returning 
funds
+  from the wallet directly back into one&#39;s bank account,
+  and various other minor improvements. The Chrome and Chromium wallets
+  are available for download via the App store.  The exchange, merchant
+  backend and bank components are on the GNU FTP mirrors.  Note that the
+  Firefox wallet will take a few more days to become available in the
+  App store due to the Mozilla review process.
+</p>
+{% endblock body_content %}
diff --git a/news/2018-04.html.j2 b/news/2018-04.html.j2
index 7f2f6fa..edf91b9 100644
--- a/news/2018-04.html.j2
+++ b/news/2018-04.html.j2
@@ -1,15 +1,19 @@
-          <h3>2018-04: GNU Taler v0.5.0 released</h3>
-         <p>
-          We are happy to announce the release of GNU Taler v0.5.0.
-          The main new feature is customer tipping, which allows
-          merchants to pay small rewards directly into a customer's
-          wallet.  Technical improvements include numerous performance
-          improvements and bug fixes, as well as a new, simpler to use
-          API for merchants that also enables the implementation of
-          GNU Taler wallets on platforms that do not support
-          WebExtensions.
-         <br>
-          The Chrome and Chromium wallets are available for download
-         via the App store.  The exchange, merchant backend and bank
-         components are on the GNU FTP mirrors.
-         </p>
+{% extends "common/news.j2" %}
+{% block body_content %}
+
+<h1>2018-04: GNU Taler v0.5.0 released</h1>
+<p>
+  We are happy to announce the release of GNU Taler v0.5.0.
+  The main new feature is customer tipping, which allows
+  merchants to pay small rewards directly into a customer&#39;s
+  wallet.  Technical improvements include numerous performance
+  improvements and bug fixes, as well as a new, simpler to use
+  API for merchants that also enables the implementation of
+  GNU Taler wallets on platforms that do not support
+  WebExtensions.
+  <br>
+  The Chrome and Chromium wallets are available for download
+  via the App store.  The exchange, merchant backend and bank
+  components are on the GNU FTP mirrors.
+</p>
+{% endblock body_content %}

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]