Metadata-Version: 1.0
Name: Piwik4Trac
Version: 0.1.0
Summary: Trac plugin to enable your trac environment to be logged by a Piwik server
Home-page: http://technique.arscenic.org/services-web/subversion-et-trac/ameliorer-et-optimiser-trac/article/trac-et-piwik-analyse-des
Author: kent1
Author-email: kent1@arscenic.info
License: GNU/GPL v3
Download-URL: http://python.org/pypi/tracext.piwik
Description: Trac Piwik Plugin
        ============================
        
        This plugin 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 <ufs@ufsoft.org>
        
        .. _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
        
Keywords: trac plugin piwik
Platform: UNKNOWN
Classifier: Framework :: Trac
