summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--news/2014-12.html.j24
-rw-r--r--news/2015-11.html.j26
-rw-r--r--news/2020-07.html.j24
3 files changed, 7 insertions, 7 deletions
diff --git a/news/2014-12.html.j2 b/news/2014-12.html.j2
index 6542cc9e..8f859632 100644
--- a/news/2014-12.html.j2
+++ b/news/2014-12.html.j2
@@ -2,12 +2,12 @@
{% block body_content %}
<h1>2014-12: Watch Christian Grothoff&#39;s FOSSA talk on Taler</h1>
<p>
- <video id="video" poster="{{ url_static('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>
</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_static('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>
{% endblock body_content %}
diff --git a/news/2015-11.html.j2 b/news/2015-11.html.j2
index 9a633c9f..b7c3fd76 100644
--- a/news/2015-11.html.j2
+++ b/news/2015-11.html.j2
@@ -2,9 +2,9 @@
{% block body_content %}
<h1>2015-11: Christian Grothoff explains the goals behind Taler</h1>
<p>
- <video id="video" poster="{{ url_static('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 id="video" poster="https://taler.net/images/logo-2018-dold.svg" autobuffer="" height="360" width="640" controls="controls">
+ <source src="https://taler.net/videos/inria2015interview.webm" type="video/webm">
+ <source src="https://taler.net/videos/inria2015interview.ogv" type="video/ogv">
</video>
</p>
<p>
diff --git a/news/2020-07.html.j2 b/news/2020-07.html.j2
index d605672c..a16afaa9 100644
--- a/news/2020-07.html.j2
+++ b/news/2020-07.html.j2
@@ -7,8 +7,8 @@
external security audit of the GNU Taler exchange cryptography,
code and documentation. <a href="https://codeblau.de/">CodeBlau</a>
now concluded their audit. You can find the final
- report <a href="{{ url_static('../papers/codeblau-report-2020-q2.pdf')}}">here</a>.
- We have compiled a preliminary <a href="{{ url_static('../papers/codeblau-response-2020-q2.pdf')}}">response</a>
+ report <a href="https://taler.net/papers/codeblau-report-2020-q2.pdf">here</a>.
+ We have compiled a preliminary <a href="https://taler.net/papers/codeblau-response-2020-q2.pdf">response</a>
detailing what changes we have already made and which changes we are still planning to make in
the future. We thank CodeBlau for their work, and NLnet and the European
Commission's Horizion 2020 <a href="https://www.ngi.eu/">NGI initiative</a>