Go to the first, previous, next, last section, table of contents.


Install configuration file

Used by the sqledit package (sqledit.pm).

This configuration file is created during the installation. It is used by sqledit to find the location of the Catalog components.

`cgidir (optional)'
The absolute path of the cgi-bin directory.
`cgipath (optional)'
The absolute location of the cgi-bin directory.
`config_dir (optional)'
The absolute path of the directory containing configuration files.
`htmldir (optional)'
The absolute location of the cgi-bin directory.
`htmlpath (mandatory)'
Absolute location of the Catalog HTML material (/Catalog for instance). It contains the documentation, examples and an images subdirectory (/Catalog/images for instance). This parameter will be available with the _HTMLPATH_ tag in every template.
`infodir (optional)'
The absolute path of the Emacs info directory where the documentation was installed.

Here is an example configuration file:

#
# Emacs info format documentat directory
#
infodir = 
#
# cgi-bin directory
#
cgidir = /home/httpd/cgi-bin
#
# cgi-bin directory HTML path
#
cgipath = /cgi-bin
#
# configuration files (*.conf) installation directory
#
config_dir = /home/httpd/cgi-bin
#
# Catalog material directory
#
htmldir = /home/httpd/html/Catalog
#
# Catalog material HTML path
#
htmlpath = /Catalog


Go to the first, previous, next, last section, table of contents.