Difference between revisions of "Platform Team/sugar-stats"
Jump to navigation
Jump to search
(Another fixed link (I'm trying to find any statistics, folks)) |
|||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Note/note|This is page is about development version.|If you are looking for information about stable release, follow to [[Platform_Team/sugar-stats/0.1|separate page]].}} | ||
+ | |||
== Summary == | == Summary == | ||
Line 8: | Line 10: | ||
More (0.86+) Sugar versions might be added on demand. | More (0.86+) Sugar versions might be added on demand. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Getting the code == | == Getting the code == | ||
− | * Gitorious [ | + | * Gitorious [https://web.archive.org/web/20130725065424/git.sugarlabs.org/desktop/stats sources] repository. |
− | * Binary [http://download.sugarlabs.org/packages/ | + | * Binary [http://download.sugarlabs.org/packages/SweetsDistribution:/Factory/ packages] from [[Sweets Distribution]]. |
In use, the library does not require any building routines, just provide the full path to the {{Code|active_document/}} subdirectory via the {{Code|PYTHONPATH}} environment variable. | In use, the library does not require any building routines, just provide the full path to the {{Code|active_document/}} subdirectory via the {{Code|PYTHONPATH}} environment variable. | ||
− | See the [http://git.sugarlabs.org/ | + | See the [http://git.sugarlabs.org/desktop/stats/trees/master/examples examples/] subdirectory in the sources tree for usage examples. |
− | ===Library requirements=== | + | === Library requirements === |
* RRDtool [http://oss.oetiker.ch/rrdtool/prog/rrdpython.en.html python binding]. | * RRDtool [http://oss.oetiker.ch/rrdtool/prog/rrdpython.en.html python binding]. | ||
Line 57: | Line 26: | ||
== See also == | == See also == | ||
− | * [[ | + | * [[Platform_Team/Server_Kit/sugar-client|sugar-client]] application that uses sugar-stats library. |
== Getting involved == | == Getting involved == | ||
− | * [ | + | * [https://web.archive.org/web/20130720223915/https://bugs.sugarlabs.org/newticket?component=sugar-server-kit Report] on bugs. |
− | * Read the [ | + | * Read the [https://web.archive.org/web/20130728113129/git.sugarlabs.org/server/client/blobs/master/HACKING HACKING] file to know how to contribute with code. |
Latest revision as of 16:24, 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.