The README block specifies the additional text to be displayed in a special text view control on a page which has the TYPE=README attribute. This tag can only appear within a PAGE block. If a page does not have the TYPE=README attribute, this block is ignored.

In between the <README> and </README> tags, you must either

The opening <README> tag can have the following attributes:

EXTRACTFROMPCK="i"
Optional. If this is specified, the text to be displayed is extracted from the package with the index i, and the text between the README and </README> tags specify the relative path name of the file in the package i which holds the text to be displayed. This better really be a text file. This is useful if you don't want to re-insert a readme text into the script with every release.

Example:

<README EXTRACTFROMPCK="1">help\readme.txt</README>

If this is not specified, the contents of the README block specify the text to be displayed directly.

FORMAT={PLAIN|FLOW|HTML}
Optional. This determines how the readme text should be formatted. The supported formats are: