Bug#745584: stattrans.pl html attribute follows without any spaces

2015-06-09 Thread Laura Arjona Reina
Hi everybody I'm sending a patch in diff format, that should fix the bug. If there is no objection, I'll commit in one week. Regards -- Laura Arjona https://wiki.debian.org/LauraArjona Index: stattrans.pl === RCS file: /

Re: how to move to UTF-8: stattrans.pl

2009-08-02 Thread Simon Paillard
t; [..] > Do you see something else ? The charset written in stats pages is currently harcoded to iso8859-1, which breaks acents in maintainer names (read form translation-check header). Here is a little patch applied against stattrans.pl that advertise the same charset as the wml one. The s

Re: Patch for stattrans.pl

2008-11-20 Thread Simon Paillard
Hello Jean-Edouard, On Wed, Nov 19, 2008 at 01:21:00AM +0100, Jean-Edouard Babin wrote: > Here is a patch proposal for stattrans.pl (used for page like > http://www.debian.org/devel/website/stats/fr.html) > It purpose is to add into "Outdated translations" part of "Debia

Patch for stattrans.pl

2008-11-18 Thread Jean-Edouard Babin
Hello, Here is a patch proposal for stattrans.pl (used for page like http://www.debian.org/devel/website/stats/fr.html) It purpose is to add into "Outdated translations" part of "Debian web site translation statistics" pages a link to the latest translated version of the wml f

Re: HTML Strict pacth for stattrans.pl

2005-11-07 Thread Jutta Wrage
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! Please test the new script before commit, I can't do a test on my system. I put in css, doctype and colgroups for the tables. Some other slightly changes are made. I suggest to put most of the css to debian.css. But I am not sure, if th

Re: HTML Strict pacth for stattrans.pl

2005-11-07 Thread Jutta Wrage
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 06.11.2005 um 22:39 schrieb Luca Monducci: I have created a patch for stattrans.pl, this should fix HTML validation for pages in devel/website/stats. Ah, nice! Something to play with for me. Questiion to all: Shouldn't the pages hav

HTML Strict pacth for stattrans.pl

2005-11-06 Thread Luca Monducci
Hi! I have created a patch for stattrans.pl, this should fix HTML validation for pages in devel/website/stats. Please test the new script before commit, I can't do a test on my system. Best regards, Luca stattrans.pl.diff Description: Binary data

Re: stattrans.pl broken

2005-06-01 Thread Frank Lichtenheld
On Wed, Jun 01, 2005 at 10:57:03AM +0200, Thomas Huriaux wrote: > Hi, > > Due to the change > http://cvs.debian.org/webwml/english/template/debian/languages.wml.diff?r1=1.134&r2=1.135&cvsroot=webwml > stattrans.pl was broken (it couldn't find portuguese_br, > chin

stattrans.pl broken

2005-06-01 Thread Thomas Huriaux
Hi, Due to the change http://cvs.debian.org/webwml/english/template/debian/languages.wml.diff?r1=1.134&r2=1.135&cvsroot=webwml stattrans.pl was broken (it couldn't find portuguese_br, chinese_{cn,hk,tw}). I already committed the attached patch to fix it as soon as possible, but t

Re: Patch for stattrans.pl

2005-04-25 Thread Denis Barbier
On Mon, Apr 25, 2005 at 04:32:45PM +0200, Luca Monducci wrote: > Hello, > > please apply this trivial patch to fix the HTML in generated pages. Committed, thanks. Denis -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Patch for stattrans.pl

2005-04-25 Thread Luca Monducci
Hello, please apply this trivial patch to fix the HTML in generated pages. Regards, Luca patch.diff Description: Binary data

Re: various fixes for stattrans.pl

2005-04-21 Thread Denis Barbier
On Thu, Apr 21, 2005 at 10:08:41AM +0200, Thomas Huriaux wrote: [...] > > English files are processed first, > > I think it is not true. Oops, my memory was wrong, sorry. Thanks for your work. Denis -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contac

Re: various fixes for stattrans.pl

2005-04-21 Thread Thomas Huriaux
Denis Barbier <[EMAIL PROTECTED]> (20/04/2005): > > $version{"$lang/$file"} = $altcvs->revision($f); > > if (!$transcheck->revision()) { > > - $original{"english/$file"} = $lang; > > - $transversion{"english/$file"} ||= "1.1"; > > + $transcheckenglish =

Re: various fixes for stattrans.pl

2005-04-20 Thread Denis Barbier
On Mon, Apr 18, 2005 at 11:10:40AM +0200, Thomas Huriaux wrote: > Hi, > > This patch fixes a few things in stattrans.pl: > * fix a bug when the original no longer exists (the > elsif ( !$version && $transversion) was never true > * warn when translation-check

Re: various fixes for stattrans.pl

2005-04-20 Thread Thomas Huriaux
Hi, Thomas Huriaux <[EMAIL PROTECTED]> (18/04/2005): > This patch fixes a few things in stattrans.pl: > * fix a bug when the original no longer exists (the > elsif ( !$version && $transversion) was never true > * warn when translation-check version is higher

various fixes for stattrans.pl

2005-04-18 Thread Thomas Huriaux
Hi, This patch fixes a few things in stattrans.pl: * fix a bug when the original no longer exists (the elsif ( !$version && $transversion) was never true * warn when translation-check version is higher than the original file version * if both english and $lang files have no tra

Re: stattrans.pl and Chinese translation statistics

2004-05-08 Thread Denis Barbier
On Thu, Jan 29, 2004 at 07:59:57PM +, Chuan-kai Lin wrote: > Hello, > > I noticed that the web site translation statistics at > http://www.debian.org/devel/website/stats/ contains only an entry for > zh-cn but none for zh-tw. Would it be possible to have both zh-cn and > zh-tw listed in the s

stattrans.pl and Chinese translation statistics

2004-01-29 Thread Chuan-kai Lin
Hello, I noticed that the web site translation statistics at http://www.debian.org/devel/website/stats/ contains only an entry for zh-cn but none for zh-tw. Would it be possible to have both zh-cn and zh-tw listed in the statistics? I am fully aware that since zh-cn and zh-tw are generated from

Re: Change to stattrans.pl

2003-04-29 Thread Josip Rodin
On Tue, Apr 29, 2003 at 01:36:26AM +0200, Frank Lichtenheld wrote: > I want apply the following patch to stattrans.pl, that adds > links to the log entry page for outdated files. I would find > this very usefull for translating. > Any objections? It might attract more spam crawler

Re: Change to stattrans.pl

2003-04-29 Thread Denis Barbier
On Tue, Apr 29, 2003 at 01:36:26AM +0200, Frank Lichtenheld wrote: > Hi. > > I want apply the following patch to stattrans.pl, that adds > links to the log entry page for outdated files. I would find > this very usefull for translating. > Any objections? No, looks fine to me. Denis

Change to stattrans.pl

2003-04-28 Thread Frank Lichtenheld
Hi. I want apply the following patch to stattrans.pl, that adds links to the log entry page for outdated files. I would find this very usefull for translating. Any objections? Frank -- *** Frank Lichtenheld <[EMAIL PROTECTED]> *** *** http://www.djpig.de/ *** see also:

Re: Debian WWW CVS commit by barbier: webwml/. check_trans.pl stattrans.pl touch_tra ...

2002-02-07 Thread Josip Rodin
On Mon, Dec 31, 2001 at 11:59:11AM +0100, Denis Barbier wrote: > > > > Unfortunately, touch_translations.pl did break latest build :( > > > > > > BTW, I believe that this script should not be run after WML compilation, > > > but from /org/www.debian.org/cron/daily_updates before 4webwml. > > > The

Re: Debian WWW CVS commit by barbier: webwml/. check_trans.pl stattrans.pl touch_tra ...

2001-12-31 Thread Denis Barbier
On Mon, Dec 31, 2001 at 03:00:38AM +0100, Josip Rodin wrote: > On Tue, Sep 04, 2001 at 11:38:25PM +0200, Denis Barbier wrote: > > > Unfortunately, touch_translations.pl did break latest build :( > > > It is strange, I checked it worked as expected on w.d.o, will have a > > > look on it now. > > >

Re: Debian WWW CVS commit by barbier: webwml/. check_trans.pl stattrans.pl touch_tra ...

2001-12-30 Thread Josip Rodin
On Tue, Sep 04, 2001 at 11:38:25PM +0200, Denis Barbier wrote: > > Unfortunately, touch_translations.pl did break latest build :( > > It is strange, I checked it worked as expected on w.d.o, will have a > > look on it now. > > BTW, I believe that this script should not be run after WML compilation

Re: Debian WWW CVS commit by barbier: webwml/. check_trans.pl stattrans.pl touch_tra ...

2001-10-19 Thread Josip Rodin
On Tue, Sep 04, 2001 at 11:38:25PM +0200, Denis Barbier wrote: > BTW, I believe that [touch_translations.pl] should not be run after WML > compilation, but from /org/www.debian.org/cron/daily_updates before > 4webwml. The reason is that current scheme does not work when original > document is not E

Re: stattrans.pl

2001-09-13 Thread Matt Kraai
On Thu, Sep 13, 2001 at 06:34:39PM +0200, Gerfried Fuchs wrote: > On Thu, Sep 13, 2001, Matt Kraai wrote: > > This is true only if you consider all of the untranslated files to > > be outdated translations. I originally made this exact mistake, > > but corrected it after committing it. Please see

Re: stattrans.pl

2001-09-13 Thread Gerfried Fuchs
On Thu, Sep 13, 2001, Matt Kraai wrote: > This is true only if you consider all of the untranslated files to > be outdated translations. I originally made this exact mistake, > but corrected it after committing it. Please see the CVS log. > I've been rethinking this, though. It might be better t

Re: stattrans.pl

2001-09-13 Thread Matt Kraai
On Thu, Sep 13, 2001 at 04:37:43PM +0200, Gerfried Fuchs wrote: > I object to the last changes to the stattrans.pl script :) I am going > to submit the following diff for the file: > > === > RCS file: /cv

stattrans.pl

2001-09-13 Thread Gerfried Fuchs
Hi! I object to the last changes to the stattrans.pl script :) I am going to submit the following diff for the file: === RCS file: /cvs/webwml/webwml/stattrans.pl,v retrieving revision 1.29 diff -u -r1.29 stattrans.pl

Re: stattrans.pl improvements

2001-09-11 Thread Gerfried Fuchs
On Mon, Sep 10, 2001, Matt Kraai wrote: > On Mon, Sep 10, 2001 at 07:00:48PM +0200, Gerfried Fuchs wrote: > I just realized that the translated/not translated and > up-to-date/outdated column pairs with always share the same color, > so there is no need to calculate it twice. Now that you notice

Re: stattrans.pl improvements

2001-09-10 Thread Matt Kraai
30 (3%) 941 (96%) 24 (80%)6 (20%) Anyway, here is a slightly improved patch. It's output (up-to-date this time) is available at the same place. It also changes the percentage calculation so that they always add up to 100 (it rounds pessimistical

Re: stattrans.pl improvements

2001-09-10 Thread Josip Rodin
On Mon, Sep 10, 2001 at 10:26:29AM -0600, Matt Kraai wrote: > The second part of second hunk eliminates the special case for > English so that its translation statistics are also displayed on > the index page. When I made that special case it didn't occur to me that English would have anything oth

Re: stattrans.pl improvements

2001-09-10 Thread Gerfried Fuchs
let come up any confusion. Maybe in a small font or such. Something along these lines: --- --- stattrans.pl2001/09/07 21:46:20 1.25 +++ stattrans.pl2001/09/10 16:59:36 @@ -324,7 +324,8 @@ print HTML $border_head; print HTML

Re: stattrans.pl improvements

2001-09-10 Thread Denis Barbier
On Mon, Sep 10, 2001 at 10:26:29AM -0600, Matt Kraai wrote: > Howdy, Hi Matt, > The first hunk of this patch calculates the percentages of > up-to-date and outdated pages relative to the number of pages > translated into that language, rather than the total number of > pages. Does not seem to wo

stattrans.pl improvements

2001-09-10 Thread Matt Kraai
http://opensource.lineo.com/~kraai/stats/. Are any/all of these changes OK? Unfixed by this patch, non-English originals with no English translation are not included in any of the statistics. I'm planning to fix that. Matt Index: stattra

Re: stattrans.pl seems to be broken!!

2001-09-07 Thread Denis Barbier
ml::debian::translation-check, e.g. {english,hungarian}/international/Hungarian.wml, and I believe it is better to assume they have not been translated from English in such cases. Denis Index: stattrans.pl === RCS file: /cvs/webwm

Re: stattrans.pl seems to be broken!!

2001-09-07 Thread Matt Kraai
On Fri, Sep 07, 2001 at 09:05:46AM +0200, Gerfried Fuchs wrote: > I think there must be a bug in the recent stattrans.pl updates. If you > look e.g. at the de.html you will notice that the version of e.g. > international/Chinese/index for english is considered as 1.15, which > simpl

stattrans.pl seems to be broken!!

2001-09-07 Thread Gerfried Fuchs
Hi! I think there must be a bug in the recent stattrans.pl updates. If you look e.g. at the de.html you will notice that the version of e.g. international/Chinese/index for english is considered as 1.15, which simply isn't true. It's just 1.6. The diff also points to t

Re: Debian WWW CVS commit by barbier: webwml/. check_trans.pl stattrans.pl touch_tra ...

2001-09-04 Thread Denis Barbier
On Tue, Sep 04, 2001 at 09:42:56PM +0200, Denis Barbier wrote: [...] > Unfortunately, touch_translations.pl did break latest build :( > It is strange, I checked it worked as expected on w.d.o, will have a > look on it now. [...] Works now, I was not aware of absolute paths in CVS/Repository. BTW,

stattrans.pl colorization

2001-09-04 Thread Matt Kraai
Howdy, According to the log messages for stattrans.pl, revision 1.18: added colors to the other columns. if too many people say it's butt-ugly we can revert it :) I think the current scheme is butt-ugly. Specifically, the "Not translated" column color always con

Re: Debian WWW CVS commit by barbier: webwml/. check_trans.pl stattrans.pl touch_tra ...

2001-09-04 Thread Denis Barbier
gt; . : check_trans.pl stattrans.pl > > touch_translations.pl > > > > Log message: > > Update these scripts to use modules found under Perl/ > > Ahm... > > % ./check_trans.pl -q > Use of uninitialized value in pa

Re: Debian WWW CVS commit by barbier: webwml/. check_trans.pl stattrans.pl touch_tra ...

2001-09-04 Thread Josip Rodin
On Mon, Sep 03, 2001 at 04:48:35PM -0700, Debian WWW CVS wrote: > CVSROOT: /cvs/webwml > Module name: webwml > Changes by: barbier 01/09/03 16:48:35 > > Modified files: > . : check_trans.pl stattrans.pl >touch_translations