[PHP-DOC] 200 DOLLARS FOR YOU

2001-02-02 Thread Matt Spears
Title: Free Cash You are only a step before receive U$200 !!, and you can win more money through the Internet. It is the truth: marketing over the net moves millions daily because american companies are paying wide just to make their services and products being known.NetFlip ! i

[PHP-DOC] cvs: phpdoc /kr/functions math.xml

2001-02-02 Thread cycle98
cycle98 Fri Feb 2 18:25:49 2001 EDT Modified files: /phpdoc/kr/functionsmath.xml Log: translation English to Korean by SeungHwan Lee Index: phpdoc/kr/functions/math.xml diff -u phpdoc/kr/functions/math.xml:1.3 phpdoc/kr/functions/math.xml:1.4 --- p

[PHP-DOC] cvs: phpdoc /kr/functions math.xml

2001-02-02 Thread cycle98
cycle98 Fri Feb 2 17:46:59 2001 EDT Modified files: /phpdoc/kr/functionsmath.xml Log: translation english to korean by SeungHwan Lee 001 Index: phpdoc/kr/functions/math.xml diff -u phpdoc/kr/functions/math.xml:1.2 phpdoc/kr/functions/math.xml:1.3 -

[PHP-DOC] cvs: phpdoc /de/language references.xml

2001-02-02 Thread Sebastian Bergmann
sbergmann Fri Feb 2 12:26:06 2001 EDT Modified files: /phpdoc/de/language references.xml Log: Fix umlauts. Index: phpdoc/de/language/references.xml diff -u phpdoc/de/language/references.xml:1.7 phpdoc/de/language/references.xml:1.8 --- phpdoc/de/language

[PHP-DOC] cvs: phpdoc /de Translators /de/language references.xml

2001-02-02 Thread Sebastian Bergmann
sbergmann Fri Feb 2 12:05:08 2001 EDT Modified files: /phpdoc/de Translators /phpdoc/de/language references.xml Log: Finally finished references.xml. Index: phpdoc/de/Translators diff -u phpdoc/de/Translators:1.145 phpdoc/de/Translators:1.146 --- p

[PHP-DOC] cvs: phpdoc / make_chm.php

