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

2001-08-21 Thread eschmid+sic
On Tue, Aug 21, 2001 at 11:19:47PM -, Jeroen van Wolffelaar wrote: jeroenTue Aug 21 19:19:47 2001 EDT Modified files: /phpdoc/en/functions dbplus.xml Log: According to autoreply Hartmut is N/A for a while, so: WS fix (converted tabs

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

2001-08-21 Thread eschmid+sic
On Wed, Aug 22, 2001 at 01:36:46AM +0200, Jeroen van Wolffelaar wrote: Please revert this patch! I have done this in the meantime and two space looks very silly to me. Please read the READMEs in phpdoc. Sorry, you said: when I have time, so I concluded you didn't have at the moment. I

Re: [PHP-DOC] Re: phpdoc /en/language variables.xml

2001-08-20 Thread eschmid+sic
On Mon, Aug 20, 2001 at 09:14:59PM +0200, [EMAIL PROTECTED] wrote: Log: Fix missing HTML quote (...) -lt;input type=image src=image.gif name=sub +lt;input type=image src=image.gif name=sub This isn't scrictly necessary, only if the value contains characters not in

Re: [PHP-DOC] Re: phpdoc /en/language variables.xml

2001-08-20 Thread eschmid+sic
On Mon, Aug 20, 2001 at 11:59:44PM +0200, Hojtsy Gabor wrote: We at phpdoc try to at least be near to the XHTML spec, ^^ Erm, I intended to write phpweb here. Sorry for the confusion. although we can't conform (because eg. the DSSSL style sheets producing ugly HTML). PHP

Re: [PHP-DOC] cvs: phpdoc /en/features connection-handling.xml cookies.xml error-handling.xml file-upload.xml http-auth.xml images.xml persistent-connections.xml remote-files.xml safe-mode.xml /en/language basic-syntax.xml constants.xml control-structur

2001-08-19 Thread eschmid+sic
On Sun, Aug 19, 2001 at 11:09:19AM -, Hojtsy Gabor wrote: goba Sun Aug 19 07:09:19 2001 EDT Modified files: /phpdoc/en/features connection-handling.xml cookies.xml error-handling.xml file-upload.xml

Re: [PHP-DOC] cvs: phpdoc /en/features connection-handling.xml cookies.xml error-handling.xml file-upload.xml http-auth.xml images.xml persistent-connections.xml remote-files.xml safe-mode.xml /en/language basic-syntax.xml constants.xml control-structur

2001-08-19 Thread eschmid+sic
On Sun, Aug 19, 2001 at 07:05:56PM +0200, Hojtsy Gabor wrote: IMHO this was not necessary. We have only internal entities. From the DocBook - The Definitiv Guide on page 610 or online in the Glossary: external entity An external entity is a general entity that refers to another

Re: [PHP-DOC] cvs: phpdoc /de/functions mysql.xml

2001-08-16 Thread eschmid+sic
On Thu, Aug 16, 2001 at 08:33:37PM -, Mark Kronsbein wrote: mkThu Aug 16 16:33:37 2001 EDT Modified files: /phpdoc/de/functions mysql.xml Log: note.gif gibts irgendwie nicht ;) They are in phpdoc/images and since the German PHP manual is in

Re: [PHP-DOC] cvs: phpdoc /de/functions mysql.xml

2001-08-16 Thread eschmid+sic
On Thu, Aug 16, 2001 at 11:24:19PM +0200, Mark Kronsbein wrote: They are in phpdoc/images and since the German PHP manual is in phpdoc/de it couldn't be found. Jouni have found this problem today. I got no errors because I have a local copy in phpdoc/de/images. Okay, but there is no

Re: [PHP-DOC] Bug #12550 Updated: rand() and mt_rand() don't behave as documented

2001-08-13 Thread eschmid+sic
On Mon, Aug 13, 2001 at 07:29:16AM +0200, Jani Taskinen wrote: Now you assume that you need to pass arguments to these functions. Which is not the case. Here's the proto: /* {{{ proto int rand([int min, int max]) Returns a random number */ So revert that patch. mt_rand() / rand()

Re: [PHP-DOC] cvs: phpdoc /en/functions dbplus.xml ming.xml mysql .xml /nl/functions apache.xml

