Re: [PHP-DOC] revcheck.html

2002-08-18 Thread Friedhelm Betz
> Jome wrote: >>>Sombody know's what happend to the revcheck.html file? >>>it doesn't exist. >>>it's a file contaning info about translations. >>>eg: >>>http://www.php.net/manual/he/revcheck.html >>>should contain information about hebrew translated files, untranslated >>>files, and translators.

Re: [PHP-DOC] revcheck.html

2002-08-18 Thread Lior Hammer
Jome wrote: >>Sombody know's what happend to the revcheck.html file? >>it doesn't exist. >>it's a file contaning info about translations. >>eg: >>http://www.php.net/manual/he/revcheck.html >>should contain information about hebrew translated files, untranslated >>files, and translators. >> >>what

Re: [PHP-DOC] revcheck.html

2002-08-18 Thread Jome
> Sombody know's what happend to the revcheck.html file? > it doesn't exist. > it's a file contaning info about translations. > eg: > http://www.php.net/manual/he/revcheck.html > should contain information about hebrew translated files, untranslated > files, and translators. > > what happend? h

[PHP-DOC] revcheck.html

2002-08-18 Thread Lior Hammer
Hello, Sombody know's what happend to the revcheck.html file? it doesn't exist. it's a file contaning info about translations. eg: http://www.php.net/manual/he/revcheck.html should contain information about hebrew translated files, untranslated files, and translators. what happend? Thank you, L

Re: [PHP-DOC] XSLT call to arms! (was Re: [PHP-DOC] revcheck.html)

