Wkc File Format
Wkc File Format
wkc files are configuration files that wikiserver uses.
wkc files have two types of entries - comments and keys.
They have roughly the same format as HTTP headers.
Comments
Comments in wkc files mean something only to the user - wikiserver ignores them.
Simply put a ; at the begginning of a line - this makes that line a comment.
Example:
; This is a comment
; This is a comment
Keys
These are what wikiserver uses to determine configuration information.
Following is the format for keys -
Where [key] is the name of the key (such as "PageDir" for setting the directory where pages are stored), and [value] is the value of that key (an example is "Pages" for the key "PageDir").
Example:
PageDir=Pages
PageDir=Pages
Colophon
Entering values that arn't keys into configuration files may result in erratic behaviour.