Re: [PHP-DOC] Getting started with the docs

2007-09-12 Thread Hannes Magnusson
On 9/12/07, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > > I didn't even bother running this on other than windows, why would you > > want that anyway? :) > > I thought maybe it works faster than configure/make :) That would be really weird if it was. Run `tail configure.php`, loading manual.xm

Re: [PHP-DOC] Getting started with the docs

2007-09-11 Thread Stanislav Malyshev
I didn't even bother running this on other than windows, why would you want that anyway? :) I thought maybe it works faster than configure/make :) -- Stanislav Malyshev, Zend Software Architect [EMAIL PROTECTED] http://www.zend.com/ (408)253-8829 MSN: [EMAIL PROTECTED]

Re: [PHP-DOC] Getting started with the docs

2007-09-11 Thread Hannes Magnusson
On 9/12/07, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > > start->run->cmd > > cd /path/to/your/phpdoc/checkout > > cvs up > > php configure.php > > I tried configure.php and I get a bunch of errors like this: > > Warning: DOMDocument::load(): I/O warning : failed to load external > entity "/roo

Re: [PHP-DOC] Getting started with the docs

2007-09-11 Thread Stanislav Malyshev
start->run->cmd cd /path/to/your/phpdoc/checkout cvs up php configure.php I tried configure.php and I get a bunch of errors like this: Warning: DOMDocument::load(): I/O warning : failed to load external entity "/root/phpdoc/entities/en/bookinfo.xml" in /root/phpdoc/configure.php on line 865

Re: [PHP-DOC] Getting started with the docs

2007-09-09 Thread Hannes Magnusson
On 9/9/07, Al <[EMAIL PROTECTED]> wrote: > Hannes: > > I appreciate the help; but, Windows doesn't know anything about cvs up, php > configure.php, etc. I must be seriously missing something here. Did you try it? I installed WinCVS (http://wincvs.org, using their full installer) and PHP (using our

Re: [PHP-DOC] Getting started with the docs

2007-09-09 Thread Al
Hannes: I appreciate the help; but, Windows doesn't know anything about cvs up, php configure.php, etc. I can readily upload my diff file to my php server; but, I still need other stuff. What tools do I need on the server and what documentation and diff files are needed? Hannes Magnusson

Re: [PHP-DOC] Getting started with the docs

2007-09-08 Thread Hannes Magnusson
On 9/8/07, Hannes Magnusson <[EMAIL PROTECTED]> wrote: > Hi Al > > start->run->cmd > cd /path/to/your/phpdoc/checkout > cvs up > php configure.php > php scripts/file-entities.php > php scripts/missing-entities.php Uhh. These two are part of configure.php. You don't need to run it manually, sorry

Re: [PHP-DOC] Getting started with the docs

2007-09-08 Thread Hannes Magnusson
Hi Al start->run->cmd cd /path/to/your/phpdoc/checkout cvs up php configure.php php scripts/file-entities.php php scripts/missing-entities.php cd .. cvs -d:pserver:[EMAIL PROTECTED]/repository co phd cd phd edit config.php # Fix 'xml_root' to your phpdoc checkout # Remove the die() at the bottom p

Re: [PHP-DOC] Getting started with the docs

2007-09-08 Thread Al
Maybe I could have been clearer. I want to spend my time helping with the documentation, and not playing with the tools. I suspect there are plenty others who would help but don't want to spend their limited time messing with tools-on-windows, etc. I started down that path and didn't get far

Re: Re: [PHP-DOC] Getting started with the docs

2007-09-08 Thread Hannes Magnusson
On 9/8/07, Nuno Lopes <[EMAIL PROTECTED]> wrote: > >> However, I never did find a simple way to view the final result. So, my > > > > There isn't one. Well. There is a *simple* way to view the *final* > > result, but to get to that stage is extremely complicated on Windows. > > You'll need to insta

Re: Re: [PHP-DOC] Getting started with the docs

2007-09-08 Thread Nuno Lopes
However, I never did find a simple way to view the final result. So, my There isn't one. Well. There is a *simple* way to view the *final* result, but to get to that stage is extremely complicated on Windows. You'll need to install 'cygwin' and all sorts of unpleasant tools. gah, I use window

Re: [PHP-DOC] Getting started with the docs

2007-09-08 Thread Hannes Magnusson
Hi Al On 9/7/07, Al <[EMAIL PROTECTED]> wrote: > However, I never did find a simple way to view the final result. So, my There isn't one. Well. There is a *simple* way to view the *final* result, but to get to that stage is extremely complicated on Windows. You'll need to install 'cygwin' and all

Re: [PHP-DOC] Getting started with the docs

2007-09-07 Thread Al
I also wanted to help with documentation for the Imagick extension; but, found it very difficult to find good tools for Windows. After fiddling for hours with several XML editors and CVS diff programs, I ended up with Oxygen XML Editor and TortoiseCVS. However, I never did find a simple way t

Re: [PHP-DOC] Getting started with the docs

2007-09-06 Thread Philip Olson
On Sep 6, 2007, at 9:12 PM, Paul Reinheimer wrote: After intending to get started helping out with the PHP documentation for a long time, I think i'm finally going to get there. One quick question as I begin making my own local copy, is the documentation at http://doc.php.net/php/dochowto/ u

[PHP-DOC] Getting started with the docs

2007-09-06 Thread Paul Reinheimer
After intending to get started helping out with the PHP documentation for a long time, I think i'm finally going to get there. One quick question as I begin making my own local copy, is the documentation at http://doc.php.net/php/dochowto/ up to date? Is there anything else I should keep in mind?