rssguard/README.md

43 lines
1.8 KiB
Markdown
Raw Normal View History

2013-12-15 17:12:04 +01:00
RSS Guard
2013-12-15 16:37:32 +01:00
=========
2013-12-15 16:34:54 +01:00
2013-12-17 11:01:55 +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:
2013-12-15 16:37:32 +01:00
* Windows XP and newer,
* GNU/Linux,
2013-12-17 11:01:55 +01:00
* OS/2 (eComStation),
2013-12-18 09:52:03 +01:00
* Mac OS X (possibly),
* xBSD (possibly),
* other platforms supported by Qt.
2013-12-15 17:12:04 +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,
* sweet look & feel,
* open-source development model based on GNU GPL license, version 3,
* tabbed interface,
2013-12-17 11:01:55 +01:00
* integrated web browser + external browser support,
2013-12-17 11:03:36 +01:00
* desktop integration via tray icon,
* Qt library is the only dependency,
2013-12-26 16:02:16 +01:00
* dynamic keyboard shortcuts,
2013-12-17 11:03:36 +01:00
* no ads, no hidden costs.
2013-12-15 17:12:04 +01:00
Installation
2013-12-15 18:43:27 +01:00
------------
2013-12-17 11:01:55 +01:00
You need to compile RSS Guard if binary distribution is not available for your platform. Basic steps are really simple:
2013-12-15 17:12:04 +01:00
```
2013-12-15 18:52:32 +01:00
cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX="C:\Program Files\rssguard"
2013-12-15 17:12:04 +01:00
make install
```
2013-12-17 11:01:55 +01:00
This compiles and installs RSS Guard using Qt 4 on Windows machines. Qt 5 can be used too. Head to [CMakeLists.txt](https://github.com/martinrotter/rssguard/blob/master/CMakeLists.txt) file for more information on this topic.
2013-12-15 18:43:27 +01:00
Other information
-----------------
2013-12-17 11:01:55 +01:00
* 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.
2013-12-15 18:43:27 +01:00
* 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.