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

Up: midori (0.4.4) - More search engines, use DDG by default with slitaz string and desktop file with fr
author Christophe Lincoln <pankso@slitaz.org>
date Fri Mar 09 14:58:49 2012 +0100 (2012-03-09)
parents
children 36cecde5b42c
line source
1 haserl (Html And Shell Embedded Runtime Language) is a cgi
2 program that runs interpreted scripts. It combines three
3 elements into a single CGI interpreter:
5 1. It parses POST and GET requests, placing form-elements as name=value
6 pairs into the environment for the CGI script to use. It is similar
7 to uncgi (http://www.midwinter.com/~koreth/uncgi.html) in this respect
9 2. It prints the contents of the script as html, and conditionally
10 interpets text within <% ... %> as shell script. In this case haserl
11 scripts are like a poor-man's version of PHP (http://www.php.net)
13 3. It is very small, and so can be used in embedded environments