You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2018/05/29 09:46:06 UTC

svn commit: r1832440 [1/2] - in /uima/site/trunk/uima-website: docs/ xdocs/stylesheets/

Author: rec
Date: Tue May 29 09:46:05 2018
New Revision: 1832440

URL: http://svn.apache.org/viewvc?rev=1832440&view=rev
Log:
[UIMA-5783] Update website for GDPR (disabling potentially problematic features)

- Also comment out cookie-consent because presently that is not required and anyway is not offering opt-out, so it is not GDPR compliant.

Modified:
    uima/site/trunk/uima-website/docs/annotators.html
    uima/site/trunk/uima-website/docs/apache-board-status.html
    uima/site/trunk/uima-website/docs/building-uima.html
    uima/site/trunk/uima-website/docs/bulk-contribution-checklist.html
    uima/site/trunk/uima-website/docs/checklist-release.html
    uima/site/trunk/uima-website/docs/code-scan-tools.html
    uima/site/trunk/uima-website/docs/codeConventions.html
    uima/site/trunk/uima-website/docs/coling14.html
    uima/site/trunk/uima-website/docs/communication.html
    uima/site/trunk/uima-website/docs/contribution-policy.html
    uima/site/trunk/uima-website/docs/decisions.html
    uima/site/trunk/uima-website/docs/dependencies.html
    uima/site/trunk/uima-website/docs/dev-docbook.html
    uima/site/trunk/uima-website/docs/dev-eclipse-plugin-archiving.html
    uima/site/trunk/uima-website/docs/dev-eclipse-plugin-signing.html
    uima/site/trunk/uima-website/docs/dev-quick.html
    uima/site/trunk/uima-website/docs/distribution-before-2.3.1.html
    uima/site/trunk/uima-website/docs/distribution.html
    uima/site/trunk/uima-website/docs/doc-uima-annotator.html
    uima/site/trunk/uima-website/docs/doc-uima-examples.html
    uima/site/trunk/uima-website/docs/doc-uima-pears.html
    uima/site/trunk/uima-website/docs/doc-uima-v3-samples.html
    uima/site/trunk/uima-website/docs/doc-uima-why.html
    uima/site/trunk/uima-website/docs/doc-uimaas-what.html
    uima/site/trunk/uima-website/docs/doc-uimacpp-huh.html
    uima/site/trunk/uima-website/docs/doc-uimaducc-demo.html
    uima/site/trunk/uima-website/docs/doc-uimaducc-whatitam.html
    uima/site/trunk/uima-website/docs/documentation.html
    uima/site/trunk/uima-website/docs/downloads.html
    uima/site/trunk/uima-website/docs/eclipse-update-archives.html
    uima/site/trunk/uima-website/docs/eclipse-update-site.html
    uima/site/trunk/uima-website/docs/external-resources.html
    uima/site/trunk/uima-website/docs/faq.html
    uima/site/trunk/uima-website/docs/get-involved.html
    uima/site/trunk/uima-website/docs/gldv07.html
    uima/site/trunk/uima-website/docs/gscl09.html
    uima/site/trunk/uima-website/docs/gscl13.html
    uima/site/trunk/uima-website/docs/iks09.html
    uima/site/trunk/uima-website/docs/index.html
    uima/site/trunk/uima-website/docs/license.html
    uima/site/trunk/uima-website/docs/lrec08.html
    uima/site/trunk/uima-website/docs/lsm09.html
    uima/site/trunk/uima-website/docs/mail-lists.html
    uima/site/trunk/uima-website/docs/management.html
    uima/site/trunk/uima-website/docs/maven-design.html
    uima/site/trunk/uima-website/docs/news.html
    uima/site/trunk/uima-website/docs/one-time-release-setup.html
    uima/site/trunk/uima-website/docs/one-time-setup.html
    uima/site/trunk/uima-website/docs/privacy-policy.html
    uima/site/trunk/uima-website/docs/project-guidelines.html
    uima/site/trunk/uima-website/docs/publications.html
    uima/site/trunk/uima-website/docs/release-before-2.3.1.html
    uima/site/trunk/uima-website/docs/release.html
    uima/site/trunk/uima-website/docs/roles.html
    uima/site/trunk/uima-website/docs/ruta.html
    uima/site/trunk/uima-website/docs/sandbox.html
    uima/site/trunk/uima-website/docs/saving-svn-resources.html
    uima/site/trunk/uima-website/docs/security_report.html
    uima/site/trunk/uima-website/docs/svn.html
    uima/site/trunk/uima-website/docs/team-list.html
    uima/site/trunk/uima-website/docs/testing-builds.html
    uima/site/trunk/uima-website/docs/toolsServers.html
    uima/site/trunk/uima-website/docs/uima-specification.html
    uima/site/trunk/uima-website/docs/uimafit.html
    uima/site/trunk/uima-website/docs/updating-website.html
    uima/site/trunk/uima-website/xdocs/stylesheets/site.vsl

