Wkv File Format
- 1. Wkv File Format
- 1. 1. Format
- 1. 2. Format Explained
- 1. 2. 1. [Version]\n
- 1. 2. 2. [Revision]\n
- 1. 2. 3. [Edit Time]\n
- 1. 2. 4. [Editor]\n
- 1. 2. 5. [Comment]\n
Wkv File Format
These files store the information Wx Wiki Server needs in order to have multiple revisions of files.
Format
Format Explained
[Version]\n
This is the version number of the revisioning system within Wx Wiki Server. Currently, the number is 1.
[Revision]\n
Revision # of the page. A new page starts out at 1.
[Edit Time]\n
Time this revision of the page was edited.
Note that the reason for this instead of system calls (Get File Modification Time? for example) is because the admin may copy the file to another disk - in which
case the modification time would not be correct to when the page was edited (multiple revisions would end up having the same time).
case the modification time would not be correct to when the page was edited (multiple revisions would end up having the same time).
[Editor]\n
Editor of this revision of this page. The username if the user was not anonymous, or the host name of the person who edited the page.
[Comment]\n
Comment the user made when editing the page.