wok diff haserl/description.txt @ rev 22589
updated cgdb (0.6.5 -> 0.7.1)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jan 07 15:47:23 2020 +0100 (2020-01-07) |
parents | 30f642df947e |
children |
line diff
1.1 --- a/haserl/description.txt Thu Jul 24 01:01:10 2008 +0200 1.2 +++ b/haserl/description.txt Tue Jan 07 15:47:23 2020 +0100 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