10.3.4 Naming your OmniHelp project
To specify a name (not a title) for your OmniHelp project:
; ProjectName = name for OmniHelp project
The default value is the base name of your FrameMaker book or document. Mif2Go uses the value of ProjectName for the following purposes:
• generated-data-file base names: myproj.oh*
• project identifier, when OmniHelp projects are merged; see §10.12 Merging OmniHelp projects.
• project start-up file base name, by default prefixed with an underscore: _myproj.htm
To avoid a possible conflict with the name of another file in the same project, you might need to add a prefix, a suffix, or both. You can specify each of the following:
To specify a prefix for the project name:
; OHProjFilePrefix = prefix for project file name so that it does not
; conflict with the name of any file in the project
The default prefix is a single underscore. Although for most purposes you should avoid using any non-alphanumeric characters in file names, just about the only way to make the OmniHelp starting file visible among possibly thousands of HTML files is to force it to sort ahead of all the other files. Prefixing the name with an underscore accomplishes this objective. However, you can specify a different prefix.
To specify a suffix for the project name:
; OHProjFileSuffix = suffix for project file name so that it does not
; conflict with the name of any other file in the project
The default is no suffix at all.
§10.3.5 Giving your OmniHelp project a title
> 10 Generating OmniHelp > 10.3 Setting up an OmniHelp project > 10.3.4 Naming your OmniHelp project