From 13d51d39a22a346845b31cace70be84973b6bdd3 Mon Sep 17 00:00:00 2001 From: TheJackiMonster Date: Fri, 9 Sep 2022 17:31:50 +0200 Subject: add messenger-cli 0.1.0 news Signed-off-by: TheJackiMonster --- template/news/2022-09-messenger-cli-0.1.0.html.j2 | 55 +++++++++++++++++++++++ www.yml | 3 ++ 2 files changed, 58 insertions(+) create mode 100644 template/news/2022-09-messenger-cli-0.1.0.html.j2 diff --git a/template/news/2022-09-messenger-cli-0.1.0.html.j2 b/template/news/2022-09-messenger-cli-0.1.0.html.j2 new file mode 100644 index 00000000..05864f75 --- /dev/null +++ b/template/news/2022-09-messenger-cli-0.1.0.html.j2 @@ -0,0 +1,55 @@ +{% extends "common/news.j2" %} +{% block body_content %} +

messenger-cli 0.1.0 released

+

+ We are pleased to announce the release of the messenger-cli application. +
+ The application is a counterpart for the terminal to the previous release of GTK application using the GNUnet Messenger service. The goal is to provide private and secure communication between any group of devices. So server admins or users relying on a terminal focused window manager have now a proper option to utilize the service as well. +

+

+ The application provides the following features: +

+ +

+ The application utilizes the previously released library "libgnunetchat" in an user interface built with ncurses. It will adapt its different views depending on the terminal size to show most important information. The navigation is done via arrow-, ESCAPE, TAB, ENTER and DELETE keys. More information about that can be found here. +

+

Download links

+ +

+ The GPG key used to sign is: 3D11063C10F98D14BD24D1470B0998EF86F59B6A +

+

+ Note that due to mirror synchronization, not all links might be functional + early after the release. For direct access try + http://ftp.gnu.org/gnu/gnunet/ +

+

Noteworthy changes in 0.1.0

+ +

+ A detailed list of changes can be found in the ChangeLog. +

+

Known Issues

+ +

+ In addition to this list, you may also want to consult our bug tracker at bugs.gnunet.org. +

+ +{% endblock body_content %} diff --git a/www.yml b/www.yml index 71a55711..463773d9 100644 --- a/www.yml +++ b/www.yml @@ -29,6 +29,9 @@ meetingnotes: 2019: 2019-12-27 2020: 2020-12-30 newsposts: + - page: 2022-09-messenger-cli-0.1.0.html + date: 2022-09-09 + title: messenger-cli 0.1.0 - page: 2022-09-0.17.5.html date: 2022-09-04 title: GNUnet 0.17.5 -- cgit v1.2.3 From fc3a6065f99e2d1e9e5426b0e8204c7d49d0e535 Mon Sep 17 00:00:00 2001 From: TheJackiMonster Date: Fri, 9 Sep 2022 17:38:26 +0200 Subject: fix typo Signed-off-by: TheJackiMonster --- template/news/2022-09-messenger-cli-0.1.0.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/news/2022-09-messenger-cli-0.1.0.html.j2 b/template/news/2022-09-messenger-cli-0.1.0.html.j2 index 05864f75..f42496b5 100644 --- a/template/news/2022-09-messenger-cli-0.1.0.html.j2 +++ b/template/news/2022-09-messenger-cli-0.1.0.html.j2 @@ -4,7 +4,7 @@

We are pleased to announce the release of the messenger-cli application.
- The application is a counterpart for the terminal to the previous release of GTK application using the GNUnet Messenger service. The goal is to provide private and secure communication between any group of devices. So server admins or users relying on a terminal focused window manager have now a proper option to utilize the service as well. + The application is a counterpart for the terminal to the previous release of the GTK application using the GNUnet Messenger service. The goal is to provide private and secure communication between any group of devices. So server admins or users relying on a terminal focused window manager have now a proper option to utilize the service as well.

The application provides the following features: -- cgit v1.2.3 From a7ad1d9a5071d1b7d77a062058331ed03f3d6b57 Mon Sep 17 00:00:00 2001 From: TheJackiMonster Date: Sun, 25 Sep 2022 11:46:57 +0200 Subject: fix link to changelog Signed-off-by: TheJackiMonster --- template/news/2022-04-libgnunetchat-0.1.0.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/news/2022-04-libgnunetchat-0.1.0.html.j2 b/template/news/2022-04-libgnunetchat-0.1.0.html.j2 index db086706..c90c936b 100644 --- a/template/news/2022-04-libgnunetchat-0.1.0.html.j2 +++ b/template/news/2022-04-libgnunetchat-0.1.0.html.j2 @@ -41,7 +41,7 @@

  • Received invitations to new chats can be accepted.
  • - A detailed list of changes can be found in the ChangeLog. + A detailed list of changes can be found in the ChangeLog.

    Known Issues

      -- cgit v1.2.3