summaryrefslogtreecommitdiff
path: root/template/news/2022-11.html.j2
blob: 9d1faa4c3f22574caae96d32393443fa79dfe26f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{% 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. Our
<a href="https://stallman.org/">chief moral officer</a>
has recorded 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 %}