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 [2012-01-27 11:58] – [No function with Angua release] 88.152.204.237plugin: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 // 
-==== 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> 
----- 
-==== No function with Angua release ==== 
-Since my update to Release 2012-01-25 "Angua" the insertion of the code into the main.php of the (any) template does not show the javascript of the plugin in the HTML source any more. If one has inserted values für URL and IDSITE in the local.php. The javascript code shows up, if there are no values in the config file. ?? Therefore no data in the Piwik database. I have to use this plugin because I have a symlink farm. --PP 
- 
----- 
  
plugin/piwik.1327661901.txt.gz · Last modified: 2012-01-27 11:58 by 88.152.204.237

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