Re: [PHP-DOC] Re: phpdoc /fr bookinfo.xml

2001-08-09 Thread Luca Perugini
Ciao Goba, > > on this way we don't need to grep every file > > ... but only some temp file. > > Here we do not want to optimize the grep, but > would like to optimize our work. Placing tha revision you're right.. :) > inside the file, means: > > - one commit (one modification to only one f

[PHP-DOC] cvs: phpdoc /de/functions aspell.xml

2001-08-09 Thread Stefan Saasen
stefan_saasen Thu Aug 9 12:24:55 2001 EDT Modified files: /phpdoc/de/functionsaspell.xml Log: typo Index: phpdoc/de/functions/aspell.xml diff -u phpdoc/de/functions/aspell.xml:1.7 phpdoc/de/functions/aspell.xml:1.8 --- phpdoc/de/functions/aspell.xml:

[PHP-DOC] cvs: phpdoc /de/functions fdf.xml

2001-08-09 Thread Stefan Saasen
stefan_saasen Thu Aug 9 13:16:47 2001 EDT Modified files: /phpdoc/de/functionsfdf.xml Log: Translation will be due until the beginning of next week Index: phpdoc/de/functions/fdf.xml diff -u /dev/null phpdoc/de/functions/fdf.xml:1.8 --- /dev/null

[PHP-DOC] cvs: phpdoc /de Translators

2001-08-09 Thread Stefan Saasen
stefan_saasen Thu Aug 9 13:48:57 2001 EDT Modified files: /phpdoc/de Translators Log: fdf.xml Translation Index: phpdoc/de/Translators diff -u phpdoc/de/Translators:1.185 phpdoc/de/Translators:1.186 --- phpdoc/de/Translators:1.185 Wed Aug 8 06:25:41 2001 +

Re: [PHP-DOC] Re: phpdoc /fr bookinfo.xml

2001-08-09 Thread Hojtsy Gabor
Egon writes: > Revision tags in the translated or the original English XML files are > nonsense. Every translator have to look into the phpdoc tree at > cvs.php.net. WHHYYY? Goba

Re: [PHP-DOC] Re: phpdoc /fr bookinfo.xml

2001-08-09 Thread eschmid+sic
On Thu, Aug 09, 2001 at 08:06:35PM +0200, Hojtsy Gabor wrote: > Egon writes: > > > Revision tags in the translated or the original English XML files are > > nonsense. Every translator have to look into the phpdoc tree at > > cvs.php.net. > > WHHYYY? You cannot do a translati

Re: [PHP-DOC] Re: phpdoc /fr bookinfo.xml

2001-08-09 Thread Hojtsy Gabor
> > > Revision tags in the translated or the original English XML files are > > > nonsense. Every translator have to look into the phpdoc tree at > > > cvs.php.net. > > > > WHHYYY? > > You cannot do a translation with revison tags. So it is nonsense. You can > not make a diff

[PHP-DOC] cvs: phpdoc /it Translators /it/functions oci8.xml oracle.xml

2001-08-09 Thread Marco Cucinato
cucinatoThu Aug 9 15:15:23 2001 EDT Modified files: /phpdoc/it Translators /phpdoc/it/functionsoci8.xml oracle.xml Log: Added Revision tag on top of files; set reference english version in Translators Index: phpdoc/it/Translators diff

Re: [PHP-DOC] Re: Space between funcname & arglist (was: Re: [PHP-DOC] cvs: phpdoc /en/functions strings.xml)

2001-08-09 Thread Jeroen van Wolffelaar
Egon: > I would see a space. The formatted function prototypes have already a > space between function name and opening parenthesis. With the space the > code is more readable. The first can be changed, though I can come into your second point: better readable. In the case of a prototype, I must

Re: [PHP-DOC] Re: phpdoc /fr bookinfo.xml

2001-08-09 Thread Jeroen van Wolffelaar
> But I think it's not so easy.. I mean.. Translators file is update when > someone run a cvs commit or every day at manual build? See the way NEWS works on the source-tree. Every day, a cron-job updates the NEWS file (with cvs-id of 'changelog'), and the mail-the-commits-program is programmed to

[PHP-DOC] cvs: phpdoc /en/functions strings.xml

2001-08-09 Thread Jeroen van Wolffelaar
jeroen Thu Aug 9 16:52:57 2001 EDT Modified files: /phpdoc/en/functionsstrings.xml Log: Documented new second parameter of trim, ltrim and rtrim (and chop of course) Index: phpdoc/en/functions/strings.xml diff -u phpdoc/en/functions/strings.xml:1.

[PHP-DOC] cvs: phpdoc / README

2001-08-09 Thread Jeroen van Wolffelaar
jeroen Thu Aug 9 17:25:51 2001 EDT Modified files: /phpdoc README Log: Update conventions. I believe there is consensus about these items, but if not, just replace them with better... Index: phpdoc/README diff -u phpdoc/README:1.12 phpdoc/README:1.13

[PHP-DOC] array_multisort example error

2001-08-09 Thread Marco Cucinato
I think there's and error at line 794, array.xml, english version: the line "a", 100, 100. The second array will contain 1, 1, 2, "3". The should be "a", 100, 100. The second array will contain 1, 1, "2", 3. The -- Marco Cucinato

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

2001-08-09 Thread Jeroen van Wolffelaar
jeroen Thu Aug 9 17:52:37 2001 EDT Modified files: /phpdoc/en/functionsarray.xml Log: Fix example-error (Marco Cucinato) Index: phpdoc/en/functions/array.xml diff -u phpdoc/en/functions/array.xml:1.84 phpdoc/en/functions/array.xml:1.85 --- phpdoc/e

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

2001-08-09 Thread Jeroen van Wolffelaar
Thanks for pointing out, and for mentioning line-nr :-) Jeroen - Original Message - From: "Jeroen Van Wolffelaar" <[EMAIL PROTECTED]> Newsgroups: php.doc To: <[EMAIL PROTECTED]> Sent: Thursday, August 09, 2001 11:52 PM Subject: cvs: phpdoc /en/functions array.xml > jeroen Thu Aug 9 17:

[PHP-DOC] cvs: phpdoc / README

2001-08-09 Thread Jim Winstead
jimwThu Aug 9 19:58:19 2001 EDT Modified files: /phpdoc README Log: clarify Index: phpdoc/README diff -u phpdoc/README:1.13 phpdoc/README:1.14 --- phpdoc/README:1.13 Thu Aug 9 17:25:51 2001 +++ phpdoc/README Thu Aug 9 19:58:19 2001 @@ -83,8 +8

[PHP-DOC] cvs: phpdoc /en/functions session.xml

2001-08-09 Thread Torben Wilson
torben Thu Aug 9 20:47:27 2001 EDT Modified files: /phpdoc/en/functionssession.xml Log: Typo fixes. Index: phpdoc/en/functions/session.xml diff -u phpdoc/en/functions/session.xml:1.50 phpdoc/en/functions/session.xml:1.51 --- phpdoc/en/functions/

[PHP-DOC] cvs: phpdoc / README

2001-08-09 Thread Torben Wilson
torben Thu Aug 9 21:10:28 2001 EDT Modified files: /phpdoc README Log: Various cleanups and clarifications. Index: phpdoc/README diff -u phpdoc/README:1.14 phpdoc/README:1.15 --- phpdoc/README:1.14 Thu Aug 9 19:58:19 2001 +++ phpdoc/README T