| Name of the parameter | Example value | Description | 
  
    | wwwroot | d:/project/rup50/applet/ | This parameter defines the directory where the
    datafile is located. This parameter is mandatory. | 
  
    | datafile | tree.zip | This parameter defines name of the WinZip-file
    that contains the data file (tree.dat) defining the tree structure. This
    parameter together with the parameter "wwwroot" shall define a
    valid URL to the datafile. The default value is "tree.dat". This
    parameter is optional. | 
  
    | includesubtree | false | A tree structure may contain subtrees defined in
    separate dat-files. This parameter defines if all subtrees shall be included
    in the Site Map or not. Possible values are "true" and
    "false". Default is "false". This parameter is optional. | 
  
    | resultfile | sitemap/overview.htmsitemap/artifacts.htm
 sitemap/worker.htm
 sitemap/workflow.htm
 sitemap/toolmentors.htm
 | The name of the file in which the Site Map is to
    be written. The value of this parameter together with the value of the
    parameter "startDir" shall be a valid path for a file. This
    parameter is mandatory. | 
  
    | relativepath | ../ | Defines the relative path from where the result
    of this application is written to the files it refers to. If the result is
    written to a directory one level below the top of the site this parameters
    shall have the value "..". This parameter is mandatory. | 
  
    | synonymfile | synonyms.txt | This parameter will make the application behave
    in a quite different way if it is used. If this parameter is specified the
    application will traverse the directory structure specified by the parameter
    "startDir". It will create a temporary dat-file named "sitemap.dat"
    located in the directory defined by the parameter "wwwroot". In
    the synonymfile each direct name is mapped to a more readable name, the name
    that shall be visible in the Site Map. If a directory is not specified in the
    synonym file that directory will not be included in the dat-file and
    therefore not in the Site Map. The dat-file will contain every html document
    in the directory structure. | 
  
    | removedatfile | true | If the parameter "synonymfile" is set
    then a temporary dat-file is created. If you want this file can be used as
    input to a TreeBrowser. If that is the case this parameter should be set to
    false. The default value is true, i.e. the file is removed. If the generated
    dat-file shall be used without modification it have to be placed at the same
    level from the top of the directory structure as the Site Map document
    generated by this program. This parameter is optional. | 
  
    | target | ory_doc | The name of the target in which the html
    documents is to be shown. This parameter is optional. | 
  
    | maxlevels | 10 | If the tree structure that serves as base for
    the Site Map is very deep you may want to exclude the deepest parts if the
    structure. This parameter defines how many levels of the structure that at
    most will be included in the Site Map. The default value is "10".
    This parameter is optional. | 
  
    | delimeters | * | This parameter defines the delimeter character
    in the datafile. The default value is "*". This parameter is
    optional and only needs to be set if the operating system does not support
    the "*" sign. | 
  
    | convertampersand | true | This parameter defines if the system shall
    convert all "special" characters, for example the Swedish ä to
    ä. The default value is "true". This parameter is
    optional. | 
  
    | bgcolor | #C0C0C0 | If a node is marked as a headline the cell in
    which the node is written will have this background color. This parameter is
    mandatory. | 
  
    | fgcolor | #336699 | If a node is marked as a headline the node text
    will have this color. This parameter is mandatory if stylesheets are not
    used. If stylesheets are used this parameter is left without notice. | 
  
    | headerfile | sitepreamble.txt | To make it possible for the user to customize
    this application as much as possible this parameter exists. This parameter
    is the name of a file that will serve as the header for the file SiteMap.
    The value of this parameter is either a relative path from where this
    program is executed or an absolute path. This parameter is mandatory. | 
  
    | footerfile | sitepostamble.txt | To make it possible for the user to customize
    this application as much as possible this parameter exists. This parameter
    is the name of a file that will serve as the footer for the Site Map. The
    value of this parameter is either a relative path from where this program is
    executed or an absolute path. This parameter is mandatory. | 
  
    | levelstyle | defaultstyle defaultsitemapstyle1 levelonestyle
 | This parameter defines which style, in the
    referenced stylesheet, that shall be used for each node level. The SiteMap
    application assumes the <P>-tag, which means the stylesheet must
    define styles for the <P> tag. For example, p.headinglevel2. If
    stylesheets are not used the parameter "levelfont" controls the
    layout.The syntax of this attribute is [paramname][nodelevel/reservedname][stylename].
 [paramname] is "levelstyle".
 [nodelevel/reservedname] is either the level of the node or one of the
    reserved names, ("defaultstyle" or "headlinestyle").
 [stylename] is the name of the style.
 The attribute is optional but if you intend to use stylesheets you have to
    specify at least a "defaultstyle". Use the file defined by the
    parameter "headerfile" to import the styles.
 | 
  
    | levelfont | defaulfont Arial Bold +21 Times Italic -1
 | This parameter defines which font that shall be
    used to generate the different nodes. If you have defined any stylesheets
    this parameter will be left unnoticed. If you have not specified any
    stylesheets this parameter have to be used. The syntax of this attribute is
    [paramname][nodelevel/reservedname][fontname][fontstyle][fontsize].[paramname] is "levelfont".
 [nodelevel/reservedname] is either the level of the node or one of the
    reserved names, ("defaultfont" or "headlinefont").
 [fontname] is mapped to the "FACE" attribute of the HTML FONT
    attribute.
 [fontstyle] is mapped to the "<B>" or "<I>"
    tags. Possible values are Bold, Italic and Plain.
 [fontsize] is mapped to the "SIZE" attribute of the HTML FONT
    attribute.
 The attribute is optional but if you intend to use Font definition you have
    to specify at least a "defaultfont".
 | 
  
    | startDir | d:/project/rup50 | This parameter defines the top directory of the
    structure to describe and/or the top of the directory structure in which the
    resultfile is to be written. The reason to have both a wwwroot and a
    startDir parameters are as follows. You may want to create a Site Map with a
    data-file as input parameter where the data-file is located on a server
    somewhere, but the Site Map is supposed to be located on a totally different
    place. This parameter is mandatory. | 
  
    | defaulttitlelength | 3 | This parameter the max length of a title of a
    document. If the length exceeds this value it is truncated and
    "..." are apended to the string. This parameter is only valid if
    there is no definition of the parameter "titlelength" for the
    current cell. If this parameter is not set the length of a title can be in
    definite. This parameter is optional. |