aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-03-23 12:53:20 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2022-03-23 12:53:20 +0100
commit299174878a9deb2f077294ed02beb79599246ea6 (patch)
tree751e49c7f9c1079ec07353c2981ac74fa2bb382f
parent8210fa7a088655cb22c01e8c63916ee1c2d7e72d (diff)
downloadmessenger-gtk-299174878a9deb2f077294ed02beb79599246ea6.tar.gz
messenger-gtk-299174878a9deb2f077294ed02beb79599246ea6.zip
Add description for the application
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--README.md20
-rw-r--r--resources/org.gnunet.Messenger.appdata.xml16
2 files changed, 36 insertions, 0 deletions
diff --git a/README.md b/README.md
index 097f045..b18e230 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,26 @@
2 2
3A GTK based GUI for the Messenger service of GNUnet. 3A GTK based GUI for the Messenger service of GNUnet.
4 4
5## Features
6
7Messenger-GTK is a convergent GTK messaging application using the GNUnet Messenger service. The goal is to provide private and secure communication between any group of devices.
8
9The application provides the following features:
10
11 - Creating direct chats and group chats
12 - Managing your contacts and groups
13 - Invite contacts to a group
14 - Sending text messages
15 - Sending voice recordings
16 - Sharing files privately
17 - Deleting messages with any custom delay
18 - Renaming contacts
19 - Exchanging contact details physically
20 - Verifying contact identities
21 - Switching between different accounts
22
23Chats will generally created as opt-in. So you can decide who may contact you directly and who does not, accepting to a direct chat. Leaving a chat is also always possible.
24
5## Build & Installation 25## Build & Installation
6 26
7The following dependencies are required and need to be installed to build the application: 27The following dependencies are required and need to be installed to build the application:
diff --git a/resources/org.gnunet.Messenger.appdata.xml b/resources/org.gnunet.Messenger.appdata.xml
index 6f0152e..0ac2a11 100644
--- a/resources/org.gnunet.Messenger.appdata.xml
+++ b/resources/org.gnunet.Messenger.appdata.xml
@@ -9,6 +9,22 @@
9 <name>GNUnet Messenger</name> 9 <name>GNUnet Messenger</name>
10 <summary>A GTK based GUI for the Messenger service of GNUnet.</summary> 10 <summary>A GTK based GUI for the Messenger service of GNUnet.</summary>
11 <description> 11 <description>
12 <p>Messenger-GTK is a convergent GTK messaging application using the GNUnet Messenger service. The goal is to provide private and secure communication between any group of devices.</p>
13 <p>The application provides the following features:</p>
14 <ul>
15 <li>Creating direct chats and group chats</li>
16 <li>Managing your contacts and groups</li>
17 <li>Invite contacts to a group</li>
18 <li>Sending text messages</li>
19 <li>Sending voice recordings</li>
20 <li>Sharing files privately</li>
21 <li>Deleting messages with any custom delay</li>
22 <li>Renaming contacts</li>
23 <li>Exchanging contact details physically</li>
24 <li>Verifying contact identities</li>
25 <li>Switching between different accounts</li>
26 </ul>
27 <p>Chats will generally created as opt-in. So you can decide who may contact you directly and who does not, accepting to a direct chat. Leaving a chat is also always possible.</p>
12 </description> 28 </description>
13 29
14 <screenshots> 30 <screenshots>