Piwik4Trac is a Trac plugin that will enable your Trac environment to be logged by Piwik. It ads the necessary javascript code to log your environment.
Download and Install:
The easiest way to install is using EasyInstall_:
sudo easy_install Piwik4Trac
Then, to enable the plugin add to the "[components]" section in your "trac.ini":
[components]
tracext.piwik.* = enabled
Configuration:
The necessary configuration is:
* **Tracking server** : Consist on the URL of the Piwik server without the "http://" or "https://" and without the trailing slash (ex: piwik.mydomain.org)
* **Tracking site** : Consist on the Piwik's tracked site ID. This ID is needed to know which site is tracked.
Bugs and/or New Features:
Please submit bugs of new features to::
http://technique.arscenic.org/services-web/subversion-et-trac/ameliorer-et-optimiser-trac/article/trac-et-piwik-analyse-des
Source Code
To get the latest available code:
svn co http://svn.aires-de-confluxence.info/svn/Serveur/trac/Piwik4Trac
Note: For up-to-date documentation please visit Piwik4Trac's Documentation.
This plugin is based on the TracGoogleAnalytics from Pedro Algarvio.
.. _EasyInstall : http://peak.telecommunity.com/DevCenter/EasyInstall
.. _Piwik : http://www.piwik.org
.. _Piwik4Trac documentation : http://technique.arscenic.org/services-web/subversion-et-trac/ameliorer-et-optimiser-trac/article/trac-et-piwik-analyse-des
.. _Piwik4Trac Plugin : http://svn.aires-de-confluxence.info/trac/browser/Serveur/trac/Piwik4Trac
Product's homepage
Requirements:
· Python
· Trac