Author: hboutemy
Date: Tue Mar 25 13:15:58 2025
New Revision: 1089543

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

Modified:
    sites/ode/content/abstract-wsdl.html
    sites/ode/content/activities.html
    sites/ode/content/ambiguousreceive.html
    sites/ode/content/assign.html
    sites/ode/content/bibliography.html
    sites/ode/content/bpel-language-guide.html
    sites/ode/content/bpel-management-api-specification.html
    sites/ode/content/bpel4ws-11.html
    sites/ode/content/bpelc-command.html
    sites/ode/content/compensate.html
    sites/ode/content/contributors.html
    sites/ode/content/controlling-odes-memory-footprint.html
    sites/ode/content/copy-with-insert-attribute.html
    sites/ode/content/creating-a-process.html
    sites/ode/content/custom-xpath-functions.html
    sites/ode/content/databases.html
    sites/ode/content/deployment-unit.html
    sites/ode/content/deployxml.html
    sites/ode/content/developerguide/architectural-overview.html
    sites/ode/content/developerguide/atomic-scopes-extension-for-bpel.html
    sites/ode/content/developerguide/building-ode.html
    sites/ode/content/developerguide/eclipse-ide.html
    sites/ode/content/developerguide/index.html
    sites/ode/content/developerguide/jacob.html
    sites/ode/content/developerguide/release-guidelines.html
    sites/ode/content/developerguide/source-code.html
    sites/ode/content/developerguide/stateful-exchange-protocol.html
    sites/ode/content/direct-process-to-process-communication.html
    sites/ode/content/endpoint-configuration.html
    sites/ode/content/endpoint-references.html
    sites/ode/content/expression-languages.html
    sites/ode/content/extensions/activity-failure-and-recovery.html
    
sites/ode/content/extensions/extension-activities-extensible-assign-operations.html
    sites/ode/content/extensions/external-variables-jdbc-mapping.html
    sites/ode/content/extensions/external-variables.html
    sites/ode/content/extensions/flexible-assigns.html
    sites/ode/content/extensions/headers-handling.html
    sites/ode/content/extensions/implicit-correlations.html
    sites/ode/content/extensions/index.html
    sites/ode/content/extensions/iterable-foreach.html
    sites/ode/content/extensions/process-contexts.html
    sites/ode/content/extensions/restful-bpel-part-i.html
    sites/ode/content/extensions/restful-bpel-part-ii.html
    sites/ode/content/extensions/wsdl-11-extensions-for-rest.html
    sites/ode/content/extensions/xpath-extensions.html
    sites/ode/content/extensions/xquery-extensions.html
    sites/ode/content/faq.html
    sites/ode/content/getting-ode.html
    sites/ode/content/glossary.html
    sites/ode/content/http-authentication.html
    sites/ode/content/index.html
    sites/ode/content/instance-data-cleanup.html
    sites/ode/content/instance-replayer.html
    sites/ode/content/integration-layer.html
    sites/ode/content/invalidvariables.html
    sites/ode/content/invoke.html
    sites/ode/content/jbi-deployment.html
    sites/ode/content/logo.html
    sites/ode/content/mailing-lists.html
    sites/ode/content/management-api.html
    sites/ode/content/message-exchange.html
    sites/ode/content/ode-execution-events.html
    sites/ode/content/ode-jbi-and-axis2-properties-overview.html
    sites/ode/content/ode-schema.html
    sites/ode/content/pick.html
    sites/ode/content/process-versioning.html
    sites/ode/content/receive.html
    sites/ode/content/required-third-party-libraries.html
    sites/ode/content/resource-services.html
    sites/ode/content/roadmap.html
    sites/ode/content/sendsoap-command.html
    sites/ode/content/service-providers.html
    sites/ode/content/sitemap.html
    sites/ode/content/smx4-osgi-deployment.html
    sites/ode/content/standard-faults.html
    sites/ode/content/uninitializedvariable.html
    sites/ode/content/upgrading-ode.html
    sites/ode/content/use-assign-to-build-messages.html
    sites/ode/content/userguide/index.html
    sites/ode/content/using-a-jndi-datasource-under-servicemix-jbi.html
    sites/ode/content/validate.html
    sites/ode/content/war-deployment.html
    sites/ode/content/writing-bpel-test-cases.html
    sites/ode/content/ws-bpel-20-specification-compliance.html
    sites/ode/content/ws-bpel-20.html
    sites/ode/content/ws-i-basic-profile-11.html
    sites/ode/content/ws-security-in-ode.html
    sites/ode/content/wsdl-11-http-binding-support.html
    sites/ode/content/xpath-10-expression-language.html
    sites/ode/content/xpath-20-expression-language.html

