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 %}