You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2022/05/27 14:44:40 UTC

[jackrabbit-filevault-package-maven-plugin] branch master updated: cleanup: remove Ohloh and redundant Matomo configuration

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault-package-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 137a428  cleanup: remove Ohloh and redundant Matomo configuration
137a428 is described below

commit 137a428c003476ec24160692ac1573b2369559b5
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri May 27 16:44:36 2022 +0200

    cleanup: remove Ohloh and redundant Matomo configuration
---
 src/site/site.xml | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 6ae59cf..c34703b 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -57,42 +57,13 @@
             <item href="https://jackrabbit.apache.org/filevault-package-maven-plugin-archives/1.0.1" name="1.0.1"/>
             <item href="https://jackrabbit.apache.org/filevault-package-maven-plugin-archives/1.0.0" name="1.0.0"/>
         </menu>
-        <!-- temporarily add Matomo configuration until this Maven module has parent FileVault 3.6.2 or newer -->
-        <head><![CDATA[
-<!-- Matomo -->
-<script>
-  var _paq = window._paq = window._paq || [];
-  /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
-  /* We explicitly disable cookie tracking to avoid privacy issues */
-  _paq.push(['disableCookies']);  
-  _paq.push(['trackPageView']);
-  _paq.push(['enableLinkTracking']);
-  (function() {
-    var u="https://matomo.privacy.apache.org/";
-    _paq.push(['setTrackerUrl', u+'matomo.php']);
-    _paq.push(['setSiteId', '4']);
-    var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
-    g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
-  })();
-</script>
-<!-- End Matomo Code -->
-       ]]></head>
-       <footer><![CDATA[
-<p>&#169; $date.get('yyyy')
-<a href="https://www.apache.org/">The Apache Software Foundation</a> &vert; <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a>
-</p>
-       ]]></footer>
     </body>
-
     <custom>
         <fluidoSkin>
             <gitHub>
                 <projectId>apache/jackrabbit-filevault-package-maven-plugin</projectId>
                 <ribbonOrientation>right</ribbonOrientation>
             </gitHub>
-            <ohloh>
-                <projectId>jackrabbit-filevault-package-maven-plugin</projectId>
-            </ohloh>
         </fluidoSkin>
     </custom>
 </project>