move to new github organization, use nsupdate.info (without www.)
This commit is contained in:
parent
71e937c0da
commit
8d4a3fdf84
@ -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.
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
{% endif %}
|
||||
<p>nsupdate.info, the Free and Open Source Dynamic DNS service for you.</p>
|
||||
<p>
|
||||
<iframe src="http://ghbtns.com/github-btn.html?user=asmaps&repo=nsupdate.info&type=watch&count=true"
|
||||
<iframe src="http://ghbtns.com/github-btn.html?user=nsupdate-info&repo=nsupdate.info&type=watch&count=true"
|
||||
allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
|
||||
</p>
|
||||
</div>
|
||||
@ -31,7 +31,7 @@
|
||||
<h1><i class="icon-globe icon-3x"></i></h1>
|
||||
<h3>World Wide Web</h3>
|
||||
<p>
|
||||
nsupdate.info is a <a href="https://github.com/asmaps/nsupdate.info">free and open-source</a> dynamic DNS service with IPv4 and IPv6 support.
|
||||
nsupdate.info is a <a href="https://github.com/nsupdate-info/nsupdate.info">free and open-source</a> dynamic DNS service with IPv4 and IPv6 support.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-sm-4" style="text-align: center">
|
||||
|
@ -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
|
||||
|
@ -87,7 +87,7 @@
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<p class="text-muted credit">
|
||||
Sourcecode available at <a href="https://github.com/asmaps/nsupdate.info">GitHub</a>
|
||||
Sourcecode available at <a href="https://github.com/nsupdate-info/nsupdate.info">GitHub</a>
|
||||
-
|
||||
developed by <a href="https://github.com/asmaps/">Arne Schauf</a>,
|
||||
<a href="https://github.com/Samuirai/">Fabian Faessler</a>,
|
||||
|
2
setup.py
2
setup.py
@ -10,7 +10,7 @@ with open('README.rst') as f:
|
||||
setup(
|
||||
name='nsupdate',
|
||||
version='0.0.1a0',
|
||||
url='http://github.com/asmaps/nsupdate.info/',
|
||||
url='http://github.com/nsupdate-info/nsupdate.info/',
|
||||
license='BSD',
|
||||
author='The nsupdate.info Team (see AUTHORS)',
|
||||
author_email='info@nsupdate.info',
|
||||
|
Loading…
x
Reference in New Issue
Block a user