convert existing http urls in help text to markdown
This commit is contained in:
parent
ce48343d1a
commit
13558b2c12
|
@ -409,8 +409,8 @@ our @options = (
|
||||||
that is used to get notifications for alarms detected by ZoneMinder
|
that is used to get notifications for alarms detected by ZoneMinder
|
||||||
in real time. zmNinja requires this server for push notifications to
|
in real time. zmNinja requires this server for push notifications to
|
||||||
mobile phones. This option only enables the server if its already installed.
|
mobile phones. This option only enables the server if its already installed.
|
||||||
Please visit https://github.com/pliablepixels/zmeventserver for installation
|
Please visit the [zmeventserver project site](https://github.com/pliablepixels/zmeventserver)
|
||||||
instructions.
|
for installation instructions.
|
||||||
`,
|
`,
|
||||||
type => $types{boolean},
|
type => $types{boolean},
|
||||||
category => 'system',
|
category => 'system',
|
||||||
|
@ -442,7 +442,7 @@ our @options = (
|
||||||
description => 'Your recaptcha site-key',
|
description => 'Your recaptcha site-key',
|
||||||
help => q`You need to generate your keys from
|
help => q`You need to generate your keys from
|
||||||
the Google reCaptcha website.
|
the Google reCaptcha website.
|
||||||
Please refer to https://www.google.com/recaptcha/
|
Please refer to the [recaptcha project site](https://www.google.com/recaptcha/)
|
||||||
for more details.
|
for more details.
|
||||||
`,
|
`,
|
||||||
requires => [
|
requires => [
|
||||||
|
@ -457,7 +457,7 @@ our @options = (
|
||||||
description => 'Your recaptcha secret-key',
|
description => 'Your recaptcha secret-key',
|
||||||
help => q`You need to generate your keys from
|
help => q`You need to generate your keys from
|
||||||
the Google reCaptcha website.
|
the Google reCaptcha website.
|
||||||
Please refer to https://www.google.com/recaptcha/
|
Please refer to the [recaptcha project site](https://www.google.com/recaptcha/)
|
||||||
for more details.
|
for more details.
|
||||||
`,
|
`,
|
||||||
requires => [
|
requires => [
|
||||||
|
@ -674,9 +674,9 @@ our @options = (
|
||||||
ZoneMinder uses to view image streams on browsers such as
|
ZoneMinder uses to view image streams on browsers such as
|
||||||
Internet Explorer that don't natively support this format. If
|
Internet Explorer that don't natively support this format. If
|
||||||
you use this browser it is highly recommended to install this
|
you use this browser it is highly recommended to install this
|
||||||
from http://www.charliemouse.com/code/cambozola/ however if it
|
from the [cambozola project site](http://www.charliemouse.com/code/cambozola/).
|
||||||
is not installed still images at a lower refresh rate can still
|
However, if it is not installed still images at a lower refresh rate can
|
||||||
be viewed.
|
still be viewed.
|
||||||
`,
|
`,
|
||||||
type => $types{boolean},
|
type => $types{boolean},
|
||||||
category => 'images',
|
category => 'images',
|
||||||
|
@ -690,9 +690,9 @@ our @options = (
|
||||||
ZoneMinder uses to view image streams on browsers such as
|
ZoneMinder uses to view image streams on browsers such as
|
||||||
Internet Explorer that don't natively support this format. If
|
Internet Explorer that don't natively support this format. If
|
||||||
you use this browser it is highly recommended to install this
|
you use this browser it is highly recommended to install this
|
||||||
from http://www.charliemouse.com/code/cambozola/ however if it
|
from the [cambozola project site](http://www.charliemouse.com/code/cambozola/).
|
||||||
is not installed still images at a lower refresh rate can still
|
However if it is not installed still images at a lower refresh rate can
|
||||||
be viewed. Leave this as 'cambozola.jar' if cambozola is
|
still be viewed. Leave this as 'cambozola.jar' if cambozola is
|
||||||
installed in the same directory as the ZoneMinder web client
|
installed in the same directory as the ZoneMinder web client
|
||||||
files.
|
files.
|
||||||
`,
|
`,
|
||||||
|
@ -3908,7 +3908,7 @@ our @options = (
|
||||||
SSMTP is a lightweight and efficient method to send email.
|
SSMTP is a lightweight and efficient method to send email.
|
||||||
The SSMTP application is not installed by default.
|
The SSMTP application is not installed by default.
|
||||||
NEW_MAIL_MODULES must also be enabled.
|
NEW_MAIL_MODULES must also be enabled.
|
||||||
Please visit: http://www.zoneminder.com/wiki/index.php/How_to_get_ssmtp_working_with_Zoneminder
|
Please visit the ZoneMinder [SSMTP Wiki page](http://www.zoneminder.com/wiki/index.php/How_to_get_ssmtp_working_with_Zoneminder)
|
||||||
for setup and configuration help.
|
for setup and configuration help.
|
||||||
`,
|
`,
|
||||||
type => $types{boolean},
|
type => $types{boolean},
|
||||||
|
|
Loading…
Reference in New Issue