Re: LanguagePack statistics

2011-04-03 Thread David Planella
El ds 02 de 04 de 2011 a les 16:10 +0300, en/na Simos Xenitellis va
escriure:
> On Mon, Mar 28, 2011 at 2:34 PM, David Planella
>  wrote:

[...]

> , and if you want to keep
> > track of the progress of your particular language over time (e.g. create
> > your own graphs, etc.) you can also download CSV files manually or fetch
> > them (or the data in json format) here [1]. 

[...]

> 
> Are there historical data for http://popcon.ubuntu.com/ ?

Hi Simos,

Not that I know of. As I was mentioning above, you can fetch them
yourself from there or from the main popcon website.

Ideally, they could be fetched e.g. daily and stored in a database, so
that historical views could be presented. I believe it shouldn't be too
hard for example to set up a django site that did that. If it just
started focusing on translations, I think it would be an easy and nice
project for someone wanting to learn and create something useful for
communities in all languages. Anyone up for giving it a go?

Cheers,
David.

-- 
David Planella
Ubuntu Translations Coordinator
www.ubuntu.com / www.davidplanella.wordpress.com
www.identi.ca/dplanella / www.twitter.com/dplanella


-- 
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators


Re: LanguagePack statistics

2011-04-02 Thread Simos Xenitellis
On Mon, Mar 28, 2011 at 2:34 PM, David Planella
 wrote:
> El dl 28 de 03 de 2011 a les 09:31 +0200, en/na Oier Mees va escriure:
>> Hi guys,
>> I would like to know, if there is a possibility to know how many
>> downloads a certain LanguagePack has, in order to have an approximate
>> number of users that running Ubuntu in that language (and in that
>> distro version).
>> Regards,
>> Oier
>> Coordinator of Ubuntu Basque Translators
>
> Hi Oier,
>
> I think that's what you're looking for:
>
> http://people.canonical.com/~dpm/langpacks-by-inst.html
>
> The page is updated daily, from the popconstats, and if you want to keep
> track of the progress of your particular language over time (e.g. create
> your own graphs, etc.) you can also download CSV files manually or fetch
> them (or the data in json format) here [1]. The code to generate is very
> simple and available here [2]. I'd really like to spend some time
> improving it, but I don't think this is going to happen any time soon,
> any help welcome!
>
> As per the theme... well, it looked nice back when I created it for
> Lucid, now it just looks a bit old ;)
>
> Cheers,
> David.
>
> [1] http://people.canonical.com/~dpm/data/
> [2] https://code.launchpad.net/~dpm/+junk/langpacks-by-inst
>

Are there historical data for http://popcon.ubuntu.com/ ?
As it is now, only the current files are available from the above website.
I keep copies of http://popcon.ubuntu.com/main/by_inst since last July,
however it would be more beneficial if there was an official back somewhere.

Simos

-- 
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators


Re: LanguagePack statistics

2011-04-02 Thread Simos Xenitellis
On Sat, Apr 2, 2011 at 1:00 AM, Anders Jenbo  wrote:
> Den 01-04-2011 21:57, Simos Xenitellis skrev:
>>
>> hows for Greek (package: language-pack-el-base) how many times it is
>> reported as installed (now, over 17000 times).
>> The X axis is from July 2010 up to today
>
> Can you share this so could charts for other langs?
> The X axis could do with better labeling.
>

I simply used LibreOffice Calc to plot the graph, using historical
values derived from
http://popcon.ubuntu.com/main/translations/by_inst

It was pointed to me that we may need to interpret more carefully the numbers.
Can you all give input for the following?

1. This is the description of the numbers that PopCon provides:

# is the package name;
# is the number of people who installed this package;
# is the number of people who use this package regularly;
# is the number of people who installed, but don't use this package
#regularly;
# is the number of people who upgraded this package recently;
# is the number of people whose entry didn't contain enough
#information (atime and ctime were 0).

