Skip to content
tow edited this page Sep 12, 2010 · 1 revision

Usage:

1) If you download & unpack the repo as it is, then it is ready for use as a CGI script; simply cgi-enable the directory behind a web-server, and index.cgi provides a page for users to process their own files.

2) Alternatively, index.cgi works in a fairly programmable style: * if PATH_INFO (http://…/ccViz/PATH_INFO) is a web address then it will be downloaded, transformed and returned * if a POST request is made with xmlUp as an argument containing an XML file, then that will be transformed & returned.

3) Finally, the script ccViz is a bundled up version with no dependencies beyond those listed above – it can be redistributed as much as you like.

Clone this wiki locally