The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Local - Site Specific Settings for Your LiveGe'ez Installation

SYNOPSIS

use LiveGeez::Local;

DESCRIPTION

Local.pm is a required module by all other LiveGe'ez modules. Local.pm contains site specific settings for default encoding systems, language, and paths:

'$webRoot'

Full file system path to where you publish HTML documents.

'$cgiDir'

Full file system path to where you keep CGI files.

'$scriptURL'

Complete URL to your Zobel front end script.

'$scriptBase'

The same front end script with respect to the server root.

'$URLCacheDir'

Directory where to cache converted documents downloaded by URL. The path may be absolute or relative to where Zobel executes.

'$FileCacheDir'

Directory where to cache local converted documents. The path may be absolute or relative to where Zobel executes.

'$defaultLang'

Assumed language for processing transliterated documents and performing date conversions.

'$defaultSysIn'

Assume local files are in this system for conversion input.

'$defaultSysOut'

The font system for outputting converted documents when no system has been specified.

'$processURLs'

A 0 or 1 value to permit the processing of remote documents. "1" is a friendly value but heavy usage by external websites can impact your bandwidth costs and may slow down the processing of local documents as more Perl modules are loaded. "0" restricts Zobel to processing only local documents.

'$checkFileDates'

A 0 or 1 value to force Zobel to compare cached file dates to the original documents. "1" makes Zobel compare dates, slightly impacting performance. "0" prevents Zobel from checking file dates -you will then have to delete cache by hand or use the "no-cache" pragma to refresh cached documents.

'$iPath'

Path with respect to the $webRoot where "Image" fidels are stored, if any.

'$defaultBGColor'

The font system for outputting converted documents when no system has been specified.

'$cookieDomain'

Your site name or domain for setting cookies. Ethiopia Online uses ".ethiopiaonline.net".

'$cookieExpires'

Date when domain cookie should expire. Such as Menasse Zaudou's birthday "Thu, 11-Nov-99 00:00:00 GMT".

AUTHOR

Daniel Yacob, LibEth@EthiopiaOnline.Net

SEE ALSO

perl(1). Ethiopic(3). http://libeth.netpedia.net/LiveGeez.html