2. Here is the line for Greek, as given by the PopCon website (above URL
language-pack-el-base  17646  1500 12065   126  3955 (Language
Pack Maintainers)

which means
  17646: number of [unique computers] who installed this package EVER
[when was PopCon first made available?]
1500: number of [unique computers] who use this package regularly [DEFINE?]
  12065: install but not use regularly [DEFINE?]
   126: number of [unique computers] that upgraded recently [How
is recent calculated?]
3955: number of [unique computers] that somehow did not provide
usage information. [What does this mean?]

3. You can run 'popularity-content' manually, and you get the output
printed on your screen (it is not sent).
You simply run
   /usr/sbin/popularity-contest

For 'language-pack-el' it says

1301743371 1301585463 language-pack-el-base
/usr/lib/firefox-addons/extensions/langpack...@firefox.mozilla.org.xpi
1301689879 1301605804 libreoffice-l10n-el
/usr/lib/libreoffice/basis3.3/program/resource/fps_officeel.res

0 0 language-pack-el 
0 0 language-pack-gnome-el 
0 0 myspell-el-gr 
0 0 gnome-user-guide-el 
0 0 language-support-writing-el 
0 0 libreoffice-help-el 
0 0 language-support-el 
0 0 language-pack-gnome-el-base 
0 0 language-support-fonts-el 

The first two columns are 'epoch times' that you can convert to normal
times with http://www.epochconverter.com/

I understand that I can get more information if I look closely to the
'popularity-content' source code and do more tests.
It would be great if someone could compare with their system and build
on the above, and add more answers.

Simos

-- 
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators


Re: LanguagePack statistics

2011-04-01 Thread Anders Jenbo

Den 01-04-2011 21:57, Simos Xenitellis skrev:

hows for Greek (package: language-pack-el-base) how many times it is
reported as installed (now, over 17000 times).
The X axis is from July 2010 up to today

Can you share this so could charts for other langs?
The X axis could do with better labeling.

-Anders

--
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators


Re: LanguagePack statistics

2011-04-01 Thread Simos Xenitellis
On Thu, Mar 31, 2011 at 2:48 PM, Simos Xenitellis
 wrote:
> On Thu, Mar 31, 2011 at 2:12 PM, David Planella
>  wrote:
>> El dj 31 de 03 de 2011 a les 12:56 +0530, en/na Arjuna Rao Chavala va
>> escriure:
>>>
>>>
>>> On Mon, Mar 28, 2011 at 5:04 PM, David Planella
>>>  wrote:
>>>         El dl 28 de 03 de 2011 a les 09:31 +0200, en/na Oier Mees va
>>>         escriure:
>>>
>>>         > Hi guys,
>>>         > I would like to know, if there is a possibility to know how
>>>         many
>>>         > downloads a certain LanguagePack has, in order to have an
>>>         approximate
>>>         > number of users that running Ubuntu in that language (and in
>>>         that
>>>         > distro version).
>>>         > Regards,
>>>         > Oier
>>>         > Coordinator of Ubuntu Basque Translators
>>>
>>>
>>>         Hi Oier,
>>>
>>>         I think that's what you're looking for:
>>>
>>>         http://people.canonical.com/~dpm/langpacks-by-inst.html
>>>
>>> Interesting to learn that the count for Telugu is 2534. But I feel
>>> that not more than 20 people use Telugu as UI, based on my experience
>>> on linux mailing lists and interaction with users. Does this statistic
>>> record installation of  a language pack rather than usage?
>>>
>>
>> Yes, that's correct, it tracks installations, from the popcon data:
>> http://bazaar.launchpad.net/~dpm/+junk/langpacks-by-inst/view/head:/get_data.py#L33
>>
>
> I have been following the popcon stats in order to figure out the real
> number of Greek installations of Ubuntu.
> There should be a multiplier that you apply to the value that popcon
> gives you, and you get the total installations for your language.
> If you can get a random group of Ubuntu users in your country, you can
> check their computers and verify
> how many of them have actually enabled to send these popcon stats.
> Then you can adjust the value that popcon gives you.
>
> Even if your random group is not random enough (for example, there are
> advanced users who tinker every option),
> then you can use this ratio to establish the lower bound of Ubuntu
> users for a specific language. For example,
> if half of your random group uses popcon and installed the langpack,
> then AT LEAST the double of your popcon number corresponds
> to the minimum of Ubuntu users for the said langpack.
>

Got me a graph,
http://dl.dropbox.com/u/1398263/UbuntuPopCon-Graph-DRAFT.png
Shows for Greek (package: language-pack-el-base) how many times it is
reported as installed (now, over 17000 times).
The X axis is from July 2010 up to today.

Simos

-- 
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators


Re: LanguagePack statistics

2011-04-01 Thread Arjuna Rao Chavala
On Mon, Mar 28, 2011 at 5:04 PM, David Planella
wrote:

> El dl 28 de 03 de 2011 a les 09:31 +0200, en/na Oier Mees va escriure:
> > Hi guys,
> > I would like to know, if there is a possibility to know how many
> > downloads a certain LanguagePack has, in order to have an approximate
> > number of users that running Ubuntu in that language (and in that
> > distro version).
> > Regards,
> > Oier
> > Coordinator of Ubuntu Basque Translators
>
> Hi Oier,
>
> I think that's what you're looking for:
>
> http://people.canonical.com/~dpm/langpacks-by-inst.html
>
> Interesting to learn that the count for Telugu is 2534. But I feel that not
more than 20 people use Telugu as UI, based on my experience on linux
mailing lists and interaction with users. Does this statistic record
installation of  a language pack rather than usage?

Cheers
Arjun
-- 
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators


Re: LanguagePack statistics

2011-03-31 Thread Simos Xenitellis
On Thu, Mar 31, 2011 at 2:12 PM, David Planella
 wrote:
> El dj 31 de 03 de 2011 a les 12:56 +0530, en/na Arjuna Rao Chavala va
> escriure:
>>
>>
>> On Mon, Mar 28, 2011 at 5:04 PM, David Planella
>>  wrote:
>>         El dl 28 de 03 de 2011 a les 09:31 +0200, en/na Oier Mees va
>>         escriure:
>>
>>         > Hi guys,
>>         > I would like to know, if there is a possibility to know how
>>         many
>>         > downloads a certain LanguagePack has, in order to have an
>>         approximate
>>         > number of users that running Ubuntu in that language (and in
>>         that
>>         > distro version).
>>         > Regards,
>>         > Oier
>>         > Coordinator of Ubuntu Basque Translators
>>
>>
>>         Hi Oier,
>>
>>         I think that's what you're looking for:
>>
>>         http://people.canonical.com/~dpm/langpacks-by-inst.html
>>
>> Interesting to learn that the count for Telugu is 2534. But I feel
>> that not more than 20 people use Telugu as UI, based on my experience
>> on linux mailing lists and interaction with users. Does this statistic
>> record installation of  a language pack rather than usage?
>>
>
> Yes, that's correct, it tracks installations, from the popcon data:
> http://bazaar.launchpad.net/~dpm/+junk/langpacks-by-inst/view/head:/get_data.py#L33
>

I have been following the popcon stats in order to figure out the real
number of Greek installations of Ubuntu.
There should be a multiplier that you apply to the value that popcon
gives you, and you get the total installations for your language.
If you can get a random group of Ubuntu users in your country, you can
check their computers and verify
how many of them have actually enabled to send these popcon stats.
Then you can adjust the value that popcon gives you.

Even if your random group is not random enough (for example, there are
advanced users who tinker every option),
then you can use this ratio to establish the lower bound of Ubuntu
users for a specific language. For example,
if half of your random group uses popcon and installed the langpack,
then AT LEAST the double of your popcon number corresponds
to the minimum of Ubuntu users for the said langpack.

Simos

-- 
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators


Re: LanguagePack statistics

2011-03-31 Thread David Planella
El dj 31 de 03 de 2011 a les 12:56 +0530, en/na Arjuna Rao Chavala va
escriure:
> 
> 
> On Mon, Mar 28, 2011 at 5:04 PM, David Planella
>  wrote:
> El dl 28 de 03 de 2011 a les 09:31 +0200, en/na Oier Mees va
> escriure:
> 
> > Hi guys,
> > I would like to know, if there is a possibility to know how
> many
> > downloads a certain LanguagePack has, in order to have an
> approximate
> > number of users that running Ubuntu in that language (and in
> that
> > distro version).
> > Regards,
> > Oier
> > Coordinator of Ubuntu Basque Translators
> 
> 
> Hi Oier,
> 
> I think that's what you're looking for:
> 
> http://people.canonical.com/~dpm/langpacks-by-inst.html
> 
> Interesting to learn that the count for Telugu is 2534. But I feel
> that not more than 20 people use Telugu as UI, based on my experience
> on linux mailing lists and interaction with users. Does this statistic
> record installation of  a language pack rather than usage?
> 

Yes, that's correct, it tracks installations, from the popcon data:
http://bazaar.launchpad.net/~dpm/+junk/langpacks-by-inst/view/head:/get_data.py#L33

Cheers,
David.

> 
> Cheers
> Arjun


-- 
David Planella
Ubuntu Translations Coordinator
www.ubuntu.com / www.davidplanella.wordpress.com
www.identi.ca/dplanella / www.twitter.com/dplanella


signature.asc
Description: This is a digitally signed message part
-- 
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators


Re: LanguagePack statistics

2011-03-28 Thread David Planella
El dl 28 de 03 de 2011 a les 13:57 +0200, en/na Lucian Adrian Grijincu
va escriure:
> On Mon, Mar 28, 2011 at 1:55 PM, David Planella
>  wrote:
> > Does anyone know how the acceptance to
> > send popcon stats is done these days?
> 
> Ubuntu software center -> Edit -> Software Sources -> Statistics
> 

Ah, good to know, thanks Lucian!

Cheers,
David.

-- 
David Planella
Ubuntu Translations Coordinator
www.ubuntu.com / www.davidplanella.wordpress.com
www.identi.ca/dplanella / www.twitter.com/dplanella


signature.asc
Description: This is a digitally signed message part
-- 
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators


Re: LanguagePack statistics

2011-03-28 Thread Lucian Adrian Grijincu
On Mon, Mar 28, 2011 at 1:55 PM, David Planella
 wrote:
> Does anyone know how the acceptance to
> send popcon stats is done these days?

Ubuntu software center -> Edit -> Software Sources -> Statistics

-- 
 .
..: Lucian

-- 
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators


Re: LanguagePack statistics

2011-03-28 Thread David Planella
El dl 28 de 03 de 2011 a les 11:28 +0200, en/na Oier Mees va escriure:
> Thanks, but I assume that this only gathers information of people who
> have installed the popularity-contest package, right?
> I am just trying to figure out how many users use Ubuntu in Basque, so
> I thought that the LanguagePack statistics could give more accurate
> numbers, but I don't know if these are available.

That's correct, they are only available if the user has explicitly
agreed to submit anonymous stats to the popcon server.

I seem to remember there used to be an option in the installer, but I
think it's not there anymore. Does anyone know how the acceptance to
send popcon stats is done these days?

Regards,
David.

> Regards,
> Oier
> Coordinator of Ubuntu Basque Translators
> 
> 2011/3/28 YunQiang Su 
> http://popcon.ubuntu.com/
> 
> 
> On Mon, Mar 28, 2011 at 3:31 PM, Oier Mees
>  wrote:
> 
> 
> Hi guys,
> I would like to know, if there is a possibility to
> know how many downloads a certain LanguagePack has, in
> order to have an approximate number of users that
> running Ubuntu in that language (and in that distro
> version).
> Regards,
> Oier
> Coordinator of Ubuntu Basque Translators
> 
> 
> --
> ubuntu-translators mailing list
> ubuntu-translators@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators
> 
> 
> 
> 
> -- 
> YunQiang Su 
> 


-- 
David Planella
Ubuntu Translations Coordinator
www.ubuntu.com / www.davidplanella.wordpress.com
www.identi.ca/dplanella / www.twitter.com/dplanella


signature.asc
Description: This is a digitally signed message part
-- 
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators


Re: LanguagePack statistics

2011-03-28 Thread Oier Mees
Many thanks! But am I correct assuming that this only takes into account the
users that have the popularity-contest package installed?
Oier

2011/3/28 David Planella 

> El dl 28 de 03 de 2011 a les 09:31 +0200, en/na Oier Mees va escriure:
> > Hi guys,
> > I would like to know, if there is a possibility to know how many
> > downloads a certain LanguagePack has, in order to have an approximate
> > number of users that running Ubuntu in that language (and in that
> > distro version).
> > Regards,
> > Oier
> > Coordinator of Ubuntu Basque Translators
>
> Hi Oier,
>
> I think that's what you're looking for:
>
> http://people.canonical.com/~dpm/langpacks-by-inst.html
>
> The page is updated daily, from the popconstats, and if you want to keep
> track of the progress of your particular language over time (e.g. create
> your own graphs, etc.) you can also download CSV files manually or fetch
> them (or the data in json format) here [1]. The code to generate is very
> simple and available here [2]. I'd really like to spend some time
> improving it, but I don't think this is going to happen any time soon,
> any help welcome!
>
> As per the theme... well, it looked nice back when I created it for
> Lucid, now it just looks a bit old ;)
>
> Cheers,
> David.
>
> [1] http://people.canonical.com/~dpm/data/
> [2] 
> https://code.launchpad.net/~dpm/+junk/langpacks-by-inst
>
> --
> David Planella
> Ubuntu Translations Coordinator
> www.ubuntu.com / www.davidplanella.wordpress.com
> www.identi.ca/dplanella / www.twitter.com/dplanella
>
-- 
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators


