[PHP-DOC] cvs: phpdoc / configure.in /scripts file-entities.php

2002-07-06 Thread jim winstead
jimwSat Jul 6 21:38:40 2002 EDT Modified files: /phpdoc configure.in /phpdoc/scripts file-entities.php Log: this should fix the doc builds. YOU CAN NOT WRITE INTO $srcdir! Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.154 phpdoc/

[PHP-DOC] About the build problems

2002-07-06 Thread Andre AE
My local machine was with a problem similar to current error of compilation of the manual. Somebody more had commented on the problem of the entity 'reference.mime-magic.reference' (exactly problem here). Basically mine checkouts was not pulling the directory /en/reference/mime_magic, what it f

Re: [PHP-DOC] Syncing PHP-Manual

2002-07-06 Thread Gabor Hojtsy
> > I've lost my script to sync the PHP-Manual via rsync > > I use this: > > rsync \ > -avztC \ > --delete \ > --timeout=600 \ > --exclude \*.bz2 \ > --exclude \*.pdb \ > --exclude \*.zip \ > --exclude \*.gz \ > --exclude \*.html \ > --exclude html/ \ > --exclude \*.log \ > rsync.php.net::phpweb

Re: [PHP-DOC] Syncing PHP-Manual

2002-07-06 Thread Mark Kronsbein
Sebastian Nohn wrote: > Hi, > > I've lost my script to sync the PHP-Manual via rsync I use this: rsync \ -avztC \ --delete \ --timeout=600 \ --exclude \*.bz2 \ --exclude \*.pdb \ --exclude \*.zip \ --exclude \*.gz \ --exclude \*.html \ --exclude html/ \ --exclude \*.log \ rsync.php.net::phpweb/

Re: [PHP-DOC] Change my email address at @php.net

2002-07-06 Thread Rasmus Lerdorf
You can do this yourself at: http://master.php.net/manage/users.php On Sat, 6 Jul 2002, Rafael Martinez wrote: > > > Hello > > I am working in the spanish translation of the manual and I use my email > address at php.net ([EMAIL PROTECTED]) for everything that has something to > do with this p

[PHP-DOC] Notes Status, 6739 total

2002-07-06 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number of user notes contributed. These sections could use a polish, those notes represent 14.2% of the 6739 total user notes. Notes | Page ---+- 105 | http://php.net/manua

RE: [PHP-DOC] Syncing PHP-Manual

2002-07-06 Thread Sebastian Nohn
Hi, > I've lost my script to sync the PHP-Manual via rsync > > /usr/bin/rsync -avzC --delete --delete-after > --include='manual/de/' --includ > e='manual/de/**' --exclude='*' rsync.php.net::phpweb /home/sebastian/test/ > does'nt work properly: Well... It was simpler than i thought: instead of u

Re: [PHP-DOC] building php manual process causes errors.

2002-07-06 Thread Gabor Hojtsy
> It works for me too on my local machine. > But, I didn't mention about local process. > It is about php manual on php.net. > Please look, > http://www.php.net/manual/en/build.log.gz OK, I have looked at it a bit deeper, but I cannot figure out, what should be the problem... Jim played with conf

Re: [PHP-DOC] building php manual process causes errors.

2002-07-06 Thread Rui Hirokawa
Gabor, It works for me too on my local machine. But, I didn't mention about local process. It is about php manual on php.net. Please look, http://www.php.net/manual/en/build.log.gz Rui On Sat, 06 Jul 2002 11:03:23 +0200 Gabor Hojtsy <[EMAIL PROTECTED]> wrote: > > Hi, current building process

Re: [PHP-DOC] building php manual process causes errors.

2002-07-06 Thread Slawomir Pucia
> It works for me, with a fresh cvs update (using cygwin): The problem is not with cvs version but with build-system's version. There's no problem with manual at all when I make test_man_gen on my box, but it fails at php.net. Last Polish manual is dated 24th May. slawek- -- PHP Documenta

Re: [PHP-DOC] Change my email address at @php.net

2002-07-06 Thread Gabor Hojtsy
> I am working in the spanish translation of the manual and I use my email > address at php.net ([EMAIL PROTECTED]) for everything that has something to > do with this project. > > I am starting in a new job very soon and it will be nice if somebody at > php.net could change the email address regi

[PHP-DOC] Change my email address at @php.net

2002-07-06 Thread Rafael Martinez
Hello I am working in the spanish translation of the manual and I use my email address at php.net ([EMAIL PROTECTED]) for everything that has something to do with this project. I am starting in a new job very soon and it will be nice if somebody at php.net could change the email address reg

[PHP-DOC] Syncing PHP-Manual

2002-07-06 Thread Sebastian Nohn
Hi, I've lost my script to sync the PHP-Manual via rsync /usr/bin/rsync -avzC --delete --delete-after --include='manual/de/' --includ e='manual/de/**' --exclude='*' rsync.php.net::phpweb /home/sebastian/test/ does'nt work properly: receiving file list ... done ./ wrote 134 bytes read 64 bytes

Re: [PHP-DOC] building php manual process causes errors.

2002-07-06 Thread Gabor Hojtsy
> Hi, current building process of php manual on php.net causes some errors > shown in below. > It happens on all languages. > Please fix this problem. It works for me, with a fresh cvs update (using cygwin): Goba@MIA ~ $ cd d:/phpcvs/phpdoc Goba@MIA d:/phpcvs/phpdoc $ autoconf Goba@MIA d:/phpc