2001-08-13 Thread eschmid+sic
On Mon, Aug 13, 2001 at 09:50:46AM +0200, Hojtsy Gabor wrote: On Sun, Aug 12, 2001 at 10:43:08PM -, Jeroen van Wolffelaar wrote: jeroen Sun Aug 12 18:43:08 2001 EDT Modified files: /phpdoc/nl/functions apache.xml /phpdoc/en/functions

Re: [PHP-DOC] cvs: phpdoc /en/functions dbplus.xml ming.xml mysql .xml /nl/functions apache.xml

2001-08-13 Thread eschmid+sic
On Mon, Aug 13, 2001 at 10:18:11AM +0200, Hojtsy Gábor wrote: Egon, we still can't read the reasons why this need to be reverted? Until the reasons, I think it is unnecessary to revert the changes. I have seen that the transformation of void/ looks very ugly. There are other reasons,

Re: [PHP-DOC] Re: void rendering, multi-proto's

2001-08-12 Thread eschmid+sic
On Mon, Aug 13, 2001 at 12:08:54AM +0200, Jeroen van Wolffelaar wrote: +If a function requires no arguments, use void/ in stead of +parametervoid/parameter, since the former renders to (), +and not (void), the former is of course more correct. + +If a function has

Re: [PHP-DOC] Re: void rendering, multi-proto's

2001-08-12 Thread eschmid+sic
On Mon, Aug 13, 2001 at 12:34:33AM +0200, Jeroen van Wolffelaar wrote: void/ is wrong. Why? See the docbook documentation: Void -- An empty element in a function synopsis indicating that the function in question takes no arguments I know the DocBook probably better then you.

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

2001-08-09 Thread eschmid+sic
On Thu, Aug 09, 2001 at 05:58:49AM -, Jani Taskinen wrote: sniperThu Aug 9 01:58:49 2001 EDT Modified files: /phpdoc/en/functions math.xml Log: Another try with this. This seems to 'compile'. Please revert this patch. -Egon

Re: [PHP-DOC] Re: Space between funcname arglist (was: Re: [PHP-DOC] cvs: phpdoc /en/functions strings.xml)

2001-08-08 Thread eschmid+sic
On Wed, Aug 08, 2001 at 09:51:50AM +0200, Damien Seguy wrote: on 8/08/01 0:06, Jeroen van Wolffelaar at [EMAIL PROTECTED] wrote: From PEAR coding standards (function calls): I got those one from README file in phpdoc/README. I do agree with the no space between function name and opening

Re: [PHP-DOC] Re: phpdoc /fr bookinfo.xml

2001-08-08 Thread eschmid+sic
On Thu, Aug 09, 2001 at 12:08:32AM +0200, Thomas Schöfbeck wrote: Sounds also good! Let's summarize: !-- $Revision: 1.1 $ -- is already available, !-- EN-Revision: 1.1 -- is OK for Jeroen, Goba, Luca, and me (=3 1/2) !-- EN-Revision: 1.1 Translator: Luca State: Translated -- is at

Re: [PHP-DOC] Re: phpdoc /fr bookinfo.xml

2001-08-07 Thread eschmid+sic
On Tue, Aug 07, 2001 at 10:46:25AM +0200, Thomas wrote: Hojtsy gábor wrote: I too think that this is not needed for translations. I can't think of any situation where I would use this. An En-version comment will be at least usable :)) Whenever I find out a partally translated file, I

Re: [PHP-DOC] Re: phpdoc /fr bookinfo.xml

2001-08-07 Thread eschmid+sic
On Tue, Aug 07, 2001 at 04:55:14PM +0200, Hojtsy Gábor wrote: So we have a $Revision tag in the english file, showing the actual english version number. We can have a comment in the translated version, about what english version number it corresponds to. This way you can do a diff with

Re: [PHP-DOC] Re: phpdoc /fr bookinfo.xml

2001-08-07 Thread eschmid+sic
On Tue, Aug 07, 2001 at 07:39:49PM +0200, Hojtsy Gabor wrote: Let's imagine, you start translating mysql.xml. This is not a small file, so you can't complete it in a day. You copy the mysql.xml file yourself to a separate directory, as you probably won't follow the modifications in

Re: [PHP-DOC] Index

