= Quintagroup Analytics Tool for Plone = [[PageOutline]] quintagroup.analytics package provides statistic information about Plone site, presented in few content stats views of Plone content workflow states, ownership and portlets registered on different contexts. == Links == * Home page - http://quintagroup.com/services/plone-development/products/quintagroup.analytics * Releases - http://plone.org/products/quintagroup.analytics/releases * Repository - http://svn.quintagroup.com/products/quintagroup.analytics == Introduction == To see your Plone site statistic information - navigate to Quintagroup Analytics item under Add-on Products Configuarion. Browse through all configlet tabs to see all statistic information, generated by Quintagroup Analytics Tool: * Ownership by type - information about most popular content types on your site. Here you can see the most frequently created content types on your site and their owners. * Ownership by state - information about site's content workflow states. Here you can see how many content object are published/submitted for review/etc. and their owners. * Types by state - information about site's most frequently created content types and their workflow states. * Portlets stats - information about site portlets and their location. You can see all portlets assigned on your site and edit them. * Legacy portlets - information about legacy portlets and their location. You can see all legacy portlets assigned on your site and edit them. This information can be exported into .csv format. * Properties stats - information on certain property values for all site objects, such as titles, descriptions, etc. This information can be exported into .csv format. == Requirement == Plone 3.x, Plone 4.0 == Installation == quintagroup.analytics can be installed as a Python package by adding it to eggs section of a buildout and to the ZCML area: {{{ [instance] .... eggs = .... quintagroup.analytics recipe = plone.recipe.zope2instance ... zcml = quintagroup.analytics }}} Then Re-run buildout with: {{{ $ ./bin/buildout }}} Restart the Zope server with the following command in the terminal: {{{ $ ./bin/instance restart }}} Activate '''Quintagroup Analytics''' via Quickinstaller in Plone: Site Setup -> Add-ons.