Switch to unified view

a/README.rst b/README.rst
...
...
38
38
39
Run standalone
39
Run standalone
40
--------------
40
--------------
41
Run ``webui-standalone.py`` and connect to ``http://localhost:8080``.
41
Run ``webui-standalone.py`` and connect to ``http://localhost:8080``.
42
42
43
To change the default port, edit ``webui-standalone.py``.
43
There's some optional command-line arguments available:::
44
45
    -h, --help            show this help message and exit
46
    -a ADDR, --addr ADDR  address to bind to [127.0.0.1]
47
    -p PORT, --port PORT  port to listen on [8080]
44
48
45
Run as WSGI/CGI
49
Run as WSGI/CGI
46
---------------
50
---------------
47
TODO
51
TODO
48
52