> 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
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.
"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:
> > >
"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
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
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
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
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.
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
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
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
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
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?
>
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
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
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
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.
"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
> 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
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
"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
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
here the 'all in one method':
http://moshe.i-com-it.com/patchs/livedocs-rtl2.patch.txt
rejections?
--/moshe.
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',.
"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
> > 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
"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
"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
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
"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
"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
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
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
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
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
> 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
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
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
>
> Please provide a normal patch.
>
> regards,
> Derick
>
here:
http://moshe.i-com-it.com/patchs/livedocs-cygwin.txt
--/moshe.
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
>
> 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 (
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
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
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
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
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
/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
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
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
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
/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
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
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
/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
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
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
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
"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
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
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
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:
/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
/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
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
"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
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
--
/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
>
> 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: /
/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
/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
> 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
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
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
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
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
"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
> &
> 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
"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
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
--
79 matches
Mail list logo