link to docs, move some info to docs

This commit is contained in:
Thomas Waldmann 2013-10-19 23:19:25 -07:00
parent 968b8f4bf6
commit 865318fda3
3 changed files with 22 additions and 21 deletions

View File

@ -12,6 +12,7 @@ Welcome to nsupdate.info's documentation!
intro
user
admin
standards
security

12
docs/standards.rst Normal file
View File

@ -0,0 +1,12 @@
Standards used
==============
* Frontend Update-API: dyndns2 protocol
+ `dyndns2 api description on dyn.com <http://dyn.com/support/developers/api/>`_
+ `dyndns2 api description on noip.com <http://www.noip.com/integrate/>`_
* Backend: dynamic DNS update
+ `RFC2136 <http://www.ietf.org/rfc/rfc2136.txt>`_

View File

@ -2,28 +2,16 @@
{% load bootstrap %}
{% block content %}
<h1>Help / FAQ</h1>
<h1>Documentation</h1>
We have nice documentation for service users and administrators there:
<a href="//nsupdateinfo.readthedocs.org/">nsupdate.info docs on ReadTheDocs.org</a>
<h1>Configuration Help</h1>
<div class="row">
<div class="col-lg-5">
<div class="well">
<h2>Standards used?</h2>
We use:
<ul>
<li>Frontend Update-API: dyndns2 protocol
<ul>
<li><a href="http://dyn.com/support/developers/api/">dyndns2 api description on dyn.com</a></li>
<li><a href="http://www.noip.com/integrate/">dyndns2 api description on noip.com</a></li>
</ul>
</li>
<li>Backend: dynamic DNS update (see <a href="http://www.ietf.org/rfc/rfc2136.txt">RFC2136</a>)</li>
</ul>
</div>
</div>
<div class="col-lg-7">
<div class="well">
<h3>How to configure automated dynamic DNS updates?</h3>
{% include "main/includes/tabbed_router_configuration.html" with host=object %}
</div>
<div class="well">
<h3>How to configure automated dynamic DNS updates?</h3>
{% include "main/includes/tabbed_router_configuration.html" with host=object %}
</div>
</div>
{% endblock %}