Modified: uima/site/trunk/uima-website/docs/annotators.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/annotators.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/annotators.html (original)
+++ uima/site/trunk/uima-website/docs/annotators.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - UIMA Annotators</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/apache-board-status.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/apache-board-status.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/apache-board-status.html (original)
+++ uima/site/trunk/uima-website/docs/apache-board-status.html Tue May 29 09:46:05 2018
@@ -16,14 +16,18 @@
                         <title>Apache UIMA - Status reports for the Apache Board</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/building-uima.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/building-uima.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/building-uima.html (original)
+++ uima/site/trunk/uima-website/docs/building-uima.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - Building UIMA</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/bulk-contribution-checklist.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/bulk-contribution-checklist.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/bulk-contribution-checklist.html (original)
+++ uima/site/trunk/uima-website/docs/bulk-contribution-checklist.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - Apache UIMA Bulk Contribution Checklist</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/checklist-release.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/checklist-release.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/checklist-release.html (original)
+++ uima/site/trunk/uima-website/docs/checklist-release.html Tue May 29 09:46:05 2018
@@ -16,14 +16,18 @@
                         <title>Apache UIMA - Checklist: Release</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/code-scan-tools.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/code-scan-tools.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/code-scan-tools.html (original)
+++ uima/site/trunk/uima-website/docs/code-scan-tools.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - Apache UIMA code scanning tools</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/codeConventions.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/codeConventions.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/codeConventions.html (original)
+++ uima/site/trunk/uima-website/docs/codeConventions.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - Apache UIMA Code Conventions</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/coling14.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/coling14.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/coling14.html (original)
+++ uima/site/trunk/uima-website/docs/coling14.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - UIMA Workshop at COLING 2014 in Dublin/Ireland</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/communication.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/communication.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/communication.html (original)
+++ uima/site/trunk/uima-website/docs/communication.html Tue May 29 09:46:05 2018
@@ -18,14 +18,18 @@
                         <title>Apache UIMA - Apache UIMA Project Guidelines</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/contribution-policy.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/contribution-policy.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/contribution-policy.html (original)
+++ uima/site/trunk/uima-website/docs/contribution-policy.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - Apache UIMA Contribution Policy</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/decisions.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/decisions.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/decisions.html (original)
+++ uima/site/trunk/uima-website/docs/decisions.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - Apache UIMA&trade; Project Guidelines</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/dependencies.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/dependencies.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/dependencies.html (original)
+++ uima/site/trunk/uima-website/docs/dependencies.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - Project Dependencies</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/dev-docbook.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/dev-docbook.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/dev-docbook.html (original)
+++ uima/site/trunk/uima-website/docs/dev-docbook.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - Using Docbook for documentation</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/dev-eclipse-plugin-archiving.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/dev-eclipse-plugin-archiving.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/dev-eclipse-plugin-archiving.html (original)
+++ uima/site/trunk/uima-website/docs/dev-eclipse-plugin-archiving.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - Archiving Eclipse Plugins</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/dev-eclipse-plugin-signing.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/dev-eclipse-plugin-signing.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/dev-eclipse-plugin-signing.html (original)
+++ uima/site/trunk/uima-website/docs/dev-eclipse-plugin-signing.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - Signing Eclipse Plugins - release process</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/dev-quick.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/dev-quick.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/dev-quick.html (original)
+++ uima/site/trunk/uima-website/docs/dev-quick.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - Quick Start for working with Source Code</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/distribution-before-2.3.1.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/distribution-before-2.3.1.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/distribution-before-2.3.1.html (original)
+++ uima/site/trunk/uima-website/docs/distribution-before-2.3.1.html Tue May 29 09:46:05 2018
@@ -16,14 +16,18 @@
                         <title>Apache UIMA - Creating Distributions - version 2.3.0 and earlier</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/distribution.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/distribution.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/distribution.html (original)
+++ uima/site/trunk/uima-website/docs/distribution.html Tue May 29 09:46:05 2018
@@ -16,14 +16,18 @@
                         <title>Apache UIMA - Creating Distributions</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/doc-uima-annotator.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/doc-uima-annotator.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/doc-uima-annotator.html (original)
+++ uima/site/trunk/uima-website/docs/doc-uima-annotator.html Tue May 29 09:46:05 2018
@@ -18,14 +18,18 @@
                         <title>Apache UIMA - Getting Started: Writing My First Apache UIMA Annotator</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/doc-uima-examples.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/doc-uima-examples.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/doc-uima-examples.html (original)