2001-08-07 Thread eschmid+sic
On Wed, Aug 08, 2001 at 12:26:36AM +0200, [EMAIL PROTECTED] wrote: There is currently one thing lacking for the documentation: An index. I mean an index with at least all function names, in alphabetic order. I know, there are lists on the web (php.net too, I think), but I mean in the

Re: [PHP-DOC] cvs: phpdoc / global.ent

2001-08-01 Thread eschmid+sic
On Wed, Aug 01, 2001 at 09:24:34AM +0200, Hojtsy Gábor wrote: I'm not very sure what I'm writing about (had a few beers too much), but it should be possible within the DSSSL / our configuration framework, to just detect which version of a language specific *.ent should be used. I mean

Re: [PHP-DOC] cvs: phpdoc / global.ent

2001-08-01 Thread eschmid+sic
On Wed, Aug 01, 2001 at 09:41:48AM +0200, Hojtsy Gábor wrote: I talked about global.ent, not de/language-defs.ent. We have sometimes errors if someone makes a reference to the install chapter. If this chapter is not uptodate in this language, the manual building would fail. OK, I know

Re: [PHP-DOC] cvs: phpdoc / global.ent

2001-07-31 Thread eschmid+sic
On Tue, Jul 31, 2001 at 10:15:46AM +0200, Hojtsy Gábor wrote: Added last URL lingering in FR doc.I will remove them in en doc too later Are these entities used in the en docs? Some will be good to be there! Eg: +!ENTITY url.hyperwave_proto http://www.hyperwave.de/7.17-hg-prot;

Re: [PHP-DOC] Turkish Translation of Manual

2001-07-29 Thread eschmid+sic
On Sun, Jul 29, 2001 at 04:23:32PM +, Serdar Soydemir wrote: I am one of the council-members of Turkiye PHP Users Group, www.php.org.tr. We are planning to work on Turkish translation of PHP Manual, and we wonder if anyone else has already begun to work on this project. We would be

Re: [PHP-DOC] build date lost

2001-07-29 Thread eschmid+sic
On Sun, Jul 29, 2001 at 06:36:30PM +0200, Hojtsy Gabor wrote: The pubdatephp.build-date;/pubdate part in the bookinfo.xml means that the manual building date should be there in all the generated manuals. *But they are not!* I have done some experiments some years ago. The only place for a

Re: [PHP-DOC] cvs: phpdoc /en preface.xml

2001-07-26 Thread eschmid+sic
On Thu, Jul 26, 2001 at 09:02:57AM -, Hojtsy Gabor wrote: Modified files: /phpdoc/enpreface.xml Log: Again, we have no RFT versions now... TeX versions are used to build PDF, so let it stay (am I right?) We can build RTF versions. The TeX version

Re: [PHP-DOC] Re: pdf manuals (fwd)

2001-07-21 Thread eschmid+sic
On Sat, Jul 21, 2001 at 04:24:41PM +0300, Jouni Ahto wrote: On Sun, 15 Jul 2001, Jim Winstead wrote: On Mon, Jul 16, 2001 at 09:25:16AM +0300, Jouni Ahto wrote: Was there problems, because they don't show up yet on the documentation page, or is it just that nobody did update it? In

Re: [PHP-DOC] Which editor?

2001-07-21 Thread eschmid+sic
On Sat, Jul 21, 2001 at 11:27:10PM +0200, Viktor Jonsson wrote: Which editor do you use when you are editing the XML code to the manual? XEmacs :) -Egon -- All known books about PHP and related books: http://php.net/books.php Concert Band of the University of Hohenheim:

Re: [PHP-DOC] Which editor?

2001-07-21 Thread eschmid+sic
On Sun, Jul 22, 2001 at 12:14:25AM +0200, Mark Kronsbein wrote: Which editor do you use when you are editing the XML code to the manual? Weaverslave http://www.weaverslave.ws XEmacs is the best editor to manage the PHP manual. I havent used weaverslave. If someone can show the php

Re: [PHP-DOC] Which editor?

2001-07-21 Thread eschmid+sic
On Sun, Jul 22, 2001 at 12:44:31AM +0200, Viktor Jonsson wrote: Thanks everybody. Weaverslave looks nice. btw I just sent my book about PHP to my publisher. It will be the first real book about about PHP in Swedish. Take a look at the cover: http://www.redhat.nu/grafix/framsida.png Cool! Can

Re: [PHP-DOC] where can I find select()

