docs.roxen.comView this page in a printer friendly mode
DocsRoxen2.1Web Site Creator ManualBrowser Support
Copyright © 2001, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

Supports Flags
File Syntax

File Syntax

By default, the supports database is located in the file server/etc/supports which is updated automatically from the update server at 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 Client supports regexps 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.

Values in the *key=value form will have their values copied to the variable named key in the client namespace.

If a line starts with '#', it is skipped, unless it is any of the following



#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.



#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.