summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2020-05-25 18:58:06 +0200
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2020-05-25 18:58:06 +0200
commit22bba8c0c9766c2ca322b87b94b239c5113d2533 (patch)
tree53b449dde407a886ec3249322bf48e4d5fe3288d /data
parent5b8e46c9a79f4086ce0a5e6d4d34e21594cd1e4f (diff)
downloadpoezio-22bba8c0c9766c2ca322b87b94b239c5113d2533.tar.gz
poezio-22bba8c0c9766c2ca322b87b94b239c5113d2533.tar.bz2
poezio-22bba8c0c9766c2ca322b87b94b239c5113d2533.tar.xz
poezio-22bba8c0c9766c2ca322b87b94b239c5113d2533.zip
Improve the appstream metadata
This will hopefully allow poezio to appear on https://flathub.org/apps/details/io.poez.Poezio once published.
Diffstat (limited to 'data')
-rw-r--r--data/io.poez.Poezio.appdata.xml43
1 files changed, 38 insertions, 5 deletions
diff --git a/data/io.poez.Poezio.appdata.xml b/data/io.poez.Poezio.appdata.xml
index ce0d1a86..b4a9398b 100644
--- a/data/io.poez.Poezio.appdata.xml
+++ b/data/io.poez.Poezio.appdata.xml
@@ -1,17 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2018 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> -->
+<!-- Copyright 2018-2020 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> -->
<component type="console-application">
<id>io.poez.Poezio</id>
<name>Poezio</name>
<summary>Poezio is a free console XMPP client</summary>
<project_license>Zlib</project_license>
<metadata_license>CC0-1.0</metadata_license>
+ <developer_name>Poezio Team</developer_name>
+ <icon type="remote">https://poez.io/img/logo.svg</icon>
<url type="homepage">https://poez.io</url>
- <url type="bugtracker">https://dev.louiz.org/projects/poezio/issues</url>
- <url type="help">https://doc.poez.io/</url>
+ <url type="bugtracker">https://lab.louiz.org/poezio/poezio/-/issues</url>
+ <url type="help">https://doc.poez.io</url>
+
+ <description>
+ <p>
+ Poezio is a free console XMPP client (the protocol on which the Jabber IM
+ network is built).
+ </p>
+ <p>
+ Its goal is to let you connect very easily (no account creation needed)
+ to the network and join various chatrooms, immediately. It tries to look
+ like the most famous IRC clients (weechat, irssi, etc). Many commands are
+ identical and you won’t be lost if you already know these clients.
+ Configuration can be made in a configuration file or directly from the
+ client.
+ </p>
+ <p>
+ You’ll find the light, fast, geeky and anonymous spirit of IRC while
+ using a powerful, standard and open protocol.
+ </p>
+
+ <p>Features</p>
+
+ <ul>
+ <li>Encryption: TLS, OTR, always chat with encryption.</li>
+ <li>Chatrooms: Discuss on your favorite topics with your friends or strangers.</li>
+ <li>Carbon copies: Switch devices while staying in the same conversations without losing messages.</li>
+ <li>Plugins: Add the features you want through official or other plugins.</li>
+
+ <li>Corrections: Fix your last sent messages.</li>
+ <li>Rich text: Send and receive messages with colors and formatting.</li>
+ <li>Chat state notifications: See the writing status of your contacts.</li>
+ <li>Anonymous: Use XMPP without an account.</li>
+ </ul>
+ </description>
- <icon width="80" height="80">data/poezio_80.png</icon>
<screenshots>
<screenshot type="default">
<image>https://poez.io/img/screenshot.png</image>
@@ -27,7 +61,6 @@
<provides>
<binary>poezio</binary>
</provides>
- <developer_name>Poezio Team</developer_name>
<releases>
<release version="0.12" date="2018-08-13"/>
<release version="0.11" date="2017-01-31"/>