Re: [PHP-DOC] Building docs w/ PhD

2009-10-30 Thread Daniel Convissor
Hi Hannes: On Fri, Oct 30, 2009 at 05:46:45PM +, Hannes Magnusson wrote: > 2009/10/30 Daniel Convissor : > > On Tue, Oct 27, 2009 at 10:17:01PM -0400, Moacir de Oliveira wrote: > >> > >> > PHP Fatal error: ?Uncaught exception 'Exception' with message 'Cannot > >> > find > >> > file for HaruDo

Re: [PHP-DOC] Building docs w/ PhD

2009-10-30 Thread Daniel Convissor
Hi crhsitian: > Try installing it and running the pear-installed phd. Then you need the > include path. Doh! Thanks for catching that. I added a comment explaining why fopen() is used. And a @ to suppress potential warnings. --Dan -- T H E A N A L Y S I S A N D S O L U T I O N S C

Re: [PHP-DOC] Building docs w/ PhD

2009-10-30 Thread Christian Weiske
Hi Daniel, > > > I just committed a change to avoid the warning by using > > > is_readable() instead of fopen() here. > > I reverted your commit, because it broke everything. > > Ouch. What broke? It works for me when I do this: > > php render.php -d ../../phpdoc/doc-base/trunk/.manual.xml \ >

Re: [PHP-DOC] Building docs w/ PhD

2009-10-30 Thread Daniel Convissor
Hi Christian: > > > > fopen(/usr/local/lib/php//HaruDoc.php): failed to open > > > > stream: No such file or directory > > I just committed a change to avoid the warning by using is_readable() > > instead of fopen() here. > I reverted your commit, because it broke everything. Ouch. What bro

[PHP-DOC] Re: [DOC-CVS] svn: /phd/trunk/ package.xml package_generic.xml phpdotnet/phd/Config.php phpdotnet/phd/MediaManager.php phpdotnet/phd/Package/Generic/XHTML.php phpdotnet/phd/functions.php

2009-10-30 Thread Hannes Magnusson
2009/10/30 Hannes Magnusson : > > > 2009/10/29 Richard Quadling : >> rquadling                                Thu, 29 Oct 2009 11:04:46 + >> >> Revision: http://svn.php.net/viewvc?view=revision&revision=290052 >> >> Log: >> Added VERBOSE_MISSING_ATTRIBUTES verbose level >> Separated PhD verbose

[PHP-DOC] Re: [DOC-CVS] svn: /phd/trunk/ package.xml package_generic.xml phpdotnet/phd/Config.php phpdotnet/phd/MediaManager.php phpdotnet/phd/Package/Generic/XHTML.php phpdotnet/phd/functions.php

2009-10-30 Thread Hannes Magnusson
2009/10/29 Richard Quadling : > rquadling                                Thu, 29 Oct 2009 11:04:46 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=290052 > > Log: > Added VERBOSE_MISSING_ATTRIBUTES verbose level > Separated PhD verbose messages into informational and warnings >

Re: [PHP-DOC] Building docs w/ PhD

2009-10-30 Thread Hannes Magnusson
2009/10/30 Daniel Convissor : > On Tue, Oct 27, 2009 at 10:17:01PM -0400, Moacir de Oliveira wrote: >> >> > PHP Fatal error:  Uncaught exception 'Exception' with message 'Cannot find >> > file for HaruDoc: /usr/local/lib/php//HaruDoc.php' in /usr/local/bin/phd:14 > > Why is an exception thrown here

Re: [PHP-DOC] PhD Release - Milestones

2009-10-30 Thread Hannes Magnusson
2009/10/30 Christian Weiske : > Hi all, > > >> > Here are the milestones for the next release of PhD (1.0.0). > In my eyes, the next version should be 0.9.1. And I want it fast! > +1 -Hannes

Re: [PHP-DOC] Building docs w/ PhD

2009-10-30 Thread Christian Weiske
Hello Daniel, > > > fopen(/usr/local/lib/php//HaruDoc.php): failed to open > > > stream: No such file or directory > I just committed a change to avoid the warning by using is_readable() > instead of fopen() here. I reverted your commit, because it broke everything. Christian

Re: [PHP-DOC] PhD Release - Milestones

2009-10-30 Thread Daniel Convissor
On Fri, Oct 30, 2009 at 01:18:33PM +, Hannes Magnusson wrote: > Also, I'm not entirely sure anymore if rendering all the supported > formats (when none are specified) is A Good Thing. > Maybe we shouldn't default on any format and make the user explicitly > mention which formats to render. Ve

Re: [PHP-DOC] Building docs w/ PhD

2009-10-30 Thread Daniel Convissor
On Tue, Oct 27, 2009 at 10:17:01PM -0400, Moacir de Oliveira wrote: > Fala Thiago, > > 2009/10/27 Thiago H. Pojda > > > $ phd -d doc-base/.manual.xml --package PHP ... > > fopen(/usr/local/lib/php//HaruDoc.php): failed to open stream: No such > > file or directory I just committed a change

Re: [PHP-DOC] PhD Release - Milestones

2009-10-30 Thread Christian Weiske
Hi all, > > Here are the milestones for the next release of PhD (1.0.0). In my eyes, the next version should be 0.9.1. And I want it fast! Christian

Re: [PHP-DOC] Re: [DOC-CVS] svn: /phd/trunk/ package_generic.xml phpdotnet/phd/Package/Generic/XHTML.php

2009-10-30 Thread Hannes Magnusson
2009/10/29 Richard Quadling : > 2009/10/28 Niel Archer : >> I would suggest adding the values only if the DocBook markup does not >> supply both of the values. In this case it will help the UA by supplying >> values to reserve space.. >> >> If the author has supplied one (but not both) of the value

Re: [PHP-DOC] Question about redirection and user notes

2009-10-30 Thread Hannes Magnusson
2009/10/20 Ruslan Yakushev : > >> From: Richard Quadling [mailto:rquadl...@googlemail.com] >> >> The entries in the left hand menu don't reflect the nested nature of >> the IIS documentation. >> >> Book = install (From doc-base/manual.xml) >>    Chapter = install.windows (From en/install/windows/in

Re: [PHP-DOC] PhD Release - Milestones

2009-10-30 Thread Hannes Magnusson
2009/10/28 Richard Quadling : > 2009/10/27 Moacir de Oliveira : >> Hey guys, >> >> Here are the milestones for the next release of PhD (1.0.0). >> >> - tocfeed for php >> - Geshi renders (Already Implemented) >> - Fix the HowTo format (only some tags missing now) >> - Implement the TODO in the IDE

Re: [PHP-DOC] PhD Release - Milestones

2009-10-30 Thread Hannes Magnusson
2009/10/27 Moacir de Oliveira : > Hey guys, > > Here are the milestones for the next release of PhD (1.0.0). > > - tocfeed for php > - Geshi renders (Already Implemented) > - Fix the HowTo format (only some tags missing now) > - Implement the TODO in the IDE Package Before we can mark 1.0.0 as sta

Re: [PHP-DOC] Building docs w/ PhD

2009-10-30 Thread Hannes Magnusson
2009/10/27 Moacir de Oliveira : > Hi Tiago, > >> :~/PHP/pt_BR/trunk$ phd -d preface.xml >> [01:43:04 - VERBOSE_INDEXING] Indexing... >> [01:43:04 - E_WARNING] /usr/local/bin/phd:13 >>     fopen(/usr/local/lib/php// >> phpdotnet/phd/ReaderKeeper.php): failed to open stream: No such file or >> direc