EXTENSOCONFIG
NAME
extensoconfig  - Initial configuration file for extenso.
SYNOPSIS
extensoconfig  Extenso config "/usr/local/website/v5.conf" extenso extenso -c /usr/local/website/v5.conf
DESCRIPTION
The first form is used within Apache. The second form is used by the program Extenso as a parameter.
Here is an example of this configuration file:
EXAMPLES
Note: In the followings examples, the _ between the { should be removed to make it work.
#
# Name of project
#
Project : "v5"
WebsiteRoot : "/usr/local/website/v5"
Locale : "fr_CA.utf8"                                      # Locale used in program
Postmax : "64000"                                          # Maximum number of bytes for a post
#
# Database
#
Database default {
        Host : "localhost"
        Name : "v5"
        User : "v5"
        Password : "v5"
}
#
# External module
#
Module ldap {
        Library : "/usr/local/lib/libsnldap.so"
        Init : "snldap_init"
}
Module exemple {
        Library : "/usr/local/lib/libsnexemple.so"
        Init : "snexemple_init"
}
SEE ALSO
AUTHOR
Written by Pierre Laplante and Caroline Laplante, <laplante@sednove.com>
MODIFICATIONS
1.0 2014-09-09 21:24:14 laplante@sednove.com
Edit