-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bumped version and updated notification references
- Loading branch information
Showing
1 changed file
with
21 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# | ||
# Notififications Core | ||
# | ||
# Copyright (C) 2014-2018 Chris Caron <[email protected]> | ||
# Copyright (C) 2014-2019 Chris Caron <[email protected]> | ||
# | ||
# This file is part of NZB-Notify. | ||
# | ||
|
@@ -31,9 +31,9 @@ | |
# | ||
# Info about this Notify NZB Script: | ||
# Author: Chris Caron ([email protected]). | ||
# Date: Sun, Sep 9th, 2018. | ||
# Date: Fri, Jul 19th, 2019. | ||
# License: GPLv2 (http://www.gnu.org/licenses/gpl.html). | ||
# Script Version: 0.9.2. | ||
# Script Version: 0.9.3. | ||
# | ||
# Home: https://github.com/caronc/nzb-notify | ||
# Wiki: https://github.com/caronc/nzb-notify/wiki | ||
|
@@ -60,37 +60,52 @@ | |
# - boxcar:// -> A Boxcar Notification | ||
# - boxcars:// -> A secure Boxcar Notification | ||
# - discord:// -> A Discord Notification | ||
# - d7sms:// -> A D7 Networks SMS Notification | ||
# - emby:// -> A Emby Notification | ||
# - faast:// -> A Faast Notification | ||
# - growl:// -> A Growl Notification | ||
# - flock:// -> A Flock Notification | ||
# - gitter:// -> A Gitter Notification | ||
# - gnome:// -> A Gnome Notification | ||
# - growl:// -> A Growl Notification | ||
# - gotify:// -> A Gotify Notification | ||
# - ifttt:// -> A IFTTT (If This Than That) Notification | ||
# - join:// -> A Join Notification | ||
# - json:// -> A simple json query | ||
# - jsons:// -> A secure, simple json query | ||
# - kde:// -> A KDE Notification | ||
# - kodi:// -> A KODI Notification | ||
# - kodis:// -> A Secure KODI Notification | ||
# - mailgun:// -> An Mailgun Notification | ||
# - matrix:// -> A Matrix Notification | ||
# - matrixs:// -> A Secure Matrix Notification | ||
# - mailto:// -> An email Notification | ||
# - mailtos:// -> A secure email Notification | ||
# - pbul:// -> A PushBullet Notification | ||
# - mattermost:// -> A Mattermost Notification | ||
# - msteams:// -> A Microsoft Teams Notification | ||
# - nexmo:// -> A Nexmo Notification | ||
# - prowl:// -> A Prowl Server | ||
# - pbul:// -> A PushBullet Notification | ||
# - pover:// -> A Pushover Notification | ||
# - pjet:// -> A Pushjet Notification | ||
# - pushed:// -> A Pushed Notification | ||
# - rocket:// -> A Rocket.Chat Notification | ||
# - rockets:// -> A Secure Rocket.Chat Notification | ||
# - ryver:// -> A Ryver Notification | ||
# - slack:// -> A Slack Notification | ||
# - sns:// -> Amazon Web Service (AWS) - Simple Notificaation Service (SNS) | ||
# - tgram:// -> A Telegram Notification | ||
# - tweet:// -> A Twitter Direct Message (DM) Notification | ||
# - twilio:// -> A Twilio Notification | ||
# - twitter:// -> A Twitter Direct Message (DM) Notification | ||
# - twist:// -> A Twist Notification | ||
# - xml:// -> A simple xml (SOAP) Notification | ||
# - xmls:// -> A secure, simple xml (SOAP) Notification | ||
# - mmost:// -> A (Unsecure) MatterMost Notification | ||
# - mmosts:// -> A Secure MatterMost Notification | ||
# - xbmc:// -> An XBMC Notification (protocol v2) | ||
# - xmpp:// -> An XMPP Notification | ||
# - wxteams:// -> An Cisco Webex Teams Notification | ||
# - windows:// -> A Microsoft Windows Notification | ||
# - zulip:// -> An Zulip Chat Notification | ||
# | ||
# Note: For details on how to use each notification checkout this link: | ||
# https://github.com/caronc/apprise/wiki | ||
|