2014-02-15 19:31:39 +01:00
RSS Guard
=========
2014-02-26 14:15:36 +01:00
Welcome to RSS Guard website. You can find here basic information. Rest is located in [Wiki ](https://bitbucket.org/skunkos/rssguard/wiki/Home ).
2014-02-15 19:31:39 +01:00
2014-03-20 09:36:23 +01:00
**[Contacts](#markdown-header-contacts) | [Feeds ](#markdown-header-feeds ) | [Downloads ](#markdown-header-downloads ) | [Features ](#markdown-header-features ) | [Philosophy ](#markdown-header-philosophy )**
2014-02-26 14:06:38 +01:00
- - -
2014-02-17 15:54:22 +01:00
Contacts
--------
2014-03-15 18:35:55 +01:00
* [author's e-mail ](mailto:rotter.martinos@gmail.com ),
* [forums ](https://groups.google.com/d/forum/rssguard ),
* [IRC channel at #freenode ](http://webchat.freenode.net/?channels=#rssguard ).
2014-02-26 14:06:38 +01:00
- - -
2014-03-15 18:31:59 +01:00
Feeds & Videos
2014-02-26 13:45:41 +01:00
-----
2014-03-15 18:35:55 +01:00
* [video channel at YouTube ](http://www.youtube.com/playlist?list=PL-75mFFA3wujyMyea6W1qJEV_ulh6433j ),
* [RSS channel at Google Groups ](https://groups.google.com/forum/feed/rssguard/msgs/rss_v2_0.xml?num=50 ),
2014-03-18 18:45:52 +01:00
* [RSS channel at BitBucket ](https://bitbucket.org/skunkos/rssguard/rss ),
* [screenshots ](https://drive.google.com/folderview?id=0B8XNkQ-jUoBYdVRSNm1kQ3BUMzQ&usp=sharing ).
2014-02-26 14:06:38 +01:00
- - -
2014-02-26 14:13:17 +01:00
Downloads
---------
You can download source tarballs or binaries for some platforms in "Downloads" section of this website. Precompiled binaries for particular Linux distributions are available too:
2014-03-15 18:37:07 +01:00
* [stable releases ](http://software.opensuse.org/download.html?project=home%3Askunkos&package=rssguard ),
* [development releases ](http://software.opensuse.org/download.html?project=home%3Askunkos&package=rssguard-git ) (compiled from the master branch of RSS Guard Git repository).
2014-02-26 14:13:17 +01:00
- - -
2014-02-15 20:29:14 +01:00
Features
--------
2014-02-15 19:31:39 +01:00
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 ](http://qt-project.org/ ) and it supports these operating systems:
* Windows XP and newer,
* GNU/Linux,
* OS/2 (eComStation),
2014-02-15 19:34:19 +01:00
* Mac OS X,
2014-02-15 19:31:39 +01:00
* xBSD (possibly),
2014-02-24 13:33:29 +01:00
* Android (possibly),
2014-02-15 19:31:39 +01:00
* other platforms supported by Qt.
2014-02-15 19:34:19 +01:00
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,
2014-02-28 07:51:21 +01:00
* feed metadata fetching including icons,
* enhanced feed auto-updating with separate time intervals,
2014-02-15 19:34:19 +01:00
* multiple data backend support (SQLite + MySQL),
* “portable” mode support,
* feed categorization,
* feed authentication (Digest-MD5, BASIC, NTLM-2),
2014-02-28 07:51:21 +01:00
* handles tons of messages & feeds,
2014-02-15 19:34:19 +01:00
* sweet look & feel,
2014-03-24 08:14:21 +01:00
* hideable main menu,
2014-02-15 19:34:19 +01:00
* KFeanza-based default icon theme + ability to create your own icon themes,
* fully skinnable user interface + ability to create your own skins,
* “newspaper” view,
* ability to hide list of feeds/categories,
* open-source development model based on GNU GPL license, version 3,
* tabbed interface,
2014-03-24 08:14:21 +01:00
* integrated web browser with adjustable behavior + external browser support,
2014-02-28 07:51:21 +01:00
* internal web browser mouse gestures support,
2014-02-15 19:34:19 +01:00
* desktop integration via tray icon,
2014-02-28 07:51:21 +01:00
* localizations to some languages,
2014-02-15 19:34:19 +01:00
* Qt library is the only dependency,
2014-02-28 07:51:21 +01:00
* open-source development model and friendly author waiting for your feedback,
2014-03-20 09:35:15 +01:00
* no ads, no hidden costs.
- - -
Philosophy
----------
2014-03-20 09:36:23 +01:00
RSS Guard tends to be **independent** software. It's free, it's open-source. RSS Guard will never depend on other services - this includes online news aggregators like Feedly, The Old Reader and others.
2014-03-28 08:15:42 +01:00
That's why RSS Guard will never integrate those services unless someone else codes support for them on his own. Remember, RSS Guard supports online synchronization via MySQL/MariaDB or you can use Dropbox to synchronize SQLite data storage.