README
block specifies the additional text to be displayed
in a multi-line entry field 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 specifiy the text as it should be displayed in the multi-line entry field.
Note that unlike in
"real" HTML, line breaks and spaces are not ignored. That is, WarpIN will do
automatic word-wrapping for text which exceeds a line, but if the text contains
additional spaces and line breaks, these will be shown.
The opening <README>
tag has no attributes.