Re: LanguagePack statistics

2011-03-28 Thread Anton Meixome
This tool is fantastic David !

Antón Méixome

2011/3/28 David Planella :
> El dl 28 de 03 de 2011 a les 09:31 +0200, en/na Oier Mees va escriure:
>> Hi guys,
>> I would like to know, if there is a possibility to know how many
>> downloads a certain LanguagePack has, in order to have an approximate
>> number of users that running Ubuntu in that language (and in that
>> distro version).
>> Regards,
>> Oier
>> Coordinator of Ubuntu Basque Translators
>
> Hi Oier,
>
> I think that's what you're looking for:
>
> http://people.canonical.com/~dpm/langpacks-by-inst.html
>
> The page is updated daily, from the popconstats, and if you want to keep
> track of the progress of your particular language over time (e.g. create
> your own graphs, etc.) you can also download CSV files manually or fetch
> them (or the data in json format) here [1]. The code to generate is very
> simple and available here [2]. I'd really like to spend some time
> improving it, but I don't think this is going to happen any time soon,
> any help welcome!
>
> As per the theme... well, it looked nice back when I created it for
> Lucid, now it just looks a bit old ;)
>
> Cheers,
> David.
>
> [1] http://people.canonical.com/~dpm/data/
> [2] https://code.launchpad.net/~dpm/+junk/langpacks-by-inst
>
> --
> David Planella
> Ubuntu Translations Coordinator
> www.ubuntu.com / www.davidplanella.wordpress.com
> www.identi.ca/dplanella / www.twitter.com/dplanella
>
> --
> ubuntu-translators mailing list
> ubuntu-translators@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators
>
>



