For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > September 2007 > Re: [PHP-DOC] Getting started with the docs









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: [PHP-DOC] Getting started with the docs
Hannes Magnusson

2007-09-08, 7:00 pm

Hi Al

start->run->cmd
cd /path/to/your/phpdoc/checkout
cvs up
php configure.php
php scripts/file-entities.php
php scripts/missing-entities.php
cd ..
cvs -d:pserver:cvsread@cvs.php.net/repository co phd
cd phd
edit config.php
# Fix 'xml_root' to your phpdoc checkout
# Remove the die() at the bottom
php -derror_reporting=0 build.php
# Wait for couple of minutes, three max
open the "html" folder and browse to "index.html"
double click it


You need to repeat all these steps after each change you do in phpdoc
(with the exception of cvs up & cvs co, and edititng config.php).
There is no way to avoid that, sorry.

I'd recommend you throw all this into a bat file which you can then
just double click each time you change something.

-Hannes

On 9/8/07, Al <news@ridersite.org> wrote:
> Maybe I could have been clearer. I want to spend my time helping with the
> documentation, and not playing with the tools.
>
> I suspect there are plenty others who would help but don't want to spend their
> limited time messing with tools-on-windows, etc. I started down that path and
> didn't get far. I ended up finding my own CVS diff and XML editor. Then I
> couldn't figure out a simple way to view my end results.
>
> Al...........
>
> Al wrote:
>

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com