Chromehorse

by Bill Van Dyk

Timeline Admin

The canonical timeline xml file is:

timeline.xml

Rules for XML file

Notes

Fields

PHPInfo

Troubleshooting the XML file

Update Icons (in development)

Utility

 

 

 


Diversions

All images:  yyyy-mm [-dd]-name-name

PHPINFO

Notes NB

Trouble-Shooting the XML File

Utility Functions

Database

 

 

Fullsized: 1200pix
Thumbs: 300pix

database version (not configured yet)  From this page.

Timeglider Project

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>

 

[2017-08-02]