2001-07-18 Thread eschmid+sic
On Wed, Jul 18, 2001 at 05:45:33PM +0200, Cornelia Boenigk wrote: Hello Documentation Professionals I searched the whole manual for a function select() which takes five arguments and shall be used to find out whether a socket has unread data. Could you please help me to find infos? Can

Re: [PHP-DOC] Filtering out translations?

2001-07-17 Thread eschmid+sic
On Tue, Jul 17, 2001 at 10:45:35AM +0200, Hojtsy Gabor wrote: I think nearly everybody agreed on splitting up the docs into separate modules, with separate files. At least it seemed to me :)) i only remember hints about how to get the effect manually by removing the translations

Re: [PHP-DOC] cvs: phpdoc /de Translators

2001-07-13 Thread eschmid+sic
On Fri, Jul 13, 2001 at 06:54:24AM -, Martin Kraemer wrote: martinFri Jul 13 02:54:24 2001 EDT Modified files: /phpdoc/deTranslators Log: Does adding both Revisions make things clearer? Index: phpdoc/de/Translators diff -u

Re: [PHP-DOC] Setting up PHP documentation for building

2001-07-11 Thread eschmid+sic
On Wed, Jul 11, 2001 at 12:43:28PM +0200, Damien Seguy wrote: I'm trying to set up some linux box to build the PHP documentation (hehe, I see Egon's eyes widening...). I helped Thies on the LinuxDays to build the manual on Mandrake. It was working within 15 minutes. This is debian 2.2.18,

Re: [PHP-DOC] Re: cvs: phpdoc /de Translators

2001-07-11 Thread eschmid+sic
On Wed, Jul 11, 2001 at 05:54:42PM +0200, Thomas wrote: unitl which en-Version is it ready? I'm still working on up to 1 year old files nobody really cared about, and have to check always the whole file. To prevent this situation in the future, please add the current status compared

Re: [PHP-DOC] Libs for Win-Installation really needed?

2001-07-11 Thread eschmid+sic
On Wed, Jul 11, 2001 at 06:46:09PM +0200, Thomas Schöfbeck wrote: during the translation of install.xml I've stumbled twice over this sentence in the Windows-part: ** snip ** Some extensions require you to have additional libraries installed on your system for the module to work

Re: [PHP-DOC] Type-rendering

2001-07-11 Thread eschmid+sic
On Wed, Jul 11, 2001 at 10:44:33PM +0200, [EMAIL PROTECTED] wrote: I think it's better to _not_ make typeinteger/type etc. bold, but only make it a link. Preferably in some other color (it's a sort of glossary term). Now it really looks as if there is something very importent when a type

Re: [PHP-DOC] RFC : [PHP-DOC] FAQ porting to the manual?

2001-07-09 Thread eschmid+sic
On Mon, Jul 09, 2001 at 12:02:01PM +0200, Damien Seguy wrote: on 8/07/01 12:43, Hojtsy Gabor at [EMAIL PROTECTED] wrote: What is the news about $subj? Here is the suggestion : Any XML guru can validate such a file (Egon?)? If I have time :) I'll be glad to hear any opinion. I'll make

Re: [PHP-DOC] cvs: phpdoc /en/faq general.xml

