From 9a6e7c57484e16bdd3f4aa917e6489048fb242d0 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 6 May 2021 16:01:32 +0200 Subject: simplify structure --- template/news/2016-06.html.j2 | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 template/news/2016-06.html.j2 (limited to 'template/news/2016-06.html.j2') diff --git a/template/news/2016-06.html.j2 b/template/news/2016-06.html.j2 new file mode 100644 index 00000000..0a19549f --- /dev/null +++ b/template/news/2016-06.html.j2 @@ -0,0 +1,28 @@ +{% extends "common/news.j2" %} +{% block body_content %} +

2016-06: GNU Taler 0.0.0 released

+

+ 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. +

+

+ 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. +

+

+ 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 demo.taler.net. +

+

+ Please provide feedback to our bug tracker. + There, you can also find our roadmap + which contains a list of known open issues and our plans for the near future. +

+{% endblock body_content %} -- cgit v1.2.3