NAME
       /etc/disorder/options - DisOrder CGI actions

DESCRIPTION
       The  DisOrder  CGI  reads  much  extra  configuration  information from
       /etc/disorder/options.  The general syntax is the same as the main con-
       figuration file (see disorder_config(5)).

DIRECTIVES
       Valid directives are:

       include PATH
              Includes another file.  If PATH starts with a / then it is taken
              as is,  otherwise  it  is  searched  for  in  /etc/disorder  and
              /usr/share/disorder.

       label NAME VALUE
              Define  a  label.  If a label is defined more than once then the
              last definition is used.

LABELS
       Some labels are defined inside disorder.cgi and others by  the  default
       templates.   You  can define your own labels and use them inside a tem-
       plate.

       When an undefined label is expanded, if it has a dot in its  name  then
       the part after the final dot is used as its value.  Otherwise the whole
       name is used as the value.

       Labels  are  not  individually  documented  here,   see   the   shipped
       options.labels file instead.

OPTION FILES
       The  shipped  options  file  includes  two  standard options files.  In
       order, they are:

       options.labels
              The default  labels  file.   You  wouldn't  normally  edit  this
              directly  -  instead  supply  your own commands in options.user.
              Have a look at the shipped version of the file for documentation
              of labels used by the standard templates.

       options.user
              A  user options file.  Here you should put any overrides for the
              default labels and any extra labels required  by  your  modified
              templates.

SEE ALSO
       disorder_config(5),  disorder_templates(5), disorder_actions(5), disor-
       der.cgi(8)