[PHP-DOC] Re: Question about including screenshots into the documentation

2009-09-25 Thread Hannes Magnusson
On Fri, Sep 25, 2009 at 22:37, Ruslan Yakushev wrote: > Hannes, > > What is the policy or a standard on including the UI screenshots into the PHP > docs. For example for Windows specific installation instructions it may be > beneficial to show some UI screenshots to help users to find the right

Re: [PHP-DOC] Question about including screenshots into the documentation

2009-09-25 Thread Richard Quadling
2009/9/25 Ruslan Yakushev : > Hannes, > > What is the policy or a standard on including the UI screenshots into the PHP > docs. For example for Windows specific installation instructions it may be > beneficial to show some UI screenshots to help users to find the right > settings (e.g. > http:/

[PHP-DOC] Question about including screenshots into the documentation

2009-09-25 Thread Ruslan Yakushev
Hannes, What is the policy or a standard on including the UI screenshots into the PHP docs. For example for Windows specific installation instructions it may be beneficial to show some UI screenshots to help users to find the right settings (e.g. http://learn.iis.net/page.aspx/246/using-fastcg

[PHP-DOC] SVN Account Request: ajcollison

2009-09-25 Thread Alan Collison
Would like to add and help maintain the documentation for the gearman PECL extension, so need access to phpdoc. Was pointed here by Hannes Magnusson on the phpdoc mailing list.

Re: [PHP-DOC] New Gearman documentation

2009-09-25 Thread Philip Olson
You seem to have forgotten to enable the reference entity in book.xml (&reference.gearman.reference;). The functions seem to have a bunch of autogenerated text which should be removed. Actually, I left out that one on purpose. The focus at the Gearman site is on the OO interface, so I decided

Re: [PHP-DOC] New Gearman documentation

2009-09-25 Thread Alan J Collison
On Fri, Sep 25, 2009 at 12:41 PM, Philip Olson wrote: > >On Sep 25, 2009, at 9:19 AM, Hannes Magnusson wrote: > >> On Fri, Sep 25, 2009 at 17:26, Alan J Collison >> wrote: >>> Hello, >>> >>> I have an initial pass at documentation for the Gearman >>> PECL extension. The created files can be

Re: [PHP-DOC] New Gearman documentation

2009-09-25 Thread Alan J Collison
On Fri, Sep 25, 2009 at 12:19 PM, Hannes Magnusson wrote: >On Fri, Sep 25, 2009 at 17:26, Alan J Collison wrote: >> Hello, >> >> I have an initial pass at documentation for the Gearman >> PECL extension.  The created files can be found here: >> >> http://collison.net/gearman/phpdoc/ >> >> In t

Re: [PHP-DOC] XML File encodings.

2009-09-25 Thread Philip Olson
On Sep 25, 2009, at 9:24 AM, Hannes Magnusson wrote: On Fri, Sep 25, 2009 at 15:02, Richard Quadling wrote: What should the encoding be and what is the impact of it NOT being UTF-8? Almost none. Same with BOM. The entities files must however be in UTF-8 as the root document is specified as

Re: [PHP-DOC] New Gearman documentation

2009-09-25 Thread Philip Olson
On Sep 25, 2009, at 9:19 AM, Hannes Magnusson wrote: On Fri, Sep 25, 2009 at 17:26, Alan J Collison wrote: Hello, I have an initial pass at documentation for the Gearman PECL extension. The created files can be found here: http://collison.net/gearman/phpdoc/ In that directory are: entit

Re: [PHP-DOC] XML File encodings.

2009-09-25 Thread Hannes Magnusson
On Fri, Sep 25, 2009 at 15:02, Richard Quadling wrote: > What should the encoding be and what is the impact of it NOT being UTF-8? Almost none. Same with BOM. The entities files must however be in UTF-8 as the root document is specified as UTF-8. Its just annoying to edit files in other encoding

Re: [PHP-DOC] New Gearman documentation

2009-09-25 Thread Rasmus Lerdorf
Hannes Magnusson wrote: > On Fri, Sep 25, 2009 at 17:26, Alan J Collison wrote: >> Hello, >> >> I have an initial pass at documentation for the Gearman >> PECL extension. The created files can be found here: >> >> http://collison.net/gearman/phpdoc/ >> >> In that directory are: >> >> entities.ref

Re: [PHP-DOC] New Gearman documentation

2009-09-25 Thread Hannes Magnusson
On Fri, Sep 25, 2009 at 17:26, Alan J Collison wrote: > Hello, > > I have an initial pass at documentation for the Gearman > PECL extension.  The created files can be found here: > > http://collison.net/gearman/phpdoc/ > > In that directory are: > > entities.reference.xml       - has the &referenc

Re: [PHP-DOC] PHP Doc, psgml, and manual.ced

2009-09-25 Thread Hannes Magnusson
On Fri, Sep 25, 2009 at 16:33, Lars Torben Wilson wrote: > I will look into the options (reverting; updating the translations, > etc) before continuing. If anybody has any other suggestions, I am all > ears. Reverting wont help. Our "up2date" system is very broken. The checks are against revision

[PHP-DOC] New Gearman documentation

2009-09-25 Thread Alan J Collison
Hello, I have an initial pass at documentation for the Gearman PECL extension. The created files can be found here: http://collison.net/gearman/phpdoc/ In that directory are: entities.reference.xml - has the &reference.entities.gearman; added gearman_reference.tar.gz - the XML files

Re: [PHP-DOC] PHP Doc, psgml, and manual.ced

2009-09-25 Thread Lars Torben Wilson
On Fri, 25 Sep 2009 15:50:32 +0300 Simion Onea wrote: > On Thu, 2009-09-24 at 07:58 -0700, Lars Torben Wilson wrote: > > > Makes sense. OK, I'll look into doing something like that (although > > I'll want to > > make sure it won't conflict with other projects an author may be > > working on). >

[PHP-DOC] XML File encodings.

2009-09-25 Thread Richard Quadling
Hi. Having removed the BOMs, I did a quick analysis of the various encodings declared in the XML files. 57,020 files examined in PHPDOC and PEARDOC - all languages. No files with BOM ISO-8859-1 : 20,761 files ISO-8859-2 : 3,185 files ISO-8859-7 : 428 files ISO-8859-8 : 2 files WINDOWS-1255 : 19

Re: [PHP-DOC] PHP Doc, psgml, and manual.ced

2009-09-25 Thread Richard Quadling
2009/9/25 Simion Onea : > On Thu, 2009-09-24 at 07:58 -0700, Lars Torben Wilson wrote: > >> Makes sense. OK, I'll look into doing something like that (although >> I'll want to >> make sure it won't conflict with other projects an author may be >> working on). >> >> >> Regards, >> Torben > > Hi Torb

Re: [PHP-DOC] PHP Doc, psgml, and manual.ced

2009-09-25 Thread Simion Onea
On Thu, 2009-09-24 at 07:58 -0700, Lars Torben Wilson wrote: > Makes sense. OK, I'll look into doing something like that (although > I'll want to > make sure it won't conflict with other projects an author may be > working on). > > > Regards, > Torben Hi Torben! Please don't get me wrong, but

Re: [PHP-DOC] Could anyone help me with the compilation of zh manual by PhD

2009-09-25 Thread Kalle Sommer Nielsen
Hi Haohappy 2009/9/25 Haohappy : > Hi all, > I've been translating the zh (Simplified Chinese) manual these days. > I had an issue when I was building the manual into HTML files by PhD. > These were what I did as following: > # cd /home/php_manual/svn/ > # svn co http://svn.php.net/repository/phpd

[PHP-DOC] Could anyone help me with the compilation of zh manual by PhD

2009-09-25 Thread Haohappy
Hi all, I've been translating the zh (Simplified Chinese) manual these days. I had an issue when I was building the manual into HTML files by PhD. These were what I did as following: # cd /home/php_manual/svn/ # svn co http://svn.php.net/repository/phpdoc/modules/doc-zh ./doc-zh # /home/www/php5_