Author: hboutemy
Date: Tue Mar 25 13:17:08 2025
New Revision: 1089544

URL: http://svn.apache.org/viewvc?rev=1089544&view=rev
Log:
ATTIC-230 privacy drop Google Analytics

Modified:
    sites/marmotta/content/acknowledgements.html
    sites/marmotta/content/client-library.html
    sites/marmotta/content/configuration.html
    sites/marmotta/content/dependencies.html
    sites/marmotta/content/dependency-info.html
    sites/marmotta/content/dependency-management.html
    sites/marmotta/content/development.html
    sites/marmotta/content/distribution-management.html
    sites/marmotta/content/download.html
    sites/marmotta/content/events/iswc2014.html
    sites/marmotta/content/index.html
    sites/marmotta/content/installation.html
    sites/marmotta/content/integration.html
    sites/marmotta/content/issue-tracking.html
    sites/marmotta/content/kiwi/contextaware.html
    sites/marmotta/content/kiwi/geosparql.html
    sites/marmotta/content/kiwi/index.html
    sites/marmotta/content/kiwi/loader.html
    sites/marmotta/content/kiwi/reasoner.html
    sites/marmotta/content/kiwi/sparql-extensions.html
    sites/marmotta/content/kiwi/sparql-full-text.html
    sites/marmotta/content/kiwi/sparql-mm.html
    sites/marmotta/content/kiwi/sparql-statistics.html
    sites/marmotta/content/kiwi/sparql.html
    sites/marmotta/content/kiwi/transactions.html
    sites/marmotta/content/kiwi/triplestore.html
    sites/marmotta/content/kiwi/tripletable.html
    sites/marmotta/content/kiwi/versioning.html
    sites/marmotta/content/ldcache/backends.html
    sites/marmotta/content/ldcache/index.html
    sites/marmotta/content/ldcache/usage.html
    sites/marmotta/content/ldcache/wrappers.html
    sites/marmotta/content/ldclient/dataproviders.html
    sites/marmotta/content/ldclient/index.html
    sites/marmotta/content/ldclient/modules.html
    sites/marmotta/content/ldclient/usage.html
    sites/marmotta/content/ldpath/backends.html
    sites/marmotta/content/ldpath/functions.html
    sites/marmotta/content/ldpath/index.html
    sites/marmotta/content/ldpath/language.html
    sites/marmotta/content/ldpath/template.html
    sites/marmotta/content/ldpath/usage.html
    sites/marmotta/content/license.html
    sites/marmotta/content/mail-lists.html
    sites/marmotta/content/platform/backends.html
    sites/marmotta/content/platform/client-library.html
    sites/marmotta/content/platform/cloud.html
    sites/marmotta/content/platform/core-module.html
    sites/marmotta/content/platform/index.html
    sites/marmotta/content/platform/ldcache-module.html
    sites/marmotta/content/platform/ldp-module.html
    sites/marmotta/content/platform/ldpath-module.html
    sites/marmotta/content/platform/loaders.html
    sites/marmotta/content/platform/reasoner-module.html
    sites/marmotta/content/platform/security-module.html
    sites/marmotta/content/platform/sparql-module.html
    sites/marmotta/content/platform/user-module.html
    sites/marmotta/content/platform/versioning-module.html
    sites/marmotta/content/plugin-management.html
    sites/marmotta/content/plugins.html
    sites/marmotta/content/privacy.html
    sites/marmotta/content/project-info.html
    sites/marmotta/content/project-reports.html
    sites/marmotta/content/project-summary.html
    sites/marmotta/content/sesame.html
    sites/marmotta/content/source-repository.html
    sites/marmotta/content/start.html
    sites/marmotta/content/team-list.html

