The ${WebMake.*} Magic Variables
WebMake defines several magic variables that expand to useful information about
the current environment. These are as follows. Each one is illustrated with
the value at the time this documentation was generated.
-
WebMake.Version
-
The version of WebMake
that generated this site. (1.1)
-
WebMake.GeneratorString
-
A generator string for
WebMake; this is in the form WebMake/v.vv where v.vv
is the version number of WebMake. (WebMake/1.1)
-
WebMake.Who
-
The username of the person who generated
the site. (jm)
-
WebMake.Time
-
The time the site was last generated.
(Wed Mar 21 15:10:26 2001)
-
WebMake.OutFile
-
The filename used in the current <out> tag.
(webmake_vars.html)
-
WebMake.OutName
-
The name used in the current <out> tag.
(webmake_vars)
-
WebMake.PerlLib
-
The directory WebMake expects to find
Perl code library files (ie. plugins) in.
|