2001-02-02 Thread Hojtsy Gabor
gobaFri Feb 2 10:45:09 2001 EDT Modified files: /phpdoc make_chm.php Log: - il => it - getting the manual title to be the window title - reverting the (manual.html -> $indexfile) changes made by Jirka Kosek [$indexfile can be index.html if

Re: [PHP-DOC] Compressed Help Manual

2001-02-02 Thread Hojtsy Gabor
> Since I did the initial CHM manual conversion someone else on the list > has taken over the process (I apologize for not knowing who it is), at > any rate I'd like to make a bug report to that person: I made some considerable improvements to use a fancy style in chms. I also noticed the errors

[PHP-DOC] Compressed Help Manual

2001-02-02 Thread Robin Bolton @ Work
Since I did the initial CHM manual conversion someone else on the list has taken over the process (I apologize for not knowing who it is), at any rate I'd like to make a bug report to that person: The TOC labels are incorrect for the section that they pertain to. Instead of the name of a TOC item

[PHP-DOC] cvs: phpdoc /fr/functions yaz.xml

2001-02-02 Thread Damien Seguy
damsFri Feb 2 09:24:25 2001 EDT Modified files: /phpdoc/fr/functionsyaz.xml Log: Adding documentation for "yaz_element". Index: phpdoc/fr/functions/yaz.xml diff -u phpdoc/fr/functions/yaz.xml:1.6 phpdoc/fr/functions/yaz.xml:1.7 --- phpdoc/fr/functi

[PHP-DOC] cvs: phpdoc /en/functions yaz.xml

2001-02-02 Thread Adam Dickmeiss
dickmeiss Fri Feb 2 09:15:24 2001 EDT Modified files: /phpdoc/en/functionsyaz.xml Log: Added documentation for yaz_element. Index: phpdoc/en/functions/yaz.xml diff -u phpdoc/en/functions/yaz.xml:1.6 phpdoc/en/functions/yaz.xml:1.7 --- phpdoc/e

[PHP-DOC] cvs: phpdoc /hu Translators

2001-02-02 Thread Hojtsy Gabor
gobaFri Feb 2 08:27:56 2001 EDT Modified files: /phpdoc/hu Translators Log: Takeover... Index: phpdoc/hu/Translators diff -u phpdoc/hu/Translators:1.14 phpdoc/hu/Translators:1.15 --- phpdoc/hu/Translators:1.14 Fri Jan 26 10:07:50 2001 +++ phpdoc/hu/Tr

Re: [PHP-DOC] basic questions

2001-02-02 Thread Hartmut Holzgraefe
"Egon Schmid (@vacation)" wrote: > > > i guess you used ext_skel to create the base for your extension? > > > > > > if you did so and have generated function stubs using the prototype > > > file mechanism you can use ext_skel to generate an XML-template > > > for your extension > But this will onl

Re: [PHP-DOC] basic questions

2001-02-02 Thread Egon Schmid (@vacation)
Sergey Kartashoff wrote: > > On Fri, 2 Feb 2001, Hartmut Holzgraefe wrote: > > > i guess you used ext_skel to create the base for your extension? > > > > if you did so and have generated function stubs using the prototype > > file mechanism you can use ext_skel to generate an XML-template > > fo

Re: [PHP-DOC] basic questions

2001-02-02 Thread Sergey Kartashoff
On Fri, 2 Feb 2001, Hartmut Holzgraefe wrote: > i guess you used ext_skel to create the base for your extension? > > if you did so and have generated function stubs using the prototype > file mechanism you can use ext_skel to generate an XML-template > for your extension ... Thank you very much

Re: [PHP-DOC] basic questions

2001-02-02 Thread Hartmut Holzgraefe
Sergey Kartashoff wrote: > > Hi! > > I am novice in writing documentation for php. > So i decided to write here my questions. > > Currently i writing new php extension. > It is already working and uploaded into php cvs tree. > > Now i should create documentation about this module, it

[PHP-DOC] cvs: phpdoc / README.win32

2001-02-02 Thread Jirka Kosek
jkj Fri Feb 2 05:58:04 2001 EDT Added files: /phpdoc README.win32 Log: - instructions for building docs on Windows platform Index: phpdoc/README.win32 +++ phpdoc/README.win32 THIS README FILE CONTAINS WIN32 SPECIFIC NOTES FOR BUILDING PHP DOCUME

Re: [PHP-DOC] basic questions

2001-02-02 Thread Egon Schmid (@vacation)
Sergey Kartashoff wrote: > Currently i writing new php extension. > It is already working and uploaded into php cvs tree. > > Now i should create documentation about this module, its > installation requirements, abount function it exports, and so on. > > Could anyone explain me step-b

[PHP-DOC] basic questions

2001-02-02 Thread Sergey Kartashoff
Hi! I am novice in writing documentation for php. So i decided to write here my questions. Currently i writing new php extension. It is already working and uploaded into php cvs tree. Now i should create documentation about this module, its installation requirements, abount func

[PHP-DOC] cvs: phpdoc /kr/appendices migration4.xml

2001-02-02 Thread Younsoo Kim
corean Fri Feb 2 05:24:33 2001 EDT Added files: /phpdoc/kr/appendices migration4.xml Log: new doc (made in Mon Jan 22 00:56:20 2001) utf-8 encoded. Index: phpdoc/kr/appendices/migration4.xml +++ phpdoc/kr/appendices/migration4.xml

Re: [PHP-DOC] Building docs on Windows (Was: Re: [PHP-DOC] cvs: phpdoc / configure.in)

2001-02-02 Thread Jirka Kosek
Hojtsy Gabor wrote: > Well this was missing. The adress is actually www.cygwin.com not .org... > Do I only need to download the setup.exe... There is no info about > what exactly I need to download to get it working.. Sorry, it is really .com. Download and run setup. Then you can select packages

Re: [PHP-DOC] Building docs on Windows (Was: Re: [PHP-DOC] cvs: phpdoc / configure.in)

2001-02-02 Thread Hojtsy Gabor
> 1. You must have jade for windows. It can be downloaded from > www.jclark.com. Unzip it somewhere and add path for jade.exe into your > PATH variable. > > 2. Download DSSSL stylesheet from www.nwalsh.com and unzip them > somewhere. I allready have them. > 3. Download and install cygwin tools

[PHP-DOC] Re: Building docs on Windows

2001-02-02 Thread Hojtsy Gabor
Great! Well, this needs to be documented in a README.win32 file in CVS. :))) Please commit this text. Our windows users would be very happy to hear that. Till now I used a bit dirty method... Now I will try this method, and see if it is working for me. Cool :) > > How can you use this to generat

[PHP-DOC] Building docs on Windows (Was: Re: [PHP-DOC] cvs: phpdoc / configure.in)

2001-02-02 Thread Jirka Kosek
Hojtsy Gabor wrote: > How can you use this to generate html docs from the xml on > Windows??? I am really interested as I am using windows... 1. You must have jade for windows. It can be downloaded from www.jclark.com. Unzip it somewhere and add path for jade.exe into your PATH variable. 2. Dow

[PHP-DOC] cvs: phpdoc /fr/functions fdf.xml

2001-02-02 Thread Damien Seguy
damsFri Feb 2 00:40:13 2001 EDT Modified files: /phpdoc/fr/functionsfdf.xml Log: misspelling Index: phpdoc/fr/functions/fdf.xml diff -u phpdoc/fr/functions/fdf.xml:1.3 phpdoc/fr/functions/fdf.xml:1.4 --- phpdoc/fr/functions/fdf.xml:1.3 Fri Jan

Re: [PHP-DOC] cvs: phpdoc / configure.in

2001-02-02 Thread Hojtsy Gabor
> jkj Thu Feb 1 06:26:03 2001 EDT > > Modified files: > /phpdoc configure.in > Log: > - added --with-dsssl option to manualy set directory with DSSSL stylesheets > - this is useful with non-standard configurations (e.g. Windows machine) How can you use this to generate html docs from