Merge branch 'master' of github.com:asmaps/nsupdate.info

This commit is contained in:
Arne Schauf 2013-09-29 19:54:38 +02:00
commit 2d8fd38543

View File

@ -2,20 +2,52 @@
{% load bootstrap %}
{% block content %}
<h1>About page</h1>
<p>You take the blue pill, the story ends, you wake up in your bed and believe whatever you want to believe. You take the red pill, you stay in Wonderland, and I show you how deep the rabbit hole goes.</p>
<h2>About nsupdate.info</h2>
<p>nsupdate.info is the idea of a really simple single purpose dynamic dns
service. Unlike other dynamic dns services its intention is that you do not
have to click a link every 30 days to keep your domain enabled or other
jokes like this.</p>
<h2>Features</h2>
<div class="well">
<i class="icon icon-ok"></i> Open-Source<br>
<i class="icon icon-ok"></i> Free<br>
<i class="icon icon-ok"></i> Easy<br>
<i class="icon icon-ok"></i> Fast<br>
<i class="icon icon-ok"></i> Awesome<br>
<i class="icon icon-ok"></i> Made with love<br>
</div>
<h1>About this service</h1>
<h2>What's this?</h2>
<p>
nsupdate.info is a dynamic dns service.
</p>
<p>
You usually need it so your router (or other dyndns2-compatible
client) can update a hostname, so you don't need to know or find
out your current IP address.
</p>
<h2>Why another one?</h2>
<p>
We wanted a simple, usable, secure and free dynamic dns service.
That is not nagging its users with advertisements, spam, having
to log in regularly or cancelling his hosts after a short time of non-usage.
That is not hiding the few free features almost undiscoverable between
a ton of features that are only for paying users.
</p>
<h2>Who are we?</h2>
<p>
Just some geeks wanting some free and open source software and a free service.
</p>
<h1>Fair use</h1>
<p>
The only thing we expect from you is fair use of this service:
<ul>
<li>Don't abuse the service in any way.</li>
<li>Don't update your hosts too often.</li>
<li>Don't do updates if your IP did not change.</li>
<li>Don't create lots of users or lots of hosts.</li>
<li>Don't use the service for any illegal or otherwise questionable purpose.</li>
<li>Don't spam us via e-mail.</li>
</ul>
</p>
<p>
We reserve the right to remove any account or hostname(s) that are
related to unfair use of the service - at any time and without prior notice.
</p>
<h1>No warranties</h1>
<p>
This is a free service, there are no warranties. If it breaks, it breaks.
</p>
<h1>Contact</h1>
info AT nsupdate DOT info
{% endblock %}