Re: [PATCH] generation of i18n.php3 from po files

2005-03-25 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> perhaps Use iconv in php. This may indeed be better. JMarc

Re: [PATCH] generation of i18n.php3 from po files

2005-03-25 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Jean-Marc, > | what do you think of this approach/code? It enables us to generate a valid | UTF-8 encoded i18n.php3 with minimal human intervention. > | If you're happy, then I'd like to commit this. (To the devel tree too o

Re: [PATCH] generation of i18n.php3 from po files

2005-03-25 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Jean-Marc Lasgouttes wrote: >> Angus> The attached patch adds a comment of the form: >> >> Angus> # HTML-Last-Translator: Zdenko Podobný >> >> Can't you just use a tool like recode to put the name in the right >> shape? I do not know how common recode

Re: [PATCH] generation of i18n.php3 from po files

2005-03-24 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> (the grep command matches anything that's not a tab and lies Angus> outside the range to . See, eg, Angus> http://www.lookuptables.com/ .) Ahh, I missed the fact that it is a range. Angus> sed will interpret this command: s/AUTHO

Re: [PATCH] generation of i18n.php3 from po files

2005-03-24 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> Ok, Jean-Marc. The attached patch (to postats.sh only) produces > Angus> http://www.devel.lyx.org/~leeming/www-devel/i18n.php3 when run > Angus> as sh ./postats.sh *.po > i18n.php3 > > I am not sure I understand those lines: > +

Re: [PATCH] generation of i18n.php3 from po files

2005-03-24 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > You may want to make sure that it works when recode is not available. It "works" in that it exits: $ sh postats.sh eu.po >/dev/null postats.sh: line 118: recode: command not found I think that this is correct behaviour, since we require a web page that validates as

Re: [PATCH] generation of i18n.php3 from po files

2005-03-24 Thread Jean-Marc Lasgouttes
>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Ok, Jean-Marc. The attached patch (to postats.sh only) produces Angus> http://www.devel.lyx.org/~leeming/www-devel/i18n.php3 when run Angus> as sh ./postats.sh *.po > i18n.p

Re: [PATCH] generation of i18n.php3 from po files

2005-03-24 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Cool! Thanks! FC3 does not come with recode and I know nothing Angus> about it. Nonetheless, I've just grabbed an rpm and it works Angus> beautifully. Angus> I'll modify postats.sh to use this. You may want to make sure that it wo

Re: [PATCH] generation of i18n.php3 from po files

2005-03-24 Thread Angus Leeming
s. Ok, Jean-Marc. The attached patch (to postats.sh only) produces http://www.devel.lyx.org/~leeming/www-devel/i18n.php3 when run as sh ./postats.sh *.po > i18n.php3 I guess this is exactly what we're looking for, no? -- AngusIndex: po/postats.sh =

Re: [PATCH] generation of i18n.php3 from po files

2005-03-24 Thread Angus Leeming
7;ve just grabbed an rpm and it works beautifully. I'll modify postats.sh to use this. > Angus> Rather than do that, I modified the generated .php3 file to > Angus> only print out "non-red" table rows. Compare > Angus> http://www.devel.lyx.org/i18n.php3 and > Angus&

Re: [PATCH] generation of i18n.php3 from po files

2005-03-24 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Georg> Angus, forgive me that I step in so late, but I have a stupid > Georg> question: What is wrong with UTF-8 encoded .po files? KDE for > Georg> example uses them for a long time. Nothing. So long as your "outputter" (Qt, gtk, XForms) can understand UTF-8 encoded

Re: [PATCH] generation of i18n.php3 from po files

2005-03-24 Thread Jean-Marc Lasgouttes
>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Jean-Marc, what do you think of this approach/code? It enables Angus> us to generate a valid UTF-8 encoded i18n.php3 with minimal Angus> human intervention. Angus> If you're happy, t

Re: [PATCH] generation of i18n.php3 from po files

2005-03-24 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Angus Leeming wrote: >> The attached patch adds a comment of the form: >> >> # HTML-Last-Translator: Zdenko Podobný Georg> Angus, forgive me that I step in so late, but I have a stupid Georg> question: What is wrong with UTF-8 encode

Re: [PATCH] generation of i18n.php3 from po files

2005-03-24 Thread Georg Baum
Angus Leeming wrote: > The attached patch adds a comment of the form: > > #HTML-Last-Translator: Zdenko Podobný Angus, forgive me that I step in so late, but I have a stupid question: What is wrong with UTF-8 encoded .po files? KDE for example uses them for a long time. Georg

[PATCH] generation of i18n.php3 from po files

2005-03-24 Thread Angus Leeming
Jean-Marc, what do you think of this approach/code? It enables us to generate a valid UTF-8 encoded i18n.php3 with minimal human intervention. If you're happy, then I'd like to commit this. (To the devel tree too of course.) The attached patch adds a comment of the form: #

Re: Dead links on www.lyx.org/about/i18n.php3

2004-01-07 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> See attached. Ok to commit? Angus > Yes. Done. -- Angus

Re: Dead links on www.lyx.org/about/i18n.php3

2004-01-07 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> See attached. Ok to commit? Angus Yes. JMarc

Dead links on www.lyx.org/about/i18n.php3

2004-01-06 Thread Angus Leeming
2004 22:08:10 - @@ -1,3 +1,7 @@ +2004-01-06 Angus Leeming <[EMAIL PROTECTED]> + + * about/i18n.php3: remove dead links. + 2003-10-10 Jean-Marc Lasgouttes <[EMAIL PROTECTED]> * internet/index.php3: update wiki address Index: abo

Re: i18n.php3

2003-01-30 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> The only thing which works both in Mozilla and in MSIE is Angus> wrapping the in another (align="center" being Angus> allowed within tag) : Angus> cellspacing="0"> align="center">... Angus> It's not so nice but it works ! Tha

Re: i18n.php3

2003-01-28 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > > Lars> | Hints? > > Lars> I do not get what you mean. > > Did you see the table in news that shows the gmane groups? I want to > keep the same effect, but with conforming xhtml. > > Lars> cascading

Re: i18n.php3

2003-01-28 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> | Hints? Lars> I do not get what you mean. Did you see the table in news that shows the gmane groups? I want to keep the same effect, but with conforming xhtml. Lars> cascading might help I get I will get rid of the table al

Re: i18n.php3

2003-01-27 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> | On a related note, the page www.lyx.org/news/ does not | Lars> validate | because of the use of . What is the | Lars> xhtmlly-correct version of | this tag? | | Lars> Ei

Re: i18n.php3

2003-01-27 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> | On a related note, the page www.lyx.org/news/ does not Lars> validate | because of the use of . What is the Lars> xhtmlly-correct version of | this tag? Lars> Either use Lars> Lars> or use the class modifier on the other

Re: i18n.php3

2003-01-27 Thread Lars Gullik Bjønnes
us> to the outside world that it does. More than that I can not | Angus> tell you. | | Angus> The error messages are detailed in excruciating exactness at | Angus> http://validator.w3.org/check?uri=http%3A%2F%2Fwww.devel.lyx.org%2Fi18n.php3 | Angus> Alternatively, just press the

Re: i18n.php3

2003-01-27 Thread Jean-Marc Lasgouttes
n not Angus> tell you. Angus> The error messages are detailed in excruciating exactness at Angus> http://validator.w3.org/check?uri=http%3A%2F%2Fwww.devel.lyx.org%2Fi18n.php3 Angus> Alternatively, just press the xhtml button at the bottom of the Angus> i18n.php3 page. On a related note,

Re: i18n.php3

2003-01-27 Thread Michael Schmitt
Lars Gullik Bjønnes wrote: [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | --right-- | | --wrong-- | | This goes for _all_ tag arguments. This patch does not fix all xhtml problems, but is only a first go to tackle to most obvious problems. I sent a similar patch to Angus, last night

Re: i18n.php3

2003-01-27 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | --right-- | | --wrong-- | | This goes for _all_ tag arguments. This patch does not fix all xhtml problems, but is only a first go to tackle to most obvious problems. Index: postats.sh =

Re: i18n.php3

2003-01-26 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Michael, I just tried to validate this page (pressed the xhtml button). I'm | afraid the validator tells us we lied. One mistake, and the simplest one to fix is that all tag argumetns must be quoted. --right-- --wrong-- This goes for _all_ tag

Re: i18n.php3

2003-01-26 Thread Angus Leeming
/validator.w3.org/check?uri=http%3A%2F%2Fwww.devel.lyx.org%2Fi18n.php3 Alternatively, just press the xhtml button at the bottom of the i18n.php3 page. In your defence, I find that these pages also claim to be something that they aren't. guii.php3, cvs.php3, tasks.php3, translation_hints.php3 -- Angus

Re: i18n.php3

2003-01-26 Thread Michael Schmitt
On Sun, 26 Jan 2003, Angus Leeming wrote: > Michael, I just tried to validate this page (pressed the xhtml button). I'm > afraid the validator tells us we lied. What does it mean? Is the HTML code not well-formed? Can you send me the error message? Michael

i18n.php3

2003-01-26 Thread Angus Leeming
Michael, I just tried to validate this page (pressed the xhtml button). I'm afraid the validator tells us we lied. -- Angus

Re: i18n.php3 committed

2003-01-24 Thread Michael Schmitt
Angus Leeming wrote: Michael, I have re-generated i18n.php3 following Lars' re-merging of the po files and committed the resulting file to www-devel. It should appear on the web site eventually. I also made a little link to this file from translation.php3 and added po/postats.sh t

i18n.php3 committed

2003-01-24 Thread Angus Leeming
Michael, I have re-generated i18n.php3 following Lars' re-merging of the po files and committed the resulting file to www-devel. It should appear on the web site eventually. I also made a little link to this file from translation.php3 and added po/postats.sh to the devel repository. Re

Ref :http://sunsite.dk/lyx/about/i18n.php3

2001-10-21 Thread Ruth Townsend
Dear Sir or Madam A few days ago we wrote to [EMAIL PROTECTED] enquiring who was the correct person to contact regarding : http://sunsite.dk/lyx/about/i18n.php3 They kindly replied that we should contact you using the Email address [EMAIL PROTECTED] If they are correct and it is you we need