Re: [PHP-DOC] How to generate a CHM help file?

2002-08-26 Thread derick
On Mon, 26 Aug 2002, Dallas Thunder wrote: Thanks. I use Microsoft HTML Help Workshop to create CHM. It nees a .hhp, .hhc, .hhk and html files to compile. How to generate those .hh? files? See chm/make_chm.README in the phpdoc CVS tree, it explains everything. If you are able to build it

Re: [PHP-DOC] how to change my cvs forwarding email address?

2002-08-26 Thread Gregory Song
Yes, I have, I can visit any other web pages correctly... Greg Rasmus Lerdorf [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Do you have cookies enabled? On Mon, 26 Aug 2002, Gregory Song wrote: Well, actually, I've ever tried this before and tried again

Re: [PHP-DOC] how to change my cvs forwarding email address?

2002-08-26 Thread Gregory Song
Well, I know where the problem lays. I was trying to login with the username 'Gregory', which is the one I registered with CVS, but I get the problem I described. When I change it to 'gregory', I login the system correctly... Case Sensitive... :-P Greg Gregory Song [EMAIL PROTECTED] wrote in

Re: [PHP-DOC] How to generate a CHM help file?

2002-08-26 Thread Dallas Thunder
Yes, I've got a CHM file in Chinese, with some limitations. First, there's no zh index in array $LANGUAGES in file make_chm.php. So I have to use en as PHP_HELP_COMPILE_LANG. It works and generate a php_manual_en.chm - with Chinese character inside. However, the Chinese characters on the

Re: [PHP-DOC] How to generate a CHM help file?

2002-08-26 Thread derick
On Mon, 26 Aug 2002, Dallas Thunder wrote: Yes, I've got a CHM file in Chinese, with some limitations. First, there's no zh index in array $LANGUAGES in file make_chm.php. So I have to use en as PHP_HELP_COMPILE_LANG. It works and generate a php_manual_en.chm - with Chinese character

Re: [PHP-DOC] How to generate a CHM help file?

2002-08-26 Thread Gabor Hojtsy
There's no chm entry in Makefile, so I guess to get a CHM help, should ./configure --with-chm=yes --with-lang=zh Then make html, then use other tools to generate chm help from html tree, right? Please DO NOT include the --with-chm=yes configure option if you generate old CHM format from

Re: [PHP-DOC] How to generate a CHM help file?

2002-08-26 Thread Dallas Thunder
Sure, but what is the code for it (0x??? )? Well, that's something I don't know, or I'll add it myself. :-P -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DOC] How to change the snippets in the DOC?

2002-08-26 Thread Gregory Song
Hi, I've ever asked about those snippets such as 'Note','Warning','Chapter'in the generated HTML files are to be modified in the Simplefiled Chinese Language (phpdoc-zh), and it replied that I should send a modification request to Norman Walsh. I didn't managed to find the proper mailing list

Re: [PHP-DOC] How to generate a CHM help file?

2002-08-26 Thread Gabor Hojtsy
Sure, but what is the code for it (0x??? )? Well, that's something I don't know, or I'll add it myself. :-P http://www.helpware.net/htmlhelp/hh_info.htm lists the codes Goba -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DOC] cvs: phpdoc /chm make_chm.php

2002-08-26 Thread Derick Rethans
derick Mon Aug 26 04:35:05 2002 EDT Modified files: /phpdoc/chm make_chm.php Log: - Add chinese code Index: phpdoc/chm/make_chm.php diff -u phpdoc/chm/make_chm.php:1.1 phpdoc/chm/make_chm.php:1.2 --- phpdoc/chm/make_chm.php:1.1 Mon Jan 7 18:20:34 2002 +++

Re: [PHP-DOC] How to generate a CHM help file?

2002-08-26 Thread derick
On Mon, 26 Aug 2002, Gabor Hojtsy wrote: Sure, but what is the code for it (0x??? )? Well, that's something I don't know, or I'll add it myself. :-P http://www.helpware.net/htmlhelp/hh_info.htm lists the codes Okay, I added it. Derick

Re: [PHP-DOC] How to change the snippets in the DOC?

2002-08-26 Thread Gabor Hojtsy
I've ever asked about those snippets such as 'Note','Warning','Chapter'in the generated HTML files are to be modified in the Simplefiled Chinese Language (phpdoc-zh), and it replied that I should send a modification request to Norman Walsh. I didn't managed to find the proper mailing list

[PHP-DOC] cvs: phpdoc /chm make_chm.php

2002-08-26 Thread Gabor Hojtsy
gobaMon Aug 26 04:40:00 2002 EDT Modified files: /phpdoc/chm make_chm.php Log: Use spaces not tabs Adding link to langcode list for future reference Index: phpdoc/chm/make_chm.php diff -u phpdoc/chm/make_chm.php:1.2 phpdoc/chm/make_chm.php:1.3 ---

Re: [PHP-DOC] cvs: phpdoc /chm make_chm.php

2002-08-26 Thread derick
On Mon, 26 Aug 2002, Gabor Hojtsy wrote: goba Mon Aug 26 04:40:00 2002 EDT Modified files: /phpdoc/chm make_chm.php Log: Use spaces not tabs BOOOH! :P Derick --- Did I help

[PHP-DOC] Re: [DOC-DE] Fehlers during build

2002-08-26 Thread Derick Rethans
On Sat, 24 Aug 2002, Friedhelm Betz wrote: Hallo Derick, am Saturday, August 24, 2002, 11:10:47 AM, schriebst du: Hallo, my nightly build showed the following errors in the German documentation: /usr/bin/openjade:/dat/dev/php/phpdoc/de/reference/uodbc/reference.xml:140:24:E:

Re: [PHP-DOC] Re: [DOC-DE] Fehlers during build

2002-08-26 Thread Gabor Hojtsy
En/config.xml misses the section about uodbc configuration while this is still present in de/config.xml. As the future plans are to integrate the ini-settings in the Function Reference (if i can remember correctly) the section about uodbc should be removed from config.xml. Is this

Re: [PHP-DOC] Re: [DOC-DE] Fehlers during build

2002-08-26 Thread derick
On Mon, 26 Aug 2002, Gabor Hojtsy wrote: En/config.xml misses the section about uodbc configuration while this is still present in de/config.xml. As the future plans are to integrate the ini-settings in the Function Reference (if i can remember correctly) the section about uodbc

[PHP-DOC] #18993 [Opn]: arg_separator

2002-08-26 Thread spic
ID: 18993 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Linux PHP Version: 4.2.2 New Comment: Where in the Documentation does this error occur??? I found the

[PHP-DOC] #19072 [Opn]: [chm] bug: lines overlapping on code examples

2002-08-26 Thread spic
ID: 19072 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: windows PHP Version: 4.2.2 New Comment: Hi! I'm running the same Environment and could not reproduce

[PHP-DOC] #19072 [Opn-Bgs]: [chm] bug: lines overlapping on code examples

2002-08-26 Thread goba
ID: 19072 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: windows PHP Version: 4.2.2 New Comment: The reporter is taking about the latest

[PHP-DOC] #18935 [Opn]: I don't want the user notes.

2002-08-26 Thread goba
ID: 18935 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: windows2k PHP Version: 4.2.2 New Comment: Wez I tried that manual assignment and it does not work at all

[PHP-DOC] #18993 [Com]: arg_separator

2002-08-26 Thread ggodlewski
ID: 18993 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Linux PHP Version: 4.2.2 New Comment: I've found it at http://www.zend.com/manual/function.urlencode.php

[PHP-DOC] #19025 [Opn]: [chm] bug on language.basic-syntax.html

2002-08-26 Thread spic
ID: 19025 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: windows PHP Version: 4.2.2 New Comment: Does this bug only appear on language.basic-syntax.html??? Have

[PHP-DOC] #18968 [Opn]: [chm] bug on language.expressions.html

2002-08-26 Thread spic
ID: 18968 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: windows XP Pro PHP Version: 4.1.2 New Comment: Does this occur with the latest CHM too? I couldn't

[PHP-DOC] #18968 [Opn-Bgs]: [chm] bug on language.expressions.html

2002-08-26 Thread goba
ID: 18968 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: windows XP Pro PHP Version: 4.1.2 New Comment: The reporter is talking about the

[PHP-DOC] #18993 [Opn-Asn]: arg_separator

2002-08-26 Thread spic
ID: 18993 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Assigned Bug Type: Documentation problem Operating System: Linux PHP Version: 4.2.2 -Assigned To: +Assigned To: spic New

[PHP-DOC] #19025 [Bgs-Csd]: [chm] bug on language.basic-syntax.html

2002-08-26 Thread hgardner
ID: 19025 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Closed Bug Type: Documentation problem Operating System: windows PHP Version: 4.2.2 New Comment: Great. I will look for the updated

[PHP-DOC] #18993 [Asn-Ana]: arg_separator

2002-08-26 Thread spic
ID: 18993 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Assigned +Status: Analyzed Bug Type: Documentation problem Operating System: Linux PHP Version: 4.2.2 Assigned To: spic New Comment: After

[PHP-DOC] #18993 [Ana-Bgs]: arg_separator

2002-08-26 Thread sniper
ID: 18993 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Analyzed +Status: Bogus Bug Type: Documentation problem Operating System: Linux PHP Version: 4.2.2 Assigned To: spic New Comment:

[PHP-DOC] cvs: phpdoc /en/reference/vpopmail/functions vpopmail-add-alias-domain-ex.xml vpopmail-add-alias-domain.xml vpopmail-add-domain-ex.xml vpopmail-add-domain.xml vpopmail-add-user.xml vpopmail-alias-add.xml vpopmail-alias-del-domain.xml vpopmail-alias-del.xml vpopmail-auth-user.xml vpopmail-del-domain-ex.xml vpopmail-del-domain.xml vpopmail-del-user.xml vpopmail-error.xml vpopmail-passwd.xml vpopmail-set-user-quota.xml

2002-08-26 Thread Heilig (Cece) Szabolcs
ceceMon Aug 26 14:02:13 2002 EDT Modified files: /phpdoc/en/reference/vpopmail/functions vpopmail-add-alias-domain-ex.xml vpopmail-add-alias-domain.xml

Re: [PHP-DOC] cvs: phpdoc /en/reference/vpopmail/functionsvpopmail-add-alias-domain-ex.xml vpopmail-add-alias-domain.xmlvpopmail-add-domain-ex.xml vpopmail-add-domain.xml vpopmail-add-user.xmlvpopmail-

2002-08-26 Thread derick
Hello, please revert this, you translated the files in the english tree, while you should have committed to the doc-hu tree. Derick On Mon, 26 Aug 2002, Heilig (Cece) Szabolcs wrote: cece Mon Aug 26 14:02:13 2002 EDT Modified files:

Re: [PHP-DOC] cvs: phpdoc /en/reference/vpopmail/functions vpopmail-add-alias-domain-ex.xml vpopmail-add-alias-domain.xml vpopmail-add-domain-ex.xml vpopmail-add-domain.xml vpopmail-add-user.xml vpopmail-alias-add.xml vpopmail-alias-del-domain.xml vpopmail

2002-08-26 Thread Jome
Please do not translate files belonging to the english repository (I'll never learn to spell that word :)). Please revert. Best regards, Jome -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DOC] cvs: phpdoc /en/reference/vpopmail/functionsvpopmail-add-alias-domain-ex.xml vpopmail-add-alias-domain.xmlvpopmail-add-domain-ex.xml vpopmail-add-domain.xml vpopmail-add-user.xmlvpopm

2002-08-26 Thread derick
On Mon, 26 Aug 2002, Heilig (Cece) Szabolcs wrote: On 2002. augusztus 26. 20:12, you wrote: Hello, please revert this, you translated the files in the english tree, while you should have committed to the doc-hu tree. yes, sorry, my mistake :( working on rollback... I was in hu

[PHP-DOC] cvs: phpdoc /en/reference/vpopmail/functions vpopmail-add-alias-domain-ex.xml

2002-08-26 Thread Heilig (Cece) Szabolcs
ceceMon Aug 26 15:07:41 2002 EDT Modified files: /phpdoc/en/reference/vpopmail/functions vpopmail-add-alias-domain-ex.xml Log: Sorry for that crap, doing test rollback... Index:

[PHP-DOC] cvs: phpdoc /en/reference/vpopmail/functions vpopmail-add-alias-domain.xml vpopmail-add-domain-ex.xml vpopmail-add-domain.xml vpopmail-add-user.xml vpopmail-alias-add.xml vpopmail-alias-del-domain.xml vpopmail-alias-del.xml vpopmail-auth-user.xml vpopmail-del-domain-ex.xml vpopmail-del-domain.xml vpopmail-del-user.xml vpopmail-error.xml vpopmail-passwd.xml vpopmail-set-user-quota.xml

2002-08-26 Thread Heilig (Cece) Szabolcs
ceceMon Aug 26 15:12:36 2002 EDT Modified files: /phpdoc/en/reference/vpopmail/functions vpopmail-add-alias-domain.xml vpopmail-add-domain-ex.xml

[PHP-DOC] #16398 [Com]: Eng. chm: Predefined constants is missing

2002-08-26 Thread dbustell
ID: 16398 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Win2k PHP Version: 4.1.2 New Comment: php_manual_en.chm downloaded 26 Aug 2002 is still missing

[PHP-DOC] #16111 [Com]: IIS/CGI only gives Security Alert! PHP CGI cannot be accessed directly.

2002-08-26 Thread shelley
ID: 16111 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Windows PHP Version: 4.2.1 New Comment: I read bug this bug and have changed my security setting on IIS