The "application.html" source file:
installation-directory\PageEngine\templates\WebSite\application.html
contains placeholders for substitution variables that have global ( = application-wide) scope, for example, ${Encoding} and ${LogLevel}.
Each time the application is published, these placeholders are replaced by values and the result is copied to:
publication-directory\WebSite\application.html
where publication-directory is the value of the Publication Folder attribute of the publication configuration that you publish against.
As a developer, you supply values for almost all of these variables in USoft Web Designer by setting properties of the publication configuration that you publish against.
The substitution of these variables is the ONLY adjustment that Publish makes. To add or change other aspects of "application.html", read the next section.
|