RE: [PHP-DOC] "optimizing" doc builds?

2002-03-31 Thread James Moore
I did this with the PHP-GTK doc's for a while until I optimised the stylesheets enough that build times were quicker (Although it could probably do with it again now). I had one stylesheet which would take an argument of the id to build and it would load the entire xml file then just output that f

RE: [PHP-DOC] cvs: phpdoc /it/functions w32api.xml

2002-03-26 Thread James Moore
I am right in the middle of rewriting this now.. (Currently doing the asm to pass stuff by ref rather than by val so its probably an idea if this isnt documented yet as its going to change!!) James -Original Message- From: Simone Cortesi [mailto:[EMAIL PROTECTED]] Sent: 25 March 2002 19:

Re: [PHP-DOC] Coding Std. [was: Re: [PHP-DOC] MySQL examples need review]

2001-12-23 Thread James Moore
> > $variables shoud be concatenated with '. instead of using "$var strng". > -1. I prefer "$var string". $var." string" is less ambigious. Actually it should be $var.' string' as "$var string" and '$var string' behave differently $var.' string' and $var." string" work the same. - James

Re: [PHP-DOC] MySQL examples need review

2001-12-23 Thread James Moore
> > What do others think about that? > I give a +1 for adapting the PEAR coding standard for Manual examples. -1 for anything complicated in the manual. Keep everything clear and concise why do we need to clutter examples with PEAR error everywhere (Nothing against pear I think its great but I

Re: [PHP-DOC] cvs: phpdoc /howto generating.xml

2001-11-18 Thread James Moore
> On Sun, 18 Nov 2001, Gabor Hojtsy wrote: > > > Nice to hear that it is every day now :)) I'll make the moficiations > > in the text to express this. Where have you found cron for win? > > Windows has something called 'system-agent' works like cron for me. It also has AT and the Scheduled task

RE: [PHP-DOC] Function References not showing up in docs for mixed case function names

2001-05-20 Thread James Moore
> > bad: Foo() does bar; > > good: The function foo() does bar. > > > > Daniel > > I agree with your second assertion. I could see a lot of > users getting confused if the first were followed blindly, > though (say, if one was documenting C). Which is one reason > (besides style) why I agree

RE: [PHP-DOC] cvs: phpdoc / README.win32

2001-05-16 Thread James Moore
> Modified files: > /phpdoc README.win32 > Log: > Fool proof version. > If you're capable of writing documentation, you > should now be able to get it running with M$ without > ever having to wonder what SGML etc is. > XSL things have been removed Is that wise.. some people

RE: [PHP-DOC] [Making manual] help needed

2001-05-13 Thread James Moore
Search the archives people have covered this multiple times with the fixes. - James > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 13 May 2001 23:06 > To: Jeroen > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP-DOC] [Making manual] help needed > > > Hello Je

RE: [PHP-DOC] Installation notes for Windows

2001-05-11 Thread James Moore
> I'd be grateful if someone on the doc team could check out my possibly > incompetent xml markup (I'm not at all familiar with the php doc > stuff), and > commit the file back into the doc tree if nobody reports any errors or > omissions in the near future. Phil, Ill try to find time to do this

RE: [PHP-DOC] Fw: PHP Manual note (Why php-general@lists.php.net as default e-mail adderss?)

2001-04-25 Thread James Moore
because they dont read the instructions. - James > -Original Message- > From: Hojtsy Gabor [mailto:[EMAIL PROTECTED]] > Sent: 25 April 2001 19:56 > To: PHP-DOC lista > Subject: [PHP-DOC] Fw: PHP Manual note (Why > [EMAIL PROTECTED] as default e-mail adderss?) > > > This is for annotation

RE: [PHP-DOC] PHP easter Egg

2001-04-23 Thread James Moore
Just wait for april 1st there is also a note in the manual about it.. http://www.php.net/manual/en/function.phpinfo.php I just censored it slightly - James > -Original Message- > From: Andrei Zmievski [mailto:[EMAIL PROTECTED]] > Sent: 23 April 2001 20:33 > To: Damien Seguy > Cc:

RE: [PHP-DOC] ["TelMedia.pl" ] PHP manual

