comparison docs/usage/vcs_support.rst @ 5417:36a35394b3cb

docs: fix some confusing paste/paster typos
author Mads Kiilerich <madski@unity3d.com>
date Thu, 20 Aug 2015 17:29:55 +0200
parents b52a1ccee927
children fbbe80e3322b
comparison
equal deleted inserted replaced
5416:19267f233d39 5417:36a35394b3cb
26 chunked encoding for POST. The Python web servers waitress_ and 26 chunked encoding for POST. The Python web servers waitress_ and
27 gunicorn_ (Linux only) can be used. By default, Kallithea uses 27 gunicorn_ (Linux only) can be used. By default, Kallithea uses
28 waitress_ for `paster serve` instead of the built-in `paste` WSGI 28 waitress_ for `paster serve` instead of the built-in `paste` WSGI
29 server. 29 server.
30 30
31 The default paste server is controlled in the .ini file:: 31 The paster server is controlled in the .ini file::
32 32
33 use = egg:waitress#main 33 use = egg:waitress#main
34 34
35 or:: 35 or::
36 36