mirror of https://github.com/SeanOMik/znc-push.git
Link to faq/examples in readme
This commit is contained in:
parent
34d69129dd
commit
8330e0f6eb
10
README.md
10
README.md
|
@ -1,6 +1,12 @@
|
||||||
ZNC Push
|
ZNC Push
|
||||||
========
|
========
|
||||||
|
|
||||||
|
[FAQ][] | [Example Configuration][examples]
|
||||||
|
|
||||||
|
|
||||||
|
Overview
|
||||||
|
--------
|
||||||
|
|
||||||
ZNC Push is a module for [ZNC][] that will send notifications to multiple push notification
|
ZNC Push is a module for [ZNC][] that will send notifications to multiple push notification
|
||||||
services, or SMS for any private message or channel highlight that matches a configurable set of
|
services, or SMS for any private message or channel highlight that matches a configurable set of
|
||||||
conditions. ZNC Push current supports the following services:
|
conditions. ZNC Push current supports the following services:
|
||||||
|
@ -476,7 +482,9 @@ This project is licensed under the MIT license. See the `LICENSE` file for deta
|
||||||
[Faast]: http://faast.io/
|
[Faast]: http://faast.io/
|
||||||
[Nexmo]: https://www.nexmo.com
|
[Nexmo]: https://www.nexmo.com
|
||||||
|
|
||||||
[issues]: http://github.com/jreese/znc-push/issues
|
[faq]: https://github.com/jreese/blob/master/doc/faq.md
|
||||||
|
[examples]: https://github.com/jreese/blob/master/doc/examples.md
|
||||||
|
[issues]: https://github.com/jreese/znc-push/issues
|
||||||
[ZNC]: http://en.znc.in "ZNC, an advanced IRC bouncer"
|
[ZNC]: http://en.znc.in "ZNC, an advanced IRC bouncer"
|
||||||
[ISO 8601]: http://en.wikipedia.org/wiki/ISO_8601 "ISO 8601 Date Format"
|
[ISO 8601]: http://en.wikipedia.org/wiki/ISO_8601 "ISO 8601 Date Format"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue