man estsiutil (Commandes) - a utilities for system integration.
NAME
estsiutil - a utilities for system integration.
SYNOPSIS
estsiutil prefix
estsiutil bindir
estsiutil libexecdir
estsiutil datadir
estsiutil version
estsiutil cgiparam
name [qstr]
estsiutil htmlesc
str
estsituil urlenc
str
DESCRIPTION
This manual page documents briefly the estsiutil commands.
estsiutil is a program for system integration. This command is helpful to make an application of Estraier and its installer. Moreover, you can make a CGI script of the shell script easily.
SUBCOMMANDS
A summary of options is included below. For a complete description, see the /usr/share/doc/estraier/spex.html
estsiutil prefix
Output the prefix of the install directory.
estsiutil bindir
Output the path of the install directory of commands.
estsiutil libexecdir
Output the path of the install directory of CGI scripts.
estsiutil datadir
Output the path of the install directory of configuration files.
estsiutil version
Output the version number.
estsiutil cgiparam name [qstr]
Parse CGI parameters and output the value of a variable. name specifies the value of a variable. If it is an empty string, names and values of all variables are output. If the method is GET, assign the value of the environment variable `QUERY_STRING' to qstr. If the method is POST, omit qstr, and the standard input is read.
estsiutil htmlesc str
Output a string, escaping meta characters of HTML. str specifies a string.
estsiutil urlenc str
Output a string, encoding it with URL encoding. str specifies a string.
SEE ALSO
AUTHOR
estraier was written by Mikio Hirabayashi <mikio at users.sourceforge.net>.
This manual page was written by Fumitoshi UKAI <ukai@debian.or.jp>, for the Debian project (but may be used by others).