Modified: sites/ode/content/abstract-wsdl.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/abstract-wsdl.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/abstract-wsdl.html (original)
+++ sites/ode/content/abstract-wsdl.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/activities.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/activities.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/activities.html (original)
+++ sites/ode/content/activities.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/ambiguousreceive.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/ambiguousreceive.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/ambiguousreceive.html (original)
+++ sites/ode/content/ambiguousreceive.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/assign.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/assign.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/assign.html (original)
+++ sites/ode/content/assign.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/bibliography.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/bibliography.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/bibliography.html (original)
+++ sites/ode/content/bibliography.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/bpel-language-guide.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/bpel-language-guide.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/bpel-language-guide.html (original)
+++ sites/ode/content/bpel-language-guide.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/bpel-management-api-specification.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/bpel-management-api-specification.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/bpel-management-api-specification.html (original)
+++ sites/ode/content/bpel-management-api-specification.html Tue Mar 25 
13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/bpel4ws-11.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/bpel4ws-11.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/bpel4ws-11.html (original)
+++ sites/ode/content/bpel4ws-11.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/bpelc-command.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/bpelc-command.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/bpelc-command.html (original)
+++ sites/ode/content/bpelc-command.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/compensate.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/compensate.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/compensate.html (original)
+++ sites/ode/content/compensate.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/contributors.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/contributors.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/contributors.html (original)
+++ sites/ode/content/contributors.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/controlling-odes-memory-footprint.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/controlling-odes-memory-footprint.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/controlling-odes-memory-footprint.html (original)
+++ sites/ode/content/controlling-odes-memory-footprint.html Tue Mar 25 
13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/copy-with-insert-attribute.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/copy-with-insert-attribute.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/copy-with-insert-attribute.html (original)
+++ sites/ode/content/copy-with-insert-attribute.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/creating-a-process.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/creating-a-process.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/creating-a-process.html (original)
+++ sites/ode/content/creating-a-process.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/custom-xpath-functions.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/custom-xpath-functions.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/custom-xpath-functions.html (original)
+++ sites/ode/content/custom-xpath-functions.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/databases.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/databases.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/databases.html (original)
+++ sites/ode/content/databases.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/deployment-unit.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/deployment-unit.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/deployment-unit.html (original)
+++ sites/ode/content/deployment-unit.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/deployxml.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/deployxml.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/deployxml.html (original)
+++ sites/ode/content/deployxml.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/developerguide/architectural-overview.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/developerguide/architectural-overview.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/developerguide/architectural-overview.html (original)
+++ sites/ode/content/developerguide/architectural-overview.html Tue Mar 25 
13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/developerguide/atomic-scopes-extension-for-bpel.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/developerguide/atomic-scopes-extension-for-bpel.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/developerguide/atomic-scopes-extension-for-bpel.html 
(original)
+++ sites/ode/content/developerguide/atomic-scopes-extension-for-bpel.html Tue 
Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/developerguide/building-ode.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/developerguide/building-ode.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/developerguide/building-ode.html (original)
+++ sites/ode/content/developerguide/building-ode.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/developerguide/eclipse-ide.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/developerguide/eclipse-ide.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/developerguide/eclipse-ide.html (original)
+++ sites/ode/content/developerguide/eclipse-ide.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/developerguide/index.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/developerguide/index.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/developerguide/index.html (original)
+++ sites/ode/content/developerguide/index.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/developerguide/jacob.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/developerguide/jacob.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/developerguide/jacob.html (original)
+++ sites/ode/content/developerguide/jacob.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/developerguide/release-guidelines.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/developerguide/release-guidelines.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/developerguide/release-guidelines.html (original)
+++ sites/ode/content/developerguide/release-guidelines.html Tue Mar 25 
13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/developerguide/source-code.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/developerguide/source-code.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/developerguide/source-code.html (original)
+++ sites/ode/content/developerguide/source-code.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/developerguide/stateful-exchange-protocol.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/developerguide/stateful-exchange-protocol.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/developerguide/stateful-exchange-protocol.html (original)
+++ sites/ode/content/developerguide/stateful-exchange-protocol.html Tue Mar 25 
13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/direct-process-to-process-communication.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/direct-process-to-process-communication.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/direct-process-to-process-communication.html (original)
+++ sites/ode/content/direct-process-to-process-communication.html Tue Mar 25 
13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/endpoint-configuration.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/endpoint-configuration.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/endpoint-configuration.html (original)
+++ sites/ode/content/endpoint-configuration.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/endpoint-references.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/endpoint-references.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/endpoint-references.html (original)
+++ sites/ode/content/endpoint-references.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/expression-languages.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/expression-languages.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/expression-languages.html (original)
+++ sites/ode/content/expression-languages.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/extensions/activity-failure-and-recovery.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/extensions/activity-failure-and-recovery.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/extensions/activity-failure-and-recovery.html (original)
+++ sites/ode/content/extensions/activity-failure-and-recovery.html Tue Mar 25 
13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: 
sites/ode/content/extensions/extension-activities-extensible-assign-operations.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/extensions/extension-activities-extensible-assign-operations.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- 
sites/ode/content/extensions/extension-activities-extensible-assign-operations.html
 (original)
