[PHP-DOC] Re: Grouped functions working in livedocs

2004-09-02 Thread moshe doron
> Now this is another reason to use (and work on soon switching to) livedocs. > Goba, what else should i do to push the simple utf-8 patch (http://phpil.net/patchs/livedocs-utf8.patch.txt)? The only annoyed thing with livedocs is the impossible patching process. -- Moshe > Goba

[PHP-DOC] livedocs uft-8

2004-08-31 Thread moshe doron
Just to remember, we still didn't changed the output encoding of livedocs to uft-8. Here the patch: http://phpil.net/patchs/livedocs-utf8.patch.txt -- Moshe.

Re: [PHP-DOC] Livedocs

2004-08-24 Thread moshe doron
"Derick Rethans" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Tue, 24 Aug 2004, Friedhelm Betz wrote: > > > On Monday 23 August 2004 15:54, Derick Rethans wrote: > > > On Mon, 23 Aug 2004, Friedhelm Betz wrote: > > > > On Monday 23 August 2004 11:03, Derick Rethans wrote: > > >

Re: [PHP-DOC] Livedocs

2004-08-23 Thread moshe doron
"Derick Rethans" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Mon, 23 Aug 2004, moshe doron wrote: > > > according to the the last changes on ext/xml, here > > (http://phpil.net/livedocs.patch.txt) patch that: > > 1. make the livedoc

Re: [PHP-DOC] Livedocs

2004-08-23 Thread moshe doron
according to the the last changes on ext/xml, here (http://phpil.net/livedocs.patch.txt) patch that: 1. make the livedocs compatible with php >5.0.1 2. make livedocs on php4 the same as livedocs on php5. Moshe. "Gabor Hojtsy" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > livedoc

Re: [PHP-DOC] libxml

2004-08-10 Thread moshe doron
you may didn't use the same chars due to your news client encoding conversion. try to iconv chr(224); -- Moshe. "Jakub Vrana" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] moshe doron wrote: > sorry, wrong target. > anyway on win32, with php5.0.0 the f

Re: [PHP-DOC] libxml

2004-08-09 Thread moshe doron
sorry, wrong target. anyway on win32, with php5.0.0 the function return empty string while on php4 it return notice. the iconv("WINDOWS-1255", "UTF-8"... which is what libxml suppse to do is working nice on win32 php. we still trying to figure out what going here. Moshe. "Derick Rethans" <[EMAIL

[PHP-DOC] libxml

2004-08-09 Thread moshe doron
libxml use iconv that seems to be broken: echo iconv("WINDOWS-1255", "ISO-8859-1", "אבגד"); please check what the problem here. (you can use c iconv() function that compiled into libc on dev1). moshe.

Re: [PHP-DOC] translations and livedocs release.

2004-08-09 Thread moshe doron
want? Moshe. "Derick Rethans" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Sun, 8 Aug 2004, moshe doron wrote: > > > Hey, > > > > running livedocs + hebrew+ php5, i found out that for some 8bit, not > > 'ISO-8859-1&#

[PHP-DOC] translations and livedocs release.

2004-08-08 Thread moshe doron
Hey, running livedocs + hebrew+ php5, i found out that for some 8bit, not 'ISO-8859-1' encoding, libxml it just mark all the 80 - FF range with question marks. the windows-1255 charset is one that affected by this behavior so we have to mark all the hebrew xml files as ISO-8859-1, but the old bu

Re: Re: [PHP-DOC] Hebrew Support

2004-08-07 Thread moshe doron
ooops, my previous response was lost.   briefly, i explained all the translators how to use livedocs. it's just works nice as you can see here: http://www.phpil.net/livedocs/?l=he.   the old build system is simply not supported, you can hack it and hack it agin but it'll always 'll look bad. t

Re: Re: [PHP-DOC] Hebrew Support

2004-08-05 Thread moshe doron
the livedoc version is working nice as you can see here: http://www.phpil.net/livedocs/?l=he i explained to anyone on the group, that responsed to my mail (3 ppl without me ;) how to deal with it. just contact me and i'll explain you how to install the environment, if you managed to deal with the

Re: [PHP-DOC] [PATCH] rtl...

2004-08-02 Thread moshe doron
i didn't followed the last livedocs patchs but the last time i test it, after the rtl stuff was commited, its just worked fine. Moshe. "Gabor Hojtsy" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > What is the status of RTL support in livedocs? >

Re: [PHP-DOC] livedocs [PATCH] - allowing style_mapping to transform()

2004-05-10 Thread moshe doron
ring to the ltr (and loosing here nice way the documenters can hack the build system using tags attributes ;). sure that i can loop via the attibutes and add them but this looks to me unnecessary code duplication. --/moshe. > --Wez. > > > -Original Message- > > F

[PHP-DOC] livedocs [PATCH] - allowing style_mapping to transform()

2004-05-10 Thread moshe doron
Hi: this patch allow style_mapping functions to continue transform the node via the default transform function: http://moshe.i-com-it.com/patchs/livedocs-styletransform.patch.txt i run into the issue when i see i have no elegant way override the text-align style using the transform function, with

Re: [PHP-DOC] livedocs on php4 - sqlite_single_query()

2004-05-10 Thread moshe doron
my mistake. sorry. --/moshe. "Wez Furlong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "pear upgrade sqlite" > > % php -v > > PHP 4.3.6RC4-dev (cli) (built: Apr 9 2004 16:45:19) > Copyright (c) 1997-2004 The PHP Group > Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologi

[PHP-DOC] livedocs on php4 - sqlite_single_query()

2004-05-10 Thread moshe doron
The following patch: http://cvs.php.net/diff.php/php-src/ext/sqlite/sqlite.c?r1=1.58&r2=1.59&ty=u is need to be adopted also for PHP_4_3 to make livedocs working on php4. in php4 there is no sqlite_single_query() function. --/moshe.

[PHP-DOC] Re: [Spam 05.70] RE: [PHP-DOC] [PATCH] rtl...

2004-05-05 Thread moshe doron
"Moshe Doron" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Thanks; looks good, although I'd prefer it if we didn't have too many > > special cases going on. > > > You have an RTL constant to indicate that the content is RTL, but th

[PHP-DOC] Re: [Spam 05.70] RE: [PHP-DOC] [PATCH] rtl...

2004-05-05 Thread moshe doron
> Thanks; looks good, although I'd prefer it if we didn't have too many > special cases going on. > You have an RTL constant to indicate that the content is RTL, but then there > are a number of places where you use that to generate a dir="rtl" attribute. > It would be better to define a DIRECTION

Re: [PHP-DOC] [PATCH] rtl...

2004-05-05 Thread moshe doron
you correction is mistake. RTL and CHARSET are defines not vars at all. --/moshe "Nuno Lopes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Moshe, as I've already told you, your patch had a little bug with GLOBALS. > > Attached is a correction for your patch. > > Nuno > > - Or

[PHP-DOC] [PATCH] rtl...

2004-05-05 Thread moshe doron
"Wez Furlong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Now, quit complaining and get coding ;-) > > --Wez. > http://moshe.i-com-it.com/patchs/livedocs-rtl3.patch.txt this patch contains: 1. initial rtl support. 2. add some missing htmlspecialchars(). i change the htmlenti

[PHP-DOC] cvs: livedocs /langs en.style_mapping.php he.style_mapping.php

2004-05-04 Thread Moshe Doron
momoTue May 4 04:45:16 2004 EDT Removed files: /livedocs/langs en.style_mapping.php he.style_mapping.php Log: remove the rejected rtl patch

[PHP-DOC] [PATCH] rtl second edition

2004-05-04 Thread moshe doron
here the 'all in one method': http://moshe.i-com-it.com/patchs/livedocs-rtl2.patch.txt rejections? --/moshe.

Re: [PHP-DOC] [PATCH] rtl

2004-05-03 Thread moshe doron
no rejections. "Nuno Lopes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > more feedbacks? > > goba, adding new i18n.php file that will hold the languages data is > agreed? > > > > > --/moshe. > > My proposal: > in common.php have something like this: > > $rtl_langs = array('he',.

Re: [PHP-DOC] [PATCH] rtl

2004-05-03 Thread moshe doron
"Mehdi Achour" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm 100% with Gabor here. We should only focus on the rendering part > now. The build system will remain the same for the moment. > > Moshe, can you please wait for an answer before commiting ? Next time, > please propose

Re: [PHP-DOC] [PATCH] rtl

2004-05-03 Thread moshe doron
> > We need also to decide how to choose the encoding and how to choose if RTL > > or LTR for each language. > > Create an array with this info? It's dificult to extract this info from > the > > old (actual) build system because livedocs can be used for more than one > > language. > > > > i'm +1 f

Re: [PHP-DOC] [PATCH] rtl

2004-05-03 Thread moshe doron
"Moshe Doron" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > "Nuno Lopes" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > The old build system is used when you run build.sh in livedocs. > > It does a ./config

Re: [PHP-DOC] [PATCH] rtl

2004-05-02 Thread moshe doron
"Nuno Lopes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > The old build system is used when you run build.sh in livedocs. > It does a ./configure --with-lang=$lang > > I don't know if we will ever get ride of this build system. > > The use of entities is a good idea, Goba! we may

Re: [PHP-DOC] [PATCH] rtl

2004-05-02 Thread moshe doron
Are you planing to use on the old build system forever? Shouldn't livdocs replace completely the old system sometime? also if the answers to those two questions are yes and no, Imho, the multi languages support on the old build is realy creak part (specially in the aspect of not duplication the co

Re: [PHP-DOC] [PATCH] rtl

2004-05-02 Thread moshe doron
"Nuno Lopes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > The issue you raise here is more files arrangement Issue then real issue. > > what about one file per language that contains all the strings using the > on > > the next phases and include() on the end of the file rtl_sty

Re: [PHP-DOC] [PATCH] rtl

2004-05-02 Thread moshe doron
"Gabor Hojtsy" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi Moshe, > > > In 3 months delay cause by work loading here is rtl: > > http://moshe.i-com-it.com/patchs/livedocs-rtl.patch.txt > > > > Here is reminder what i did: > > > > 1. Make the style_mapping.php (optionally - def

[PHP-DOC] [PATCH]

2004-05-02 Thread moshe doron
Hi all. In 3 months delay cause by work loading here is rtl: http://moshe.i-com-it.com/patchs/livedocs-rtl.patch.txt Here is reminder what i did: 1. Make the style_mapping.php (optionally - default english) per language version: first, already now it contains plain text that have to be changed pe

[PHP-DOC] cvs: livedocs /langs en.style_mapping.php he.style_mapping.php

2004-05-01 Thread Moshe Doron
momoSun May 2 02:49:31 2004 EDT Added files: /livedocs/langs en.style_mapping.php he.style_mapping.php Log: rtl support step one (harmless one). the second that activate the changes goes to the newgroup with explanations as patch. http://cvs.php.ne

[PHP-DOC] cvs: livedocs / livedoc-index.php

2004-02-02 Thread Moshe Doron
momoMon Feb 2 15:33:28 2004 EDT Modified files: /livedocs livedoc-index.php Log: support dynamic mode. http://cvs.php.net/diff.php/livedocs/livedoc-index.php?r1=1.6&r2=1.7&ty=u Index: livedocs/livedoc-index.php diff -u livedocs/livedoc-index.php:1.6 lived

[PHP-DOC] cvs: livedocs / build.sh

2004-02-01 Thread Moshe Doron
momoSun Feb 1 13:25:28 2004 EDT Modified files: /livedocs build.sh Log: 2. the correct fix for relative paths http://cvs.php.net/diff.php/livedocs/build.sh?r1=1.18&r2=1.19&ty=u Index: livedocs/build.sh diff -u livedocs/build.sh:1.18 livedocs/build.sh:1

Re: [PHP-DOC] cvs: livedocs / build-ops.in build.sh common.php config.php.in configure.in mktoc.php

2004-01-30 Thread moshe doron
> Why just not make this a requirement for livedocs? I don't think it's a > good idea to add hacks for it. > first, there is already set_magic on some of the files. this patch is just add some consistency to the code. second, what is the minus of this 'hack'? we don't realy encouraging the use of

[PHP-DOC] cvs: livedocs / build-ops.in build.sh common.php config.php.in configure.in mktoc.php

2004-01-29 Thread Moshe Doron
momoFri Jan 30 00:49:17 2004 EDT Modified files: /livedocs build-ops.in build.sh common.php config.php.in configure.in mktoc.php Log: 1. make cygwin happy 2. fix bug when using relative path and more then one language on the --with-docs in

[PHP-DOC] [livedocs] RTL RFC

2004-01-28 Thread moshe doron
hey, i'm going to add RTL support for livedocs. here is my draft plan, base on my experience doing it with the old build system: * make the style_mapping.php per language version: first, already now it contains plain text that have to be changed per language. second, that methos will give me ma

Re: [PHP-DOC] [PATCH] livedoc with cygwin

2004-01-27 Thread moshe doron
> > Please provide a normal patch. > > regards, > Derick > here: http://moshe.i-com-it.com/patchs/livedocs-cygwin.txt --/moshe.

[PHP-DOC] [PATCH] livedoc with cygwin

2004-01-27 Thread moshe doron
hey playing a bit building livedoc on win2000 using cygwin i run ito two problems: 1. the autoconf (shell) paths are /cygdrive/X format, but the php binary is vc build (cygwin gcc port is dead for a while) that have nothing to do with those paths. 2. the `ln -sf` is somthing behave very fishy o

Re: [PHP-DOC] Manual Manual Update

2003-08-17 Thread moshe doron
> > Can't we ask each translation team to provide its language differents > formats of documentation to [EMAIL PROTECTED] ? I think it will get rid of > the load. The system team will only have to test them and then put them > online. Opinions ? +1 moshe -- PHP Documentation Mailing List (

[PHP-DOC] cvs: phpdoc /scripts/rtlpatch HtmlExtParser.class.php

2003-08-14 Thread Moshe Doron
phpdoc/scripts/rtlpatch/HtmlExtParser.class.php:1.16 --- phpdoc/scripts/rtlpatch/HtmlExtParser.class.php:1.15Thu Jul 31 08:53:53 2003 +++ phpdoc/scripts/rtlpatch/HtmlExtParser.class.php Tue Aug 12 09:29:53 2003 @@ -16,7 +16,7 @@ | Authors:Moshe Doron <[EMAIL PROTEC

[PHP-DOC] cvs: phpdoc /dsssl/docbook/common dbl1he.ent

2003-08-14 Thread Moshe Doron
momoTue Aug 12 09:19:13 2003 EDT Modified files: /phpdoc/dsssl/docbook/commondbl1he.ent Log: leftover Index: phpdoc/dsssl/docbook/common/dbl1he.ent diff -u phpdoc/dsssl/docbook/common/dbl1he.ent:1.4 phpdoc/dsssl/docbook/common/dbl1he.ent:1.5 --- php

[PHP-DOC] cvs: phpdoc /en/reference/printer/functions printer-create-dc.xml

2003-08-14 Thread Moshe Doron
momoWed Aug 6 04:10:32 2003 EDT Modified files: /phpdoc/en/reference/printer/functions printer-create-dc.xml Log: typo Index: phpdoc/en/reference/printer/functions/printer-create-dc.xml diff -u phpdoc/en/reference/printer/functions/printer-create-dc.xm

[PHP-DOC] cvs: phpdoc /dsssl/docbook/common dbl1he.ent

2003-08-04 Thread Moshe Doron
momoMon Aug 4 10:08:42 2003 EDT Modified files: /phpdoc/dsssl/docbook/commondbl1he.ent Log: better translation Index: phpdoc/dsssl/docbook/common/dbl1he.ent diff -u phpdoc/dsssl/docbook/common/dbl1he.ent:1.3 phpdoc/dsssl/docbook/common/dbl1he.ent:1

[PHP-DOC] cvs: phpdoc /scripts/rtlpatch HtmlExtParser.class.php

2003-07-31 Thread Moshe Doron
ripts/rtlpatch/HtmlExtParser.class.php:1.15 --- phpdoc/scripts/rtlpatch/HtmlExtParser.class.php:1.14Wed Jul 30 09:48:18 2003 +++ phpdoc/scripts/rtlpatch/HtmlExtParser.class.php Thu Jul 31 08:53:53 2003 @@ -16,7 +16,7 @@ | Authors:Moshe Doron <[EMAIL P

[PHP-DOC] cvs: phpdoc /scripts/rtlpatch rtlpatch.php

2003-07-30 Thread Moshe Doron
/scripts/rtlpatch/rtlpatch.php:1.6Thu May 29 08:33:20 2003 +++ phpdoc/scripts/rtlpatch/rtlpatch.phpThu Jul 31 01:34:58 2003 @@ -16,7 +16,7 @@ | Authors:Moshe Doron <[EMAIL PROTEC

[PHP-DOC] cvs: phpdoc /scripts/rtlpatch HtmlExtParser.class.php

2003-07-30 Thread Moshe Doron
phpdoc/scripts/rtlpatch/HtmlExtParser.class.php:1.14 --- phpdoc/scripts/rtlpatch/HtmlExtParser.class.php:1.13Wed Jul 30 06:54:12 2003 +++ phpdoc/scripts/rtlpatch/HtmlExtParser.class.php Wed Jul 30 09:48:18 2003 @@ -16,7 +16,7 @@ | Authors:Moshe Doron <[EMAIL PROTEC

[PHP-DOC] cvs: phpdoc /scripts/rtlpatch HtmlExtParser.class.php

2003-07-30 Thread Moshe Doron
phpdoc/scripts/rtlpatch/HtmlExtParser.class.php:1.13 --- phpdoc/scripts/rtlpatch/HtmlExtParser.class.php:1.12Tue Jul 29 06:07:47 2003 +++ phpdoc/scripts/rtlpatch/HtmlExtParser.class.php Wed Jul 30 06:54:12 2003 @@ -16,7 +16,7 @@ | Authors: Moshe Doron <[EMAI

[PHP-DOC] cvs: phpdoc /scripts/rtlpatch HtmlExtParser.class.php

2003-07-29 Thread Moshe Doron
phpdoc/scripts/rtlpatch/HtmlExtParser.class.php:1.12 --- phpdoc/scripts/rtlpatch/HtmlExtParser.class.php:1.11Mon Jul 28 06:39:19 2003 +++ phpdoc/scripts/rtlpatch/HtmlExtParser.class.php Tue Jul 29 06:07:47 2003 @@ -16,7 +16,7 @@ | Authors:Moshe Doron <[EMAIL PROTEC

[PHP-DOC] cvs: phpdoc /scripts/rtlpatch HtmlExtParser.class.php

2003-07-28 Thread Moshe Doron
/HtmlExtParser.class.php:1.11 --- phpdoc/scripts/rtlpatch/HtmlExtParser.class.php:1.10Tue Jul 22 09:00:21 2003 +++ phpdoc/scripts/rtlpatch/HtmlExtParser.class.php Mon Jul 28 06:39:19 2003 @@ -16,7 +16,7 @@ | Authors:Moshe Doron <[EMAIL PROTEC

[PHP-DOC] cvs: phpdoc /dsssl/docbook/common dbl1he.ent

2003-07-24 Thread Moshe Doron
momoThu Jul 24 05:34:42 2003 EDT Modified files: /phpdoc/dsssl/docbook/commondbl1he.ent Log: make derick's openjade happy (hopefully) Index: phpdoc/dsssl/docbook/common/dbl1he.ent diff -u phpdoc/dsssl/docbook/common/dbl1he.ent:1.2 phpdoc/dsssl/docbo

[PHP-DOC] cvs: phpdoc / Makefile.in

2003-07-22 Thread Moshe Doron
momoTue Jul 22 14:30:41 2003 EDT Modified files: /phpdoc Makefile.in Log: typo Index: phpdoc/Makefile.in diff -u phpdoc/Makefile.in:1.137 phpdoc/Makefile.in:1.138 --- phpdoc/Makefile.in:1.137Tue Jul 22 01:09:21 2003 +++ phpdoc/Makefile.in Tue Jul 22

[PHP-DOC] cvs: phpdoc /scripts/rtlpatch HtmlExtParser.class.php

2003-07-22 Thread Moshe Doron
/rtlpatch/HtmlExtParser.class.php:1.10 --- phpdoc/scripts/rtlpatch/HtmlExtParser.class.php:1.9 Thu Jul 10 05:23:30 2003 +++ phpdoc/scripts/rtlpatch/HtmlExtParser.class.php Tue Jul 22 09:00:21 2003 @@ -16,7 +16,7 @@ | Authors:Moshe Doron <[EMAIL PROTEC

[PHP-DOC] Re: cygwin and configure error

2003-07-21 Thread moshe doron
please send the whole output "Greg Beaver" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I'm trying to build peardoc/ in cygwin. I've got ./configure to work, > but I'm getting a strange bug in config.status > > config.status: creating \ > .infig.status: error: cannot find

[PHP-DOC] cvs: phpdoc /scripts/rtlpatch hackmanuallang.php

2003-07-21 Thread Moshe Doron
and are unable to | - | obtain it through the world wide web, please send a note to | - | [EMAIL PROTECTED] so we can mail you a copy immediately| - +--+ - | Authors:Moshe Doron <[EMAIL PROTEC

[PHP-DOC] cvs: phpdoc / Makefile.in /dsssl/docbook/common dbl1he.ent /scripts/rtlpatch hackmanuallang.php

2003-07-21 Thread Moshe Doron
through the world wide web, please send a note to | | [EMAIL PROTECTED] so we can mail you a copy immediately| +--+ | Authors:Moshe Doron <[EMAIL PROTEC

Re: [PHP-DOC] request for splitting

2003-07-21 Thread moshe doron
"Jan Fabry" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > (of course, I didn't 'Reply to list' - sorry Friedhelm!) > > On Sat, 2003-07-19 at 16:00, Friedhelm Betz wrote: > > some files under /language are really huge and a pain ;-) to translate. > > What do you think about splittin

[PHP-DOC] cvs: phpdoc /chm make_chm_fancy.php

2003-07-11 Thread Moshe Doron
momoFri Jul 11 10:50:26 2003 EDT Modified files: /phpdoc/chm make_chm_fancy.php Log: proper revert Hadar patch Index: phpdoc/chm/make_chm_fancy.php diff -u phpdoc/chm/make_chm_fancy.php:1.10 phpdoc/chm/make_chm_fancy.php:1.11 --- phpdoc/chm/make_chm_fancy.p

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

2003-07-11 Thread Moshe Doron
momoFri Jul 11 10:47:16 2003 EDT Modified files: /phpdoc/chm make_chm.php make_chm_fancy.php Log: revert Hadar patch Index: phpdoc/chm/make_chm.php diff -u phpdoc/chm/make_chm.php:1.20 phpdoc/chm/make_chm.php:1.21 --- phpdoc/chm/make_chm.php:1.20Fri J

[PHP-DOC] Re: phpdoc /chm make_chm_fancy.php

2003-07-11 Thread moshe doron
worse idea. most of the manual, speicialy still i'll play with the entities, is still english. the way doing it have to be much more selective way. did u build the manual before committing? anyway that should be discusses. -- moshe -- "Hadar Porat" <[EMAIL PROTECTED]> wrote in message news:

[PHP-DOC] cvs: phpdoc /scripts/rtlpatch HtmlExtParser.class.php

2003-07-10 Thread Moshe Doron
/rtlpatch/HtmlExtParser.class.php:1.9 --- phpdoc/scripts/rtlpatch/HtmlExtParser.class.php:1.8 Fri May 30 08:25:14 2003 +++ phpdoc/scripts/rtlpatch/HtmlExtParser.class.php Thu Jul 10 05:23:30 2003 @@ -16,7 +16,7 @@ | Authors:Moshe Doron <[EMAIL PROTEC

[PHP-DOC] cvs: phpdoc /scripts/rtlpatch HtmlParser.class.php

2003-06-23 Thread Moshe Doron
/scripts/rtlpatch/HtmlParser.class.php:1.3 phpdoc/scripts/rtlpatch/HtmlParser.class.php:1.4 --- phpdoc/scripts/rtlpatch/HtmlParser.class.php:1.3Thu May 29 08:33:20 2003 +++ phpdoc/scripts/rtlpatch/HtmlParser.class.phpMon Jun 23 14:31:19 2003 @@ -16,7 +16,7 @@ | Authors:Moshe Doron

[PHP-DOC] cvs: phpdoc /chm make_chm_fancy.php

2003-06-23 Thread Moshe Doron
momoMon Jun 23 05:29:34 2003 EDT Modified files: /phpdoc/chm make_chm_fancy.php Log: fancy the hebrew Index: phpdoc/chm/make_chm_fancy.php diff -u phpdoc/chm/make_chm_fancy.php:1.7 phpdoc/chm/make_chm_fancy.php:1.8 --- phpdoc/chm/make_chm_fancy.php:1.7 Sun

Re: [PHP-DOC] build log

2003-06-22 Thread moshe doron
"Gabor Hojtsy" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > follow the instruction on http://www.php.net/manual/howto/translation-practical.html > > e.g, accessing http://www.php.net/he/blog just jump me to google. > > > > where is the log? > > Is is now [temporarily] available

[PHP-DOC] build log

2003-06-20 Thread moshe doron
follow the instruction on http://www.php.net/manual/howto/translation-practical.html e.g, accessing http://www.php.net/he/blog just jump me to google. where is the log? moshe --

[PHP-DOC] cvs: phpdoc /scripts/rtlpatch HtmlExtParser.class.php

2003-05-30 Thread Moshe Doron
/scripts/rtlpatch/HtmlExtParser.class.php:1.8 --- phpdoc/scripts/rtlpatch/HtmlExtParser.class.php:1.7 Thu May 29 10:53:22 2003 +++ phpdoc/scripts/rtlpatch/HtmlExtParser.class.php Fri May 30 08:25:14 2003 @@ -16,7 +16,7 @@ | Authors:Moshe Doron <[EMAIL PROTEC

Re: [PHP-DOC] cvs: phpdoc /scripts/rtlpatch HtmlExtParser.class.php todo.txt

2003-05-30 Thread moshe doron
> > I don't really care what it does, it just needs to be fixed. :) > What is the supposed running path on make_chm.bat? It's just looks as confusing. Is the follow patch can be safely commited? Index: chm/common.php === RCS file: /

[PHP-DOC] cvs: phpdoc /scripts/rtlpatch HtmlExtParser.class.php

2003-05-30 Thread Moshe Doron
/HtmlExtParser.class.php:1.6 phpdoc/scripts/rtlpatch/HtmlExtParser.class.php:1.7 --- phpdoc/scripts/rtlpatch/HtmlExtParser.class.php:1.6 Tue May 27 06:43:46 2003 +++ phpdoc/scripts/rtlpatch/HtmlExtParser.class.php Thu May 29 10:53:22 2003 @@ -16,7 +16,7 @@ | Authors:Moshe Doron <[EMAIL PROTEC

[PHP-DOC] cvs: phpdoc /scripts/rtlpatch HtmlParser.class.php rtlpatch.php

2003-05-29 Thread Moshe Doron
/rtlpatch/HtmlParser.class.php:1.3 --- phpdoc/scripts/rtlpatch/HtmlParser.class.php:1.2Mon May 26 06:41:37 2003 +++ phpdoc/scripts/rtlpatch/HtmlParser.class.phpThu May 29 08:33:20 2003 @@ -16,7 +16,7 @@ | Authors:Moshe Doron <[EMAIL PROTEC

Re: [PHP-DOC] cvs: phpdoc /scripts/rtlpatch HtmlExtParser.class.php todo.txt

2003-05-29 Thread moshe doron
> Your patched totally broke the index generation for the CHM HE manual, the parser > exports in a totally differentformat and thus the index it suppose to be so, it's save the html meaning not the orginal ws and low\up case. anyway, there are some html changes related to the alignment so ma

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

2003-03-19 Thread Moshe Doron
momoWed Mar 19 05:48:45 2003 EDT Modified files: /phpdoc/scripts file-entities.php.in Log: more cygwin bin fix, add little load but clear. Index: phpdoc/scripts/file-entities.php.in diff -u phpdoc/scripts/file-entities.php.in:1.10 phpdoc/scripts/file-en

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

2003-03-19 Thread Moshe Doron
momoWed Mar 19 04:36:49 2003 EDT Modified files: /phpdoc/scripts file-entities.php.in Log: the right fix. i forked the $out_dir into $script_out_dir using for inscript tasks. Index: phpdoc/scripts/file-entities.php.in diff -u phpdoc/scripts/file-entities

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

2003-03-19 Thread Moshe Doron
momoWed Mar 19 04:14:04 2003 EDT Modified files: /phpdoc/scripts file-entities.php.in Log: revert last commit for now. jade not alwayes complied with cygwin unfortunately ... Index: phpdoc/scripts/file-entities.php.in diff -u phpdoc/scripts/file-entities

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

2003-03-19 Thread Moshe Doron
momoWed Mar 19 03:57:56 2003 EDT Modified files: /phpdoc/scripts file-entities.php.in Log: fix for cygwin php binary Index: phpdoc/scripts/file-entities.php.in diff -u phpdoc/scripts/file-entities.php.in:1.7 phpdoc/scripts/file-entities.php.in:1.8 --- ph

Re: [PHP-DOC] hebrew broken build

2003-03-13 Thread moshe doron
"Hartmut Holzgraefe" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > moshe doron wrote: > >>if ever have been made used docbook for hebrew. > > > > > > just to make things clear, the mentioned .ent file used unicode, where the > &

Re: [PHP-DOC] hebrew broken build

2003-03-13 Thread moshe doron
> if ever have been made used docbook for hebrew. just to make things clear, the mentioned .ent file used unicode, where the whole project use ascii (less standard, but much more common) -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.ph

Re: [PHP-DOC] hebrew broken build

2003-03-13 Thread moshe doron
"Gabor Hojtsy" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > >>>i tried to hack into the poor status of the hebrew tarnslation i fixed > >>>some bugs but still the build is broken without detailes (there are > >>>some warnings but AFAIU that's not the problem) > >>> > >>>can some1

[PHP-DOC] hebrew broken build

2003-03-12 Thread moshe doron
i tried to hack into the poor status of the hebrew tarnslation i fixed some bugs but still the build is broken without detailes (there are some warnings but AFAIU that's not the problem) can some1 that know thatws dsssl, say me what i have to fix? thnx moshe --