-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathorg.deluge_torrent.deluge.metainfo.xml
51 lines (51 loc) · 2 KB
/
org.deluge_torrent.deluge.metainfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2021 Asif Ali Rizvan -->
<component type="desktop">
<id type="desktop">org.deluge_torrent.deluge</id>
<launchable type="desktop-id">org.deluge_torrent.deluge.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<name>Deluge</name>
<project_license>GPL-3.0</project_license>
<summary>A fully-featured BitTorrent Client</summary>
<url type="homepage">https://deluge-torrent.org</url>
<url type="donation">https://www.patreon.com/deluge_cas</url>
<description>
<p>Deluge is a Free Software, cross-platform BitTorrent client on Python and Gtk3 with multiple user interfaces in client/server model.</p>
<p>Deluge includes the following features:</p>
<ul>
<li>Protocol Encryption</li>
<li>DHT</li>
<li>Local Peer Discovery (LSD)</li>
<li>Peer Exchange (PEX)</li>
<li>UPnP</li>
<li>NAT-PMP</li>
<li>Proxy Support</li>
<li>Web seeds</li>
<li>Global and per-torrent speed limits</li>
<li>Stream Torrent - sequential download</li>
<li>GTK interface</li>
</ul>
<p>
Changelog at deluge.readthedocs.io/en/latest/changelog.html
</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/fastrizwaan/deluge_flatpak/main/screenshots/ONE.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/fastrizwaan/deluge_flatpak/main/screenshots/TWO.png</image>
</screenshot>
</screenshots>
<developer_name>Deluge Team</developer_name>
<update_contact>https://github.com/fastrizwaan/deluge_flatpak</update_contact>
<translation type="gettext">Deluge</translation>
<releases>
<release date="2022-07-10" version="2.1.1"/>
<release date="2022-06-28" version="2.1.0"/>
<release date="2021-12-15" version="2.0.5"/>
<release date="2021-12-12" version="2.0.4"/>
<release date="2019-06-12" version="2.0.3"/>
</releases>
<content_rating type="oars-1.1"/>
</component>