1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-27 18:18:10 +00:00
transmission/gtk/transmission-gtk.appdata.xml.in
Carles Pastor Badosa 8d1d445fbc
Add content_rating to appdata (#1487)
This tag can be used by app stores such as kde discover, gnome software, elementary appcenter, flathub or similar to discern age-appropriate content.

It uses the Open Age Ratings Service (OARS) in order to provide the required information.
2022-01-23 15:23:53 -06:00

41 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2014 Richard Hughes <richard@hughsie.com>
Copyright 2017 Endless Mobile, Inc.
-->
<component type="desktop-application">
<id type="desktop">transmission-gtk.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0 OR GPL-3.0</project_license>
<name>Transmission</name>
<summary>Download and share files over BitTorrent</summary>
<description>
<!-- Translators: these are the application description paragraphs in the AppData file. -->
<p>
BitTorrent is a peer-to-peer file-sharing protocol that is commonly used to
distribute large amounts of data between multiple users.
</p>
<p>
Transmission is a BitTorrent client with an easy-to-use frontend on top a
cross-platform backend.
Native frontends are available for OS X and Windows, as well as command line and
web frontends.
</p>
<p>
Notable features of Transmission include support for Local Peer Discovery, encryption,
DHT, µTP, PEX and Magnet Link.
</p>
</description>
<url type="homepage">https://transmissionbt.com/</url>
<screenshots>
<screenshot type="default">
<image type="source">https://raw.githubusercontent.com/transmission/transmission/main/gtk/screenshots/a.png</image>
</screenshot>
</screenshots>
<update_contact>info_AT_transmissionbt.com</update_contact>
<content_rating type="oars-1.1">
<content_attribute id="social-info">mild</content_attribute>
</content_rating>
</component>