Steps to installing KupoChart 0.0.1:

1) Install a web server that supports PHP (such as Apache)
2) Install PHP.
3) Install Image_Graph from http://pear.veggerby.dk/
   A simple way to do this is:

	1) Install PEAR (which is to PHP what CPAN is to Perl)
	2) Run 'pear install image_graph' as root, and follow the prompts.
	   You may be asked to install some prerequisite software, update
	   pear itself, etc.

4) Place kupochart.php somewhere in a directory hosted via your
   web server. Make sure your web server is set up to parse PHP as PHP,
   and that Image_Graph is installed. You may (or may not) need to restart
   your web server after installing some of the prerequisites listed above.

5) Test KupoChart!


Example usage of KupoChart:

http://YOUR-DOMAIN-HERE/YOUR-DIRECTORY-HERE/kupochart.php?chs=125x125cht=p&chd=t:10,20,30,40&outputmode=svg
You should see a pie chart with four slices:
One green, one blue, one yellow, and one red.
This should be provided as a SVG.

http://YOUR-DOMAIN-HERE/YOUR-DIRECTORY-HERE/kupochart.php?cht=p&chd=t:60,40&chs=150x150&chco=1a0044,6100ff
You should see a pie chart with two slices:
One dark purple, one light purple.
This should be provided as a PNG.
