Re: Contributing to php doc-en
Peter Cowburn <[email protected]>
| Newsgroups | gmane.comp.php.documentation.general |
|---|---|
| Message-ID | <CAPg3XxJaaNF9YBBa3kyQVdNfKL-NvCKSmgd71odRFBcsDQxm0g@mail.gmail.com> |
On Tue, 26 May 2020 at 18:47, Roy Lenferink <[email protected]> wrote: > Hi PHP doc contributors, > > I am Roy, a software engineer living in the Netherlands. > I am interested in helping out with the PHP documentation and right now I > am working my way through the English documentation (see how it's > structured, build etc..). > > The two repositories I have checked out: > - doc-base => php/doc-base > - doc-en => php/en > > Running 'php doc-base/configure.php --enable-xml-details > --disable-libxml-check --redirect-stderr-to-stdoutwith-lang=en' results in > All good. Saving .manual.xml... done. > All you have to do now is run 'phd -d > /mnt/projects/php/doc-base/.manual.xml' > > However, phd is not present on my system and I couldn't find anything > about it. > > Can anyone help out by pointing me in the right direction? > Hi Roy, Our "Setting up Documentation environment <http://doc.php.net/tutorial/local-setup.php>" quick start page should get you moving forward; you have already done the steps up to "Build the documentation" so continue from there. Also check out the rest of the tutorial pages under http://doc.php.net/tutorial/ to become more familiar. If you have any further questions, feel free to ask here. > > Best regards, > Roy >