Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | 30-Apr-2025 | - | ||||
conf/ | H | 27-Sep-2020 | - | 34 | 12 | |
lang/en/ | H | 27-Sep-2020 | - | 29 | 9 | |
LICENSE | H A D | 19-May-2018 | 17.6 KiB | 339 | 281 | |
README.md | H A D | 19-May-2018 | 2.6 KiB | 55 | 43 | |
action.php | H A D | 19-May-2018 | 947 | 39 | 27 | |
code.php | H A D | 19-May-2018 | 2 KiB | 62 | 37 | |
plugin.info.txt | H A D | 19-May-2018 | 453 | 8 | 7 |
README.md
1DokuWiki-matomo 2=============== 3DEPRECATED!!! User https://github.com/Bravehartk2/dokuwiki-matomo instead. DEPRECATED!!! 4 5This is a plugin for DokuWiki (https://www.dokuwiki.org). In integrates a editable tracking code or image into DokuWiki pages to track user actions with Matomo (see https://matomo.org/). 6 7Plugin Data 8=============== 9 10Field | Data 11:------------|:-------------------------------------------------------------------------------------- 12description | Plugin for the new 3.5 version of Matomo (formaly Piwik), the open source Google Analytics alternative 13author | Bravehartk2 (Marcel Lange) 14email | info@ask-sheldon.de 15type | admin 16lastupdate | 2018-05-19 17compatible | binky, 2014-04-28, Detritus, Elenor of Tsort, Frusterick Manners, Greebo 18conflicts | piwik 19similar | googleanalytics 20tags | Tracking, Statistics, Piwik, Google Analytics alternativ 21downloadurl | https://github.com/Bravehartk2/dokuwiki-piwik2/tarball/master 22bugtracker | https://github.com/Bravehartk2/dokuwiki-piwik2/issues 23sourcerepo | https://github.com/Bravehartk2/dokuwiki-piwik2 24 25Description 26=============== 27Plugin for the new 2.0 version of Piwik, the open source Google Analytics alternative (inspired by the piwik plugin from Heikki Hokkanen <hoxu@users.sf.net>, https://www.dokuwiki.org/plugin:piwik) 28 29Installation 30=============== 31Just install the plugin using the PluginManager(https://www.dokuwiki.org/plugin:plugin) or download it from the github account mentioned above. 32 33Or you can clone it directly from repository: 34```bash 35$> cd dokuwiki/lib/plugins/ 36$> git clone https://github.com/Bravehartk2/dokuwiki-piwik2.git 37``` 38 39External requirements 40=============== 41 42This plugin requires the following additional components that must be installed separately: 43 44 * MySQL Database for Piwik 45 * PHP with mysql support (now PHP7 ready) 46 * an existing piwik installation that the trackingscript can send data to 47 48Install the plugin using the Plugin Manager (https://www.dokuwiki.org/plugin:plugin) and the download URL above, which points to latest version of the plugin. Refer to https://www.dokuwiki.org/plugin on how to install plugins manually. 49 50Configuration 51=============== 52 - Go to Plugin Management and make sure “piwik2” is enabled 53 - Configure the plugin in ***Admin -> Configuration Manager –> Plugin Settings –> Piwik2*** (Values partly have to be taken from an existing piwik installation -> From ***Settings -> Tracking Code***, more information http://developer.piwik.org/api-reference/tracking-javascript) 54 - Piwik plugin should now be enabled and you should see the trackingcode in the rendered html on wiki pages (f.e. with firebug) 55