diff options
author | TingPing <tingping@tingping.se> | 2014-01-20 03:04:52 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-01-20 03:04:52 -0500 |
commit | 63edd4555b1326554d5161632c0014e310fefe6f (patch) | |
tree | d9b6928e0665df2ff4446f89ace5e5f4a9d3a62a /data/misc/hexchat.appdata.xml.in | |
parent | 10a03f2216a55b922b36971c7a5f763c642a7ce2 (diff) |
Translate appdata file
Diffstat (limited to 'data/misc/hexchat.appdata.xml.in')
-rw-r--r-- | data/misc/hexchat.appdata.xml.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/misc/hexchat.appdata.xml.in b/data/misc/hexchat.appdata.xml.in new file mode 100644 index 00000000..1356322c --- /dev/null +++ b/data/misc/hexchat.appdata.xml.in @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<application> + <id type="desktop">hexchat.desktop</id> + <licence>CC0</licence> + <description> + <_p>HexChat is an easy to use yet extensible IRC Client. It allows you to securely join multiple networks and talk to users privately or in channels using a customizable interface. You can even transfer files.</_p> + <_p>HexChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, logging, custom themes, and Python/Perl scripts.</_p> + </description> + <url type="homepage">http://hexchat.github.io</url> + <screenshots> + <screenshot type="default">http://i.imgur.com/XBbQKXf.png</screenshot> + </screenshots> + <updatecontact>tingping_at_fedoraproject.org</updatecontact> +</application> + |