From 8d4a3fdf8426b2e176091657ad1ad266a96058f2 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 3 Oct 2013 00:43:33 +0200 Subject: [PATCH] move to new github organization, use nsupdate.info (without www.) --- README.rst | 7 +++---- nsupdate/main/templates/main/home.html | 4 ++-- nsupdate/nsupdate/settings.py | 2 +- nsupdate/nsupdate/templates/base.html | 2 +- setup.py | 2 +- 5 files changed, 8 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index 18de9e6..05f74fc 100644 --- a/README.rst +++ b/README.rst @@ -6,8 +6,8 @@ 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. -nsupdate.info is is intended to be self hostable, but there will most probably -be a free service on http://www.nsupdate.info/ +nsupdate.info is is intended to be self hostable, but there is also a free +service on http://nsupdate.info/ Installation @@ -22,7 +22,7 @@ installation (here with virtualenvwrapper):: Clone the repo and cd into:: - git clone git@github.com:asmaps/nsupdate.info.git nsupdate + git clone git@github.com:nsupdate-info/nsupdate.info.git nsupdate cd nsupdate @@ -33,4 +33,3 @@ Then install the requirements:: From time to time execute this again to install the newest dependencies. Maybe in future there will be a PyPi package to install directly with pip. - diff --git a/nsupdate/main/templates/main/home.html b/nsupdate/main/templates/main/home.html index 9d5f5e9..51678c2 100644 --- a/nsupdate/main/templates/main/home.html +++ b/nsupdate/main/templates/main/home.html @@ -15,7 +15,7 @@ {% endif %}

nsupdate.info, the Free and Open Source Dynamic DNS service for you.

-

@@ -31,7 +31,7 @@

World Wide Web

- nsupdate.info is a free and open-source dynamic DNS service with IPv4 and IPv6 support. + nsupdate.info is a free and open-source dynamic DNS service with IPv4 and IPv6 support.

diff --git a/nsupdate/nsupdate/settings.py b/nsupdate/nsupdate/settings.py index 93eef07..b9f94f0 100644 --- a/nsupdate/nsupdate/settings.py +++ b/nsupdate/nsupdate/settings.py @@ -44,7 +44,7 @@ UPDATE_KEY = 'YWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYW # Hosts/domain names that are valid for this site; required if DEBUG is False # See https://docs.djangoproject.com/en/1.5/ref/settings/#allowed-hosts -ALLOWED_HOSTS = ['nsupdate.info', 'www.nsupdate.info'] +ALLOWED_HOSTS = ['nsupdate.info', ] # Local time zone for this installation. Choices can be found here: # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name diff --git a/nsupdate/nsupdate/templates/base.html b/nsupdate/nsupdate/templates/base.html index 6f708b0..ecd2bef 100644 --- a/nsupdate/nsupdate/templates/base.html +++ b/nsupdate/nsupdate/templates/base.html @@ -87,7 +87,7 @@