Introduction
  Publishing web pages
  RXML
  Information tags
  String tags
  Variable tags
  URL tags
  If tags
  Graphics tags
  Database tags
  LDAP
  Programming tags
  SSI tags
  Image maps
  Supports system
    Supports classes
    File syntax
  Security
  Appendix
 
File syntax

By default, the supports database is located in the file server/etc/supports which is updated automatically from www.roxen.com.

The server/etc/supports file should not be edited directly, since that might interfere with the automatic updates. If you need to tweak the supports database it is better to create your own local supports file, and change the Global Variables/Client supports regexps variable (you will have to choose more options to see this variable).

The syntax used is:

pattern	feature, -feature, ...
If the regular expression pattern matches the name of the client, all features will be added to the list of features handled by the client. If '-' is prefixed to the name of the feature, it will be removed instead.

\ can be used to escape newlines.

If a line starts with '#', it is skipped, unless it is:

#include <path>
which means include the contents of that file here
#define from to
which means replace all occurrences of the word from with to

or

#section pattern {
...
# }
which is used to speed up parsing. If the name of the client matches pattern it will go through the section. If the pattern doesn't match the entire section will be skipped.