Mikael Nordfeldth 980085a8a3 Merge branch 'master' of git.gnu.io:gnu/gnu-social into mmn_fixes 8 年 前
..
locale d7fd6bac72 Snapshot of the Transifex translation project - October 2015 9 年 前
PiwikAnalyticsPlugin.php 980085a8a3 Merge branch 'master' of git.gnu.io:gnu/gnu-social into mmn_fixes 8 年 前
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'
));