summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-10-29 00:30:00 +0200
committerChristian Grothoff <christian@grothoff.org>2022-10-29 00:30:00 +0200
commita4613c94e5eebad9b42742e26406b4677e9f2f7a (patch)
treeb3ef9844257a9b735d270d9c2281e959e477c93f
parentec62aec21f9cdd9e5a478e5b22730ae6396d7225 (diff)
downloadwww-a4613c94e5eebad9b42742e26406b4677e9f2f7a.tar.gz
www-a4613c94e5eebad9b42742e26406b4677e9f2f7a.tar.bz2
www-a4613c94e5eebad9b42742e26406b4677e9f2f7a.zip
split release/pitch as suggested by RMS
-rw-r--r--template/news/2022-11.html.j221
-rw-r--r--template/news/2022-12.html.j218
2 files changed, 25 insertions, 14 deletions
diff --git a/template/news/2022-11.html.j2 b/template/news/2022-11.html.j2
index cfd05f00..4364d123 100644
--- a/template/news/2022-11.html.j2
+++ b/template/news/2022-11.html.j2
@@ -5,7 +5,7 @@
We are happy to announce the release of GNU Taler v0.9.
</p>
<p>
-We have addressed over XXX individual issues, our bug tracker
+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>
@@ -24,21 +24,14 @@ Notable changes include:
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 XXXXXX.
+agreement number 871528.
Performance measurements and improvements were funded by an NGI Fed4Fire+
grant.
</p>
-<h4>Taler Systems SA is looking for investors</h4>
<p>
-To fund further development, we are still looking for investors. We have
-convinced our chief moral officer to record a special business pitch for
-those that are interested.
-</p>
-<p>
- <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>
+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>
@@ -47,7 +40,6 @@ 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/libeufin-0.9.0.tar.gz">http://ftpmirror.gnu.org/taler/libeufin-0.9.0.tar.gz</a></li>
@@ -63,6 +55,7 @@ sync and bank components are distributed via the GNU FTP mirrors.
<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 from source.
-
+</p>
{% endblock body_content %}
diff --git a/template/news/2022-12.html.j2 b/template/news/2022-12.html.j2
new file mode 100644
index 00000000..e640b219
--- /dev/null
+++ b/template/news/2022-12.html.j2
@@ -0,0 +1,18 @@
+{% extends "common/news.j2" %}
+{% block body_content %}
+<h1>2022-12: Taler Systems SA is looking for investors</h1>
+<p>
+To fund further development of GNU Taler,
+<a href="https://taler-systems.com/">Taler Systems SA</a>
+is still looking for investors. We have
+convinced our
+<a href="https://stallman.org/">chief moral officer</a>
+to record a special business pitch for those that are interested.
+</p>
+<p>
+ <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 %}