[ ソース: haserl ]
パッケージ: haserl (0.9.35-2)
haserl に関するリンク
Trisquel の資源:
haserl ソースパッケージをダウンロード:
メンテナ:
Original Maintainer:
- Chow Loong Jin
外部の資源:
- ホームページ [haserl.sourceforge.net]
類似のパッケージ:
CGI scripting program for embedded environments
Haserl is a CGI wrapper that allows PHP-style programming in Lua or a POSIX-compliant shell. It is very small, so it can be used in embedded environments, or where something like PHP is too big.
It combines three features into a small CGI engine:
* It parses POST and GET requests, placing form-elements into the environment as name=value pairs for the CGI script to use. This is somewhat similar to the uncgi wrapper. * It opens a shell, and translates all text into printable statements. All text within <% ... %> constructs is passed verbatim to the shell. This is somewhat similar to how PHP scripts are parsed. * It can be set up to drop its permissions to the owner of the script, giving it some of the security features of suexec or cgiwrapper.
その他の haserl 関連パッケージ
|
|
|
-
- dep: debconf (>= 0.5)
- Debian configuration management system
- または debconf-2.0
- 以下のパッケージによって提供される仮想パッケージです: cdebconf, cdebconf-udeb, debconf
-
- dep: libc6 (>= 2.14) [amd64]
- GNU C Library: Shared libraries
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
- dep: libc6 (>= 2.4) [i386]
-
- dep: liblua5.2-0
- Shared library for the Lua interpreter version 5.2
-
- rec: lua5.2
- Simple, extensible, embeddable programming language