Diogo Cordeiro dbe95c33c4 [aab] Revert structural change of v2 преди 5 години
..
locale dbe95c33c4 [aab] Revert structural change of v2 преди 5 години
PiwikAnalyticsPlugin.php 0c2c3ec862 [CORE] Plugin API now extends a new Module API преди 5 години
README a614205663 Add plugin READMEs преди 8 години

README

The PiwikAnalytics plugin adds JavaScript that sends various traffic details
to a Piwik server to track web access.

See:
* http://piwik.org/

Installation
============
add "addPlugin('PiwikAnalytics');"
to the bottom of your config.php

Settings
========
piwikroot: The root installation URL of the Piwik instance WITHOUT the protocol
piwikId: The ID provided by the Pwiki instance.

Example
=======
addPlugin('PiwikAnalytics', array(
'piwikroot' => 'example.org/piwik/',
'piwikId' => 'PIWIK_ID'
));