rssguard/README.md

120 lines
5.0 KiB
Markdown
Raw Normal View History

2014-09-11 10:34:39 +02:00
RSS Guard
=========
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
2015-08-17 07:57:16 +02:00
RSS Guard is simple and easy-to-use RSS/ATOM feed aggregator developed using Qt framework.
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:
2015-08-25 15:43:28 +02:00
* Zdenek S. (Sweden).
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.
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
* [all downloads](https://bitbucket.org/skunkos/rssguard/downloads).
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
2015-04-30 09:32:15 +02:00
* [stable releases (based on Qt 5)](https://software.opensuse.org/download.html?project=home%3Askunkos%3Arssguard&package=rssguard-qt5),
2015-04-29 08:06:35 +02:00
* [development releases (based on Qt 5)](https://software.opensuse.org/download.html?project=home%3Askunkos%3Arssguard&package=rssguard-qt5-git),
2015-08-17 08:01:27 +02:00
+ alternative downloads:
2015-08-17 08:01:47 +02:00
* Archlinux AUR packages - [stable-qt5](https://aur.archlinux.org/packages/rssguard/).
2014-09-23 06:58:02 +02:00
![RSS Guard is 100% clean.](http://www.softpedia.com/_img/softpedia_100_free.png)
2014-09-11 10:34:39 +02:00
- - -
2015-02-10 12:24:00 +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,
* OS/2 (eComStation),
* 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:
* 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,
2015-06-25 07:10:01 +02:00
* simple Adblock functionality,
* customized popup notifications,
* Google-based auto-completion for internal web browser location bar,
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
* ability to discover existing feeds on websites,
* 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-11-17 17:46:08 +01:00
* printing of messages and any web pages,
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,
* integrated web browser with adjustable behavior + external browser support,
* internal web browser mouse gestures support,
* 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-06-04 09:02:53 +02:00
2014-09-11 10:34:39 +02:00
Philosophy
----------
RSS Guard tends to be independent software. It's free, it's open-source. RSS Guard accepts donations but only to SUPPORT its development.