DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:piwik

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:piwik [2010-07-15 09:27] – [System requirements] 67.23.29.100plugin:piwik [2018-05-04 09:13] (current) Klap-in
Line 6: Line 6:
 email      : hoxu@users.sf.net email      : hoxu@users.sf.net
 type       : admin type       : admin
-lastupdate : 2010-02-20 +lastupdate : 2012-01-27 
-compatible : 2009-12-25b+compatible : 2011-11-10
 depends    :  depends    : 
 conflicts  conflicts 
 similar    : googleanalytics similar    : googleanalytics
 tags       : statistics tags       : statistics
 +
 +downloadurl: https://gitlab.com/dokuwiki-piwik/dokuwiki-piwik/-/archive/master/dokuwiki-piwik-master.zip
 +sourcerepo : https://gitlab.com/dokuwiki-piwik/dokuwiki-piwik/
 +bugtracker: https://gitlab.com/dokuwiki-piwik/dokuwiki-piwik/issues
 ---- ----
  
 //[[http://piwik.org/|Piwik]] plugin for DokuWiki. Piwik is an open source web analytics software that aims to be a replacement for Google Analytics. This plugin allows you to track visitors statistics of your DokuWiki installation using Piwik. Optionally admin/users can be excluded from the statistics.// //[[http://piwik.org/|Piwik]] plugin for DokuWiki. Piwik is an open source web analytics software that aims to be a replacement for Google Analytics. This plugin allows you to track visitors statistics of your DokuWiki installation using Piwik. Optionally admin/users can be excluded from the statistics.//
  
-See [[http://wiki.fealdia.org/projects/dokuwiki/piwik]] for download and more up-to-date information.+==== Installation ==== 
 + 
 +Install the plugin via the extension manager using the Download Link above. 
 + 
 +==== Configuration ==== 
 +  Go to Plugin Management and make sure “piwik” is enabled 
 +  - Open Configuration Manager –> Plugin Settings –> Piwik Plugin Settings and set the values 
 +  Piwik plugin should now be enabled.
  
-===== Discussion ===== 
-In my opinion I got my DokuWiki/Piwik system working easier without this plugin. This is because you need to edit the appearance template's main.php anyway, you can use the code (or snippet) provided by your Piwik-service.  
  
 ==== System requirements ==== ==== System requirements ====
Line 27: Line 36:
   - Piwik installed to a existing web site (can be also subfolder).    - Piwik installed to a existing web site (can be also subfolder). 
  
---- // Ciove 2008/07/14 // 
- 
-The plugin author's page is down and so the plugin appears to be no longer available. Configuration instructions also therefore appear to be unavailable. Recommend someone with a copy of plugin and installation instructions contact me and I will arrange alternative hosting. 
- 
-http://www.kimberconsulting.com/doku.php?id=contact 
- 
---- // Lee 2010/07/15 
-==== actual code is friendlier than image ==== 
-Don't know why but the code to insert is shown on the plugin page as an image which is not easy to copy/paste, so here it is: 
-<code php> 
-<?php 
-if (file_exists(DOKU_PLUGIN.'piwik/code.php')) { 
-  include_once(DOKU_PLUGIN.'piwik/code.php'); 
-  piwik_code(); 
-} 
-?> 
-</code> 
----- 
  
plugin/piwik.1279178852.txt.gz · Last modified: 2010-07-15 09:27 by 67.23.29.100

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki