||*()*|| Hi, Alexander. t>> As Goba told me some time ago we have two versions of chm manual: t>> regular CHM and xCHM AV> I am compiling regular CHM
When according to chm/make_chm.README requirements ---[cut] The html manual. You have two alternatives: a) Download the actual html manual from http://www.php.net/download-docs.php and untar the distribution into a directory b) Build the html manual yourself using Jade and the other tools needed (look into the README and/or README.win32 file to see how to build it yourself) ---[cut] Ahem, Goba. Where are these README and/or README.win32 files with instructions how to build manual? =) Alexander, from HOWTO you need to follow DSSSL templates toolchain to make html manual first. That means: make html instead of make chm_xsl and then applying make_chm.php to generated files as described in chm/make_chm.README t>> Instructions how to make old xCHMs are in phpdoc/htmlhelp/README.txt AV> Oh yes, there are good step by step instructions, but i have some AV> described below problems with that: AV>>> 1. a lot of warning messages like >>>>>No template named "refentry" exists in the context named "title" in >>>>>the "ru" localization.@ AV>>> while "make chm_xsl" is running AV>>> 2. In final php_manual_ru.chm Russian letters in _code samples_ looks AV>>> like this: >>>> unlink ($evil_var); >>>> >>>> // записать в >>>> лог-файл >>>> выполняемое >>>> действие... >>>> // может быть, >>>> >>>> даже /etc/passwd? >>>> fwrite ($fp, $evil_var); AV>>> In other parts of manual (not code samples) all is look fine. AV>>> Can somebody help me? t --