[PHP-DOC] PHP Doc translation for Turkish lang.

2004-01-03 Thread Erhan Ekici
Hi... I want to know who are interesting with PHP Doc translation for Turkish language. Can anybody tell me ? it is enough any mail address. Thanks for answers:) -- Erhan Ekici İTÜ Uzaktan Eğitim Merkezi E-Posta : [EMAIL PROTECTED] www.uzem.itu.edu.tr

Re: [PHP-DOC] DOM Extension in PHP5

2004-01-03 Thread Ken Tossell
Okay, thanks for your replies. I've been playing with the DomDocument a bit, and the code is making a little more sense. I see that the classes are made up of aliases. That is, the member functions are aliases to procedural PHP_FUNCTION()s... I think. In this case, what do we document? The OO a

Re: [PHP-DOC] DOM Extension in PHP5

2004-01-03 Thread Derick Rethans
On Sat, 3 Jan 2004, Gabor Hojtsy wrote: > > It looks like domxml in /ext has been renamed to /dom -- and rewritten? > > Does this mean we need to start a new dom manual section to document it? I > > see that there's quite a bit on 'domxml,' but a lot of functions (in > > php5's /ext/dom) are missi

Re: [PHP-DOC] DOM Extension in PHP5

2004-01-03 Thread Gabor Hojtsy
It looks like domxml in /ext has been renamed to /dom -- and rewritten? Does this mean we need to start a new dom manual section to document it? I see that there's quite a bit on 'domxml,' but a lot of functions (in php5's /ext/dom) are missing. Where might I find information about these functi

[PHP-DOC] DOM Extension in PHP5

2004-01-03 Thread Ken Tossell
Hi, It looks like domxml in /ext has been renamed to /dom -- and rewritten? Does this mean we need to start a new dom manual section to document it? I see that there's quite a bit on 'domxml,' but a lot of functions (in php5's /ext/dom) are missing. Where might I find information about these f

[PHP-DOC] OO docs 4 - last

2004-01-03 Thread André L F S Bacci
Gabor Hojtsy wrote: >> Which the great problem with OO after all? Render, search, filenames? >> http://www.docbook.org/tdg/en/html/classsynopsis.html > > Rendering, what to put into a file, crosslinks, relating OO docs to > functional docs, etc... > > Goba As all have read, I am proposing great mo

Re: [PHP-DOC] RE: OO docs 1

2004-01-03 Thread André L F S Bacci
Gabor Hojtsy wrote: >>> There's no reason you should change the way you document non-OO >>> functions. >> >> Only to separate then from OO-functions (METHODS! METHODS!) in tag >> level. > > Well, we can play with context, and there is no need to use the not > that flexible funcsynopsys, which we ha

Re: [PHP-DOC] RE: OO docs 1

