[PHP-DOC] cvs: phpdoc /en/reference/network/functions fsockopen.xml

2003-12-31 Thread Mehdi Achour
didou Wed Dec 31 04:33:11 2003 EDT Modified files: /phpdoc/en/reference/network/functions fsockopen.xml Log: proto Index: phpdoc/en/reference/network/functions/fsockopen.xml diff -u phpdoc/en/reference/network/functions/fsockopen.xml:1.12 phpdoc/en/refer

RE: [PHP-DOC] dropping the unix tools

2003-12-31 Thread Steph
> > - we should not drop the unix tools, let windows > > guys > > sweat the first time they join the team Phing would be a wonderful idea - if everyone on windows had build tools, and if (as Jesus mentioned) everyone was running PHP5. They don't, and aren't. In the absence of build tools d

[PHP-DOC] cvs: phpdoc /en/reference/exec/functions exec.xml passthru.xml system.xml /en/reference/filesystem/functions chgrp.xml chmod.xml popen.xml

2003-12-31 Thread Nuno Lopes
nlopess Wed Dec 31 05:39:43 2003 EDT Modified files: /phpdoc/en/reference/exec/functions exec.xml passthru.xml system.xml /phpdoc/en/reference/filesystem/functions chgrp.xml chmod.xml

Re: [PHP-DOC] dropping the unix tools

2003-12-31 Thread Gabor Hojtsy
Finally, if you change the build system for the PHP core documentation project so radically without so much as a nod toward all the subsidiary PHP documentation efforts we'll all end up even more out of sync than we currently are. I have made a fair amount of effort to make php-gtk-doc at least va

[PHP-DOC] cvs: phpdoc /en/reference/network/functions pfsockopen.xml

2003-12-31 Thread Mehdi Achour
didou Wed Dec 31 06:02:17 2003 EDT Modified files: /phpdoc/en/reference/network/functions pfsockopen.xml Log: oups, proto too Index: phpdoc/en/reference/network/functions/pfsockopen.xml diff -u phpdoc/en/reference/network/functions/pfsockopen.xml:1.2 php

[PHP-DOC] Re: dropping the unix tools

2003-12-31 Thread Nuno Lopes
> I am looking at the build system from the ease-of-use perspective. If > you only need to checkout the CVS module and can directly run the PHP > script, it is much easier then installing cygwin, getting familiar with > the command line, and put all the tools on the appropriate paths... > Since liv

Re: [PHP-DOC] Re: dropping the unix tools

2003-12-31 Thread Jakub Vrana
> If you don't have cygwin, how will you checkout the CVS module?? There are lot of CVS tools for Windows which don't need cygwin. Jakub Vrana

Re: [PHP-DOC] Re: dropping the unix tools

2003-12-31 Thread Gabor Hojtsy
I am looking at the build system from the ease-of-use perspective. If you only need to checkout the CVS module and can directly run the PHP script, it is much easier then installing cygwin, getting familiar with the command line, and put all the tools on the appropriate paths... Since livedocs will

[PHP-DOC] Re: dropping the unix tools

2003-12-31 Thread Jan Fabry
Would it be possible to create a special version of Cygwin, with only those apps we need for building? The only extra thing you need now is (Open)Jade, all the other tools come with the standard Cygwin. If we could add (Open)Jade to Cygwin, remove the other applications, and call the result 'Th

Re: [PHP-DOC] dropping the unix tools

2003-12-31 Thread Georg Richter
> Hi People! as long the new system doesn't need additional stuff, which means it will run with a --disable-all configured php5 I'm + 1. But I don't really see a necessity - when I joined the documentation team a few years ago, I used Windows too, without problems - setting up the tools was d

Re: [PHP-DOC] Re: dropping the unix tools

2003-12-31 Thread Gabor Hojtsy
Would it be possible to create a special version of Cygwin, with only those apps we need for building? The only extra thing you need now is (Open)Jade, all the other tools come with the standard Cygwin. If we could add (Open)Jade to Cygwin, remove the other applications, and call the result 'Th

RE: [PHP-DOC] dropping the unix tools

2003-12-31 Thread Steph
> There was quite some discussion on creating a central build system for > the documentation projects, and livedocs will be a move towards this > direction, since it should be developed with portability in mind I inherited a lot of non-standard xml, as you know. We also have the problem that php-

RE: [PHP-DOC] Re: dropping the unix tools

