= Allows to gauge project activity at a glance = == Description == Stractistics is little plugin designed to estimate recent project activity. It's still an early version but we're already using it internally so it may be useful to you too. Feel free to drop some feedback. == Bugs/Feature Requests == Existing bugs and feature requests for StractisticsPlugin are [report:9?COMPONENT=StractisticsPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=StractisticsPlugin&owner=dagomez new ticket]. == Download and Source == Download [download:stractisticsplugin the zipped source], [http://trac-hacks.org/svn/stractisticsplugin check out form here] using Subversion, or [source:stractisticsplugin browse the source] with Trac. == Requirements == Your web browser must support : * Javascript * Macromedia Flash Player 9 plugin. !FireFox 2.0, Internet Explorer 7 and Opera 9.25 have been tested succesfully. == Usage == install with {{{ easy_install http://trac-hacks.org/svn/stractisticsplugin/0.10/tags/0.1.0 }}} First, enable the plugin. {{{ [components] stractistics.* = enabled }}} Then if you've got STRACTISTICS_VIEW permission, a Stractistics button will appear on the navigation bar. Just click it and enjoy. === Options === From version 0.2.1 onwards, it's possible to customize these parameters: * repository_authors_limit : Number of users displayed on the repository activity chart. Its default value is 5. * wiki_authors_limit : Number of users displayed on the wiki activity chart . Its default value is 5. Right now, I'd advise against setting any of those parameters to a value greater than 8 because that leads to cluttered charts. If you wish to modify the default settings, create a new section called 'stractistics' in trac.ini and then add any of the parameters and its new value. Example: {{{ [stractistics] repository_authors_limit = 5 wiki_authors_limit = 7 }}} == Screenshots == [[Image(Stractistics-0.1.0beta_1202320797399_760.png, nolink)]] == Recent Changes == [[ChangeLog(stractisticsplugin, 3)]] == Author/Contributors == '''Author:''' Daniel Gómez Brito - dagomez@gmv.com[[BR]] '''Contributors:''' Manuel Jesús Recena Soto - mjrecena@gmv.com