wok view haserl-lua/description.txt @ rev 23943

Up cryptsetup-dev (2.3.4), lzham_codec (1_0_stable1), slitaz-boot-scripts (466), tazlito (527)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 17 10:31:38 2020 +0000 (2020-09-17)
parents 30f642df947e
children
line source
1 haserl (Html And Shell Embedded Runtime Language) is a cgi program that runs
2 interpreted scripts. It combines three elements into a single CGI interpreter:
4 1. It parses POST and GET requests, placing form-elements as name=value pairs
5 into the environment for the CGI script to use. It is similar to uncgi
6 (http://www.midwinter.com/~koreth/uncgi.html) in this respect
8 2. It prints the contents of the script as html, and conditionally interpets
9 text within <% ... %> as shell script. In this case haserl scripts are like
10 a poor-man's version of PHP (http://www.php.net)
12 3. It is very small, and so can be used in embedded environments