> On my homepage I have some php pages, Can plucker grab and deliver 
> php pages? (it appears the answer is no, but want to make sure)

        Sure, just serve those pages up with your webserver and point 
Plucker to the URL where those pages can be found. Plucker doesn't run 
the php userspace binary to pre-process those pages (though you could 
script it to do this if you wanted to). 

> is there any workaround or trick to convert it first to html?

        PHP is meant to be parsed by your php engine, which is 
typically hooked into your webserver. If you don't have a webserver 
with php support, just run them through bin/php first and see if you 
can redirect that to a local file you can then parse.


David A. Desrosiers
[EMAIL PROTECTED]
http://gnu-designs.com
_______________________________________________
plucker-list mailing list
[email protected]
http://lists.rubberchicken.org/mailman/listinfo/plucker-list

Reply via email to