Name

description — description of object identified by parent element

synopsis

<description>STRING</description>

parent elements

                    ( <urllist> |
                    <profile> |
                    <farmer> |
                    <farm> )
                

children elements

none.

attributes

none.

character data

description of object identified by parent element

description

This element allows asociation of description with object identified by parent element. It is usually optional and is useful only in conjunction with GUI frontend. It isn't used by flood at all.

examples

   <urllist>
      <name>my urllist</name>
      <description>a bunch of random pages</desccription>
      <!-- ... -->
   </urllist>