On 11/16/09 3:12 AM, Toby Inkster wrote:
On Sun, 2009-11-15 at 20:35 -0500, Craig Andrews wrote:
I don't want to see StatusNet get a black eye over this when people
find out about it.

I don't know exactly what data's being collected, but in the UK if an
organisation is collecting personally identifiable data, the person
needs to be informed:

There's no personally identifiable data -- but it would be good to show folks what data it is that's getting reported!

Basically there's some versioning and config info and aggregate info on usage (count of users, posts, etc); the URL root and site name are the only things that identify the _site_ individually.

Here's what would be reported from my public test instance:

  array (
    'version' => '0.9.0dev',
    'phpversion' => '5.2.6-2ubuntu4.3',
    'name' => 'Brionitron',
    'root' => 'http://status.leuksman.com/',
    'usercount' => '7',
    'userfirst' => '2009-10-12 21:08:28',
    'userlast' => '2009-11-16 04:22:25',
    'noticecount' => '1118',
    'noticefirst' => '2009-10-12 21:08:33',
    'noticelast' => '2009-11-16 19:23:52',
    'subscriptioncount' => '29',
    'subscriptionfirst' => '2009-10-12 21:08:28',
    'subscriptionlast' => '2009-11-16 06:18:30',
    'remote_profilecount' => '39',
    'remote_profilefirst' => '2009-10-12 21:10:21',
    'remote_profilelast' => '2009-11-16 06:16:21',
    'user_groupcount' => '1',
    'user_groupfirst' => '2009-10-20 13:04:33',
    'user_grouplast' => '2009-10-20 13:04:33',
    'theme' => 'default',
    'dbtype' => 'mysql',
    'xmpp' => false,
    'inboxes' => true,
    'queue' => true,
    'license' => 'http://creativecommons.org/licenses/by/3.0/',
    'fancy' => true,
    'private' => false,
    'closed' => false,
    'memcached' => false,
    'language' => 'en_US',
    'timezone' => 'UTC',
  ),

You can see the exact code that builds this stats snapshot in libs/snapshot.php.

-- brion vibber (brion @ status.net)
_______________________________________________
StatusNet-dev mailing list
[email protected]
http://lists.status.net/mailman/listinfo/statusnet-dev

Reply via email to