Table of contents ▼▲
Datafile format
All data is stored in XML version 1.0 format. This allows for potential re-use of data by other programs or via XSL
<?xml version="1.0">
<wiki:wiki xmlns:wiki="http://turland.net/wikidx">
<wiki:text>
textdata...
</wiki:text>
<wiki:lastmod time="1074245678" ip="127.0.0.1" />
<wiki:diff time="1074779935" ip="127.0.0.1">
<wiki:change type="c" colnew="0" colold="0" valold="[[<ideas/homepage Ideas ]]" valnew="[[<ideas/homepage Ideas ]] - link to ideas" />
</wiki:diff>
</wiki:wiki>
''This layout is subject to change.''