Re: [PHP-DOC] PhD class renamings

2009-06-16 Thread Hannes Magnusson
On Tue, Jun 16, 2009 at 07:47, Christian Weiske wrote: > Hi Bjori, > > >> The directory structure is compatible with the intheworks namespace naming >> convention cs, right? >> (Meaning if we move to namespaces no change is needed) > No. The new namespace convention would mean that - if we chose ph

Re: [PHP-DOC] Conforming documentation style - how to document classes

2009-06-16 Thread Hannes Magnusson
On Mon, Jun 15, 2009 at 19:26, Philip Olson wrote: > > On Jun 15, 2009, at 1:18 AM, G. T. Stresen-Reuter wrote: >> Is there an exemplary class definition in the existing documentation I >> could use as a foundation for fixing the structure of the Tidy classes (and >> other classes that I periodical

Re: [PHP-DOC] PhD class renamings

2009-06-16 Thread Christian Weiske
Hallo Hannes, > >> The directory structure is compatible with the intheworks namespace naming > >> convention cs, right? > >> (Meaning if we move to namespaces no change is needed) > > No. The new namespace convention would mean that - if we chose phd as > > namespace (note, lowercase!), the dir

Re: [PHP-DOC] Re: Enterprise classes

2009-06-16 Thread Hannes Magnusson
On Mon, Jun 15, 2009 at 19:48, Moacir de Oliveira wrote: > Hi Christian > > 2009/6/15 Christian Weiske >> >> Do I assume correctly that files like >> include/PhDEnterpriseReader.class.php are meant to replace >> include/PhDReader.class.php? >> > > The classes PhDReader and PhDFormat still there ju

Re: [PHP-DOC] PhD class renamings

2009-06-16 Thread Hannes Magnusson
On Tue, Jun 16, 2009 at 10:09, Christian Weiske wrote: > Hallo Hannes, > > >> >> The directory structure is compatible with the intheworks namespace naming >> >> convention cs, right? >> >> (Meaning if we move to namespaces no change is needed) >> > No. The new namespace convention would mean that

Re: [PHP-DOC] PhD class renamings

2009-06-16 Thread Christian Weiske
Hi Hannes, > >> But that is the only difference? > > Yes. > > I don't see any explicit mention of the vendor directory must being > lowercase (although all examples are lowercased).. That was consensus - lowercasity is to distinguish between "normal" directories (i.e. class dirs) and namespace

Re: [PHP-DOC] PhD class renamings

2009-06-16 Thread Philip Olson
On Jun 16, 2009, at 1:34 AM, Christian Weiske wrote: Hi Hannes, But that is the only difference? Yes. I don't see any explicit mention of the vendor directory must being lowercase (although all examples are lowercased).. That was consensus - lowercasity is to distinguish between "normal"

Re: [PHP-DOC] PhD class renamings

2009-06-16 Thread Hannes Magnusson
On Tue, Jun 16, 2009 at 16:10, Philip Olson wrote: > > On Jun 16, 2009, at 1:34 AM, Christian Weiske wrote: > >> Hi Hannes, >> >> > But that is the only difference? Yes. >>> >>> I don't see any explicit mention of the vendor directory must being >>> lowercase (although all examples ar

[PHP-DOC] phd install problems

2009-06-16 Thread Kristina Chodorow
My coworker is trying to install phd following the directions at http://wiki.php.net/doc/scratchpad/howto but it says: pear install doc.php.net/phd-beta phpdocs/PhD requires PHP extension "xmlreader" phpdocs/PhD requires PHP extension "dom" phpdocs/PhD can optionally use PHP extension "haru" No va

Re: [PHP-DOC] phd install problems

2009-06-16 Thread Christian Weiske
Hello Kristina, > Anyone know what's going on? It looks like xmlreader shouldn't even > be a dependency for phd, as it's built into the main source now. It is a dependency because PEAR automatically checks if it's enabled - be it in the core or as an extra module. So please recompile your php

Re: [PHP-DOC] Conforming documentation style - how to document classes

2009-06-16 Thread G. T. Stresen-Reuter
On Jun 15, 2009, at 6:26 PM, Philip Olson wrote: On Jun 15, 2009, at 1:18 AM, G. T. Stresen-Reuter wrote: Hi, I'm not a big contributor (in fact, haven't done much more than test PhD and send some feedback) but I do work with the raw documentation quite a bit. I've found some apparent

Re: [PHP-DOC] phd install problems

2009-06-16 Thread Kristina Chodorow
I compiled from source and worked fine, thank you. On Tue, Jun 16, 2009 at 12:52 PM, Christian Weiske wrote: > Hello Kristina, > > >> Anyone know what's going on?  It looks like xmlreader shouldn't even >> be a dependency for phd, as it's built into the main source now. > It is a dependency becau