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

Toader Config

Toader uses Config::INI for storing some commonly used stuff variables that will be passed around/used which is then passed to any template stuff being rendered.

The file that it is stored in is $toaderRoot.'/.toader/config.ini' .

Below are the default values, in the main, '_', section, are filled out if not specified

    site=hostname
    owner=getlogin.'@'.hostname
    last='25'

Variables

Main Section

last

This is the number of last entries to show.

owner

This is the owner's name that will be used for Copyright purposes.

If not specified, it will degault to getlogin.'@'.hostname .

site

This is the name of the Toader site in question. If not specified, it will default to the hostnamem.

url

This is the base URL that for the site. This should be the URL that the base output directory is available at. In most situation, will will want to make sure this ends in a "/", for the purpose of rendering.