From d442629aa825aab6bc55ab6be19e3aba060867fe Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Sun, 21 Jun 2015 18:05:01 -0400 Subject: remove simulation code completely to keep things easy to understand. --- www/templates/help.html | 80 +++++++++++++++++++++++-------------------------- 1 file changed, 37 insertions(+), 43 deletions(-) (limited to 'www/templates/help.html') diff --git a/www/templates/help.html b/www/templates/help.html index decdf47e..e5f18bd8 100644 --- a/www/templates/help.html +++ b/www/templates/help.html @@ -6,63 +6,57 @@ -
+
- -

What is an API path?

- The latest versions of ZoneMinder have an API that is supposed to replace the XML skin. - It is only available starting Zoneminder 1.29. If you don't have - the API installed the client WILL NOT WORK. + +

What is an API path?

The latest versions of ZoneMinder have an API that is supposed to replace the XML skin. It is only available starting Zoneminder 1.29. If you don't have the API installed the client WILL NOT WORK. -
+
- -

What is ZM base URL, portal alias and API path

- Okay, there are multiple ways you can install ZoneMinder. For example, let's say you access zoneminder via http://yourserver.com:8000/zm. Then, http://yoursever.com:8000 is the base portal URL and the alias is zm. It's important you get these right, otherwise the app won't be able to display the data. -
+ +

What is ZM base URL, portal alias and API path

Okay, there are multiple ways you can install ZoneMinder. For example, let's say you access zoneminder via http://yourserver.com:8000/zm. Then, http://yoursever.com:8000 is the base portal URL and the alias is zm. It's important you get these right, otherwise the app won't be able to display the data. +
- -

What should I be entering in the Base URL and API URL?

- The base url is typically of the format "http://yourserver:port/" (don't specify zm) - The API url is typically of the format "http://yourserver:port/zm/api" - But it depends on how you've installed ZoneMinder -
+ +

What should I be entering in the Base URL and API URL?

The base url is typically of the format "http://yourserver:port/" (don't specify zm) The API url is typically of the format "http://yourserver:port/zm/api" But it depends on how you've installed ZoneMinder +
- -

I do not have authentication enabled but the app keeps asking me to specify authentication

- If you don't use ZM authentication, just enter an "x" in both user name and password. -
+ +

I do not have authentication enabled but the app keeps asking me to specify authentication

If you don't use ZM authentication, just enter an "x" in both user name and password. +
- -

The data is not refreshing!

- Most screens that show lists of data has a pull down action. Pull down to refresh and your data - should be reloaded. -
+ +

The data is not refreshing!

Most screens that show lists of data has a pull down action. Pull down to refresh and your data should be reloaded. +
- -

What do all the colors in the Monitor view mean?

- Checking
- All good
- Not running
- Not running (pending)
- Disabled
- Unknown
+ +

What do all the colors in the Monitor view mean?

+ Checking +
+ All good +
+ Not running +
+ Not running (pending) +
+ Disabled +
+ Unknown +
-
+
- -

I want to contribute!

- Awesome. Grab the source code! -
+ +

I want to contribute!

Awesome. Grab the source code! +
- -

How do I contact the author?

- Send me an email -
+ +

How do I contact the author?

Send me an email +
-- cgit v1.2.3