mirror of https://github.com/SeanOMik/znc-push.git
Whitespace consistency
This commit is contained in:
parent
20d3f021b9
commit
e0e6ad28a0
|
@ -33,6 +33,7 @@ ZNC Push was created by [John Reese](http://johnmreese.com) and designed to fill
|
||||||
personal need. It may not fit your use cases, but any and all feedback would be greatly
|
personal need. It may not fit your use cases, but any and all feedback would be greatly
|
||||||
appreciated.
|
appreciated.
|
||||||
|
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
@ -50,6 +51,7 @@ On Ubuntu, development headers can be installed by installing `libcurl3-dev` or
|
||||||
|
|
||||||
$ sudo aptitude install libcurl4-openssl-dev
|
$ sudo aptitude install libcurl4-openssl-dev
|
||||||
|
|
||||||
|
|
||||||
Compiling
|
Compiling
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
@ -75,6 +77,7 @@ Note: You are strongly encouraged to use libcurl transport. The reason for that
|
||||||
the default CSocket transport doesn't verify server's SSL certificate which leaves you
|
the default CSocket transport doesn't verify server's SSL certificate which leaves you
|
||||||
vulnerable to MITM attacks.
|
vulnerable to MITM attacks.
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
@ -238,6 +241,7 @@ to something similar to "http://domain/#channel/2011-03-09 14:25:09", or
|
||||||
|
|
||||||
This option must be set when using PushBullet and Airgram. This module supports both `device_id` (older, numeric id) and the `device_iden` (newer, alphanumeric id) used by PushBullet. You can find your `device_iden` by navigating to a device page and noting the last part of the URL.
|
This option must be set when using PushBullet and Airgram. This module supports both `device_id` (older, numeric id) and the `device_iden` (newer, alphanumeric id) used by PushBullet. You can find your `device_iden` by navigating to a device page and noting the last part of the URL.
|
||||||
|
|
||||||
|
|
||||||
### Notifications
|
### Notifications
|
||||||
|
|
||||||
* `message_content = "{message}"`
|
* `message_content = "{message}"`
|
||||||
|
|
Loading…
Reference in New Issue