+++ 
sites/ode/content/extensions/extension-activities-extensible-assign-operations.html
 Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/extensions/external-variables-jdbc-mapping.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/extensions/external-variables-jdbc-mapping.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/extensions/external-variables-jdbc-mapping.html (original)
+++ sites/ode/content/extensions/external-variables-jdbc-mapping.html Tue Mar 
25 13:15:58 2025
@@ -1,7 +1,8 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <title>Apache ODE &ndash; External Variable: JDBC Mapping
</title>
+    <title>Apache ODE &ndash; External Variable: JDBC Mapping
+</title>
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta property="og:image" content="http://ode.apache.org/img/ode-logo.png"; 
/>
 
@@ -12,17 +13,6 @@
     
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
-    <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
@@ -86,7 +76,8 @@
     <header class="jumbotron subhead" id="overview">
       <div class="container">
         
-        <h1>External Variable: JDBC Mapping
</h1>
+        <h1>External Variable: JDBC Mapping
+</h1>
         
       </div>
     </header>

Modified: sites/ode/content/extensions/external-variables.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/extensions/external-variables.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/extensions/external-variables.html (original)
+++ sites/ode/content/extensions/external-variables.html Tue Mar 25 13:15:58 
2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/extensions/flexible-assigns.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/extensions/flexible-assigns.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/extensions/flexible-assigns.html (original)
+++ sites/ode/content/extensions/flexible-assigns.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/extensions/headers-handling.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/extensions/headers-handling.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/extensions/headers-handling.html (original)
+++ sites/ode/content/extensions/headers-handling.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/extensions/implicit-correlations.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/extensions/implicit-correlations.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/extensions/implicit-correlations.html (original)
+++ sites/ode/content/extensions/implicit-correlations.html Tue Mar 25 13:15:58 
2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/extensions/index.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/extensions/index.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/extensions/index.html (original)
+++ sites/ode/content/extensions/index.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/extensions/iterable-foreach.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/extensions/iterable-foreach.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/extensions/iterable-foreach.html (original)
+++ sites/ode/content/extensions/iterable-foreach.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/extensions/process-contexts.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/extensions/process-contexts.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/extensions/process-contexts.html (original)
+++ sites/ode/content/extensions/process-contexts.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/extensions/restful-bpel-part-i.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/extensions/restful-bpel-part-i.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/extensions/restful-bpel-part-i.html (original)
+++ sites/ode/content/extensions/restful-bpel-part-i.html Tue Mar 25 13:15:58 
2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/extensions/restful-bpel-part-ii.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/extensions/restful-bpel-part-ii.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/extensions/restful-bpel-part-ii.html (original)
+++ sites/ode/content/extensions/restful-bpel-part-ii.html Tue Mar 25 13:15:58 
2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/extensions/wsdl-11-extensions-for-rest.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/extensions/wsdl-11-extensions-for-rest.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/extensions/wsdl-11-extensions-for-rest.html (original)
+++ sites/ode/content/extensions/wsdl-11-extensions-for-rest.html Tue Mar 25 
13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/extensions/xpath-extensions.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/extensions/xpath-extensions.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/extensions/xpath-extensions.html (original)
+++ sites/ode/content/extensions/xpath-extensions.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/extensions/xquery-extensions.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/extensions/xquery-extensions.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/extensions/xquery-extensions.html (original)
+++ sites/ode/content/extensions/xquery-extensions.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/faq.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/faq.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/faq.html (original)
+++ sites/ode/content/faq.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/getting-ode.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/getting-ode.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/getting-ode.html (original)
+++ sites/ode/content/getting-ode.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/glossary.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/glossary.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/glossary.html (original)
+++ sites/ode/content/glossary.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/http-authentication.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/http-authentication.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/http-authentication.html (original)
+++ sites/ode/content/http-authentication.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/index.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/index.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/index.html (original)
+++ sites/ode/content/index.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/instance-data-cleanup.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/instance-data-cleanup.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/instance-data-cleanup.html (original)
+++ sites/ode/content/instance-data-cleanup.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/instance-replayer.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/instance-replayer.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/instance-replayer.html (original)
+++ sites/ode/content/instance-replayer.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/integration-layer.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/integration-layer.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/integration-layer.html (original)
+++ sites/ode/content/integration-layer.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/invalidvariables.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/invalidvariables.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/invalidvariables.html (original)
+++ sites/ode/content/invalidvariables.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/invoke.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/invoke.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/invoke.html (original)
+++ sites/ode/content/invoke.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/jbi-deployment.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/jbi-deployment.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/jbi-deployment.html (original)
+++ sites/ode/content/jbi-deployment.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/logo.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/logo.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/logo.html (original)
+++ sites/ode/content/logo.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/mailing-lists.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/mailing-lists.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/mailing-lists.html (original)
+++ sites/ode/content/mailing-lists.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/management-api.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/management-api.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/management-api.html (original)
+++ sites/ode/content/management-api.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/message-exchange.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/message-exchange.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/message-exchange.html (original)
+++ sites/ode/content/message-exchange.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/ode-execution-events.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/ode-execution-events.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/ode-execution-events.html (original)
+++ sites/ode/content/ode-execution-events.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/ode-jbi-and-axis2-properties-overview.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/ode-jbi-and-axis2-properties-overview.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/ode-jbi-and-axis2-properties-overview.html (original)
+++ sites/ode/content/ode-jbi-and-axis2-properties-overview.html Tue Mar 25 
13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/ode-schema.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/ode-schema.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/ode-schema.html (original)
+++ sites/ode/content/ode-schema.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/pick.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/pick.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/pick.html (original)
+++ sites/ode/content/pick.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/process-versioning.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/process-versioning.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/process-versioning.html (original)
+++ sites/ode/content/process-versioning.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/receive.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/receive.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/receive.html (original)
+++ sites/ode/content/receive.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/required-third-party-libraries.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/required-third-party-libraries.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/required-third-party-libraries.html (original)
+++ sites/ode/content/required-third-party-libraries.html Tue Mar 25 13:15:58 
2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/resource-services.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/resource-services.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/resource-services.html (original)
+++ sites/ode/content/resource-services.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/roadmap.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/roadmap.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/roadmap.html (original)
+++ sites/ode/content/roadmap.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/sendsoap-command.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/sendsoap-command.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/sendsoap-command.html (original)
+++ sites/ode/content/sendsoap-command.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/service-providers.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/service-providers.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/service-providers.html (original)
+++ sites/ode/content/service-providers.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/sitemap.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/sitemap.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/sitemap.html (original)
+++ sites/ode/content/sitemap.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 
@@ -195,5 +184,5 @@ h2:hover > .headerlink, h3:hover > .head
       </footer>
     </div> <!-- /container -->
   </body>
-</html>
-
+</html>
+

Modified: sites/ode/content/smx4-osgi-deployment.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/smx4-osgi-deployment.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/smx4-osgi-deployment.html (original)
+++ sites/ode/content/smx4-osgi-deployment.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/standard-faults.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/standard-faults.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/standard-faults.html (original)
+++ sites/ode/content/standard-faults.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/uninitializedvariable.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/uninitializedvariable.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/uninitializedvariable.html (original)
+++ sites/ode/content/uninitializedvariable.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/upgrading-ode.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/upgrading-ode.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/upgrading-ode.html (original)
+++ sites/ode/content/upgrading-ode.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 

Modified: sites/ode/content/use-assign-to-build-messages.html
URL: 
http://svn.apache.org/viewvc/sites/ode/content/use-assign-to-build-messages.html?rev=1089543&r1=1089542&r2=1089543&view=diff
==============================================================================
--- sites/ode/content/use-assign-to-build-messages.html (original)
+++ sites/ode/content/use-assign-to-build-messages.html Tue Mar 25 13:15:58 2025
@@ -13,17 +13,6 @@
 
     <script src="http://code.jquery.com/jquery-latest.js";></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-36293077-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>
 



Reply via email to