rssguard/README.md

142 lines
5.7 KiB
Markdown
Raw Normal View History

2014-09-11 10:34:39 +02:00
RSS Guard
=========
2016-06-22 07:53:06 +02:00
[![AUR](https://img.shields.io/aur/votes/rssguard.svg?maxAge=2592000)]()
2016-06-22 07:56:10 +02:00
[![GitHub issues](https://img.shields.io/github/issues/martinrotter/rssguard.svg)]()
[![license](https://img.shields.io/github/license/martinrotter/rssguard.svg)]()
2016-06-22 07:53:06 +02:00
2015-08-14 08:18:28 +02:00
Welcome to RSS Guard website. You can find here basic information.
2015-06-04 09:02:53 +02:00
2016-04-01 13:28:08 +02:00
RSS Guard is simple, light and easy-to-use RSS/ATOM feed aggregator developed using Qt framework which supports online feed synchronization.
2015-08-17 07:57:16 +02:00
2016-01-13 09:57:05 +01:00
Core features are:
* **support for online feed synchronization via plugins**,
2016-02-29 10:17:10 +01:00
* Tiny Tiny RSS (from RSS Guard 3.0.0),
* ownCloud News (from RSS Guard 3.1.0).
2016-01-13 09:57:05 +01:00
* multiplatformity,
2016-04-01 13:33:51 +02:00
* multiple data backend support.
2016-01-13 09:57:05 +01:00
* SQLite (in-memory DBs too),
* MySQL.
See below for more information about features and other RSS Guard aspects.
2014-09-11 10:34:39 +02:00
- - -
Contacts
--------
* [author's e-mail](mailto:rotter.martinos@gmail.com),
2014-10-15 07:02:43 +02:00
* [IRC channel at freenode](http://webchat.freenode.net/?channels=#rssguard) (My nick is #skunkos, I am not available on IRC all day long.).
2015-06-04 09:02:53 +02:00
2014-09-11 10:34:39 +02:00
- - -
Donate
------
2015-04-30 09:38:05 +02:00
You can [support RSS Guard with tiny amounts of money via PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XMWPLPK893VH4).
[![Support RSS Guard now.](http://manlybeachrunningclub.com/wp-content/uploads/2015/01/paypal-donate-button115.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XMWPLPK893VH4)
2015-08-25 10:13:22 +02:00
People who donated:
2016-01-05 09:23:16 +01:00
* Zdenek S. (Sweden)
* Eloi Garibaldi B.
2016-03-05 09:42:59 +01:00
* Jacob S.
2016-01-05 09:23:16 +01:00
I say "thank you" for all your support, donators.
2015-08-25 10:13:22 +02:00
- - -
2014-09-11 10:34:39 +02:00
Feeds & Videos
-----
* [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),
* [RSS channel at BitBucket](https://bitbucket.org/skunkos/rssguard/rss),
* [screenshots](https://drive.google.com/folderview?id=0B8XNkQ-jUoBYdVRSNm1kQ3BUMzQ&usp=sharing).
2015-06-04 09:02:53 +02:00
2014-09-11 10:34:39 +02:00
- - -
Thanks to
-----
2015-06-04 08:57:22 +02:00
* **Elbert Pol** - huge contrubutions, including translating and testing in OS/2 environment.
* **Asen Anastassov** - testing, providing great feedback.
2016-01-04 07:35:19 +01:00
* **eson** - rock-solid translation into Sweden language.
2015-06-04 09:02:53 +02:00
2015-06-04 09:00:26 +02:00
- - -
2014-09-11 10:34:39 +02:00
Downloads
---------
2014-10-02 14:12:04 +02:00
### Windows
2016-06-22 07:04:22 +02:00
* [official downloads](https://github.com/martinrotter/rssguard/releases).
2015-02-10 12:24:00 +01:00
* alternative downloads
[![Alternative RSS Guard downloads.](http://www.instalki.pl/img/buttons/en/download_dark.png)](http://www.instalki.pl/programy/download/Windows/czytniki_RSS/RSS_Guard.html)
2014-10-02 14:12:04 +02:00
### Linux
2016-06-22 07:04:22 +02:00
* [stable releases](https://software.opensuse.org/download.html?project=home%3Askunkos%3Arssguard&package=rssguard-qt5),
* [development releases](https://software.opensuse.org/download.html?project=home%3Askunkos%3Arssguard&package=rssguard-qt5-git),
2015-08-17 08:01:27 +02:00
+ alternative downloads:
2016-06-22 07:04:22 +02:00
* Archlinux AUR packages - [stable](https://aur.archlinux.org/packages/rssguard/).
2016-04-03 11:52:35 +02:00
Note that packages from OBS are not meant to be used in production. Rely on "official" packages for you Linux distro made by your Linux distro maintainers.
2016-04-21 19:33:35 +02:00
2014-09-23 06:58:02 +02:00
![RSS Guard is 100% clean.](http://www.softpedia.com/_img/softpedia_100_free.png)
2015-02-10 12:24:00 +01:00
2016-01-13 09:57:05 +01:00
- - -
2014-09-11 10:34:39 +02:00
Features
--------
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,
* Mac OS X,
* xBSD (possibly),
* Android (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:
2015-12-08 09:59:51 +01:00
* **support for online feed synchronization via plugins**,
2016-02-29 10:17:10 +01:00
* Tiny Tiny RSS (from RSS Guard 3.0.0),
* ownCloud News (from RSS Guard 3.1.0).
2014-09-11 10:34:39 +02:00
* multiplatformity,
* support for all feed formats,
* simplicity,
2014-09-28 08:42:33 +02:00
* import/export of feeds to/from OPML 2.0,
2015-02-10 06:51:09 +01:00
* downloader with own tab and support for up to 6 parallel downloads,
2014-09-28 08:42:33 +02:00
* message filter with regular expressions,
2014-09-11 10:34:39 +02:00
* feed metadata fetching including icons,
2016-04-01 13:28:08 +02:00
* no crazy dependencies,
* small memory footprint,
* small installation package,
2015-06-25 07:10:01 +02:00
* ability to cleanup internal message database with various options,
2014-09-11 10:34:39 +02:00
* enhanced feed auto-updating with separate time intervals,
* multiple data backend support,
* SQLite (in-memory DBs too),
* MySQL.
2015-04-30 09:32:15 +02:00
* is able to specify target database by its name (MySQL backend),
2014-09-28 08:42:33 +02:00
* “portable” mode support with clever auto-detection,
2014-09-11 10:34:39 +02:00
* feed categorization,
2014-11-04 20:45:41 +01:00
* drap-n-drop for feed list,
* automatic checking for updates,
2015-04-30 09:32:15 +02:00
* full support of podcasts (both RSS & ATOM),
2014-11-04 20:45:41 +01:00
* ability to backup/restore database or settings,
2014-09-28 08:42:33 +02:00
* fully-featured recycle bin,
2014-09-11 10:34:39 +02:00
* can be fully controlled via keyboard,
* feed authentication (Digest-MD5, BASIC, NTLM-2),
* handles tons of messages & feeds,
* sweet look & feel,
* fully adjustable toolbars (changeable buttons and style),
2014-09-28 08:42:33 +02:00
* ability to check for updates on all platforms + self-updating on Windows,
* hideable main menu, toolbars and list headers,
2014-09-11 10:34:39 +02: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,
2014-09-28 08:42:33 +02:00
* plenty of skins,
* support for "feed://" URI scheme,
2014-09-11 10:34:39 +02:00
* ability to hide list of feeds/categories,
* open-source development model based on GNU GPL license, version 3,
* tabbed interface,
* desktop integration via tray icon,
* localizations to some languages,
* Qt library is the only dependency,
* open-source development model and friendly author waiting for your feedback,
* no ads, no hidden costs.
2015-12-15 07:49:53 +01:00
2014-09-11 10:34:39 +02:00
- - -
Philosophy
----------
2016-06-22 07:53:06 +02:00
RSS Guard tends to be independent software. It's free, it's open-source. RSS Guard accepts donations but only to SUPPORT its development.