wok diff yaws/description.txt @ rev 21160

Up ufraw (0.22)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 31 15:04:44 2019 +0200 (2019-03-31)
parents 67f9f7889c21
children
line diff
     1.1 --- a/yaws/description.txt	Mon Feb 27 23:35:14 2012 -0800
     1.2 +++ b/yaws/description.txt	Sun Mar 31 15:04:44 2019 +0200
     1.3 @@ -1,10 +1,11 @@
     1.4 -Yaws is a HTTP high perfomance 1.1 webserver particularly well suited for 
     1.5 -dynamic-content web applications. Two separate modes of operations are 
     1.6 +Yaws is a HTTP high perfomance 1.1 webserver particularly well suited for
     1.7 +dynamic-content web applications. Two separate modes of operations are
     1.8  supported:
     1.9  
    1.10 -    Standalone mode where Yaws runs as a regular webserver daemon. This is the default mode.
    1.11 -    
    1.12 -    Embedded mode where Yaws runs as an embedded webserver in another Erlang application.
    1.13 -        
    1.14 -Yaws is entirely written in Erlang, and furthermore it is a multithreaded 
    1.15 +  * Standalone mode where Yaws runs as a regular webserver daemon. This is the
    1.16 +    default mode.
    1.17 +  * Embedded mode where Yaws runs as an embedded webserver in another Erlang
    1.18 +    application.
    1.19 +
    1.20 +Yaws is entirely written in Erlang, and furthermore it is a multithreaded
    1.21  webserver where one Erlang lightweight process is used to handle each client.