-- 
Antón Méixome - Blog about Galician Office Suite
Galician community OOo.org & LibO
http://blog.openoffice.gl // http://blog.libreoffice.gl

-- 
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators


Re: LanguagePack statistics

2011-03-28 Thread David Planella
El dl 28 de 03 de 2011 a les 09:31 +0200, en/na Oier Mees va escriure:
> Hi guys,
> I would like to know, if there is a possibility to know how many
> downloads a certain LanguagePack has, in order to have an approximate
> number of users that running Ubuntu in that language (and in that
> distro version).
> Regards,
> Oier
> Coordinator of Ubuntu Basque Translators

Hi Oier,

I think that's what you're looking for:

http://people.canonical.com/~dpm/langpacks-by-inst.html

The page is updated daily, from the popconstats, and if you want to keep
track of the progress of your particular language over time (e.g. create
your own graphs, etc.) you can also download CSV files manually or fetch
them (or the data in json format) here [1]. The code to generate is very
simple and available here [2]. I'd really like to spend some time
improving it, but I don't think this is going to happen any time soon,
any help welcome!

As per the theme... well, it looked nice back when I created it for
Lucid, now it just looks a bit old ;)

Cheers,
David.

[1] http://people.canonical.com/~dpm/data/
[2] https://code.launchpad.net/~dpm/+junk/langpacks-by-inst

