Skip to content

Commit

Permalink
Merge pull request #518 from ThomasWaldmann/docs-updates
Browse files Browse the repository at this point in the history
misc updates
  • Loading branch information
ThomasWaldmann authored Apr 13, 2023
2 parents 68e6c73 + 0913f97 commit f24eb62
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
This project is licensed under the the 3-clause BSD license (also known as
"Revised BSD License", "New BSD License", or "Modified BSD License"):

Copyright (c) 2013-2020, The nsupdate.info Development Team (see AUTHORS file)
Copyright (c) 2013-2023, The nsupdate.info Development Team (see AUTHORS file)
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

# General information about the project.
project = u'nsupdate.info'
copyright = u'2013-2018, The nsupdate.info Team'
copyright = u'2013-2023, The nsupdate.info Team'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
1 change: 0 additions & 1 deletion docs/project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ You need the transifex-client package so you have the tx command:

::

# currently only works on python 2.x, transifex-client github repo has 3.3 support
pip install transifex-client


Expand Down
11 changes: 4 additions & 7 deletions docs/user.rst
Original file line number Diff line number Diff line change
Expand Up @@ -359,20 +359,17 @@ Here are some clients that likely qualify:
* ddclient

- we offer configuration help for it, just copy & paste
- good working, reliable
- IPv4 and IPv6 support
- Linux & other POSIX systems
* inadyn (>= 1.99.11)
* inadyn

- we offer configuration help for it, just copy & paste
- good working, reliable
- IPv4 only
- IPv4 and IPv6 support
- Linux & other POSIX systems
* python-dyndnsc

- still alpha/beta, but works
- IPv4 and good IPv6 support
- Mac OS X, Linux and FreeBSD
- IPv4 and IPv6 support
- macOS, Linux and BSD
* whatever your router / gateway / firewall has for dyndns / ddns

- quality of update client implementations varies widely
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
install_requires=[
'dnspython',
'netaddr',
'django>=3.2.0',
'django>=3.2.0, <4.0.0',
'django-bootstrap-form',
'django-referrer-policy',
'django-registration-redux',
Expand Down

0 comments on commit f24eb62

Please sign in to comment.