This program intends to calculate the Mandelbrot Fractal on a Web Page.

You can see a demo on: http://www.polytechnique.fr/poly/~bellard/mandelbrot/

It is an horrible program because I did it in only one night :) It is
up to you to try to adapt it if you want.

You should modify the constants at the beginning of the files mandel_zoom.c
and mandel_gif.c, and look in the file start_mandel which lauches the
daemons.

mandel_zoom is the cgi-bin program.
mandel_gif is the daemon which should be lauch on a fast computer.

I used royal.map which is a 256-color lookup table from Fractint, and
GIFENCOD I took in ppmtogif.

Good Luck !!