Modified: sites/marmotta/content/acknowledgements.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/acknowledgements.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/acknowledgements.html (original)
+++ sites/marmotta/content/acknowledgements.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/client-library.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/client-library.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/client-library.html (original)
+++ sites/marmotta/content/client-library.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/configuration.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/configuration.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/configuration.html (original)
+++ sites/marmotta/content/configuration.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/dependencies.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/dependencies.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/dependencies.html (original)
+++ sites/marmotta/content/dependencies.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/dependency-info.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/dependency-info.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/dependency-info.html (original)
+++ sites/marmotta/content/dependency-info.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/dependency-management.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/dependency-management.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/dependency-management.html (original)
+++ sites/marmotta/content/dependency-management.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/development.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/development.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/development.html (original)
+++ sites/marmotta/content/development.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/distribution-management.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/distribution-management.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/distribution-management.html (original)
+++ sites/marmotta/content/distribution-management.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/download.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/download.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/download.html (original)
+++ sites/marmotta/content/download.html Tue Mar 25 13:17:08 2025
@@ -30,19 +30,6 @@
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
     <!-- awaiting for https://jira.codehaus.org/browse/DOXIA-472 --><meta 
name="keywords" content="Download, Source, Installer, War, LDPath, zip, tar.gz, 
tgz, Apache Marmotta, Distribution, Release" />          <!-- Google Analytics 
-->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/events/iswc2014.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/events/iswc2014.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/events/iswc2014.html (original)
+++ sites/marmotta/content/events/iswc2014.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/index.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/index.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/index.html (original)
+++ sites/marmotta/content/index.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/installation.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/installation.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/installation.html (original)
+++ sites/marmotta/content/installation.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/integration.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/integration.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/integration.html (original)
+++ sites/marmotta/content/integration.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/issue-tracking.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/issue-tracking.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/issue-tracking.html (original)
+++ sites/marmotta/content/issue-tracking.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/kiwi/contextaware.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/kiwi/contextaware.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/kiwi/contextaware.html (original)
+++ sites/marmotta/content/kiwi/contextaware.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/kiwi/geosparql.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/kiwi/geosparql.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/kiwi/geosparql.html (original)
+++ sites/marmotta/content/kiwi/geosparql.html Tue Mar 25 13:17:08 2025
@@ -30,19 +30,6 @@
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
     <!-- awaiting for https://jira.codehaus.org/browse/DOXIA-472 --><meta 
name="keywords" content="KiWi, Triple Store, Quadrupel Store, KiWi Triple 
Store, RDF, Sesame API, Sail, Database, relational Database, RDB, SPARQL, 
PostgreSQL, MySQL, H2, geospatial, geosparql" />          <!-- Google Analytics 
-->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/kiwi/index.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/kiwi/index.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/kiwi/index.html (original)
+++ sites/marmotta/content/kiwi/index.html Tue Mar 25 13:17:08 2025
@@ -30,19 +30,6 @@
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
     <!-- awaiting for https://jira.codehaus.org/browse/DOXIA-472 --><meta 
name="keywords" content="KiWi, Triple Store, Quadrupel Store, KiWi Triple 
Store, Introduction, RDF, Sesame, Sesame API, Sail, OpenRDF, Graph, Context, 
Database, relational Database, RDB, Transactions, SPARQL, Reasoning, 
Versioning, PostgreSQL, MySQL, H2" />          <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/kiwi/loader.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/kiwi/loader.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/kiwi/loader.html (original)
+++ sites/marmotta/content/kiwi/loader.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/kiwi/reasoner.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/kiwi/reasoner.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/kiwi/reasoner.html (original)
+++ sites/marmotta/content/kiwi/reasoner.html Tue Mar 25 13:17:08 2025
@@ -30,19 +30,6 @@
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
     <!-- awaiting for https://jira.codehaus.org/browse/DOXIA-472 --><meta 
name="keywords" content="Reasoning, Reasoner, sKWRL, RDFS, OWL, KiWi, KiWi 
Triple Store, Sesame API, Sail, Context, Database, relational Database, RDB, 
PostgreSQL, MySQL, H2" />          <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/kiwi/sparql-extensions.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/kiwi/sparql-extensions.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/kiwi/sparql-extensions.html (original)
+++ sites/marmotta/content/kiwi/sparql-extensions.html Tue Mar 25 13:17:08 2025
@@ -30,19 +30,6 @@
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
     <!-- awaiting for https://jira.codehaus.org/browse/DOXIA-472 --><meta 
