2008/9/26 Hannes Magnusson <[EMAIL PROTECTED]>: > On Fri, Sep 26, 2008 at 10:05, Álvaro G. Vicario <[EMAIL PROTECTED]> wrote: >> Is anyone maintaining the CHM and Extended CHM manuals? They haven't >> been updated for almost a year. I've built both editions from CVS and >> the result is basically wrong styles and no index. I suppose the >> changes in the manual structure broke the build scripts :-? > > You should be able to use PhD to render the manual into CHM compatible > format, and the build the CHM from those files "normally" with the > hhc.exe from Microsoft... > > $ cd /path/to/your/phpdoc/checkout > $ php configure.php > $ phd -f xhtml -t chmsource -d .manual.xml > # Microsoft magic here.. :) > > -Hannes >
The MS Magic is as simple as running the php_manual_en.hhp that is created in your output folder. You will the MS HTML Help Compiler (GIYF) which is free. There is currently no user notes nor additional skins (like the extended CHM). -- ----- Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 "Standing on the shoulders of some very clever giants!"
