webmcp

changeset 523:35124a570168

Clarified documentation: "each" -> "any"
author jbe
date Mon Aug 21 20:35:50 2017 +0200 (2017-08-21)
parents 349991337008
children 50746f1e8a43
files doc/autodoc-header.htmlpart
line diff
     1.1 --- a/doc/autodoc-header.htmlpart	Mon Aug 21 20:23:12 2017 +0200
     1.2 +++ b/doc/autodoc-header.htmlpart	Mon Aug 21 20:35:50 2017 +0200
     1.3 @@ -99,7 +99,7 @@
     1.4      </p>
     1.5      <h2>Configuration, initializers, and request handling</h2>
     1.6      <p>
     1.7 -      WebMCP uses the <a href="http://www.public-software-group.org/moonbridge">Moonbridge Network Server</a> to handle HTTP requests. The Moonbridge Network Server listens to a TCP port and passes control to WebMCP by calling <a href="#request.handler"><tt>request.handler(...)</tt></a> for each request. However, before each request is processed, WebMCP will initialize the environment. This initialization includes tasks such as
     1.8 +      WebMCP uses the <a href="http://www.public-software-group.org/moonbridge">Moonbridge Network Server</a> to handle HTTP requests. The Moonbridge Network Server listens to a TCP port and passes control to WebMCP by calling <a href="#request.handler"><tt>request.handler(...)</tt></a> for each request. However, before any request is processed, WebMCP will initialize the environment. This initialization includes tasks such as
     1.9      </p>
    1.10      <ul>
    1.11        <li>loading libraries,</li>

Impressum / About Us