2002-02-08 Thread Gabor Hojtsy
> I found the problem with XSLT on Windows. You should use URLs not > filenames in xsl:import instruction (used in xsl/*.xsl). Thus you must > run configure in the following way: > > ./configure --with-xsl=file:///e:/src/db/xsl > > Where e:/src/db/xsl is path to your local copy of DocBook XSL >

Re: [PHP-DOC] XSLT call to arms! (was Re: [PHP-DOC] revcheck.html)

2002-02-07 Thread Gabor Hojtsy
> > Well, I cannot fully understand how this is related, or > > how this holds an opinion of yours, but HTML is the > > only format going to be supported for offline help > > on MS platforms in the following few years. They > > will release MS Help 2.0 the next year. It supports > > XML for TOC sp

Re: [PHP-DOC] XSLT call to arms! (was Re: [PHP-DOC] revcheck.html)

2002-02-07 Thread Egon Schmid
From: "Gabor Hojtsy" <[EMAIL PROTECTED]> > > > a) Writing a new DSSSL customization or > > > b) Writing a new XSL customization > > > > > > because > > > > [...] > > > > XML is the way we go. If you want HTML, I want LaTeX :) > > Well, I cannot fully understand how this is related, or > how t

Re: [PHP-DOC] XSLT call to arms! (was Re: [PHP-DOC] revcheck.html)

2002-02-07 Thread Gabor Hojtsy
> > a) Writing a new DSSSL customization or > > b) Writing a new XSL customization > > > > because > > [...] > > XML is the way we go. If you want HTML, I want LaTeX :) Well, I cannot fully understand how this is related, or how this holds an opinion of yours, but HTML is the only format go

Re: [PHP-DOC] XSLT call to arms! (was Re: [PHP-DOC] revcheck.html)

2002-02-07 Thread Egon Schmid
From: "Gabor Hojtsy" <[EMAIL PROTECTED]> > > > I'll check this out as soon as I have sufficient time. I am > > > currently working on a quite ugly regular expression based > > > implementation to generate newchm output. I am quite ready > > > with it, only some errors are left... > > > > With res

Re: [PHP-DOC] XSLT call to arms! (was Re: [PHP-DOC] revcheck.html)

2002-02-07 Thread Gabor Hojtsy
> > I'll check this out as soon as I have sufficient time. I am > > currently working on a quite ugly regular expression based > > implementation to generate newchm output. I am quite ready > > with it, only some errors are left... > > With respect, generating HTML Help by XSLT stylesheets works

Re: [PHP-DOC] XSLT call to arms! (was Re: [PHP-DOC] revcheck.html)

2002-02-07 Thread Jirka Kosek
Gabor Hojtsy wrote: > I'll check this out as soon as I have sufficient time. I am > currently working on a quite ugly regular expression based > implementation to generate newchm output. I am quite ready > with it, only some errors are left... With respect, generating HTML Help by XSLT styleshee

Re: [PHP-DOC] XSLT call to arms! (was Re: [PHP-DOC] revcheck.html)

2002-02-07 Thread Gabor Hojtsy
> > | $ ./msxsl.exe manual.xml xsl/html.xsl > > | Error occurred while compiling stylesheet 'xsl/html.xsl'. > > | Code: 0x80004005 > > | The xsl:apply-imports instruction may only occur within an > > | xsl:template instruction with a match attribute, and may not > > | occur within an

Re: [PHP-DOC] XSLT call to arms! (was Re: [PHP-DOC] revcheck.html)

2002-02-07 Thread Jirka Kosek
Gabor Hojtsy wrote: > > > i should have mentioned: right now i run configure with absolute > > path, using $PWD/configure or `pwd`/configure, that will generate > > absolute pathes for the auto generated entities > > - > I tried $PW

Re: [PHP-DOC] revcheck.html

2002-02-07 Thread Mark Kronsbein
> Feel free to correct any errors you find. As I said, these are no real errors, but wait and see ;) Mark -- German Gabber Network @ http://www.gabber.de Infos und Tips zu PHP http://www.php-homepage.de

Re: [PHP-DOC] XSLT call to arms! (was Re: [PHP-DOC] revcheck.html)

2002-02-07 Thread Jirka Kosek
Hartmut Holzgraefe wrote: > i guess the only real solution is to have the entities file > generated in two versions and copy the right file to > chapters.ent before starting either jade or an xslt processor :( You can insert correct relative path to chapters.ent and similar files. instead of

Re: [PHP-DOC] revcheck.html

2002-02-07 Thread Gabor Hojtsy
> > The revcheck script is bacward compatible to handle languages > > with revision comments in files, but no translation.xml file... > > Ive just found some "errors" in revcheck.php, which I will > fix in the next hours. What I found were only some missing > "" and a need of   in empty s for Net

Re: [PHP-DOC] revcheck.html

2002-02-07 Thread Mark Kronsbein
> No. The it group uses the - as you say way cooler - revision > tracking method, the translation.xml, instead of the Translators I know that now. translatioln.xml was checked in yesterday. I did build it locally and it really rocks! Great work Gabor! > file. As this file is XML, the revchec

Re: [PHP-DOC] XSLT call to arms! (was Re: [PHP-DOC] revcheck.html)

2002-02-07 Thread Jirka Kosek
Gabor Hojtsy wrote: > MSXML (actually msxsl.exe is able to use MSXML from command line): Don't expect MSXML to work with DocBook stylesheets -- they are too complicated for MSXML -- it crashes on them without any reasonable error message. > | $ ./msxsl.exe manual.xml xsl/html.xsl > | Erro

Re: [PHP-DOC] XSLT call to arms! (was Re: [PHP-DOC] revcheck.html)

2002-02-07 Thread Gabor Hojtsy
> i should have mentioned: right now i run configure with absolute > path, using $PWD/configure or `pwd`/configure, that will generate > absolute pathes for the auto generated entities - I tried $PWD/configure under cygwin, and so it

Re: [PHP-DOC] XSLT call to arms! (was Re: [PHP-DOC] revcheck.html)

2002-02-07 Thread Hartmut Holzgraefe
Gabor Hojtsy wrote: > Saxon: > > | $ ./saxon.exe manual.xml xsl/html.xsl > | Error on line 35 column 5 of file:/g:/phpcvs/phpdoc/manual.xml: >| Error reported by XML parser: Cannot read from > | file:/g:/phpcvs/phpdoc/entities/en/bookinfo.xml > | (\g:\phpcvs\phpdoc\entities\en\boo

Re: [PHP-DOC] XSLT call to arms! (was Re: [PHP-DOC] revcheck.html)

2002-02-07 Thread Gabor Hojtsy
> creating bightml using xslt stylesheets and saxon takes less than > 10 minutes compared to over an hour using jade > > creating chunked html takes about an hour using jade and about 5(!) > using saxon, but here gnome libxslt does the job within 20 minutes > > for the print version i have no co

Re: [PHP-DOC] revcheck.html

2002-02-07 Thread Gabor Hojtsy
> I have some questions about thos revcheck.html files. > > - How often are the build? Every time a new manual is built the revcheck is updated. > - http://www.php.net/manual/de/revcheck.html is nice, but > http://www.php.net/manual/it/revcheck.html is way cooler. > Is this because the ger

[PHP-DOC] XSLT call to arms! (was Re: [PHP-DOC] revcheck.html)

2002-02-06 Thread Hartmut Holzgraefe
Slawomir Pucia wrote: >>- How often are the build? >> > > Since there are 15 (?) manuals to build now, and it takes about 5 hours > each, [...] creating bightml using xslt stylesheets and saxon takes less than 10 minutes compared to over an hour using jade creating chunked html takes about an

Re: [PHP-DOC] revcheck.html

2002-02-06 Thread Mark Kronsbein
> in /phpdoc/it there is a file called translation.xml, if you use that as a > source and change it accordingly to DE and put it on /phpdoc/de you will > have a revcheck.html page cool as our. :))) Hehe, grazie > you have to also add tags like this: > > to each file in your tree. again, have

Re: [PHP-DOC] revcheck.html

2002-02-06 Thread Mark Kronsbein
> Since there are 15 (?) manuals to build now, and it takes about 5 hours > each, you can see that particular lang may be built in few days period. > Additionally a new version is built if there were changes in a one day > period. Ah, I see. > It is because "de" guys did not switched to transl

Re: [PHP-DOC] revcheck.html

2002-02-06 Thread Simone Cortesi
At 19.36 06/02/02 +0100, Mark Kronsbein wrote: >I have some questions about thos revcheck.html files. > >- How often are the build? this is generated after the manual build process itself, take a look at: http://www.php.net/manual/it/build.log.gz and search for the keyword 'revcheck.html'. it

Re: [PHP-DOC] revcheck.html

2002-02-06 Thread Slawomir Pucia
> - How often are the build? Since there are 15 (?) manuals to build now, and it takes about 5 hours each, you can see that particular lang may be built in few days period. Additionally a new version is built if there were changes in a one day period. > - http://www.php.net/manual/de/revcheck.ht

Re: [PHP-DOC] revcheck.html

2002-02-06 Thread Mark Kronsbein
> If you look at the line after "Status of the translated PHP Manual" > you can see the date it was generated. I know, but this was not my question ;) I wanted to know how often. Mark -- German Gabber Network @ http://www.gabber.de Infos und Tips zu PHP http://www.php-homepage.de

Re: [PHP-DOC] revcheck.html

2002-02-06 Thread Egon Schmid
From: "Mark Kronsbein" <[EMAIL PROTECTED]> > Hi guys! and gals! > I have some questions about thos revcheck.html files. > > - How often are the build? > - http://www.php.net/manual/de/revcheck.html is nice, but > http://www.php.net/manual/it/revcheck.html is way cooler. > Is this because th

[PHP-DOC] revcheck.html

2002-02-06 Thread Mark Kronsbein
Hi guys! I have some questions about thos revcheck.html files. - How often are the build? - http://www.php.net/manual/de/revcheck.html is nice, but http://www.php.net/manual/it/revcheck.html is way cooler. Is this because the german file is build earlier? I used the file very often the las