RSS Guard è un semplice lettore di feed RSS/ATOM per Windows, Linux, BSD, OS/2 o macOS che può lavorare con feed RSS/ATOM/JSON/Sitemap e con molti servizi di feed online: Feedly, Gmail, Google Reader API (Bazqux, FreshRSS, Inoreader, Miniflux, Reedah, The Old Reader e altri), Nextcloud News, Tiny Tiny RSS. RSS Guard è anche un lettore di podcast, in quanto può riprodurre tutto tramite il lettore multimediale integrato basato su mpv (o ffmpeg). https://mastodon.uno/@devol/111879986134652899
Go to file
2013-12-15 18:38:10 +01:00
localization Some changes made. 2013-12-14 07:55:18 +01:00
resources cascsac 2013-12-14 13:45:24 +01:00
src Some changes in standard categories. 2013-12-15 10:53:26 +01:00
CMakeLists.txt grulich je gej 2013-12-14 18:54:35 +01:00
README.md Update README.md 2013-12-15 18:38:10 +01:00

RSS Guard

RSS Guard is simple (yet powerful) feed reader. It is able to fetch the most known feed formats, including RSS/RDF ant ATOM. RSS Guard is developed on top of the Qt library. RSS Guard supports these operating systems:

  • Windows XP and newer,
  • GNU/Linux,
  • OS/2 (eComStation).

RSS Guard is written in C++. It is pretty fast even with tons of messages loaded. The core features are:

  • multiplatformity,
  • support for all feed formats,
  • simplicity,
  • sweet look & feel,
  • open-source development model based on GNU GPL license, version 3,
  • tabbed interface,
  • integrated web browser + external browser supported.

Installation

You need to compile and install RSS Guard before you can use it. Basic steps are really simple

cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX="C:\Program Files\rssguard" -DUSE_QT_5=ON
make install

This compiles and installs RSS Guard using Qt 5 on Windows machines. For further information head to CMakeLists.txt file.