You are here

README.txt in Quant 7

Same filename and directory in other branches
  1. 6 README.txt
INTRODUCTION
---------------------------------------------

Quant provides an engine for producing quantitative, time-based analytics 
for virtually any Drupal component. Quant takes raw data about normal Drupal 
actions, such as node creation, and plots the activity over time, with the 
selected time being configurable. 


RECOMMENDED MODULES
---------------------------------------------

Chart API (http://drupal.org/project/chart)
-- This provides the ability to output charts as images using the
   Google Chart API


INSTALLATION
---------------------------------------------

1. Add both quant to your site's modules directory
2. Enable the module at admin/modules
3. Visit quant's settings page and configure the module to your
   liking: /admin/config/media/quant
4. Visit the analytics report: /analytics


CHARTS PROVIDED
---------------------------------------------

Content creation
Comment creation
Content creation by type
Aggregate content creation
User creation
User shouts (requires shoutbox)
User point transactions (requires userpoints)
Group creation (requires organic groups)
Group joins (requires organic groups)
Invites sent (requires invite)
Invites accepted (requires invite)


API
---------------------------------------------
Want to add your own charts or chart plugins? 
See quant.api.php.

File

README.txt
View source
  1. INTRODUCTION
  2. ---------------------------------------------
  3. Quant provides an engine for producing quantitative, time-based analytics
  4. for virtually any Drupal component. Quant takes raw data about normal Drupal
  5. actions, such as node creation, and plots the activity over time, with the
  6. selected time being configurable.
  7. RECOMMENDED MODULES
  8. ---------------------------------------------
  9. Chart API (http://drupal.org/project/chart)
  10. -- This provides the ability to output charts as images using the
  11. Google Chart API
  12. INSTALLATION
  13. ---------------------------------------------
  14. 1. Add both quant to your site's modules directory
  15. 2. Enable the module at admin/modules
  16. 3. Visit quant's settings page and configure the module to your
  17. liking: /admin/config/media/quant
  18. 4. Visit the analytics report: /analytics
  19. CHARTS PROVIDED
  20. ---------------------------------------------
  21. Content creation
  22. Comment creation
  23. Content creation by type
  24. Aggregate content creation
  25. User creation
  26. User shouts (requires shoutbox)
  27. User point transactions (requires userpoints)
  28. Group creation (requires organic groups)
  29. Group joins (requires organic groups)
  30. Invites sent (requires invite)
  31. Invites accepted (requires invite)
  32. API
  33. ---------------------------------------------
  34. Want to add your own charts or chart plugins?
  35. See quant.api.php.