2003-12-31 Thread Steph
> If you don't have cygwin, how will you checkout the CVS module?? > Maybe we could use the script I made that implements the CVS protocol in > PHP. :) > erm, against everything I said so far - tortoise works and is far less unwieldy than cygwin .. it just has one or two areas where it's nice to h

RE: [PHP-DOC] Re: dropping the unix tools

2003-12-31 Thread Steph
Fine, except we don't use jade on php-gtk-doc either. We use xsltproc because it's w-a-a-a-y faster. > -Original Message- > From: Jan Fabry [mailto:[EMAIL PROTECTED] > Sent: 31 December 2003 11:34 > To: [EMAIL PROTECTED] > Subject: [PHP-DOC] Re: dropping the unix tools > > > Would it be p

Re: [PHP-DOC] dropping the unix tools

2003-12-31 Thread Gabor Hojtsy
So we are on making the phpdoc workers life easier... One of the biggest problems is for starters, that many tools are needed. There has been some discussion on dropping the required unix tools, and base the whole build system on PHP. That would mean that Windows people would not need to have c

RE: [PHP-DOC] dropping the unix tools

2003-12-31 Thread Steph
> -Original Message- > From: Gabor Hojtsy [mailto:[EMAIL PROTECTED] > Sent: 31 December 2003 13:11 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP-DOC] dropping the unix tools > > > >>So we are on making the phpdoc workers life > >>easier... One of the biggest > >>prob

Re: [PHP-DOC] dropping the unix tools

2003-12-31 Thread Gabor Hojtsy
There was quite some discussion on creating a central build system for the documentation projects, and livedocs will be a move towards this direction, since it should be developed with portability in mind I inherited a lot of non-standard xml, as you know. We also have the problem that php-gtk-doc

Re: [PHP-DOC] Re: dropping the unix tools

2003-12-31 Thread Gabor Hojtsy
If you don't have cygwin, how will you checkout the CVS module?? Maybe we could use the script I made that implements the CVS protocol in PHP. :) erm, against everything I said so far - tortoise works and is far less unwieldy than cygwin .. it just has one or two areas where it's nice to have cygwi

RE: [PHP-DOC] dropping the unix tools

2003-12-31 Thread Steph
> To clear things up once and for all :) Wez started livedocs on his own > machine without any revision control, and then some curious people > peaked in (Derick Ilia and myself). And me, actually.. I was able to convince Wez lately that livedocs > should be moved to cvs.php.net, now we are wait

Re: [PHP-DOC] Re: dropping the unix tools

2003-12-31 Thread Gabor Hojtsy
If you don't have cygwin, how will you checkout the CVS module?? Maybe we could use the script I made that implements the CVS protocol in PHP. :) erm, against everything I said so far - tortoise works and is far less unwieldy than cygwin .. it just has one or two areas where it's nice to have cygw

Re: [PHP-DOC] dropping the unix tools

2003-12-31 Thread Gabor Hojtsy
To clear things up once and for all :) Wez started livedocs on his own machine without any revision control, and then some curious people peaked in (Derick Ilia and myself). And me, actually.. Well, only those listed by me have CVS write Karma :) But others also tested it, including Alan Knowles.

[PHP-DOC] #26754 [NEW]: testing the new customized quickfix

2003-12-31 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: testing the new customized quickfix Description: Please ignore. Expected result: You ignore this post :) Actual result:

[PHP-DOC] #26754 [Opn->Csd]: testing the new customized quickfix

2003-12-31 Thread goba
ID: 26754 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Linux PHP Version: Irrelevant New Comment: This bug has been fixed in CVS. Snapsh

Re: [PHP-DOC] dropping the unix tools

2003-12-31 Thread Nuno Lopes
> >>To clear things up once and for all :) Wez started livedocs on his own > >>machine without any revision control, and then some curious people > >>peaked in (Derick Ilia and myself). > > > > And me, actually.. > > Well, only those listed by me have CVS write Karma :) But others also > tested it,

[PHP-DOC] Examples and links

2003-12-31 Thread Mehdi Achour
Hi ! What about adding a regexp that will link all the PHP functions in the examples to their man page ? This could be done with [26-Dec-2003 12:43]'s note in http://php.net/highlight_string Opinions ? didou

Re: [PHP-DOC] Examples and links

