This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-site.git
The following commit(s) were added to refs/heads/master by this push:
new 61b7759 use matomo, remove ohloh which do not exist anymore
61b7759 is described below
commit 61b7759286bb77fd8e97d15d1416fb14c1653334
Author: Olivier Lamy <[email protected]>
AuthorDate: Thu Apr 21 16:53:13 2022 +1000
use matomo, remove ohloh which do not exist anymore
Signed-off-by: Olivier Lamy <[email protected]>
---
pom.xml | 2 --
src/site/site.xml | 29 ++---------------------------
2 files changed, 2 insertions(+), 29 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0bc7eeb..b3b81ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,8 +94,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <!-- upgrade version fail with adoc -->
- <version>3.7.1</version>
<configuration>
<skipDeploy>true</skipDeploy>
<asciidoc>
diff --git a/src/site/site.xml b/src/site/site.xml
index 32ca1a6..8a2e0ba 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -23,12 +23,10 @@
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
- <version>1.6</version>
+ <version>1.11.0-SNAPSHOT</version>
</skin>
-<!-- do not use fluido ga pattern use analytics.js instead-->
- <googleAnalyticsAccountId></googleAnalyticsAccountId>
- <custom>
+ <custom combine.children="append">
<fluidoSkin>
<topBarEnabled>true</topBarEnabled>
<sideBarEnabled>false</sideBarEnabled>
@@ -43,16 +41,11 @@
<showUser>true</showUser>
<showFollowers>false</showFollowers>
</twitter-->
- <ohloh>
- <projectId>6670</projectId>
- <widget>thin-badge</widget>
- </ohloh>
<gitHub>
<projectId>apache/archiva</projectId>
<ribbonOrientation>right</ribbonOrientation>
<ribbonColor>gray</ribbonColor>
</gitHub>
-
</fluidoSkin>
</custom>
@@ -60,24 +53,6 @@
<head>
<!-- The font-awesome is used by asciidoc -->
<![CDATA[ <link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">]]>
- <!-- Matomo -->
- <![CDATA[
-<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="//analytics.apache.org/";
- _paq.push(['setTrackerUrl', u+'matomo.php']);
- _paq.push(['setSiteId', '10']);
- 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>
<menu name="Introduction">
<item name="About" href="/index.html" />