Configuration file format -- Attribute Types

ht://Dig Copyright © 1995-2001 The ht://Dig Group
Please see the file COPYING for license information.


The meaning of the attribute value depends on the attribute itself. In general, the values can be of several types:

String
Any string of characters except newline.
String List
A sequence of string separated by whitespace. Individual strings within the list may be quoted using double quotes. The quotes are needed when the individual strings contain whitespace.
Pattern List
A sequence of patterns separated by whitespace. Normal strings are considered patterns to be matched exactly. Strings surrounded by [ and ] are considered regular expressions (ignoring the outer [] characters).
Number
A string that represents a number. The attribute determines if the number has to be a pure integer or if it can be a floating point number.
Boolean
A string that represents a truth value. Acceptable truth values are given below.
For true: For false:

Last modified: $Date: 2001/02/15 17:05:33 $