Learn about DokuWiki
Advanced Use
Corporate Use
Our Community
Follow us on Facebook, Twitter and other social networks.
Learn about DokuWiki
Advanced Use
Corporate Use
Our Community
Follow us on Facebook, Twitter and other social networks.
Compatible with DokuWiki
Similar to googleanalytics
Tagged with alternativ, analytics, google, piwik, statistics, tracking
Plugin for the new 2.0 1) version of Piwik, the open source Google Analytics alternative (inspired by the Piwik Plugin from Heikki Hokkanen hoxu [at] users [dot] sf [dot] net)
Just install the plugin using the Plugin Manager or download it from the github account mentioned above.
Or you can clone it directly from repository:
$> cd dokuwiki/lib/plugins/ $> git clone https://github.com/Bravehartk2/dokuwiki-piwik2.git
External requirements: This plugin requires the following additional components that must be installed separately:
Install the plugin using the Plugin Manager and the download URL above, which points to latest version of the plugin. Refer to Plugins on how to install plugins manually.
Does this plugin support Site Search? Piwik seems to allow only single parameters for the search key word, while Dokuwiki uses ?do=search&id=…
So this could be done with that trackSiteSearch()
function on the search result page, as described on that link above. Thanks!