name="keywords" content="KiWi, Triple Store, Quadrupel Store, KiWi Triple 
Store, RDF, Sesame API, Sail, Database, relational Database, RDB, SPARQL, 
PostgreSQL, MySQL, H2, stadistical, aggregation" />          <!-- Google 
Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/kiwi/sparql-full-text.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/kiwi/sparql-full-text.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/kiwi/sparql-full-text.html (original)
+++ sites/marmotta/content/kiwi/sparql-full-text.html Tue Mar 25 13:17:08 2025
@@ -30,19 +30,6 @@
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
     <!-- awaiting for https://jira.codehaus.org/browse/DOXIA-472 --><meta 
name="keywords" content="KiWi, Triple Store, Quadrupel Store, KiWi Triple 
Store, RDF, Sesame API, Sail, Database, relational Database, RDB, SPARQL, 
PostgreSQL, MySQL, H2, Full-Text" />          <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/kiwi/sparql-mm.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/kiwi/sparql-mm.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/kiwi/sparql-mm.html (original)
+++ sites/marmotta/content/kiwi/sparql-mm.html Tue Mar 25 13:17:08 2025
@@ -30,19 +30,6 @@
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
     <!-- awaiting for https://jira.codehaus.org/browse/DOXIA-472 --><meta 
name="keywords" content="KiWi, Triple Store, Quadrupel Store, KiWi Triple 
Store, RDF, Sesame API, Sail, Database, relational Database, RDB, SPARQL, 
PostgreSQL, MySQL, H2, multimedia" />          <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/kiwi/sparql-statistics.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/kiwi/sparql-statistics.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/kiwi/sparql-statistics.html (original)
+++ sites/marmotta/content/kiwi/sparql-statistics.html Tue Mar 25 13:17:08 2025
@@ -30,19 +30,6 @@
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
     <!-- awaiting for https://jira.codehaus.org/browse/DOXIA-472 --><meta 
name="keywords" content="KiWi, Triple Store, Quadrupel Store, KiWi Triple 
Store, RDF, Sesame API, Sail, Database, relational Database, RDB, SPARQL, 
PostgreSQL, MySQL, H2, stadistical, aggregation" />          <!-- Google 
Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/kiwi/sparql.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/kiwi/sparql.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/kiwi/sparql.html (original)
+++ sites/marmotta/content/kiwi/sparql.html Tue Mar 25 13:17:08 2025
@@ -30,19 +30,6 @@
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
     <!-- awaiting for https://jira.codehaus.org/browse/DOXIA-472 --><meta 
name="keywords" content="KiWi, Triple Store, Quadrupel Store, KiWi Triple 
Store, RDF, Sesame API, Sail, Database, relational Database, RDB, SPARQL, 
PostgreSQL, MySQL, H2" />          <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/kiwi/transactions.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/kiwi/transactions.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/kiwi/transactions.html (original)
+++ sites/marmotta/content/kiwi/transactions.html Tue Mar 25 13:17:08 2025
@@ -30,19 +30,6 @@
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
     <!-- awaiting for https://jira.codehaus.org/browse/DOXIA-472 --><meta 
name="keywords" content="KiWi, Triple Store, Quadrupel Store, Sesame, Sesame 
API, Sail, OpenRDF, Transactions, SPARQL" />          <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/kiwi/triplestore.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/kiwi/triplestore.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/kiwi/triplestore.html (original)
+++ sites/marmotta/content/kiwi/triplestore.html Tue Mar 25 13:17:08 2025
@@ -30,19 +30,6 @@
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
     <!-- awaiting for https://jira.codehaus.org/browse/DOXIA-472 --><meta 
