-- Jonathan Maron <[email protected]> wrote (on Thursday, 01 April 2010, 06:11 AM +0200): > I have just noticed that the images at > http://www.zendframework.com/manual/en/zend.service.livedocx.html > are missing. > > I have just build the documentation from the XML sources on my local > machine and the images are linked in (albeit the zoomed images and not > the scaled versions). > > Can I assist in fixing the images on the production server?
There are differences between how the online docs are rendered and using the general Makefile to render -- the Makefile still uses xsltproc, while we render the online docs using PhD. As such, we had to make some modifications to the XML sources to accomodate things like the LiveDocX images -- we're actually using the full-sized images, but using the width/height attributes to do in-browser scaling so that users can click to view the full image. We'll be issuing a new release today (if all goes well), and I'll double-check that the online docs are rendered correctly before deploying the site. -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/ PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc
