diff --git a/README.rst b/README.rst
index f035fc7..f119507 100644
--- a/README.rst
+++ b/README.rst
@@ -1,11 +1,14 @@
About nsupdate.info
===================
-http://nsupdate.info is a free dynamic dns service.
+https://nsupdate.info is a free dynamic dns service.
nsupdate.info is also the name of the software used to implement it.
If you like, you can use it to host the service on your own server.
+The software project lives at:
+https://github.com/nsupdate-info/nsupdate.info
+
Features
========
diff --git a/docs/index.rst b/docs/index.rst
index f048fe6..a87dd2d 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -12,6 +12,7 @@ Welcome to nsupdate.info's documentation!
intro
user
admin
+ project
standards
security
diff --git a/docs/project.rst b/docs/project.rst
new file mode 100644
index 0000000..0bed529
--- /dev/null
+++ b/docs/project.rst
@@ -0,0 +1,31 @@
+==================================
+The nsupdate.info software Project
+==================================
+
+History
+=======
+
+The initial version of the nsupdate.info software was developed in 48h in the DjangoDash 2013 contest by:
+
+* `Arne Schauf
- nsupdate.info is a dynamic dns service. + {{ WWW_HOST }} is a dynamic dns service.
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.
-We made some screenshots + and + Documentation for you so you can see what you get without having to create an account first.
- Feedback and help is welcome. Please use github to file issues to the - issue tracker or contribute changes (either do a pull request [preferred] - or attach a patch to an issue). -
-- Arne Schauf, - Fabian Faessler and - Thomas Waldmann - developed the initial version of the nsupdate.info software in 48h in the DjangoDash 2013 contest. -
-- info AT nsupdate DOT info + {{ SERVICE_CONTACT }}
{% endblock %} diff --git a/nsupdate/settings.py b/nsupdate/settings.py index 90211d3..2568f57 100644 --- a/nsupdate/settings.py +++ b/nsupdate/settings.py @@ -33,6 +33,7 @@ DATABASES = { } BASEDOMAIN = 'nsupdate.info' +SERVICE_CONTACT = 'info AT nsupdate DOT info' # shown on "about" page WWW_HOST = BASEDOMAIN WWW_IPV4_HOST = 'ipv4.' + BASEDOMAIN WWW_IPV6_HOST = 'ipv6.' + BASEDOMAIN