A mozilla server . . .

How deep are the hooks in mozilla to the platform GUI code?

Is there major surgery to make mozilla not use any GUI code at all?

What Ideally i'd like to do, is have mozilla running as a deamon
on a server. Write a module to handle extensions to the -remote
handler passing params. In addion to "openurl", I need to pass
print options to print out ps files. Doing a "unix only" implementation at
this point is fine.

How extensive is the work of ripping out all the GUI dependencies?
Is the platform GUI code well abstracted?
Can mozilla even run w/out GUI code?

I need to do html2ps conversion on the command line so it
can be scripted from perl on a server. Then in turn convert the
ps files to images. This can be easily implemented using a
server image conversion tool like ImageMagick.  I just need
to generate acurate ps files which mozilla does well.

Any ideas on this would be great . . .

Thanks

--pete


Reply via email to