-- 
David Planella
Ubuntu Translations Coordinator
www.ubuntu.com / www.davidplanella.wordpress.com
www.identi.ca/dplanella / www.twitter.com/dplanella


signature.asc
Description: This is a digitally signed message part
-- 
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators


Re: LanguagePack statistics

2011-03-28 Thread Oier Mees
Thanks, but I assume that this only gathers information of people who have
installed the popularity-contest package, right?
I am just trying to figure out how many users use Ubuntu in Basque, so I
thought that the LanguagePack statistics could give more accurate numbers,
but I don't know if these are available.
Regards,
Oier
Coordinator of Ubuntu Basque Translators

2011/3/28 YunQiang Su 

> http://popcon.ubuntu.com/
>
> On Mon, Mar 28, 2011 at 3:31 PM, Oier Mees  wrote:
>
>> Hi guys,
>> I would like to know, if there is a possibility to know how many downloads
>> a certain LanguagePack has, in order to have an approximate number of users
>> that running Ubuntu in that language (and in that distro version).
>> Regards,
>> Oier
>> Coordinator of Ubuntu Basque Translators
>>
>> --
>> ubuntu-translators mailing list
>> ubuntu-translators@lists.ubuntu.com
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators
>>
>>
>
>
> --
> YunQiang Su
>
-- 
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators


Re: LanguagePack statistics

2011-03-28 Thread YunQiang Su
http://popcon.ubuntu.com/

On Mon, Mar 28, 2011 at 3:31 PM, Oier Mees  wrote:

> Hi guys,
> I would like to know, if there is a possibility to know how many downloads
> a certain LanguagePack has, in order to have an approximate number of users
> that running Ubuntu in that language (and in that distro version).
> Regards,
> Oier
> Coordinator of Ubuntu Basque Translators
>
> --
> ubuntu-translators mailing list
> ubuntu-translators@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators
>
>


-- 
YunQiang Su
-- 
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators