HP P9000 Replication Manager Software 7.3.1-00 Configuration Guide

Creating a user-defined application file
In the file specified for registering the link information, specify that information in the following format:
@TOOL-LINK
@NAME registration-key-name
@URL startup-URL
@DISPLAYNAME display-name-in-links-dialog-box
@DISPLAYORDER display-order-in-links-dialog-box
@ICONURL icon-URL
@TOOL-END
The following table describes the available options.
Table 24 Items specified in the user-defined application file
DescriptionItem
Start key for the user-defined application file. This item is required.
@TOOL-LINK
This information is used as the registration key. Specify a name
that makes the link information unique, and use no more than
256 bytes. This item is required.
@NAME registration-key-name
Specifies the URL to be started in the GUI. Use no more than 256
bytes. Note: In IPv6 environments, specify a host name instead
of an IPv6 address.
@URL startup-URL
Specifies the link name to be displayed in the Links dialog box.
Specify Unicode characters in the range U+10000 to U+10FFFF,
using no more than 80 characters. If you do not specify this item,
the value specified in the @NAME line is used as the link name.
@DISPLAYNAME display-name-in-
links-dialog-box
Specifies the order of values to be displayed in the Links dialog
box. Specify a value from -2147483648 to 2147483647. Values
specified here are displayed in ascending order in the Links dialog
box.
@DISPLAYORDER display-order-in-
links-dialog-box
Specifies the location of the icon displayed beside the link. Use
no more than 256 bytes. In IPv6 environments, specify a host
name instead of an IPv6 address.
@ICONURL icon-URL
Termination key of the user-defined application file. This item is
required.
@TOOL-END
The user-defined application file is created in ASCII format. The only available control characters are
CR and LF.
The following example shows the contents of a user-defined application file.
@TOOL-LINK
@NAME SampleApp
@URL http://SampleApp/index.html
@DISPLAYNAME SampleApplication
@DISPLAYORDER 10
@ICONURL http://SampleApp/graphic/icon.gif
@TOOL-END
Configuration Guide 53