File: README

package info (click to toggle)
haserl 0.9.36-2.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 788 kB
  • sloc: ansic: 3,129; sh: 1,283; makefile: 66
file content (19 lines) | stat: -rw-r--r-- 686 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
haserl (Html And Shell Embedded Runtime Language) is a cgi 
program that runs interpreted scripts.   It combines three 
elements into a single CGI interpreter:

1. It parses POST and GET requests, placing form-elements as name=value
pairs into the environment for the CGI script to use. It is similar
to uncgi (http://www.midwinter.com/~koreth/uncgi.html) in this respect

2. It prints the contents of the script as html, and conditionally
interpets text within <% ... %> as shell script.  In this case haserl 
scripts are like a poor-man's version of PHP (http://www.php.net)

3. It is very small, and so can be used in embedded environments


Read INSTALL on how to compile haserl