docs: reST syntax fixes

This commit is contained in:
Thomas Waldmann 2013-12-12 13:47:38 +01:00
parent e512db4ace
commit e3104dec57
2 changed files with 6 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Configuration
nsupdate.info Service nsupdate.info Service
--------------------- ---------------------
Use a local_settings.py (do not modify the nsupdate/settings.py file directly): Use a local_settings.py (do not modify the nsupdate/settings.py file directly)::
from nsupdate.settings import * from nsupdate.settings import *
# override whatever you need to override here (read nsupdate/settings.py # override whatever you need to override here (read nsupdate/settings.py
@ -48,6 +48,8 @@ To create and initialize the database, use::
Start the development server Start the development server
---------------------------- ----------------------------
::
python manage.py runserver python manage.py runserver

View File

@ -154,14 +154,17 @@ How to optimize this scenario:
Note: Note:
* we show 3 slightly different URLs: * we show 3 slightly different URLs:
- the first one is generic and will use either IP v4 or v6, - the first one is generic and will use either IP v4 or v6,
- the other 2 are specific and will either enforce usage of IP v4, or v6. - the other 2 are specific and will either enforce usage of IP v4, or v6.
* this whole browser-based mechanism is only for adhoc and temporary use - if * this whole browser-based mechanism is only for adhoc and temporary use - if
you need something permanently or repeatingly, please configure a real update you need something permanently or repeatingly, please configure a real update
client client
* if you can't electronically give the URL to the client, you can also give: * if you can't electronically give the URL to the client, you can also give:
- URL: like above, but remove the "yourname-adhoc.basedomain:secret@" part - URL: like above, but remove the "yourname-adhoc.basedomain:secret@" part
- when clients visits that URL, it will ask for username and password: - when clients visits that URL, it will ask for username and password:
- User name: yourname-adhoc.basedomain - User name: yourname-adhoc.basedomain
- Password: secret - Password: secret
- let the client check "Last update response". Should be "good" (or "nochg") - let the client check "Last update response". Should be "good" (or "nochg")