Re: [PHP-DOC] Intro and quick patches

2009-07-15 Thread Hannes Magnusson
On Wed, Jul 15, 2009 at 02:23, Philip Olsonphi...@roshambo.org wrote: This diff brings up a good point for us to discuss. What is the preferred method to check something out from SVN? Most anything we do requires at least two SVN checkouts. A classic example for English:  - cd

Re: [PHP-DOC] Intro and quick patches

2009-07-15 Thread Hannes Magnusson
On Wed, Jul 15, 2009 at 02:06, Niel Archern...@chance.now wrote: However the phd installed doesn't appear to be a working version. i.e. there is no phd.bat file created which makes it is unusable on WIndows I'd guess. Hmh. Richard or Kalle, could you verify this? I'm pretty darn sure we use

Re: [PHP-DOC] Intro and quick patches

2009-07-15 Thread Philip Olson
On Jul 15, 2009, at 12:00 AM, Hannes Magnusson wrote: On Wed, Jul 15, 2009 at 02:23, Philip Olsonphi...@roshambo.org wrote: This diff brings up a good point for us to discuss. What is the preferred method to check something out from SVN? Most anything we do requires at least two SVN

Re: [PHP-DOC] Intro and quick patches

2009-07-15 Thread Richard Quadling
2009/7/15 Hannes Magnusson hannes.magnus...@gmail.com: On Wed, Jul 15, 2009 at 02:06, Niel Archern...@chance.now wrote: However the phd installed doesn't appear to be a working version. i.e. there is no phd.bat file created which makes it is unusable on WIndows I'd guess. Hmh. Richard or

Re: [PHP-DOC] Intro and quick patches

2009-07-15 Thread Hannes Magnusson
On Wed, Jul 15, 2009 at 10:45, Richard Quadlingrquadl...@googlemail.com wrote: 2009/7/15 Hannes Magnusson hannes.magnus...@gmail.com: On Wed, Jul 15, 2009 at 02:06, Niel Archern...@chance.now wrote: However the phd installed doesn't appear to be a working version. i.e. there is no phd.bat file

Re: [PHP-DOC] Intro and quick patches

2009-07-15 Thread Richard Quadling
2009/7/15 Hannes Magnusson hannes.magnus...@gmail.com: On Wed, Jul 15, 2009 at 10:45, Richard Quadlingrquadl...@googlemail.com wrote: 2009/7/15 Hannes Magnusson hannes.magnus...@gmail.com: On Wed, Jul 15, 2009 at 02:06, Niel Archern...@chance.now wrote: However the phd installed doesn't

[PHP-DOC] Using set xml:base

2009-07-15 Thread Richard Quadling
Hello. I recently submitted a hack to get the images copied when building phpdoc via phd_0_4 when the doc-base and en folders are parallel. I was looking into a proper way to handle this. One option I think is appropriate would be to use ... set xml:base=xxx where xxx is

Re: [PHP-DOC] Intro and quick patches

2009-07-15 Thread Niel Archer
On Wed, Jul 15, 2009 at 02:06, Niel Archern...@chance.now wrote: However the phd installed doesn't appear to be a working version. i.e. there is no phd.bat file created which makes it is unusable on WIndows I'd guess. My mistake. I was expecting to find it in the phd directory under PEAR.

[PHP-DOC] Patch for doc-base/README

2009-07-15 Thread Niel Archer
Hi Mostly SVN related. One typo and some white space fixes (spaces/tabs in blank lines) also. doc-base_README.diff Description: Binary data

Re: [PHP-DOC] Patch for doc-base/README

2009-07-15 Thread Niel Archer
Forgot to mention, the HOWTO page refereed to in the README (http://doc.php.net/php/dochowto/) is not available (404 error)

[PHP-DOC] Patches

2009-07-15 Thread Moacir de Oliveira
Hey guys, Some patches to improve the factory system and load the formats dynamically. what do you think? --Moacir Index: phpdotnet/phd/BuildOptionsParser.php === --- phpdotnet/phd/BuildOptionsParser.php(revision 284053)