For IPM, IntraWeb uses many .cfg files. These .cfg files are a text file, similar to an INI file. Standard INI routines are not used to read the config file so there are some differences in format. This is intentional. In the future, XML variants will also be available.

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