Change Piwik to Matomo.

This commit is contained in:
daniel 2019-12-29 14:04:33 +01:00
parent f40c1df876
commit 93bb917849
2 changed files with 5 additions and 4 deletions

View File

@ -318,7 +318,7 @@ sudo apt-get install create-changelog</code></pre>
</div>
<script src="js/matomo.js"></script>
<noscript><p><img src="//www.bovender.de/piwik/piwik.php?idsite=1" class="no-border" alt="" /></p></noscript>
<noscript><p><img src="//www.bovender.de/matomo/matomo.php?idsite=1" class="no-border" alt="" /></p></noscript>
</body>
</html>
<!-- vim: set tw=72 ai et ts=2 sw=2 sts=-1 fo+=tqn: -->

View File

@ -29,7 +29,8 @@
<div class="col-xl col-md-6 mt-2" lang="de">
<p>
Auf <code>www.bovender.de</code> erfolgt keine Verarbeitung personenbezogener Daten.
Besuche dieser Seite werden anonymisiert statistisch erfaßt (<a href="/piwik">www.bovender.de/piwik</a>);
Besuche dieser Seite werden anonymisiert statistisch erfaßt
(<a href="/matomo">www.bovender.de/matomo</a>);
dabei wird mittels Verkürzung der IP-Adresse des Besuchers auf 2 von 4 Bytes eine
persönliche Identifizierung unmöglich gemacht. Tracking-Cookies werden nicht eingesetzt.
</p>
@ -38,7 +39,7 @@
<p>
<code>www.bovender.de</code> does not collect or process
personal data. Visits to the site are recorded in an
anonymous fashion (<a href="/piwik">www.bovender.de/piwik</a>) with IP
anonymous fashion (<a href="/matomo">www.bovender.de/matomo</a>) with IP
addresses shortened to 2 out of 4 bytes, which makes it
impossible to identify individual visitors.
This site does not use tracking cookies.
@ -47,7 +48,7 @@
</div>
</div>
<script src="js/matomo.js"></script>
<noscript><p><img src="//www.bovender.de/piwik/piwik.php?idsite=1" class="no-border" alt="" /></p></noscript>
<noscript><p><img src="//www.bovender.de/matomo/matomo.php?idsite=1" class="no-border" alt="" /></p></noscript>
</body>
</html>
<!-- vim: set tw=72 ai et ts=2 sw=2 sts=-1 fo+=tqn: -->