name="keywords" content="KiWi, Triple Store, Quadrupel Store, KiWi Triple 
Store, KiWi Triplestore, Introduction, RDF, Sesame, Sesame API, Sail, OpenRDF, 
Graph, Context, Database, relational Database, RDB, Transactions, SPARQL, 
PostgreSQL, MySQL, H2" />          <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/kiwi/tripletable.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/kiwi/tripletable.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/kiwi/tripletable.html (original)
+++ sites/marmotta/content/kiwi/tripletable.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/kiwi/versioning.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/kiwi/versioning.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/kiwi/versioning.html (original)
+++ sites/marmotta/content/kiwi/versioning.html Tue Mar 25 13:17:08 2025
@@ -30,19 +30,6 @@
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
     <!-- awaiting for https://jira.codehaus.org/browse/DOXIA-472 --><meta 
name="keywords" content="KiWi, Triple Store, Quadrupel Store, KiWi Triple 
Store, Sesame, Sesame API, Sail, Database, relational Database, Versioning, 
PostgreSQL, MySQL, H2" />          <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/ldcache/backends.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/ldcache/backends.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/ldcache/backends.html (original)
+++ sites/marmotta/content/ldcache/backends.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/ldcache/index.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/ldcache/index.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/ldcache/index.html (original)
+++ sites/marmotta/content/ldcache/index.html Tue Mar 25 13:17:08 2025
@@ -30,19 +30,6 @@
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
     <!-- awaiting for https://jira.codehaus.org/browse/DOXIA-472 --><meta 
name="keywords" content="LDCache, Linked Data Cache, Linked Data, Caching" />   
       <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/ldcache/usage.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/ldcache/usage.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/ldcache/usage.html (original)
+++ sites/marmotta/content/ldcache/usage.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/ldcache/wrappers.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/ldcache/wrappers.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/ldcache/wrappers.html (original)
+++ sites/marmotta/content/ldcache/wrappers.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/ldclient/dataproviders.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/ldclient/dataproviders.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/ldclient/dataproviders.html (original)
+++ sites/marmotta/content/ldclient/dataproviders.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/ldclient/index.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/ldclient/index.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/ldclient/index.html (original)
+++ sites/marmotta/content/ldclient/index.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/ldclient/modules.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/ldclient/modules.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/ldclient/modules.html (original)
+++ sites/marmotta/content/ldclient/modules.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/ldclient/usage.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/ldclient/usage.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/ldclient/usage.html (original)
+++ sites/marmotta/content/ldclient/usage.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/ldpath/backends.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/ldpath/backends.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/ldpath/backends.html (original)
+++ sites/marmotta/content/ldpath/backends.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/ldpath/functions.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/ldpath/functions.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/ldpath/functions.html (original)
+++ sites/marmotta/content/ldpath/functions.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/ldpath/index.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/ldpath/index.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/ldpath/index.html (original)
+++ sites/marmotta/content/ldpath/index.html Tue Mar 25 13:17:08 2025
@@ -30,19 +30,6 @@
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
     <!-- awaiting for https://jira.codehaus.org/browse/DOXIA-472 --><meta 
name="keywords" content="LDPath, Linked Data Query Language, Querying, Linked 
Data, Modules, LDPath Functions, Backend, Usage, RDF, RDFPath" />          <!-- 
Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/ldpath/language.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/ldpath/language.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/ldpath/language.html (original)
+++ sites/marmotta/content/ldpath/language.html Tue Mar 25 13:17:08 2025
@@ -30,19 +30,6 @@
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
     <!-- awaiting for https://jira.codehaus.org/browse/DOXIA-472 --><meta 
name="keywords" content="LDPath, RDF, RDFPath, Linked Data, Syntax, Language, 
Specifcation, Linked Data Querying, Query, @prefix, @filter, @graph" />         
 <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/ldpath/template.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/ldpath/template.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/ldpath/template.html (original)
+++ sites/marmotta/content/ldpath/template.html Tue Mar 25 13:17:08 2025
@@ -30,19 +30,6 @@
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
     <!-- awaiting for https://jira.codehaus.org/browse/DOXIA-472 --><meta 
