XI (doc) – Config File Formats

XI (doc) – Config File Formats

For IPM, IntraWeb uses many .cfg files. These .cfg files are a text file, similar to an INI file.

They support sections and values like INI files:

[Main]
Item=Value

They also support comments. Comments are created by a single ; or a double //.

[Main]
// This is a comment
Item=Value
; So is this

Not all entries require a name value pair. Values alone may also be valid:

[Doc Sort]
Team.html
About.html

In the future, XML variants will also be available.