2017-10-19 11:24:20 +02:00
<?xml version="1.0" encoding="UTF-8"?>
2023-01-10 10:23:43 +01:00
<!-- Copyright 2017 - @YEAR@ Martin Rotter <rotter.martinos@gmail.com> -->
2017-10-19 11:34:33 +02:00
<component type= "desktop-application" >
2022-12-21 11:02:27 -03:00
<id > @APP_REVERSE_NAME@</id>
2017-10-19 11:44:05 +02:00
<metadata_license > CC0-1.0</metadata_license>
2017-10-19 11:34:33 +02:00
<project_license > GPL-3.0</project_license>
2022-12-21 11:02:27 -03:00
<name > @APPDATA_NAME@</name>
2022-10-27 06:01:07 -03:00
<developer_name > Martin Rotter</developer_name>
2017-10-19 11:40:07 +02:00
<update_contact > rotter.martinos_AT_gmail.com</update_contact>
2022-12-21 11:02:27 -03:00
<summary > @APPDATA_SUMMARY@</summary>
2017-10-19 11:34:33 +02:00
<description >
<p >
2022-12-21 11:02:27 -03:00
@APPDATA_NAME@ is a news feed reader, written in C++ and Qt.
2017-10-19 11:34:33 +02:00
</p>
2022-10-27 06:01:07 -03:00
<p >
It supports many feed formats, such as:
</p>
<ul >
<li > ATOM</li>
<li > JSON (1.x)</li>
<li > RSS (0.x, 1.x, 2.x)</li>
</ul>
<p >
It also supports many web-based feed services, including:
</p>
<ul >
<li > Feedly</li>
<li > Gmail</li>
<li > Google Reader API (Bazqux, FreshRSS, Inoreader, Miniflux, Reedah, The Old Reader, etc.)</li>
<li > Next Cloud News</li>
<li > Tiny Tiny RSS</li>
</ul>
2023-08-11 09:39:23 +02:00
<p >
2023-08-25 04:25:11 -03:00
Note for Flatpak users: The autostart feature can only work if you manually allow us access to the ~/.config/autostart directory. You can easily do that with the following command:
2023-08-11 10:14:16 +02:00
</p>
<p >
2023-08-25 04:25:11 -03:00
flatpak override --user --filesystem=xdg-config/autostart @APP_REVERSE_NAME@
2023-08-11 09:39:23 +02:00
</p>
2017-10-19 11:34:33 +02:00
</description>
2022-12-21 11:02:27 -03:00
<launchable type= "desktop-id" > @APP_REVERSE_NAME@.desktop</launchable>
2017-10-19 11:34:33 +02:00
<screenshots >
2022-10-27 06:01:07 -03:00
<screenshot type= "default" >
2023-08-11 10:14:16 +02:00
<image >
2023-08-21 09:01:34 +02:00
https://raw.githubusercontent.com/martinrotter/rssguard/master/resources/graphics/official_pictures/main-window-linux.png</image>
2017-10-19 11:34:33 +02:00
</screenshot>
</screenshots>
<url type= "homepage" > https://github.com/martinrotter/rssguard</url>
2018-08-20 15:44:58 +02:00
<url type= "bugtracker" > https://github.com/martinrotter/rssguard/issues</url>
2021-09-03 10:58:23 +02:00
<url type= "donation" > https://github.com/sponsors/martinrotter</url>
2023-08-17 09:20:44 +02:00
<url type= "translate" > https://crowdin.com/project/rssguard</url>
2022-10-27 06:01:07 -03:00
<keywords >
<keyword translate= "no" > ATOM</keyword>
<keyword translate= "no" > JSON</keyword>
<keyword translate= "no" > RDF</keyword>
<keyword translate= "no" > RSS</keyword>
<keyword translate= "no" > Bazqux</keyword>
<keyword translate= "no" > Feedly</keyword>
<keyword translate= "no" > FreshRSS</keyword>
<keyword translate= "no" > Google Reader</keyword>
<keyword translate= "no" > Inoreader</keyword>
<keyword translate= "no" > Miniflux</keyword>
<keyword translate= "no" > Next Cloud News</keyword>
<keyword translate= "no" > Reedah</keyword>
<keyword translate= "no" > The Old Reader</keyword>
<keyword translate= "no" > Tiny Tiny RSS</keyword>
</keywords>
<content_rating type= "oars-1.0" />
2018-08-20 15:44:58 +02:00
<content_rating type= "oars-1.1" />
<releases >
2023-01-10 10:23:43 +01:00
<release version= "@APP_VERSION@" date= "@DATE@" />
2018-08-20 15:44:58 +02:00
</releases>
2017-10-19 11:34:33 +02:00
<provides >
2022-12-21 11:02:27 -03:00
<binary > @APP_LOW_NAME@</binary>
2017-10-19 11:34:33 +02:00
</provides>
2023-08-11 10:14:16 +02:00
</component>