2008/7/21 Hannes Magnusson <[EMAIL PROTECTED]>

> ---------- Forwarded message ----------
> From:  <[EMAIL PROTECTED]>
> Date: Mon, Jul 21, 2008 at 15:34
> Subject: Re: [PHP-DOC] Fw: [PHP Wiki] new user: ajbellamy
> To: Hannes Magnusson <[EMAIL PROTECTED]>
>
>
> Hi
>
> Please find attached the xml and html files for date_add() and date_sub().
>
> I can't add them to the repository as I do not have a username and password
>
> regards
> Andy
>
> --------------------------------------------------
> From: "Hannes Magnusson" <[EMAIL PROTECTED]>
> Sent: Friday, July 18, 2008 11:20 AM
> To: <[EMAIL PROTECTED]>
> Subject: Re: [PHP-DOC] Fw: [PHP Wiki] new user: ajbellamy
>
> > I would start with doing a CVS checkout of the phpdoc module and try
> > to build it:
> > 1) Start with fetching and installing the build tool
> >  - pear channel-discover doc.php.net
> >  - pear install doc.php.net/phd-beta
> > 1a) Then verify that it works fine
> >  - phd -h
> >
> > 2) Get the phpdoc XML sources
> >  - cvs -d:pserver:[EMAIL PROTECTED]/repository co phpdoc
> >  - cd phpdoc
> >
> > 3) Build the documentations
> >  - php configure.php
> >  - phd -d .manual.xml
> >
> > 4) Browse couple of files to make sure everything worked fine
> >  - Open html/index.html in your browser
> >  - Open html/function.strpos.html in your browser
> >
> > 5) Now poke around on the wiki and find something you want to document
> >
> > These instructions work fine both for *nix and Windows, with the
> > exception of the "cvs" command, you'll need to install some CVS client
> > on Windows yourself (see the dochowto).
> >
> > -Hannes
> >
> > On Fri, Jul 18, 2008 at 11:29,  <[EMAIL PROTECTED]> wrote:
> >>
> >> Hi Hannes,
> >>
> >> That's what I want to do.
> >>
> >> So what I need to do is read the how to, find an undocumented item and
> than
> >> build a script like a normal html page but without the html
> >>
> >> Have I got that correct?
> >>
> >> regards
> >> Andy
> >>
> >> --------------------------------------------------
> >> From: "Hannes Magnusson" <[EMAIL PROTECTED]>
> >> Sent: Friday, July 18, 2008 10:25 AM
> >> To: <[EMAIL PROTECTED]>
> >> Cc: <phpdoc@lists.php.net>
> >> Subject: Re: [PHP-DOC] Fw: [PHP Wiki] new user: ajbellamy
> >>
> >>> Hi
> >>>
> >>> I'm not really sure what exactly you want to start.. Do you want to
> >>> update the wiki pages or document the items on the wiki pages?
> >>>
> >>> The scratchpad on the wiki needs to go into an upgrade guide (like
> >>> http://php.net/migration52), the undocumented page holds various
> >>> things needing documentation, everything from a simple new parameter
> >>> to functions to language constructs.
> >>>
> >>> The minor things, like the function parameters, would probably be the
> >>> simplest way to get you started before getting your hands dirty with
> >>> larger things.
> >>>
> >>> The dochowto (http://doc.php.net/php/dochowto/index.php) should give
> >>> you a fairly good idea how to document things, test and build.
> >>> If you have any specific questions the feel free to ask :)
> >>>
> >>> -Hannes
> >>>
> >>> On Fri, Jul 18, 2008 at 01:06,  <[EMAIL PROTECTED]> wrote:
> >>>>
> >>>> Hi,
> >>>>
> >>>> how do I start?
> >>>>
> >>>> --------------------------------------------------
> >>>> From: "Lukas Kahwe Smith" <[EMAIL PROTECTED]>
> >>>> Sent: Thursday, July 17, 2008 9:00 PM
> >>>> To: <[EMAIL PROTECTED]>; "PHP Documentation List"
> >>>> <phpdoc@lists.php.net>
> >>>> Subject: Re: [PHP Wiki] new user: ajbellamy
> >>>>
> >>>>>
> >>>>> On 17.07.2008, at 21:58, <[EMAIL PROTECTED]> wrote:
> >>>>>
> >>>>>>>
> >>>>>>> On 17.07.2008, at 20:59, <[EMAIL PROTECTED]>
> >>>>>>> <[EMAIL PROTECTED]
> >>>>>>> > wrote:
> >>>>>>>
> >>>>>>>> Thats the one also some of the other items on
> >>>>>>>> http://wiki.php.net/doc/todo/undocumented
> >>>>>>>
> >>>>>>>
> >>>>>>> if all went fine .. you should have gotten an email to tell you
> that
> >>>>>>> you are now in the the group scratchpad and undocumented. if  you
> >>>>>>> login
> >>>>>>> again, you should have will permissions in the  scratchpad
> namespace
> >>>>>>> and
> >>>>>>> edit permissions on the undocumented page.
> >>>>>>>
> >>>>>
> >>>>>> I have.
> >>>>>> Now, how do I start?
> >>>>>
> >>>>>
> >>>>> i guess the best place is to talk to the phpdoc team ..
> >>>>>
> >>>>> regards,
> >>>>> Lukas Kahwe Smith
> >>>>> [EMAIL PROTECTED]
> >>>>>
> >>>>>
> >>>>> Lukas Kahwe Smith
> >>>>> [EMAIL PROTECTED]
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>
> >>>
> >>
>

Looks good, but I've got no DateInterval dox and the example for
"date_add($date, new DateInterval('P5D5M5Y'));" is generating an error
(Unknown or bad format (P5D5M5Y)).




-- 
-----
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"

Reply via email to