doc:install: CherryPy is *not* used for HTTP, only for HTTPS.
authorW. Trevor King <wking@tremily.us>
Sat, 27 Oct 2012 20:01:01 +0000 (16:01 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 27 Oct 2012 20:02:12 +0000 (16:02 -0400)
commit56b6f2a05f3f803ca9d14217ab7a81bbdcf7c1ba
tree2e6b69393dd7b7ba390d2b58792805e00ed8cd10
parentdeb70c6cb26eaca32786744508ee53ed6a636481
doc:install: CherryPy is *not* used for HTTP, only for HTTPS.

For plain HTTP, we use wsgiref.simple_server from the stdlib.

Also include the `html` command as a WSGI-based command.
doc/install.txt