2004-01-03 Thread Gabor Hojtsy
Or still to change all manual from methodsynopsys/methodname/methodparam to funcsynopsis/funcparams/parameter... And I'm not crazy ;) What, no grep? ;) No realy, you know ;p There's no reason you should change the way you document non-OO functions. Only to separate then from OO-functions (METHODS

Re: [PHP-DOC] RE: OO docs 1

2004-01-03 Thread André L F S Bacci
Steph wrote: >> Or still to change all manual from >> methodsynopsys/methodname/methodparam to >> funcsynopsis/funcparams/parameter... And I'm not crazy ;) > > What, no grep? ;) No realy, you know ;p > There's no reason you should change the way you document non-OO > functions. Only to separat

[PHP-DOC] OO docs 3 - Rendering

2004-01-03 Thread André L F S Bacci
Gabor Hojtsy wrote: >> Which the great problem with OO after all? Render, search, filenames? >> http://www.docbook.org/tdg/en/html/classsynopsis.html > > Rendering, what to put into a file, crosslinks, relating OO docs to > functional docs, etc... > > Goba RENDERING The bigger problem for OO docs

[PHP-DOC] RE: OO docs 1

2004-01-03 Thread Steph
> Or still to change all manual from > methodsynopsys/methodname/methodparam to > funcsynopsis/funcparams/parameter... And I'm not crazy ;) What, no grep? ;) There's no reason you should change the way you document non-OO functions. For php-gtk-doc we went the funcsynopsis route; we have funct

[PHP-DOC] OO docs 2 - crosslinks

2004-01-03 Thread André L F S Bacci
Gabor Hojtsy wrote: >> Which the great problem with OO after all? Render, search, filenames? >> http://www.docbook.org/tdg/en/html/classsynopsis.html > > Rendering, what to put into a file, crosslinks, relating OO docs to > functional docs, etc... > > Goba As JTR, "in pieces..." ;] --

[PHP-DOC] cvs: phpdoc /en/reference/outcontrol/functions ob-end-flush.xml

2004-01-03 Thread Nuno Lopes
nlopess Sat Jan 3 12:47:23 2004 EDT Modified files: /phpdoc/en/reference/outcontrol/functions ob-end-flush.xml Log: removed redundancy Index: phpdoc/en/reference/outcontrol/functions/ob-end-flush.xml diff -u phpdoc/en/reference/outcontrol/functions/ob-end-flu

[PHP-DOC] cvs: phpdoc /en/reference/outcontrol/functions ob-get-flush.xml

2004-01-03 Thread Nuno Lopes
nlopess Sat Jan 3 12:43:44 2004 EDT Modified files: /phpdoc/en/reference/outcontrol/functions ob-get-flush.xml Log: better example as goba sugested Index: phpdoc/en/reference/outcontrol/functions/ob-get-flush.xml diff -u phpdoc/en/reference/outcontrol/functio

Re: [PHP-DOC] cvs: phpdoc /en/reference/outcontrol/functions ob-end-flush.xml ob-list-handlers.xml

2004-01-03 Thread Gabor Hojtsy
+ This function is similar to ob_get_flush, except + that ob_get_flush function returns the buffer as a This sounds better if you remove the word 'function' from after ob_get_flush since everybody who reads this sentence knows that it is a function... Goba

[PHP-DOC] cvs: phpdoc /en/reference/outcontrol/functions ob-end-flush.xml ob-list-handlers.xml

2004-01-03 Thread Nuno Lopes
nlopess Sat Jan 3 12:37:46 2004 EDT Modified files: /phpdoc/en/reference/outcontrol/functions ob-end-flush.xml ob-list-handlers.xml Log: added references to ob_get_flush() Index: phpdoc/en/reference/outcontrol/

Re: [PHP-DOC] cvs: phpdoc /en/reference/outcontrol/functions ob-get-flush.xml

2004-01-03 Thread Gabor Hojtsy
Erm, this is not a too intelligent example... This function could be used to save the buffer to a file, or something, but not to print out the output (since the function itself prints out the output, it is not a good idea to print what is returned again). Goba

[PHP-DOC] cvs: phpdoc /en/reference/outcontrol/functions ob-get-flush.xml

2004-01-03 Thread Nuno Lopes
nlopess Sat Jan 3 12:30:33 2004 EDT Added files: /phpdoc/en/reference/outcontrol/functions ob-get-flush.xml Log: new function Index: phpdoc/en/reference/outcontrol/functions/ob-get-flush.xml +++ phpdoc/en/reference/outcontrol/functions/ob-get-flush.xml

Re: [PHP-DOC] dropping the unix tools

2004-01-03 Thread André L F S Bacci
Derick Rethans wrote: >> +1 >> The manuals are being compiled with more frequency, but I still feel >> lack of the automatic compilation, revcheck on-line... > > If things change it needs setting up things over again -> bad idea. > But I can probably put revcheck back online, I totally forgot about

[PHP-DOC] OO docs 1

2004-01-03 Thread André L F S Bacci
Steph wrote: >>> Which the great problem with OO after all? Render, search, >>> filenames? http://www.docbook.org/tdg/en/html/classsynopsis.html >> >> That classsynopsis is horrible to work with, it doesn't fix much. >> >> Derick > > Agreed. > > Going back a page to > http://www.docbook.org/tdg/en/

Re: [PHP-DOC] Cygwin troubles (absolute paths) (Was: dropping the unix

2004-01-03 Thread Gabor Hojtsy
I'm having troubles compiling the manual under Cygwin. Absolute paths don't work, sometimes I get /phpdoc (the Cygwin absolute path), sometimes c:\cygwin\phpdoc (the Windows absolute path). This is the common 'cd' problem. First when you launch the bash shell, you need to get to the phpdoc folde

Re: [PHP-DOC] Cygwin troubles (absolute paths) (Was: dropping the unix

2004-01-03 Thread Jan Fabry
Gabor Hojtsy wrote: I'm having troubles compiling the manual under Cygwin. Absolute paths don't work, sometimes I get /phpdoc (the Cygwin absolute path), sometimes c:\cygwin\phpdoc (the Windows absolute path). This is the common 'cd' problem. First when you launch the bash shell, you need to

Re: [PHP-DOC] Cygwin troubles (absolute paths) (Was: dropping the unix tools)

2004-01-03 Thread Gabor Hojtsy
I'm having troubles compiling the manual under Cygwin. Absolute paths don't work, sometimes I get /phpdoc (the Cygwin absolute path), sometimes c:\cygwin\phpdoc (the Windows absolute path). This is the common 'cd' problem. First when you launch the bash shell, you need to get to the phpdoc folde

[PHP-DOC] Cygwin troubles (absolute paths) (Was: dropping the unix tools)

2004-01-03 Thread Jan Fabry
I'm having troubles compiling the manual under Cygwin. Absolute paths don't work, sometimes I get /phpdoc (the Cygwin absolute path), sometimes c:\cygwin\phpdoc (the Windows absolute path). First I tried a minimal Cygwin installation, with PHP (4.3.4 CLI) and OpenJade in /opt/php and /opt/openj

[PHP-DOC] cvs: phpdoc /en/reference/array/functions reset.xml

2004-01-03 Thread Marco Cucinato
cucinatoSat Jan 3 10:10:20 2004 EDT Modified files: /phpdoc/en/reference/array/functionsreset.xml Log: Small typo Index: phpdoc/en/reference/array/functions/reset.xml diff -u phpdoc/en/reference/array/functions/reset.xml:1.9 phpdoc/en/refere

[PHP-DOC] cvs: phpdoc /en/reference/var/functions var-dump.xml

2004-01-03 Thread Derick Rethans
derick Sat Jan 3 09:55:06 2004 EDT Modified files: /phpdoc/en/reference/var/functions var-dump.xml Log: - Removedduplicateendingtag Index: phpdoc/en/reference/var/functions/var-dump.xml diff -u phpdoc/en/reference/var/functions/var-dump.xml:1.6 phpdoc/en/

Re: [PHP-DOC] Re: ZH manual not generated

2004-01-03 Thread Gabor Hojtsy
Derick, do you know something about why an online version of the Simplified Chinese manual is not built? A very actual CHM version is available, but no downloadable versions and no online version. A bug reporter got this into my attention... They were definitely built, but I think they have the wro

Re: [PHP-DOC] Re: ZH manual not generated

2004-01-03 Thread Derick Rethans
On Sat, 3 Jan 2004, Derick Rethans wrote: > On Sat, 3 Jan 2004, Gabor Hojtsy wrote: > > > Derick, do you know something about why an online version of the > > Simplified Chinese manual is not built? A very actual CHM version is > > available, but no downloadable versions and no online version. A b

[PHP-DOC] Re: ZH manual not generated

2004-01-03 Thread Derick Rethans
On Sat, 3 Jan 2004, Gabor Hojtsy wrote: > Derick, do you know something about why an online version of the > Simplified Chinese manual is not built? A very actual CHM version is > available, but no downloadable versions and no online version. A bug > reporter got this into my attention... They we

[PHP-DOC] ZH manual not generated

2004-01-03 Thread Gabor Hojtsy
Hi! Derick, do you know something about why an online version of the Simplified Chinese manual is not built? A very actual CHM version is available, but no downloadable versions and no online version. A bug reporter got this into my attention... Goba

Re: [PHP-DOC] ob_get_flush & ob_end_flush

2004-01-03 Thread Gabor Hojtsy
I was looking at these functions (ob_get_flush & ob_end_flush) and they seem equal. Can anybody check it, please? http://lxr.php.net/source/php-src/main/output.c#836 get_flush http://lxr.php.net/source/php-src/main/output.c#792 end_flush As you can see in the implementation, ob_end_flush calls ph

[PHP-DOC] Notes Status, 8545 total

2004-01-03 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number of user notes contributed. These sections could use a polish, those notes represent 8.3% of the 8545 total user notes. Notes | Page ---+- 40 | http://php.net/manual/

[PHP-DOC] cvs: phpdoc /en/reference/var/functions print-r.xml var-dump.xml var-export.xml

2004-01-03 Thread Derick Rethans
derick Sat Jan 3 09:00:52 2004 EDT Modified files: /phpdoc/en/reference/var/functions print-r.xml var-dump.xml var-export.xml Log: - Update docs on the three var dumping functions Index: phpdoc/en/reference/var/func

[PHP-DOC] cvs: phpdoc /en/reference/outcontrol/functions ob-list-handlers.xml

2004-01-03 Thread Nuno Lopes
nlopess Sat Jan 3 08:57:34 2004 EDT Modified files: /phpdoc/en/reference/outcontrol/functions ob-list-handlers.xml Log: added example Index: phpdoc/en/reference/outcontrol/functions/ob-list-handlers.xml diff -u phpdoc/en/reference/outcontrol/functions/ob-list

[PHP-DOC] cvs: phpdoc / funclist.txt

2004-01-03 Thread Nuno Lopes
nlopess Sat Jan 3 07:39:12 2004 EDT Modified files: /phpdoc funclist.txt Log: update Index: phpdoc/funclist.txt diff -u phpdoc/funclist.txt:1.28 phpdoc/funclist.txt:1.29 --- phpdoc/funclist.txt:1.28Sun Dec 14 11:35:49 2003 +++ phpdoc/funclist.txt Sat Jan

[PHP-DOC] cvs: phpdoc / Makefile.in

2004-01-03 Thread Nuno Lopes
nlopess Sat Jan 3 07:32:15 2004 EDT Modified files: /phpdoc Makefile.in Log: fixed funcindex.xml generation Index: phpdoc/Makefile.in diff -u phpdoc/Makefile.in:1.145 phpdoc/Makefile.in:1.146 --- phpdoc/Makefile.in:1.145Sat Jan 3 06:52:22 2004 +++ phpd

[PHP-DOC] cvs: phpdoc / funcindex.xml

2004-01-03 Thread Nuno Lopes
nlopess Sat Jan 3 07:30:06 2004 EDT Modified files: /phpdoc funcindex.xml Log: fixed again... Index: phpdoc/funcindex.xml diff -u phpdoc/funcindex.xml:1.17 phpdoc/funcindex.xml:1.18 --- phpdoc/funcindex.xml:1.17 Sat Jan 3 06:53:05 2004 +++ phpdoc/funcinde

[PHP-DOC] ob_get_flush & ob_end_flush

2004-01-03 Thread Nuno Lopes
Hi, I was looking at these functions (ob_get_flush & ob_end_flush) and they seem equal. Can anybody check it, please? Thanks, Nuno http://lxr.php.net/source/php-src/main/output.c#836 get_flush http://lxr.php.net/source/php-src/main/output.c#792 end_flush

Re: [PHP-DOC] cvs: phpdoc / funcindex.xml quickref.txt

2004-01-03 Thread Nuno Lopes
> Uhm :) It was onlya problem in the .txt file, the funcindex.xml was > correct with the > so I think your fix is a little bit wrong. > > Derick Yes, you are correct! This is because funcindex.xml depends on the txt file!... I'll correct this now. Nuno

Re: [PHP-DOC] cvs: phpdoc / funcindex.xml quickref.txt

2004-01-03 Thread Derick Rethans
On Sat, 3 Jan 2004, Nuno Lopes wrote: > nlopess Sat Jan 3 06:53:05 2004 EDT > > Modified files: > /phpdoc quickref.txt funcindex.xml > Log: > fixed '>' Uhm :) It was onlya problem in the .txt file, the funcindex.xml was correct with the > so I think your fix is a little

[PHP-DOC] cvs: phpdoc / Makefile.in

2004-01-03 Thread Nuno Lopes
nlopess Sat Jan 3 06:52:22 2004 EDT Modified files: /phpdoc Makefile.in Log: fixed make of quickref.txt Index: phpdoc/Makefile.in diff -u phpdoc/Makefile.in:1.144 phpdoc/Makefile.in:1.145 --- phpdoc/Makefile.in:1.144Fri Jan 2 15:24:23 2004 +++ phpdoc/M