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)
For plain HTTP, we use wsgiref.simple_server from the stdlib.

Also include the `html` command as a WSGI-based command.

doc/install.txt

index ef9a3006172954e3307cbbe4249762738a9a017b..2c369fdbe3eb6796354d7de385eeef301cf67906 100644 (file)
@@ -123,9 +123,10 @@ based on ``Bugs Everywhere Directory v1.4`` or earlier (see
 there's no need to install PyYAML.  Jinja is only used by the ``html``
 command, so there's no need to install Jinja if you don't mind
 avoiding that command.  Similarly, CherryPy is only used for the
-``serve-*`` commands.  The other dependencies are only used for
-:doc:`building these docs <doc>`, so feel free to skip them and just
-use the docs wherever you're currently reading them.
+``html`` and ``serve-*`` commands with the ``--ssl`` option set.  The
+other dependencies are only used for :doc:`building these docs <doc>`,
+so feel free to skip them and just use the docs wherever you're
+currently reading them.
 
 .. _homepage: http://bugseverywhere.org/
 .. _overriding: http://www.gnu.org/software/make/manual/html_node/Overriding.html