rssguard/resources/desktop/com.github.rssguard.appdata.xml
Harald H 07b7b79690
Added urls, oars, release info
* Added URL for bugtracker, donation and translation
* Added support for OARS (age content rating)
* Added release information. Ideally this should be updated by adding a new `<release>` section every time there is a new release. The information will be presented in software centers (like GNOME Software and KDE Discover) and on Flathub. This lets users more easily learn about the latest development for their favorite apps, software centers also reward apps that provide this information by featuring them more prominently. 
Relevant AppStream documentation: https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-releases
2018-08-20 15:44:58 +02:00

51 lines
2.2 KiB
XML
Executable file
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2017 Martin Rotter <rotter.martinos@gmail.com> -->
<component type="desktop-application">
<id>com.github.rssguard.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<name>RSS Guard </name>
<update_contact>rotter.martinos_AT_gmail.com</update_contact>
<summary>Simple (yet powerful) feed reader</summary>
<translation type="qt">rssguard</translation>
<description>
<p>
RSS Guard is simple (yet powerful) feed reader. It is able to fetch the most known feed formats, including RSS/RDF and ATOM. RSS Guard is developed on top of the Qt library.
</p>
</description>
<launchable type="desktop-id">rssguard.desktop</launchable>
<screenshots>
<screenshot type="default">
<caption>Linux version</caption>
<image>https://github.com/martinrotter/rssguard/blob/master/resources/screenshots/screenshot-linux.png?raw=true</image>
</screenshot>
<screenshot>
<caption>Windows version</caption>
<image>https://github.com/martinrotter/rssguard/blob/master/resources/screenshots/screenshot-windows.png?raw=true</image>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/martinrotter/rssguard</url>
<url type="bugtracker">https://github.com/martinrotter/rssguard/issues</url>
<url type="translate">https://www.transifex.com/martinrotter/rssguard/</url>
<url type="donation">https://martinrotter.github.io/donate/</url>
<content_rating type="oars-1.1" />
<releases>
<release version="3.5.6" date="2018-02-26">
<description>
<p>Fixed:</p>
<ul>
<li>Some minor stuff fixes.</li>
<li>Unnecessary "Welcome" notifications. (bug #176)</li>
<li>Bad handling of null/empty strings when inserting messages into DB. (bug #169)</li>
<li>Bad conversion of "created on" date/time in TT-RSS plugin. (bug #172)</li>
<li>Missing obligatory attribute in OPML 2.0 files. (bug #166)</li>
</ul>
</description>
</release>
<release version="3.5.5" date="2017-11-19"/>
<release version="3.5.4" date="2017-10-23"/>
</releases>
<provides>
<binary>rssguard</binary>
</provides>
</component>