name="keywords" content="LDPath, Linked Data, RDF, Templating, FreeMarker, 
Rendering" />          <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/ldpath/usage.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/ldpath/usage.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/ldpath/usage.html (original)
+++ sites/marmotta/content/ldpath/usage.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/license.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/license.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/license.html (original)
+++ sites/marmotta/content/license.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/mail-lists.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/mail-lists.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/mail-lists.html (original)
+++ sites/marmotta/content/mail-lists.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/platform/backends.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/platform/backends.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/platform/backends.html (original)
+++ sites/marmotta/content/platform/backends.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/platform/client-library.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/platform/client-library.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/platform/client-library.html (original)
+++ sites/marmotta/content/platform/client-library.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/platform/cloud.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/platform/cloud.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/platform/cloud.html (original)
+++ sites/marmotta/content/platform/cloud.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/platform/core-module.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/platform/core-module.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/platform/core-module.html (original)
+++ sites/marmotta/content/platform/core-module.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/platform/index.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/platform/index.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/platform/index.html (original)
+++ sites/marmotta/content/platform/index.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/platform/ldcache-module.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/platform/ldcache-module.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/platform/ldcache-module.html (original)
+++ sites/marmotta/content/platform/ldcache-module.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/platform/ldp-module.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/platform/ldp-module.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/platform/ldp-module.html (original)
+++ sites/marmotta/content/platform/ldp-module.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/platform/ldpath-module.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/platform/ldpath-module.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/platform/ldpath-module.html (original)
+++ sites/marmotta/content/platform/ldpath-module.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/platform/loaders.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/platform/loaders.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/platform/loaders.html (original)
+++ sites/marmotta/content/platform/loaders.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/platform/reasoner-module.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/platform/reasoner-module.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/platform/reasoner-module.html (original)
+++ sites/marmotta/content/platform/reasoner-module.html Tue Mar 25 13:17:08 
2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/platform/security-module.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/platform/security-module.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/platform/security-module.html (original)
+++ sites/marmotta/content/platform/security-module.html Tue Mar 25 13:17:08 
2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/platform/sparql-module.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/platform/sparql-module.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/platform/sparql-module.html (original)
+++ sites/marmotta/content/platform/sparql-module.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/platform/user-module.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/platform/user-module.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/platform/user-module.html (original)
+++ sites/marmotta/content/platform/user-module.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/platform/versioning-module.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/platform/versioning-module.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/platform/versioning-module.html (original)
+++ sites/marmotta/content/platform/versioning-module.html Tue Mar 25 13:17:08 
2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/plugin-management.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/plugin-management.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/plugin-management.html (original)
+++ sites/marmotta/content/plugin-management.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/plugins.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/plugins.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/plugins.html (original)
+++ sites/marmotta/content/plugins.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/privacy.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/privacy.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/privacy.html (original)
+++ sites/marmotta/content/privacy.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/project-info.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/project-info.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/project-info.html (original)
+++ sites/marmotta/content/project-info.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/project-reports.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/project-reports.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/project-reports.html (original)
+++ sites/marmotta/content/project-reports.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/project-summary.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/project-summary.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/project-summary.html (original)
+++ sites/marmotta/content/project-summary.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/sesame.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/sesame.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/sesame.html (original)
+++ sites/marmotta/content/sesame.html Tue Mar 25 13:17:08 2025
@@ -30,19 +30,6 @@
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
     <!-- awaiting for https://jira.codehaus.org/browse/DOXIA-472 --><meta 
name="keywords" content="Sesame, Tools, OpenRDF, RDF, Facading" />          
<!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/source-repository.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/source-repository.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/source-repository.html (original)
+++ sites/marmotta/content/source-repository.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/start.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/start.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/start.html (original)
+++ sites/marmotta/content/start.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           

Modified: sites/marmotta/content/team-list.html
URL: 
http://svn.apache.org/viewvc/sites/marmotta/content/team-list.html?rev=1089544&r1=1089543&r2=1089544&view=diff
==============================================================================
--- sites/marmotta/content/team-list.html (original)
+++ sites/marmotta/content/team-list.html Tue Mar 25 13:17:08 2025
@@ -29,20 +29,6 @@
         
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"; 
type="text/javascript"></script>
           
-              <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-38225305-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
     </head>
         <body class="topBarEnabled">
           


Reply via email to