goba Sat Sep 4 07:16:51 2004 EDT
Modified files: /phpdoc/htmlhelp README.txt Log: add possibly working step to XSL sheet to fix collabname problem http://cvs.php.net/diff.php/phpdoc/htmlhelp/README.txt?r1=1.4&r2=1.5&ty=u Index: phpdoc/htmlhelp/README.txt diff -u phpdoc/htmlhelp/README.txt:1.4 phpdoc/htmlhelp/README.txt:1.5 --- phpdoc/htmlhelp/README.txt:1.4 Tue Aug 10 09:48:52 2004 +++ phpdoc/htmlhelp/README.txt Sat Sep 4 07:16:48 2004 @@ -36,8 +36,16 @@ is needed, since the new XSL sheets require no configuration, and since you are using old sheets, you need to do configuration yourself. + + 4. Add + + <xsl:template match="collabname" mode="titlepage.mode"> + <xsl:apply-templates /> + </xsl:template> + + to xsl/html-common.xsl. - 4. Run "make chm_xsl" + 5. Run "make chm_xsl" If xsltproc encounters errors in the XML files, correct the errors, commit them to phpdoc, and @@ -47,22 +55,22 @@ After this step the HTML files to start are in phpdoc/htmlhelp/html - 5. Get the actual mirrors.inc file from + 6. Get the actual mirrors.inc file from http://ANY_MIRROR.php.net/include/mirrors.inc and save into the directory where the make_chm.bat resides (overwrite old one if one exists). - 6. Get all the user notes from + 7. Get all the user notes from http://ANY_MIRROR.php.net/backend/notes/all.bz2, extract its contents (using bunzip2 all.bz2, for example), and place the resulting "all" file to the same folder where the make_chm.bat resides. - 7. Copy local_vars.php.src to local_vars.php and + 8. Copy local_vars.php.src to local_vars.php and adjust settings as needed. - 8. Now run make_chm.bat + 9. Now run make_chm.bat Well, this is quite manual right now, and there are -some problems need fixing (see the TODO.txt file too). \ No newline at end of file +some problems need fixing (see the TODO.txt file too).