+++ uima/site/trunk/uima-website/docs/doc-uima-examples.html Tue May 29 09:46:05 2018
@@ -18,14 +18,18 @@
                         <title>Apache UIMA - Getting Started: Java UIMA Framework and SDK</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/doc-uima-pears.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/doc-uima-pears.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/doc-uima-pears.html (original)
+++ uima/site/trunk/uima-website/docs/doc-uima-pears.html Tue May 29 09:46:05 2018
@@ -18,14 +18,18 @@
                         <title>Apache UIMA - Getting Started: Working With PEARs</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/doc-uima-v3-samples.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/doc-uima-v3-samples.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/doc-uima-v3-samples.html (original)
+++ uima/site/trunk/uima-website/docs/doc-uima-v3-samples.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - What's new: Apache UIMA&trade; SDK Version 3</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/doc-uima-why.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/doc-uima-why.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/doc-uima-why.html (original)
+++ uima/site/trunk/uima-website/docs/doc-uima-why.html Tue May 29 09:46:05 2018
@@ -18,14 +18,18 @@
                         <title>Apache UIMA - Getting Started: Why Apache UIMA</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/doc-uimaas-what.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/doc-uimaas-what.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/doc-uimaas-what.html (original)
+++ uima/site/trunk/uima-website/docs/doc-uimaas-what.html Tue May 29 09:46:05 2018
@@ -18,14 +18,18 @@
                         <title>Apache UIMA - Getting Started: Apache UIMA Asynchronous Scaleout</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/doc-uimacpp-huh.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/doc-uimacpp-huh.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/doc-uimacpp-huh.html (original)
+++ uima/site/trunk/uima-website/docs/doc-uimacpp-huh.html Tue May 29 09:46:05 2018
@@ -18,14 +18,18 @@
                         <title>Apache UIMA - Getting Started: Apache UIMA C++ Framework</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/doc-uimaducc-demo.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/doc-uimaducc-demo.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/doc-uimaducc-demo.html (original)
+++ uima/site/trunk/uima-website/docs/doc-uimaducc-demo.html Tue May 29 09:46:05 2018
@@ -18,14 +18,18 @@
                         <title>Apache UIMA - Demo: Apache UIMA DUCC</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/doc-uimaducc-whatitam.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/doc-uimaducc-whatitam.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/doc-uimaducc-whatitam.html (original)
+++ uima/site/trunk/uima-website/docs/doc-uimaducc-whatitam.html Tue May 29 09:46:05 2018
@@ -18,14 +18,18 @@
                         <title>Apache UIMA - Getting Started: Apache UIMA DUCC</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/documentation.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/documentation.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/documentation.html (original)
+++ uima/site/trunk/uima-website/docs/documentation.html Tue May 29 09:46:05 2018
@@ -18,14 +18,18 @@
                         <title>Apache UIMA - Apache UIMA Documentation</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/downloads.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/downloads.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/downloads.html (original)
+++ uima/site/trunk/uima-website/docs/downloads.html Tue May 29 09:46:05 2018
@@ -18,14 +18,18 @@
                         <title>Apache UIMA - Downloads</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/eclipse-update-archives.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/eclipse-update-archives.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/eclipse-update-archives.html (original)
+++ uima/site/trunk/uima-website/docs/eclipse-update-archives.html Tue May 29 09:46:05 2018
@@ -16,14 +16,18 @@
                         <title>Apache UIMA - UIMA's Eclipse Update Site Archives</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/eclipse-update-site.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/eclipse-update-site.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/eclipse-update-site.html (original)
+++ uima/site/trunk/uima-website/docs/eclipse-update-site.html Tue May 29 09:46:05 2018
@@ -16,14 +16,18 @@
                         <title>Apache UIMA - UIMA's Eclipse Update Site</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/external-resources.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/external-resources.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/external-resources.html (original)
+++ uima/site/trunk/uima-website/docs/external-resources.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - Apache UIMA Resources on the Web</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/faq.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/faq.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/faq.html (original)
+++ uima/site/trunk/uima-website/docs/faq.html Tue May 29 09:46:05 2018
@@ -18,14 +18,18 @@
                         <title>Apache UIMA - Frequently Asked Questions</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/get-involved.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/get-involved.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/get-involved.html (original)
+++ uima/site/trunk/uima-website/docs/get-involved.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - Get Involved</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/gldv07.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/gldv07.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/gldv07.html (original)
+++ uima/site/trunk/uima-website/docs/gldv07.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - UIMA Workshop at the GLDV 2007 in Tübingen/Germany</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/gscl09.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/gscl09.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/gscl09.html (original)
+++ uima/site/trunk/uima-website/docs/gscl09.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - UIMA Workshop at GSCL 2009 in Potsdam/Germany</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/gscl13.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/gscl13.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/gscl13.html (original)
+++ uima/site/trunk/uima-website/docs/gscl13.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - UIMA Workshop at GSCL 2013 in Darmstadt, Germany</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/iks09.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/iks09.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/iks09.html (original)
+++ uima/site/trunk/uima-website/docs/iks09.html Tue May 29 09:46:05 2018
@@ -18,14 +18,18 @@
 		</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/index.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/index.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/index.html (original)
