summaryrefslogtreecommitdiff
path: root/template/news/2022-11.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/news/2022-11.html.j2')
-rw-r--r--template/news/2022-11.html.j260
1 files changed, 10 insertions, 50 deletions
diff --git a/template/news/2022-11.html.j2 b/template/news/2022-11.html.j2
index 85b25dc8..9d1faa4c 100644
--- a/template/news/2022-11.html.j2
+++ b/template/news/2022-11.html.j2
@@ -1,57 +1,17 @@
{% extends "common/news.j2" %}
{% block body_content %}
-<h1>2022-11: GNU Taler v0.9.0 released</h1>
+<h1>2022-12: Taler Systems SA is looking for investors</h1>
<p>
-We are happy to announce the release of GNU Taler v0.9.0.
+To fund further development of GNU Taler,
+<a href="https://taler-systems.com/">Taler Systems SA</a>
+is still looking for investors. Our
+<a href="https://stallman.org/">chief moral officer</a>
+has recorded a special business pitch for those that are interested.
</p>
<p>
-We have addressed over 200 individual issues, our bug tracker
-has the <a href="https://bugs.gnunet.org/changelog_page.php?version_id=295">full list</a>.
-Notable changes include:
-</p>
-<ul>
-<li>NEW: Support for peer-to-peer payments</li>
-<li>NEW: Support for age-restricted payments</li>
-<li>Improved accessibility of the demonstration</li>
-<li>Improved exchange database schema for performance and scalability</li>
-<li>libeufin sandbox replaces legacy Python bank</li>
-<li>WebExtension now supports <a href="https://www.eff.org/deeplinks/2021/12/chrome-users-beware-manifest-v3-deceitful-and-threatening">Manifest V3</a></li>
-<li>Various minor bugfixes and documentation improvements</li>
-</ul>
-<p>
-Many of the major new features were developed under an NGI POINTER grant
-funded by the European Commissions great <a href="https://ngi.eu/">Next
-Generation Internet</a> initiative under grant
-agreement number 871528.
-Performance measurements and improvements were funded by an NGI Fed4Fire+
-grant.
-</p>
-<p>
-To fund further development,
-<a href="https://taler-systems.com/">Taler Systems SA</a> is still
-<a href="2022-12.html">looking for investors.</a>
-</p>
-<h4>Download links</h4>
-<p>
-The wallet has its own download site <a
-href="https://wallet.taler.net/">here</a>. The exchange, merchant backend,
-sync and bank components are distributed via the GNU FTP mirrors.
-</p>
-<ul>
-<li><a href="http://ftpmirror.gnu.org/taler/taler-exchange-0.9.0.tar.gz">http://ftpmirror.gnu.org/taler/taler-exchange-0.9.0.tar.gz</a></li>
-<li><a href="http://ftpmirror.gnu.org/taler/taler-exchange-0.9.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-exchange-0.9.0.tar.gz.sig</a></li>
-<li><a href="http://ftpmirror.gnu.org/taler/taler-merchant-0.9.0.tar.gz">http://ftpmirror.gnu.org/taler/taler-merchant-0.9.0.tar.gz</a></li>
-<li><a href="http://ftpmirror.gnu.org/taler/taler-merchant-0.9.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-merchant-0.9.0.tar.gz.sig</a></li>
-<li><a href="http://ftpmirror.gnu.org/taler/taler-wallet-0.9.0.tar.gz">http://ftpmirror.gnu.org/taler/taler-wallet-0.9.0.tar.gz</a></li>
-<li><a href="http://ftpmirror.gnu.org/taler/taler-wallet-0.9.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-wallet-0.9.0.tar.gz.sig</a></li>
-<li><a href="http://ftpmirror.gnu.org/taler/sync-0.9.0.tar.gz">http://ftpmirror.gnu.org/taler/sync-0.9.0.tar.gz</a></li>
-<li><a href="http://ftpmirror.gnu.org/taler/sync-0.9.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/sync-0.9.0.tar.gz.sig</a></li>
-<li><a href="http://ftpmirror.gnu.org/taler/taler-mdb-0.9.0.tar.gz">http://ftpmirror.gnu.org/taler/taler-mdb-0.9.0.tar.gz</a></li>
-<li><a href="http://ftpmirror.gnu.org/taler/taler-mdb-0.9.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-mdb-0.9.0.tar.gz.sig</a></li>
-<li><a href="http://ftpmirror.gnu.org/taler/taler-twister-0.9.0.tar.gz">http://ftpmirror.gnu.org/taler/taler-twister-0.9.0.tar.gz</a></li>
-<li><a href="http://ftpmirror.gnu.org/taler/taler-twister-0.9.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-twister-0.9.0.tar.gz.sig</a></li>
-</ul>
-<p>
-You must first install <a href="https://gnunet.org/en/news/2022-11-0.18.0.html">GNUnet v0.18</a> to compile GNU Taler 0.9.0 from source.
+ <video id="video" poster="/images/logo-2021.svg" autobuffer="" height="360" width="640" controls="controls">
+ <source src="/videos/rms2022.webm" type="video/webm" />
+ <source src="/videos/rms2022.m4v" type="video/mp4" />
+ </video>
</p>
{% endblock body_content %}