Browse Source

Update stuff in appdata.xml and run 'appstream-utl upgrade' on it.

adaptive-webui-19844
sledgehammer999 8 years ago
parent
commit
610922e3dc
No known key found for this signature in database
GPG Key ID: 6E4A2D025B7CC9A2
  1. 85
      dist/unix/qBittorrent.appdata.xml

85
dist/unix/qBittorrent.appdata.xml vendored

@ -1,61 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 sledgehammer999 <sledgehammer999@qbittorrent.org> --> <!-- Copyright 2014 sledgehammer999 <sledgehammer999@qbittorrent.org> -->
<component type="desktop"> <component type="desktop">
<id>qBittorrent.desktop</id> <id>qBittorrent.desktop</id>
<metadata_license>CC0-1.0</metadata_license> <metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0 and OpenSSL</project_license> <project_license>GPL-2.0 and OpenSSL</project_license>
<name>qBittorrent</name> <name>qBittorrent</name>
<summary>A Bittorrent Client</summary> <summary>A Bittorrent Client</summary>
<description> <description>
<p> <p>
Aiming to be a good alternative to all other bittorrent clients out Aiming to be a good alternative to all other bittorrent clients out
there, qBittorrent is fast, stable and provides unicode support as well there, qBittorrent is fast, stable and provides unicode support as well
as many other features. Additionally, qBittorrent runs and provides those as many other features. Additionally, qBittorrent runs and provides those
same features on all major platforms (Linux, Mac OS X, Windows, OS/2, FreeBSD). same features on all major platforms (Linux, Mac OS X, Windows, OS/2, FreeBSD).
</p> </p>
<p> <p>
It is programmed in C++ / Qt and uses libtorrent (sometimes called It is programmed in C++ / Qt and uses libtorrent (sometimes called
libtorrent-rasterbar) by Arvid Norberg. GeoLite data, created by MaxMind, libtorrent-rasterbar) by Arvid Norberg. GeoLite data, created by MaxMind,
are included in qBittorrent. Its features include: are included in qBittorrent. Its features include:
</p> </p>
<ul> <ul>
<li>Polished µTorrent-like User Interface</li> <li>Polished µTorrent-like User Interface</li>
<li>Well-integrated and extensible Search Engine</li> <li>Well-integrated and extensible Search Engine</li>
<li>All Bittorrent extensions (DHT, Peer Exchange, Full encryption, Magnet/BitComet URIs, ...)</li> <li>All Bittorrent extensions (DHT, Peer Exchange, Full encryption, Magnet/BitComet URIs, ...)</li>
<li>Remote control through a Web user interface</li> <li>Remote control through a Web user interface</li>
<li>Advanced control over trackers, peers and torrents</li> <li>Advanced control over trackers, peers and torrents</li>
<li>UPnP / NAT-PMP port forwarding support</li> <li>UPnP / NAT-PMP port forwarding support</li>
<li>Available in ~25 languages (Unicode support)</li> <li>Available in ~25 languages (Unicode support)</li>
<li>Torrent creation tool</li> <li>Torrent creation tool</li>
<li>Advanced RSS support with download filters (inc. regex)</li> <li>Advanced RSS support with download filters (inc. regex)</li>
<li>Bandwidth scheduler</li> <li>Bandwidth scheduler</li>
<li>IP Filtering (eMule and PeerGuardian compatible)</li> <li>IP Filtering (eMule and PeerGuardian compatible)</li>
<li>IPv6 compliant</li> <li>IPv6 compliant</li>
<li>Sequential downloading (aka "Download in order")</li> <li>Sequential downloading (aka "Download in order")</li>
</ul> </ul>
</description> </description>
<screenshots> <screenshots>
<screenshot type="default"> <screenshot type="default">
<image width="1200" height="675"> <image height="675" width="1200">
https://alexpl.fedorapeople.org/AppData/qbittorrent/screens/qbittorrent_01.png https://alexpl.fedorapeople.org/AppData/qbittorrent/screens/qbittorrent_01.png
</image> </image>
</screenshot> </screenshot>
<screenshot> <screenshot>
<image width="1200" height="675"> <image height="675" width="1200">
https://alexpl.fedorapeople.org/AppData/qbittorrent/screens/qbittorrent_02.png https://alexpl.fedorapeople.org/AppData/qbittorrent/screens/qbittorrent_02.png
</image> </image>
</screenshot> </screenshot>
<screenshot> <screenshot>
<image width="1200" height="675"> <image height="675" width="1200">
https://alexpl.fedorapeople.org/AppData/qbittorrent/screens/qbittorrent_03.png https://alexpl.fedorapeople.org/AppData/qbittorrent/screens/qbittorrent_03.png
</image> </image>
</screenshot> </screenshot>
<screenshot> <screenshot>
<image width="1200" height="675"> <image height="675" width="1200">
https://alexpl.fedorapeople.org/AppData/qbittorrent/screens/qbittorrent_04.png https://alexpl.fedorapeople.org/AppData/qbittorrent/screens/qbittorrent_04.png
</image> </image>
</screenshot> </screenshot>
</screenshots> </screenshots>
<url type="homepage">http://www.qbittorrent.org/</url> <url type="homepage">http://www.qbittorrent.org/</url>
<update_contact>sledgehammer999@qbittorrent.org</update_contact> <update_contact>sledgehammer999@qbittorrent.org</update_contact>
<developer_name>The qBittorrent Project</developer_name>
<url type="bugtracker">http://bugs.qbittorrent.org/</url>
<url type="donation">https://www.qbittorrent.org/donate</url>
<url type="help">http://forum.qbittorrent.org/</url>
<url type="translate">https://github.com/qbittorrent/qBittorrent/wiki/How-to-translate-qBittorrent</url>
</component> </component>

Loading…
Cancel
Save