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
Martin Rotter f537746fa0 Fixed many krazy2-reported issues. 2013-12-23 10:43:45 +01:00
localization Reloaded translations and remembering of columns widths. 2013-12-22 18:06:30 +01:00
resources Introduced application-wide close lock. 2013-12-22 18:47:00 +01:00
src Fixed many krazy2-reported issues. 2013-12-23 10:43:45 +01:00
.gitignore Add Git ignore file. 2013-12-16 09:14:16 +01:00
CMakeLists.txt Fixed many krazy2-reported issues. 2013-12-23 10:43:45 +01:00
README.md Update README.md 2013-12-18 09:52:03 +01:00

README.md

RSS Guard

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 and it supports these operating systems:

  • Windows XP and newer,
  • GNU/Linux,
  • OS/2 (eComStation),
  • Mac OS X (possibly),
  • xBSD (possibly),
  • other platforms supported by Qt.

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 support,
  • desktop integration via tray icon,
  • Qt library is the only dependency,
  • no ads, no hidden costs.

Installation

You need to compile RSS Guard if binary distribution is not available for your platform. Basic steps are really simple:

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

This compiles and installs RSS Guard using Qt 4 on Windows machines. Qt 5 can be used too. Head to CMakeLists.txt file for more information on this topic.

Other information

  • Binaries will be builded for Windows platform by myself. If you want to build binaries for your platform by yourself, I can provide you some support. File an issue request in that case.
  • If you want to have some feature/ehancement implemented in RSS Guard, then file an issue request.
  • If you want to translate RSS Guard, then contact me or file an issue request too.
  • Make sure to read the Wiki.

I appreciate any constructive actions.