2003-12-31 Thread Jakub Vrana
> What about adding a regexp that will link all the PHP functions in the > examples to their man page ? That function should be slightly modified as PHP functions are highlighted the same as user-defined functions. I vote for it - by modification of highlight_php() website function. Jakub Vrana

RE: [PHP-DOC] dropping the unix tools

2003-12-31 Thread Steph
> I have already installed livedocs on my computer (windows with cygwin) and > it works! > It was a bit painfull, but now I have it working! > with phpdoc, yes :)

[PHP-DOC] cvs: phpdoc /en/appendices aliases.xml /en/chapters install.configure.graphics.xml /en/faq general.xml languages.xml /en/reference/dba reference.xml /en/reference/ircg configure.xml /en/reference/mcrypt reference.xml /en/reference/recode reference.xml /en/reference/strings/functions setlocale.xml

2003-12-31 Thread Jakub Vrana
vrana Wed Dec 31 10:03:12 2003 EDT Modified files: /phpdoc/en/appendices aliases.xml /phpdoc/en/reference/ircg configure.xml /phpdoc/en/faq general.xml languages.xml /phpdoc/en/chapters install.configure.graphics.xml /phpdoc/en/referen

[PHP-DOC] I like to contribute to translation to Portuguese-Brazil

2003-12-31 Thread Alexandre Altair de Melo
I like to give my contribute to translation.   Best regards   Alexandre Altair de Melo. 31/12/2003

[PHP-DOC] cvs: phpdoc /en/chapters install.windows.xml /en/reference/curl configure.xml /en/reference/domxml configure.xml /en/reference/fdf configure.xml /en/reference/gettext configure.xml /en/reference/ibase configure.xml /en/reference/java configure.xml /en/reference/ldap configure.xml /en/reference/msql configure.xml /en/reference/openssl configure.xml /en/reference/xslt configure.xml /en/reference/yaz configure.xml

2003-12-31 Thread Jakub Vrana
vrana Wed Dec 31 10:25:25 2003 EDT Modified files: /phpdoc/en/reference/curl configure.xml /phpdoc/en/reference/domxml configure.xml /phpdoc/en/reference/fdfconfigure.xml /phpdoc/en/reference/gettextconfigure.xml /phpdoc/en/reference/

Re: [PHP-DOC] I like to contribute to translation to Portuguese-Brazil

2003-12-31 Thread Gabor Hojtsy
Hi Alexandre! Please read http://php.net/dochowto and contact [EMAIL PROTECTED] Goba Alexandre Altair de Melo wrote: I like to give my contribute to translation. Best regards Alexandre Altair de Melo. 31/12/2003

Re: [PHP-DOC] Examples and links

2003-12-31 Thread Gabor Hojtsy
What about adding a regexp that will link all the PHP functions in the examples to their man page ? That function should be slightly modified as PHP functions are highlighted the same as user-defined functions. I vote for it - by modification of highlight_php() website function. Some code for this

[PHP-DOC] cvs: phpdoc /scripts/quickref originalafter.js processafter.php

2003-12-31 Thread Gabor Hojtsy
gobaWed Dec 31 11:07:12 2003 EDT Modified files: /phpdoc/scripts/quickreforiginalafter.js processafter.php Log: use setAttribute() instead of setting the JS attribute, since it is DOM1, and reported to work with IE Index: phpdoc/scripts/quickref/origina

[PHP-DOC] #26754 [Csd->Opn]: testing the new customized quickfix

2003-12-31 Thread goba
ID: 26754 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Closed +Status: Open Bug Type: Documentation problem Operating System: Linux PHP Version: Irrelevant New Comment: Repoening just for another quickfix try

[PHP-DOC] cvs: phpdoc /en/reference/outcontrol reference.xml

2003-12-31 Thread Jakub Vrana
vrana Wed Dec 31 11:08:07 2003 EDT Modified files: /phpdoc/en/reference/outcontrol reference.xml Log: double be Index: phpdoc/en/reference/outcontrol/reference.xml diff -u phpdoc/en/reference/outcontrol/reference.xml:1.11 phpdoc/en/reference/outcontrol/re

[PHP-DOC] #26754 [Opn->Csd]: testing the new customized quickfix

2003-12-31 Thread goba
ID: 26754 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Linux PHP Version: Irrelevant New Comment: This bug has been fixed in the document

[PHP-DOC] New quickfix text

