From 5007c2d054ae5418cf30f31057726c0f6af4743b Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 29 Sep 2013 20:08:50 +0200 Subject: [PATCH] content for help page --- nsupdate/main/templates/main/help.html | 56 +++++++++++++++++++++++++- 1 file changed, 54 insertions(+), 2 deletions(-) diff --git a/nsupdate/main/templates/main/help.html b/nsupdate/main/templates/main/help.html index 1a654f1..a6e5264 100644 --- a/nsupdate/main/templates/main/help.html +++ b/nsupdate/main/templates/main/help.html @@ -2,6 +2,58 @@ {% load bootstrap %} {% block content %} -

Help

-This is the help page +

Help / FAQ

+

Standards used?

+

+ We use: +

+

+

Easy update URLs

+

+ Explanation of parameters: +

+ For browser / interactive use (will ask for username (give your hostname) and password (give yoursecret)): + + For browser / interactive use (give http basic auth username and password in URL): + + For browser / interactive use as above, but manually specifying the IP address: + + For routers or other dyndns2 compatible clients: + +

{% endblock %}