This document contain a brief overview over the tags used in the KBears sitemanager XML database.
<group> and <site> tags can both be children of the <sites> tag or children of another <group> tag.
All other tags are children of <site> tag.

 VERSION     |       TAG	        |ATTRIBUTE/ VALUE     |     DESCRIPTION
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
       2.0        |    <sites>         |                                  |     This tag is the document element in the DOM tree.
-------------------------------------------------------------------------------------------------------------------------------
       2.0        |    <group>        |      label                     |     This tag marks a group. The attribute label is the name of the group.
-------------------------------------------------------------------------------------------------------------------------------
       2.0        |    <site>           |      label                     |     This tag marks a site. The attribute label is the name of the site.
-------------------------------------------------------------------------------------------------------------------------------
       2.0        |    <host>          |      text value              |     This tag contain the remote host. ex. ftp.kde.org.
-------------------------------------------------------------------------------------------------------------------------------
       2.0        |    <protocol>     |      text value              |     This tag contain the protocol to use.
-------------------------------------------------------------------------------------------------------------------------------
       2.0        |    <port>           |      text value              |     This tag contain the port to use.
-------------------------------------------------------------------------------------------------------------------------------
       2.0        |    <user>          |      text value              |     This tag contain the user name to to use.
-------------------------------------------------------------------------------------------------------------------------------
       2.0        |    <pass>          |     text value               |     This tag contain the encoded password to use.
-------------------------------------------------------------------------------------------------------------------------------
       2.0        | <remote_path>   |    text value               |     This tag contain the start directory for the remote host.
-------------------------------------------------------------------------------------------------------------------------------
       2.0        | <local_path>     |     text value               |     This tag contain the start directory for the local filesystem.
-------------------------------------------------------------------------------------------------------------------------------
       2.0        | <description>     |    text value               |     This tag contain a short description for the site.
-------------------------------------------------------------------------------------------------------------------------------
       2.0        | <anonymous>    |    empty tag               |     This exist if anonymous login is to be used.
-------------------------------------------------------------------------------------------------------------------------------
       2.0        | <disable_pasv>  |    empty tag              |     This exist if PASV mode is to be disabled.
-------------------------------------------------------------------------------------------------------------------------------
       2.0        | <disable_epsv>  |    empty tag               |     This exist if EPSV mode is to be disabled.
-------------------------------------------------------------------------------------------------------------------------------
       2.0        | <disable_log>    |    empty tag               |     This exist if logging should be turned off.
-------------------------------------------------------------------------------------------------------------------------------
       2.0        | <disable_list_a> |    empty tag               |     This exist if 'list -a' shouldn't be turned off.
-------------------------------------------------------------------------------------------------------------------------------
       2.0        |  <ascii>             |    empty tag               |     This exist if ASCII data transfer is to be used otherwise Binary.
-------------------------------------------------------------------------------------------------------------------------------
                   |  <mdtm>             |    empty tag               |     NOT used
-------------------------------------------------------------------------------------------------------------------------------
       2.0        | <mark_partial>    |    empty tag               |     This exist if .part extension should be used during tranfers.
-------------------------------------------------------------------------------------------------------------------------------
       2.0        |<auto_reconnect>|    sleep, count           |     This exist if app should try to reconnect on failure.
                   |                         |                                 |     Attribute sleep say how many second before trying to reconnect
                   |                         |                                 |     and atttribute count say how many times to try to reconnect
-------------------------------------------------------------------------------------------------------------------------------
                   |    <unix>            |    empty tag               |     NOT used
-------------------------------------------------------------------------------------------------------------------------------
       2.0        |     <queue>       |    empty tag               |     This exist if queing should be turned on for the site.
-------------------------------------------------------------------------------------------------------------------------------
       2.0        |<single_connection>|    empty tag           |     This exist if a single connection is to be used for filesys operations.
-------------------------------------------------------------------------------------------------------------------------------
       2.0.1        |<filesys_encoding>|    encoding           |     This exist if user has set another filesys encoding than ISO-1-8859.
-------------------------------------------------------------------------------------------------------------------------------