2001-04-19 Thread James Moore
The docs are right, he is wrong. - James > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Stig Sæther Bakken > Sent: 19 April 2001 13:16 > To: [EMAIL PROTECTED] > Subject: [PHP-DOC] ["TelMedia.pl" <[EMAIL PROTECTED]>] PHP manual > > > Hi all, > > Co

RE: [PHP-DOC] php manual in man format

2001-04-14 Thread James Moore
> Derik! > > > I just added this script as make_man.php to the phpdoc cvs tree, so that > > others can easily modify it. > > Have you tested it, or just uploaded into phpdoc? > > Goba Derick tested this before he commited it. - James

RE: [PHP-DOC] .chm files

2001-04-02 Thread James Moore
> > Could whoever build and added them to cvs please rebuild and > readd them as > > binaries, at the moment all of them are corrupt in the phpweb, > I got rasmus > > to add *.chm to cvswrappers so just cvs rm them and cvs add > them again and > > it should work. I cant seem to get them to build

[PHP-DOC] .chm files

2001-04-02 Thread James Moore
-- James Moore [EMAIL PROTECTED] PHP Web Scripting: http://www.php.net/ PHP QA Team: http://qa.php.net/ PHP-GTK: http://gtk.php.net/ VL-SRM: http://www.vl-srm.net/

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

2001-03-27 Thread James Moore
should be 4.0.6 James > -Original Message- > From: Daniel Beckham [mailto:[EMAIL PROTECTED]] > Sent: 27 March 2001 19:10 > To: [EMAIL PROTECTED] > Subject: [PHP-DOC] cvs: phpdoc /en/functions classobj.xml > > > danbeck Tue Mar 27 10:09:43 2001 EDT > > Modified files:

RE: [PHP-DOC] Hi!

2001-03-13 Thread James Moore
> > Hi! > This is not spam! > If to you this message has come, means you at one time were > registered for us on a rating or on > boards! > We invite you to work with our new project: http://www.bestloliz.com > It is new TOP in the given moment we have 20k of unique visitings > per day (thus TOP

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

2001-03-07 Thread James Moore
jmoore Wed Mar 7 03:54:08 2001 EDT Modified files: /phpdoc Makefile.in Log: Updating Copyright msg from php3 to php4 with new licience details. Index: phpdoc/Makefile.in diff -u phpdoc/Makefile.in:1.58 phpdoc/Makefile.in:1.59 --- phpdoc/Makefile.in:1.58

RE: [PHP-DOC] free translation of php specs

2001-03-05 Thread James Moore
I believe there are already some people working on this see: http://cvs.php.net/viewcvs.cgi/phpdoc/it/ if your company feels inclined to help then please check out a copy from CVS and start on it, youll need to get some CVS accounts so you can commit back to the CVS repository. see http://www.php.

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

2001-02-04 Thread James Moore
> But this doesn't fit into the scheme of the examples we have already in > the manual. When I parse the source code I don't see such a malformed > syntax. Ok, someone have used it... this is true and PEAR also uses } else { so perhaps this is better in the manual too James

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

2001-02-04 Thread James Moore
> Yes it is not documented. I prefer the } else { style. Personally I like if ($foo) { } else { ... } or if ($foo) { } else { ... } then all braces are in same c

[PHP-DOC] cvs: phpdoc / global.ent /en/chapters install.xml

2001-01-26 Thread James Moore
jmoore Fri Jan 26 08:48:53 2001 EDT Modified files: /phpdoc global.ent /phpdoc/en/chapters install.xml Log: Correcting Goba's english and some (infact lots) of whitespace changes Index: phpdoc/global.ent diff -u phpdoc/global.ent:1.69 phpdoc/global.e

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

2001-01-26 Thread James Moore
Yeah Ill run through it and correct the few errors I can see, James - Original Message - From: "Hojtsy Gabor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 26, 2001 2:43 PM Subject: [PHP-DOC] cvs: phpdoc /en/chapters install.xml > goba Fri Jan 26 06:43:18 2001 EDT

RE: [PHP-DOC] Appendix: PHP Debugger

2001-01-20 Thread James Moore
I would vote to rename the appendix to PHP 3 Debugger. James > -Original Message- > From: Hojtsy Gabor [mailto:[EMAIL PROTECTED]] > Sent: 20 January 2001 12:12 > To: PHP Documentation ML; [EMAIL PROTECTED] > Subject: Re: [PHP-DOC] Appendix: PHP Debugger > > > > > > Anyways, the current