Difference between revisions of "Platform Team/sugar-stats"
Jump to navigation
Jump to search
(This may be totally meaningless, but at least one fewer broken link) |
|||
Line 30: | Line 30: | ||
== Getting involved == | == Getting involved == | ||
− | * [ | + | * [https://web.archive.org/web/20130720223915/https://bugs.sugarlabs.org/newticket?component=sugar-server-kit Report] on bugs. |
* Read the [http://git.sugarlabs.org/desktop/stats/blobs/master/HACKING HACKING] file to know how to contribute with code. | * Read the [http://git.sugarlabs.org/desktop/stats/blobs/master/HACKING HACKING] file to know how to contribute with code. |
Revision as of 15:18, 6 September 2024
Summary
Library to gather Sugar usage statistics. The gathering method is based on sniffing DBus and X11 events.
Supported Sugars
- 0.94
More (0.86+) Sugar versions might be added on demand.
Getting the code
- Gitorious sources repository.
- Binary packages from Sweets Distribution.
In use, the library does not require any building routines, just provide the full path to the active_document/
subdirectory via the PYTHONPATH
environment variable.
See the examples/ subdirectory in the sources tree for usage examples.
Library requirements
- RRDtool python binding.
See also
- sugar-client application that uses sugar-stats library.