wok diff haserl-lua/description.txt @ rev 20015

Up reaver (1.6.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Aug 11 12:10:52 2017 +0200 (2017-08-11)
parents 30f642df947e
children
line diff
     1.1 --- a/haserl-lua/description.txt	Thu Jul 24 01:01:10 2008 +0200
     1.2 +++ b/haserl-lua/description.txt	Fri Aug 11 12:10:52 2017 +0200
     1.3 @@ -1,13 +1,12 @@
     1.4 -haserl (Html And Shell Embedded Runtime Language) is a cgi 
     1.5 -program that runs interpreted scripts.   It combines three 
     1.6 -elements into a single CGI interpreter:
     1.7 +haserl (Html And Shell Embedded Runtime Language) is a cgi program that runs
     1.8 +interpreted scripts. It combines three elements into a single CGI interpreter:
     1.9  
    1.10 -1. It parses POST and GET requests, placing form-elements as name=value
    1.11 -pairs into the environment for the CGI script to use. It is similar
    1.12 -to uncgi (http://www.midwinter.com/~koreth/uncgi.html) in this respect
    1.13 +1. It parses POST and GET requests, placing form-elements as name=value pairs
    1.14 +   into the environment for the CGI script to use. It is similar to uncgi
    1.15 +   (http://www.midwinter.com/~koreth/uncgi.html) in this respect
    1.16  
    1.17 -2. It prints the contents of the script as html, and conditionally
    1.18 -interpets text within <% ... %> as shell script.  In this case haserl 
    1.19 -scripts are like a poor-man's version of PHP (http://www.php.net)
    1.20 +2. It prints the contents of the script as html, and conditionally interpets
    1.21 +   text within <% ... %> as shell script. In this case haserl scripts are like
    1.22 +   a poor-man's version of PHP (http://www.php.net)
    1.23  
    1.24 -3. It is very small, and so can be used in embedded environments
    1.25 \ No newline at end of file
    1.26 +3. It is very small, and so can be used in embedded environments