Reiser 2.0 |
![]() |
status.net is activitystreams enabled !
is now
enabled !
Thanks to Olof Tjerngren who wrote the extension !
We already using this version for our Communtiy Equity implementation
You can try it out on the CeQ demo site .

Also here is an example on how we calculate the top contributors and top notices using Community Equity

Here is the instruction how to configure the status.net activitystrea.ms extension
The merge request is number #2217
http://gitorious.org/statusnet/mainline/merge_requests/2217
Configuration:
To activate (the only required setting):
$config[‘activitystream’][‘enabled’]=true;
Changing the value used for person id:
$config[‘activitystream’][‘id_field’] = ‘email’ | ‘profileurl’ | ‘nickname’ | ‘tag’.
Change default number of entries to include (default 50):
$config[‘activitystream’][‘pagesize’]=<num entries>
Switch to querying all tables - pretty useless:
$config[‘activitystream’][‘method’]=’query’;
The stream is on /activitystream/all and takes a few alternate parameter:
?pagesize=x
Number of entries to include
?datetime=Y-m-d
Entries on this date or newer.
?days=x
Number of days to include
Posted at 08:06AM Nov 26, 2009 by Peter Reiser in Community Equity | Comments[3]

Posted by peterreiser on November 26, 2009 at 08:12 PM CET #
Posted by uberVU - social comments on November 26, 2009 at 08:18 PM CET #
Posted by ejang's me2DAY on November 27, 2009 at 05:49 PM CET #