From 2b336bbd6b1aaf5177fd4d68fd70399304c5fd73 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 25 Oct 2020 10:08:35 +0100 Subject: post payto news --- news/2020-11.html.j2 | 55 +++++++++++----------------------------------------- news/2020-12.html.j2 | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++ www.yml | 5 +++++ 3 files changed, 70 insertions(+), 44 deletions(-) create mode 100644 news/2020-12.html.j2 diff --git a/news/2020-11.html.j2 b/news/2020-11.html.j2 index 9766ff5d..d29c308f 100644 --- a/news/2020-11.html.j2 +++ b/news/2020-11.html.j2 @@ -1,54 +1,21 @@ {% extends "common/news.j2" %} {% block body_content %} -

2020-10: GNU Taler v0.8.0 released

+

2020-11: RFC 8905: "The 'payto' URI Scheme for Payments" published

-We are happy to announce the release of GNU Taler v0.8.0. +We are happy to announce the publication of RFC 8905 by the IETF.

-We have addressed over 200 individual issues, our bug tracker -has the full list. -Notable changes include: + RFC 8905 defines the 'payto' Uniform Resource Identifier (URI) + scheme for designating targets for payments. + A unified URI scheme for all payment target types allows applications + to offer user interactions with URIs that represent payment targets, + simplifying the introduction of new payment systems and + applications.

- - -

Download links

+

Download links

-The wallet has its own download site here. The exchange, merchant backend, -sync and bank components are distributed via the GNU FTP mirrors. +You can download the RFC from here.

- -You must install GNUnet v0.13.3 to compile GNU Taler 0.8.0. - - {% endblock body_content %} diff --git a/news/2020-12.html.j2 b/news/2020-12.html.j2 new file mode 100644 index 00000000..9766ff5d --- /dev/null +++ b/news/2020-12.html.j2 @@ -0,0 +1,54 @@ +{% extends "common/news.j2" %} +{% block body_content %} +

2020-10: GNU Taler v0.8.0 released

+

+We are happy to announce the release of GNU Taler v0.8.0. +

+

+We have addressed over 200 individual issues, our bug tracker +has the full list. +Notable changes include: +

+ + +

Download links

+

+The wallet has its own download site here. The exchange, merchant backend, +sync and bank components are distributed via the GNU FTP mirrors. +

+ +You must install GNUnet v0.13.3 to compile GNU Taler 0.8.0. + + + +{% endblock body_content %} diff --git a/www.yml b/www.yml index 1b76225b..34451be7 100644 --- a/www.yml +++ b/www.yml @@ -27,6 +27,11 @@ staticfiles: - robots.txt meetingnotes: newsposts: + - page: 2020-11.html + date: 2020-10-25 + title: RFC 8905: "The 'payto' URI Scheme for Payments" published + abstract: RFC 8905 defines the 'payto' Uniform Resource Identifier (URI) scheme for designating targets for payments. A unified URI scheme for all payment target types allows applications to offer user interactions with URIs that represent payment targets, simplifying the introduction of new payment systems and applications. + content: - page: 2020-10.html date: 2020-10-01 title: Talk about GNU Taler in Valencia -- cgit v1.2.3