1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3Copyright 2014 Richard Hughes <richard@hughsie.com>
4Copyright 2017 Endless Mobile, Inc.
5 -->
6<component type="desktop-application">
7  <id type="desktop">transmission-gtk.desktop</id>
8  <metadata_license>CC0-1.0</metadata_license>
9  <project_license>GPL-2.0 OR GPL-3.0</project_license>
10
11  <name>Transmission</name>
12  <summary>Download and share files over BitTorrent</summary>
13
14  <description>
15    <!-- Translators: these are the application description paragraphs in the AppData file. -->
16    <p>
17      BitTorrent is a peer-to-peer file-sharing protocol that is commonly used to
18      distribute large amounts of data between multiple users.
19    </p>
20    <p>
21      Transmission is a BitTorrent client with an easy-to-use frontend on top a
22      cross-platform backend.
23      Native frontends are available for OS X and Windows, as well as command line and
24      web frontends.
25    </p>
26    <p>
27      Notable features of Transmission include support for Local Peer Discovery, encryption,
28      DHT, µTP, PEX and Magnet Link.
29    </p>
30  </description>
31  <url type="homepage">https://transmissionbt.com/</url>
32  <screenshots>
33    <screenshot type="default">
34      <image type="source">https://raw.githubusercontent.com/transmission/transmission/master/gtk/screenshots/a.png</image>
35    </screenshot>
36  </screenshots>
37  <update_contact>info_AT_transmissionbt.com</update_contact>
38</component>
39