> I found replace the (.+) parrern with (.*) could address this issue. But > the magic thing is in 'php_manual_en.chm' file from php.net, the title of > the second item on the left side bar is 'PHP Manual'. How'd they do that? > Did I make something wrong? I think this will happen when line 27 to 33 of > file 'index.html' are: > > ><H1 > CLASS="title" > ><A > NAME="manual" > >PHP Manual</A > ></H1 > > And this is it supposed to be, right? > > But why don't they just use "Table of Contents" on line 91 of > 'make_chm.php'? > > Another problem is how do I use Chinese version of "Table of Contents" > instead of English one?
That "Table of contents" text is extracted from the index.html file. It should be just below the HR as I remember. > 'make_chm.bat' is not an automatic process for me, I have to do a lot of > manual modify during making CHM manual. As long as you can make changes which also work for other langauges, please integrate your improvements / corrections. Goba -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php