snorenotify/README.md

51 lines
1.4 KiB
Markdown
Raw Normal View History

2014-07-28 13:16:40 +00:00
Snorenotify
===========
Snorenotify is a multi platform Qt notification framework.
Using a plugin system it is possible to create notifications with many different notification systems on Windows, Unix and Mac.
## Supported Backends ##
- [Windows 8 toast notifications](https://github.com/Snorenotify/Snoretoast)
- OSX Notification Center
- Free Desktop Notifications
- [Growl for Windows](http://www.growlforwindows.com/)
- [Snarl](http://snarl.fullphat.net/)
- Integrated notifications
- System Tray
## Supported secondary Backends ##
- [Windows Phone - Supertoasty](http://supertoasty.com/)
- [Android - Notify my Android](https://www.notifymyandroid.com/)
2015-06-25 14:25:53 +00:00
- [Android and IOS - Pushover] (https://pushover.net/)
- Playback of sound filles
2014-07-23 22:41:54 +00:00
## Projects using Snore ##
2014-07-23 22:41:54 +00:00
- [Quassel IRC](http://www.quassel-irc.org/)
- [Tomahawk](http://www.tomahawk-player.org/)
## API Doc ##
2015-06-29 13:18:44 +00:00
[A documentation of the API can be found here](http://patrick.von-reth.de/other/snore/latest/doc/html/index.html)
2014-07-24 09:59:56 +00:00
## Dependencies ##
Required dependencies:
- [CMake](http://www.cmake.org/)
2015-02-26 13:22:00 +00:00
- [Extra CMake Modules](https://projects.kde.org/projects/kdesupport/extra-cmake-modules)
- [Qt5](http://qt-project.org/)
2014-07-24 09:59:56 +00:00
2014-07-28 13:20:12 +00:00
## Third party libraries that we ship with our source ##
- [Snarl C++](http://sourceforge.net/p/snarlwin/code/HEAD/tree/trunk/hdr/C++/SnarlInterface_v42/) used for Snarl
2014-07-28 13:16:40 +00:00