+++ uima/site/trunk/uima-website/docs/index.html Tue May 29 09:46:05 2018
@@ -18,14 +18,18 @@
                         <title>Apache UIMA - Apache UIMA</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/license.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/license.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/license.html (original)
+++ uima/site/trunk/uima-website/docs/license.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - License</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/lrec08.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/lrec08.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/lrec08.html (original)
+++ uima/site/trunk/uima-website/docs/lrec08.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - UIMA Workshop at LREC 2008 in Marrakech/Morocco</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/lsm09.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/lsm09.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/lsm09.html (original)
+++ uima/site/trunk/uima-website/docs/lsm09.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - UIMA Workshop at LSM 2009 in Nantes/France</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/mail-lists.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/mail-lists.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/mail-lists.html (original)
+++ uima/site/trunk/uima-website/docs/mail-lists.html Tue May 29 09:46:05 2018
@@ -18,14 +18,18 @@
                         <title>Apache UIMA - Mailing Lists</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/management.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/management.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/management.html (original)
+++ uima/site/trunk/uima-website/docs/management.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - Apache UIMA Project Guidelines</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/maven-design.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/maven-design.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/maven-design.html (original)
+++ uima/site/trunk/uima-website/docs/maven-design.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - How we use Maven for building</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/news.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/news.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/news.html (original)
+++ uima/site/trunk/uima-website/docs/news.html Tue May 29 09:46:05 2018
@@ -18,14 +18,18 @@
                         <title>Apache UIMA - News</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/one-time-release-setup.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/one-time-release-setup.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/one-time-release-setup.html (original)
+++ uima/site/trunk/uima-website/docs/one-time-release-setup.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - One time release setup</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/one-time-setup.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/one-time-setup.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/one-time-setup.html (original)
+++ uima/site/trunk/uima-website/docs/one-time-setup.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - One time setup</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/privacy-policy.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/privacy-policy.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/privacy-policy.html (original)
+++ uima/site/trunk/uima-website/docs/privacy-policy.html Tue May 29 09:46:05 2018
@@ -18,14 +18,18 @@
                         <title>Apache UIMA - Privacy Policy</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/project-guidelines.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/project-guidelines.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/project-guidelines.html (original)
+++ uima/site/trunk/uima-website/docs/project-guidelines.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - Apache UIMA Project Guidelines</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/publications.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/publications.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/publications.html (original)
+++ uima/site/trunk/uima-website/docs/publications.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - Publications related to Apache UIMA</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/release-before-2.3.1.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/release-before-2.3.1.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/release-before-2.3.1.html (original)
+++ uima/site/trunk/uima-website/docs/release-before-2.3.1.html Tue May 29 09:46:05 2018
@@ -16,14 +16,18 @@
                         <title>Apache UIMA - Doing an Apache UIMA Release</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/release.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/release.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/release.html (original)
+++ uima/site/trunk/uima-website/docs/release.html Tue May 29 09:46:05 2018
@@ -16,14 +16,18 @@
                         <title>Apache UIMA - Doing an Apache UIMA Release</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/roles.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/roles.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/roles.html (original)
+++ uima/site/trunk/uima-website/docs/roles.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - Apache UIMA Project Guidelines</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/ruta.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/ruta.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/ruta.html (original)
+++ uima/site/trunk/uima-website/docs/ruta.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - Apache UIMA Ruta&trade;</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: uima/site/trunk/uima-website/docs/sandbox.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/sandbox.html?rev=1832440&r1=1832439&r2=1832440&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/sandbox.html (original)
+++ uima/site/trunk/uima-website/docs/sandbox.html Tue May 29 09:46:05 2018
@@ -17,14 +17,18 @@
                         <title>Apache UIMA - Apache UIMA Addons and Sandbox</title>
             
             <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
+            <!-- Commented out because implied consent is not compatible with GDPR -->
+            <!--
             <script type="text/javascript">
                 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://uima.apache.org/privacy-policy.html","theme":"dark-bottom"};
             </script>
             
             <script type="text/javascript" src="/cookieconsent2/cookieconsent.min.js"></script>
+            -->
             <!-- End Cookie Consent plugin -->
             
             <!-- Begin Google Analytics -->
+            <!-- Commented out because GA requires consent according to GDPR -->
             <!--
             <script>
               (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){