The canonical timeline xml file is:
All images: yyyy-mm [-dd]-name-name
database version (not configured yet) From this page.
On JSON data and possible uses.
JSON to XML converter
Interesting Alternative Application: Timeglider. Timeglider can import CSV files!
JSON Export Script (not configured yet)
To get JSON to run on IIS, you must edit the web.config file for that website and add the following:
<system.webServer>
<staticContent>
<mimeMap fileExtension=".json" mimeType="application/json" />
</staticContent>
</system.webServer>