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
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
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
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
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
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
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
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
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
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
> 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
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..." ;]
--
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
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
+ 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
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/
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
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
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
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/
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
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
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
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
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
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/
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
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
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
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
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
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/
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
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
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
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
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
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
> 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
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
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
41 matches
Mail list logo