summaryrefslogtreecommitdiffstats
path: root/deluge/ui/data/share/appdata/deluge.appdata.xml.in
diff options
context:
space:
mode:
authorMatthias Mailänder <matthias@mailaender.name>2017-02-07 20:18:09 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2017-02-23 19:01:44 +0000
commit3529036f550d3e284e86eae9f8e97685d5999f2c (patch)
tree0b2edbc5a0bdc76faac840b68b51771dad789309 /deluge/ui/data/share/appdata/deluge.appdata.xml.in
parentf2b77c8635826d2b22bfcbe47970fd5f32760402 (diff)
downloaddeluge-3529036f550d3e284e86eae9f8e97685d5999f2c.tar.gz
deluge-3529036f550d3e284e86eae9f8e97685d5999f2c.tar.bz2
deluge-3529036f550d3e284e86eae9f8e97685d5999f2c.zip
[UI] Add an appdata.xml file
For Linux software gallery integration.
Diffstat (limited to 'deluge/ui/data/share/appdata/deluge.appdata.xml.in')
-rw-r--r--deluge/ui/data/share/appdata/deluge.appdata.xml.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/deluge/ui/data/share/appdata/deluge.appdata.xml.in b/deluge/ui/data/share/appdata/deluge.appdata.xml.in
new file mode 100644
index 000000000..001dd7547
--- /dev/null
+++ b/deluge/ui/data/share/appdata/deluge.appdata.xml.in
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop">
+ <id>deluge.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-2.0+</project_license>
+ <translation type="gettext">deluge</translation>
+ <name>Deluge BitTorrent Client</name>
+ <developer_name>Deluge Team</developer_name>
+ <summary>Deluge is a lightweight, Free Software, cross-platform BitTorrent client.</summary>
+ <url type="homepage">http://www.deluge-torrent.org/</url>
+ <url type="bugtracker">http://dev.deluge-torrent.org</url>
+ <description>
+ <_p>Deluge contains the common features to BitTorrent clients such as Protocol Encryption, DHT, Local Peer Discovery (LSD), Peer Exchange (PEX), UPnP, NAT-PMP, Proxy support, Web seeds, global and per-torrent speed limits. As Deluge heavily utilises the libtorrent library it has a comprehensive list of the features provided.</_p>
+ <_p>Deluge has been designed to run as both a normal standalone desktop application and as a client-server. In Thinclient mode a Deluge daemon handles all the BitTorrent activity and is able to run on headless machines with the user-interfaces connecting remotely from any other platform.</_p>
+ </description>
+ <screenshots>
+ <screenshot type="default">
+ <image>https://upload.wikimedia.org/wikipedia/commons/5/50/Deluge-torrent.png</image>
+ </screenshot>
+ </screenshots>
+</component>