Installation
Xtravagate is written in Tcl/Tk and has been developed and tested with Activestate's ActiveTCL distribution. The first step is therefore to install ActiveTCL. If you install it somewhere other than its default location you will need to edit the first line of xtravagate.tcl.
The next step is to install two tcl packages: BWidget and tdom. You can do this using the teacup utility supplied as part of the ActiveTCL distribution (in the ActiveTCL bin/ directory):
cd /opt/ActiveTcl-8.5/bin
teacup install tdom
teacup install BWidget
You can then run xtravagate.tcl (once you have got the code):
./xtravagate.tcl