2001-07-09 Thread eschmid+sic
On Mon, Jul 09, 2001 at 04:03:30PM -0500, Daniel Beckham wrote: This breaks `make test'. Will this affect automatic manual generation at php.net/manual/? I started to correct this already. I need only some beers in the Krone. -Egon - Original Message - From: Damien Seguy [EMAIL

Re: [PHP-DOC] Swedish translation

2001-07-03 Thread eschmid+sic
On Wed, Jul 04, 2001 at 12:35:34AM +0200, Viktor Jonsson wrote: Is anybody working on a Swedish translation of the PHP manual? I haven't seen anybody working on a Swedish translation. Be patient, all PHP developers will be the next days in Stuttgart. -Egon -- LinuxTag, Stuttgart, Germany:

Re: [PHP-DOC] italian manual creation problem

2001-07-02 Thread eschmid+sic
On Tue, Jul 03, 2001 at 02:18:35AM -0400, Simone Cortesi wrote: i was looking at the http://php.net/manual/it/build-it.log file and saw that the creation of the files gets interrupted with errors. Could somebody please send me to resources that will help me understanding what is going wrong

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

2001-06-23 Thread eschmid+sic
On Sat, Jun 23, 2001 at 10:35:48PM +0200, [EMAIL PROTECTED] wrote: Great idea :) I like it. But then all php-dev members should have phpdoc karma... Because the TODO file should be placed in the phpdoc repository. Don't they have that? That would be bad... It should be as easy as

Re: [PHP-DOC] Re: [php-cvs] cvs: phpdoc /en/functions java.xml

2001-06-22 Thread eschmid+sic
On Fri, Jun 22, 2001 at 12:13:53AM +0200, Sebastian Bergmann wrote: Sebastian Bergmann wrote: sbergmann Fri Jun 22 00:09:36 2001 EDT Added files: /phpdoc/en/functionsjava.xml Log: Initial commit of Java documentation. Can someone please have a

Re: [PHP-DOC] Casing function names: Conclusion = ?

2001-05-22 Thread eschmid+sic
On Wed, May 23, 2001 at 01:27:18AM +0200, [EMAIL PROTECTED] wrote: All function names in the docs should be lowercase for consistence. No matter where in the sentence, or how unreadable the function will be. I'm against this. It would result in unreadable and bad to remember function names.

Re: [PHP-DOC] Function References not showing up in docs for mixed case function names

2001-05-20 Thread eschmid+sic
On Sun, May 20, 2001 at 02:56:31AM -0700, Lars Torben Wilson wrote: Hojtsy Gabor writes: by Daniel: I would propose that a phpdoc wide change be made so that all functions are written in lowercase form. It's not necessary to have them in a mixed case created on the author's

Re: [PHP-DOC] Function References not showing up in docs for mixed case function names

2001-05-20 Thread eschmid+sic
On Sun, May 20, 2001 at 02:56:31AM -0700, Lars Torben Wilson wrote: To be honest, I've never noticed this problem before, and I've been working on the manual for 3 years. But then, I always use lowercase for function names so I wouldn't necessarily have clued in before now. :) Add 2 years

Re: [PHP-DOC] Function References not showing up in docs for mixed case function names

2001-05-20 Thread eschmid+sic
On Sun, May 20, 2001 at 03:18:26PM -0500, Daniel Beckham wrote: This problem with the functions names have been discussed several times. Look at the mysql_*() functions, there is everything ok. Zeev made aliases so we have now easy functions name which can be rememberd by any average

Re: [PHP-DOC] cvs: phpdoc /en/language oop.xml

2001-05-18 Thread eschmid+sic
On Fri, May 18, 2001 at 09:41:39AM +0200, Kristian Köhntopp wrote: Daniel Beckham wrote: It looks like you might have truncated this sentence in the language.oop.serialization section of oop.xml: caution simpara The following information is valid for PHP4 only. In

Re: [PHP-DOC] To the German-people: filesystem.xml

2001-05-16 Thread eschmid+sic
On Wed, May 16, 2001 at 08:48:48PM +0200, Mark Kronsbein wrote: BTW: Have you seen the bad reference for the PHP-DOC in relation to asp, etc. in the comparison between WebScriptLangs in Internet Professionell? I hope it doesn't get worse, if you really act with everybody like me. Ive

Re: [PHP-DOC] To the German-people: filesystem.xml

2001-05-15 Thread eschmid+sic
On Tue, May 15, 2001 at 08:42:29PM +0200, Thomas wrote: I can't reach Egon Saturday, so I try it here: Could somebody please confirm the enclosed de/functions/filesystem.xml and de/Translators.xml? I'm still alive. On weekends I spent the most time in another city ... What I've done:

Re: [PHP-DOC] phpdoc CVS and translations

2001-05-11 Thread eschmid+sic
On Fri, May 11, 2001 at 10:15:29AM +0200, friedhelm betz wrote: Hello Hartmut and all other readers of this thread, Thursday, May 10, 2001, 5:03:09 PM, you wrote: Andrei Zmievski wrote: [...] Since en/ is your main working directory you can just run cvs upd -d from there when you

Re: [PHP-DOC] bool/boolean and int/integer

2001-05-10 Thread eschmid+sic
On Thu, May 10, 2001 at 11:03:02AM +0200, Damien Seguy wrote: I noticed that docs are using sometimes bool, sometimes boolean to describe boolean values. Save for integer and int. It seems that most frequent occurences are int and bool. Is that a general rule? I suggest we could harmonize

Re: [PHP-DOC] phpdoc CVS and translations

2001-05-10 Thread eschmid+sic
On Thu, May 10, 2001 at 09:37:14AM -0500, Andrei Zmievski wrote: On Thu, 10 May 2001, Hartmut Holzgraefe wrote: i know that this is possible, but it is very unconvenient IMHO first, cvs co -l phpdoc would not be enough, as you'll need the dbxml-, images- and perhaps

Re: [PHP-DOC] ldap-german translation

2001-05-10 Thread eschmid+sic
On Thu, May 10, 2001 at 10:54:13PM +0200, friedhelm betz wrote: Hello , a few weeks ago i started the translation of imap-functions. can any of the (german) translators tell me, how to handle common english expressions in the german translation? should i try to find similar german

Re: [PHP-DOC] How do I make only ony function .xml file?

2001-05-03 Thread eschmid+sic
On Thu, May 03, 2001 at 12:44:24PM -0600, Andy Sautins wrote: I am working on updating the oci8 extension documentation to reflect some new functions that were included. I have checked out the phpdoc branch and, since english is the only language I really know ( sorry ), I'm assuming I'd

Re: [PHP-DOC] Please could somebody of the de-translators check this?

2001-04-24 Thread eschmid+sic
On Tue, Apr 24, 2001 at 09:05:10AM +0200, Wolfgang Drews wrote: Could you please check which of the stated translators are still active, and correct that file in that way, so that new people like us can get a picture what is really to be done? (Their names could stay, but pls. make a

Re: [PHP-DOC] settype doc error

2001-04-22 Thread eschmid+sic
On Sun, Apr 22, 2001 at 10:19:46AM +0200, Hojtsy Gabor wrote: $abc = "foo"; settye("abc", "integer"); Indeed you must say: settype($abc, "integer"); An example there would be good. :) What types can be $abc? Any type. Array, string, integer ... The same stands for

Re: [PHP-DOC] settype doc error

2001-04-22 Thread eschmid+sic
On Sun, Apr 22, 2001 at 10:43:11AM +0200, Hojtsy Gabor wrote: I have commit problems: I am trying to commit the new var.xml file, and I get E:\phpcvscvs commit phpdoc/en/functions/var.xml cvs [server aborted]: cannot check in to /repository/CVSROOT/Emptydir I get the same when I

Re: [PHP-DOC] German Translators: Could somebody check this please?

2001-04-16 Thread eschmid+sic
On Mon, Apr 16, 2001 at 07:37:03PM +0200, Thomas wrote: I've translated the about.xml and standards.xml from the PEAR-chapter. Since I can't post it to php.doc, you can get it at http://www.t0.or.at/~sunny/Pear_de.zip (note: t0 = tZERO). Could somebody please check it, and if it's OK

Re: [PHP-DOC] entity 'edited-by' is broken in japanese manual

2001-04-05 Thread eschmid+sic
On Fri, Apr 06, 2001 at 07:22:51AM +0900, Rui Hirokawa wrote: On Sat, 24 Mar 2001 01:36:40 +0200 (EET) Jouni Ahto [EMAIL PROTECTED] wrote: On Sat, 24 Mar 2001, Rui Hirokawa wrote: In this case, !ENTITY Editedby "\U-4564;\U-6974;\U-3B20;\U-2662;\U-793B;" should be !ENTITY

Re: [PHP-DOC] IMAP docs - function order

2001-03-29 Thread eschmid+sic
On Thu, Mar 29, 2001 at 02:23:28PM -0600, Daniel Beckham wrote: I just noticed something.. is there a reason that the imap docs are not sorted by alphanumeric order. Actually, I don't really see any rhyme or reason to the list as it's currently arranged. If no one objects, I might go ahead

Re: [PHP-DOC] resources.xml errors

2001-03-27 Thread eschmid+sic
On Tue, Mar 27, 2001 at 10:48:29PM +0200, Hojtsy Gabor wrote: The file in the $subj is not too well made... There are much dirty texts in it made by the automated process... Is it ready for translating? I dont think so... Obviously, the resource.xml in en tree has been infested by

Re: [PHP-DOC] anyone knows what this error is?

2001-03-12 Thread eschmid+sic
On Mon, Mar 12, 2001 at 09:53:00PM +0100, Jirka Kosek wrote: "Egon Schmid (@work)" wrote: Problem is that DSSSL stylesheets does not know "kr" language (Korea?). There is language "ko" in DSSSL stylesheets. IMHO this is error in php-doc, because "kr" is country code (ISO 3166) and

Re: [PHP-DOC] What happened to phpweb/manual?

2001-02-27 Thread eschmid+sic
On Wed, Feb 28, 2001 at 01:17:05AM +0100, Mark Kronsbein wrote: I just wanted to start a new Checkout of the German Manual. I need the .php Files, so i checked out phpweb/manual/de. But: All Directories are empty... So: what happended to theses Files? Oh I haven't seen any deledeads. But

Re: [PHP-DOC] What happened to phpweb/manual?

2001-02-27 Thread eschmid+sic
On Wed, Feb 28, 2001 at 01:44:05AM +0100, Mark Kronsbein wrote: [EMAIL PROTECTED] wrote: Oh I haven't seen any deledeads. But anyway only *.xml files should be found in the german tree. You must do something else wrong. Not the .xml and not in phpdoc/ I am talking about

Re: [PHP-DOC] Off-topic: adding the printed PHP manuals to books.php

2001-02-23 Thread eschmid+sic
On Fri, Feb 23, 2001 at 02:38:29PM -0800, Jesus M. Castagnetto wrote: I think that the printed PHP Manuals should be added to the books.php list, and/or linked from the docs.php page too. Saw them at Amazon.com: http://www.amazon.com/exec/obidos/ASIN/0595132278

Re: [PHP-DOC] Off-topic: adding the printed PHP manuals to books.php

2001-02-23 Thread eschmid+sic
On Fri, Feb 23, 2001 at 04:41:56PM -0800, Rasmus Lerdorf wrote: Since the PHP manual is under the GPL all people around the world think, they can copy it and publish it in printed form. This is also the thinking mostly all PHP Group and Documentation members. But the publisher have now

Re: [PHP-DOC] Off-topic: adding the printed PHP manuals to books.php

2001-02-23 Thread eschmid+sic
On Fri, Feb 23, 2001 at 06:40:55PM -0800, Jesus M. Castagnetto wrote: I do not have enough karma (with the new access system) to make changes to phpweb, that was why I mentioned the links I saw and that someone may want to make the additions. I hope you will get some more karma very soon.

[PHP-DOC] Translators Heads UP

2001-02-18 Thread eschmid+sic
Hello, I was looking into the French PHP manual and I have received the following: /usr/bin/jade:./fr/functions/uodbc.xml:23:19:X: reference to non-existent ID "database-support-options" The cause is the following, ./en/chapters/install.xml has been changed and "database-support-options" are

Re: [PHP-DOC] PHP manual

2001-01-30 Thread eschmid+sic
On Tue, Jan 30, 2001 at 07:51:43PM -0500, David Elrom wrote: Why r we using TeX ? why not some other XML format ? If you want a printed manual, DocBook uses a TeX backend. TeX is better than every XML style shit. -Egon PS: I have read something about Donald E. Knuth the last day. He is

Re: [PHP-DOC] the php manual....

2001-01-29 Thread eschmid+sic
On Sun, Jan 28, 2001 at 02:16:27PM +0100, Hojtsy Gabor wrote: 1. What would it take to get the PDF versions into other languages besides english? I have asked this question some time ago. I guess the answer is just time. I don't know about any technological problems generating manuals

Re: [PHP-DOC] cvs: phpdoc /en/chapters install.xml

2001-01-22 Thread eschmid+sic
On Tue, Jan 23, 2001 at 12:13:10AM -, David Hedbor wrote: neotron Mon Jan 22 16:13:10 2001 EDT Modified files: /phpdoc/en/chapters install.xml Log: Added Caudium installation instructions. Works for me. I haven't seen a silly XML error or

Re: [PHP-DOC] pt_BR version now on website

2001-01-20 Thread eschmid+sic
On Sat, Jan 20, 2001 at 05:27:02AM -0800, Anderson Fortaleza wrote: I wrote to that guy ricardo @ conectiva and this email is not active. I'd like to help with the pt_BR translation since this is my first language and I'm interesting in spreading PHP here in Brasil. How can I help ? Do I