summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorng0 <ng0@taler.net>2019-12-09 19:50:20 +0000
committerng0 <ng0@taler.net>2019-12-09 19:50:20 +0000
commit7de18b3b5d42c3e8f3a75522521f6089023f5110 (patch)
treec354d9f5c93727acdc94775acbce57ae72959fee /news
parentd362f5d1027ce384b075a78ed101c4222704b321 (diff)
downloadwww-7de18b3b5d42c3e8f3a75522521f6089023f5110.tar.gz
www-7de18b3b5d42c3e8f3a75522521f6089023f5110.tar.bz2
www-7de18b3b5d42c3e8f3a75522521f6089023f5110.zip
adjust news to new structure.
Diffstat (limited to 'news')
-rw-r--r--news/2014-11.html.j210
-rw-r--r--news/2014-12.html.j224
-rw-r--r--news/2015-02.html.j214
-rw-r--r--news/2015-11.html.j224
-rw-r--r--news/2015-12.html.j216
-rw-r--r--news/2016-06.html.j250
-rw-r--r--news/2016-08.html.j212
-rw-r--r--news/2016-09.html.j221
-rw-r--r--news/2016-10.html.j214
-rw-r--r--news/2016-12.html.j224
-rw-r--r--news/2017-01.html.j212
-rw-r--r--news/2017-02.html.j224
-rw-r--r--news/2017-03.html.j224
-rw-r--r--news/2017-04.html.j226
-rw-r--r--news/2017-08.html.j226
-rw-r--r--news/2017-10.html.j224
-rw-r--r--news/2018-04.html.j234
17 files changed, 234 insertions, 145 deletions
diff --git a/news/2014-11.html.j2 b/news/2014-11.html.j2
index 774a5ac4..aabb301b 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 81455583..adff6e64 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://creativecommons.org/licenses/by-nd/3.0/deed.en_US">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>.
- </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.org/licenses/by-nd/3.0/deed.en_US">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>.
+</p>
+{% endblock body_content %}
diff --git a/news/2015-02.html.j2 b/news/2015-02.html.j2
index 6840b017..0880a591 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:taler@gnu.org">taler@gnu.org</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:taler@gnu.org">taler@gnu.org</a>.
+</p>
+{% endblock body_content %}
diff --git a/news/2015-11.html.j2 b/news/2015-11.html.j2
index 8be3e405..b45a2b05 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://creativecommons.org/licenses/by-nd/3.0/deed.en_US">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>.
- </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/licenses/by-nd/3.0/deed.en_US">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>.
+</p>
+{% endblock body_content %}
diff --git a/news/2015-12.html.j2 b/news/2015-12.html.j2
index 401166c4..506b07dd 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 72744aa6..f79421f9 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 00bbe4a9..f2a7d342 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:clevel@taler.net">clevel@taler.net</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:clevel@taler.net">clevel@taler.net</a>.
+</p>
+{% endblock body_content %}
diff --git a/news/2016-09.html.j2 b/news/2016-09.html.j2
index d9d67c1e..24046a89 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 8ad14484..f21d9338 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 79993b7c..25aa3857 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/deed.en_US">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>.
- </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_US">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>.
+</p>
+{% endblock body_content %}
diff --git a/news/2017-01.html.j2 b/news/2017-01.html.j2
index 49040a1a..b44bff45 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 5f4082a3..1a5ab1d7 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">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>.
- </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">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>.
+</p>
+{% endblock body_content %}
diff --git a/news/2017-03.html.j2 b/news/2017-03.html.j2
index 37a99ef0..605010ed 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">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>.
- </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">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>.
+</p>
+{% endblock body_content %}
diff --git a/news/2017-04.html.j2 b/news/2017-04.html.j2
index b16b3b74..1d1f5fb1 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">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>.
- </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 Commons Attribution NoDerivatives 3.0 Unported License</a>.
+</p>
+{% endblock body_content %}
diff --git a/news/2017-08.html.j2 b/news/2017-08.html.j2
index 6d78cf4b..50e82505 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://creativecommons.org/licenses/by-nd/3.0/deed.en_US">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>.
- </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/licenses/by-nd/3.0/deed.en_US">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>.
+</p>
+{% endblock body_content %}
diff --git a/news/2017-10.html.j2 b/news/2017-10.html.j2
index d5d5b9f9..726c612b 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 7f2f6fa8..edf91b94 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 %}