2003-12-31 Thread Gabor Hojtsy
Hi! As you can see below, now the documentation bugs (and website bugs) have their own quickfix text, so the response to bugs is much more customized... In case other custom messages would be needed for more fix types, just write up the suggested text, and propose... Goba [EMAIL PROTECTED] wr

Re: [PHP-DOC] Examples and links

2003-12-31 Thread Jakub Vrana
> Some code for this is available in the extended CHM generator. The > problem is that you need a complete list of built in functions for that > to work in memory (or you need to check if a file exists which documents > that function) runtime. The second option should not be selected, since > we ma

Re: [PHP-DOC] New quickfix text

2003-12-31 Thread Jakub Vrana
> As you can see below, now the documentation bugs (and website bugs) have > their own quickfix text, so the response to bugs is much more > customized... In case other custom messages would be needed for more fix > types, just write up the suggested text, and propose... I think that Submitted tw

Re: [PHP-DOC] Examples and links

2003-12-31 Thread Gabor Hojtsy
Some code for this is available in the extended CHM generator. The problem is that you need a complete list of built in functions for that to work in memory (or you need to check if a file exists which documents that function) runtime. The second option should not be selected, since we made our bes

Re: [PHP-DOC] New quickfix text

2003-12-31 Thread Gabor Hojtsy
As you can see below, now the documentation bugs (and website bugs) have their own quickfix text, so the response to bugs is much more customized... In case other custom messages would be needed for more fix types, just write up the suggested text, and propose... I think that Submitted twice quick

Re: [PHP-DOC] New quickfix text

2003-12-31 Thread Jakub Vrana
> Duplicated is not used anymore... Ask Derick, why :)) Rather not :-). Jakub Vrana

Re: [PHP-DOC] New quickfix text

2003-12-31 Thread Derick Rethans
On Wed, 31 Dec 2003, Jakub Vrana wrote: > > As you can see below, now the documentation bugs (and website bugs) have > > their own quickfix text, so the response to bugs is much more > > customized... In case other custom messages would be needed for more fix > > types, just write up the suggested

Re: [PHP-DOC] Examples and links

2003-12-31 Thread Jakub Vrana
> Well, that list of the list of functions implemented in PHP, and not the > list of functions documented in the manual. Therefore it is not correct > for linking stuff, since you might link to something which is not (yet) > documented. It will not be hard to write a script for it. But before I wa

Re: [PHP-DOC] Examples and links

2003-12-31 Thread Gabor Hojtsy
Well, that list of the list of functions implemented in PHP, and not the list of functions documented in the manual. Therefore it is not correct for linking stuff, since you might link to something which is not (yet) documented. It will not be hard to write a script for it. But before I want to ask

Re: [PHP-DOC] Re: dropping the unix tools

2003-12-31 Thread Friedhelm Betz
On Wednesday 31 December 2003 14:52, Gabor Hojtsy wrote: > And this brings us to the point of replacing the unix tools. You are on > windows. You can have several GUI CVS clients (tortoisecvs being one of > the easiest possibilities), you can install xsltproc with copying some > files to the right

Re: [PHP-DOC] Re: dropping the unix tools

2003-12-31 Thread Jakub Vrana
> Installed properly in the phpdoc-tools folder xmllint and xsltproc work very > well, so AFAICS for proper validity checking cygwin is no requirement. Also just for the records... xmllint works well but xsltproc didn't complain about something (e.g. inside ). Just be warned. Jakub Vrana P.S.

Re: [PHP-DOC] Re: dropping the unix tools

2003-12-31 Thread Gabor Hojtsy
And this brings us to the point of replacing the unix tools. You are on windows. You can have several GUI CVS clients (tortoisecvs being one of the easiest possibilities), you can install xsltproc with copying some files to the right place, and you already have PHP. Now if you are working with the

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

2003-12-31 Thread Gabor Hojtsy
gobaWed Dec 31 19:04:24 2003 EDT Modified files: /phpdoc/en bookinfo.xml Log: Happy new year PHPDoc Index: phpdoc/en/bookinfo.xml diff -u phpdoc/en/bookinfo.xml:1.35 phpdoc/en/bookinfo.xml:1.36 --- phpdoc/en/bookinfo.xml:1.35 Sat Dec 20 02:40:51 2003 +++ ph

Re: [PHP-DOC] dropping the unix tools

