IntroductionIntroduction
  Publishing web pagesPublishing web pages
  RXMLRXML
  Information tagsInformation tags
  String tagsString tags
  Variable tagsVariable tags
  URL tagsURL tags
  If tagsIf tags
  Graphics tagsGraphics tags
  Database tagsDatabase tags
  LDAPLDAP
  Programming tagsProgramming tags
  SSI tagsSSI tags
  Image mapsImage maps
  IntraSeekIntraSeek
  LogViewLogView
  Supports systemSupports system
    <Supports classes>Supports classes<Supports classes>Supports classes
    <File syntax>File syntax<File syntax>File syntax
  SecuritySecurity
  AppendixAppendix
 
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.