2003-12-31 Thread André L F S Bacci
Gabor Hojtsy wrote: > The visual editor idea is aimed at solving the complexity of DocBook > for authors and translators. But currently it is a more critical > problem, that new updates take months to get on to the website (which > does decrease the motivation of translators). +1 The manuals are b

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

2003-12-31 Thread André L F S Bacci
Gabor Hojtsy wrote: > goba Wed Dec 31 19:04:24 2003 EDT > > Modified files: > /phpdoc/en bookinfo.xml > Log: > Happy new year PHPDoc I can't make this... for now, I'm still in 2003... ;) []s André Æ

[PHP-DOC] cvs: phpdoc /scripts aspell.php bughunter.php diff_en_rev.php entity-usage.php fixphpweb.php genPHP_INI_ENTRY.php html_syntax.php xml_proto.php /scripts/quickref makefunclist.php prefixcompress.php processafter.php unusedcompress.php /scripts/rtlpatch HtmlExtParser.class.php HtmlParser.class.php hackmanuallang.php rtlpatch.php

2003-12-31 Thread Gabor Hojtsy
gobaWed Dec 31 19:35:42 2003 EDT Modified files: /phpdoc/scripts aspell.php bughunter.php diff_en_rev.php entity-usage.php fixphpweb.php genPHP_INI_ENTRY.php html_syntax.php xml_proto.php /phpdoc/scripts/qui

[PHP-DOC] cvs: phpdoc /scripts checkdoc.php genfuncindex.php genfuncsummary.php make_man.php process.php revcheck.php sort_aliases.php

2003-12-31 Thread Gabor Hojtsy
gobaWed Dec 31 19:47:42 2003 EDT Modified files: /phpdoc/scripts checkdoc.php genfuncindex.php genfuncsummary.php make_man.php process.php revcheck.php sort_aliases.php Log: fix even more of the license stuf

Re: [PHP-DOC] dropping the unix tools

2003-12-31 Thread Gabor Hojtsy
The idea is to make the build system useable (and hopefully unified) for all projects. Our needs are converging, since the PHP documentation just needs to accomodate OO docs, long time after the PHP-GTK and PEAR docs needed that. Which the great problem with OO after all? Render, search, filenames?

[PHP-DOC] cvs: phpdoc /scripts checkent.php dbtags.php entities.php file-entities.php.in missing-entities.php.in phpweb-entities.php.in reference-split.php test_missing-entities.php.in

2003-12-31 Thread Gabor Hojtsy
gobaWed Dec 31 20:08:47 2003 EDT Modified files: /phpdoc/scripts checkent.php dbtags.php entities.php file-entities.php.in missing-entities.php.in phpweb-entities.php.in reference-split.php

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

2003-12-31 Thread Gabor Hojtsy
gobaWed Dec 31 20:17:54 2003 EDT Modified files: /phpdoc LICENSE Makefile.in Log: the remaining 2003 -> 2004 fixes Index: phpdoc/LICENSE diff -u phpdoc/LICENSE:1.3 phpdoc/LICENSE:1.4 --- phpdoc/LICENSE:1.3 Tue Jun 10 03:46:48 2003 +++ phpdoc/LICENSE

[PHP-DOC] #26759 [NEW]: php documentation examples contain slow code

2003-12-31 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: php documentation examples contain slow code Description: The php.net manual contains lots of examples that use less than desirable coding sty

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

2003-12-31 Thread Ken Tossell
kennyt Thu Jan 1 01:44:47 2004 EDT Modified files: /phpdoc/en/reference/array/functionsarray-search.xml Log: Switched argument order. It's needle, haystack, as stated just a few lines above. ;-) Index: phpdoc/en/reference/array/functions/array-searc

[PHP-DOC] #26759 [Com]: php documentation examples contain slow code

2003-12-31 Thread ben at slax0rnet dot com
ID: 26759 Comment by: ben at slax0rnet dot com Reported By: [EMAIL PROTECTED] Status: Open Bug Type:Documentation problem PHP Version: Irrelevant Assigned To: kennyt New Comment: I truly can't believe the pickiness present here. In a lot of these cases the "optimization

[PHP-DOC] #26759 [Opn]: php documentation examples contain slow code

2003-12-31 Thread kennyt
ID: 26759 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type:Documentation problem PHP Version: Irrelevant Assigned To: kennyt New Comment: Those 'insignificant gains' do add up. Does anyone want to teach new PHP developers to [ab]use the