You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@unomi.apache.org by sh...@apache.org on 2020/02/28 16:14:23 UTC

svn commit: r1874623 [2/3] - in /unomi/website: ./ .jekyll-cache/ _layouts/

Modified: unomi/website/contribute-pre-commit-test-policies.html
URL: http://svn.apache.org/viewvc/unomi/website/contribute-pre-commit-test-policies.html?rev=1874623&r1=1874622&r2=1874623&view=diff
==============================================================================
--- unomi/website/contribute-pre-commit-test-policies.html (original)
+++ unomi/website/contribute-pre-commit-test-policies.html Fri Feb 28 16:14:23 2020
@@ -1,9 +1,82 @@
----
-title: Contribute | Pre-commit test policies
-layout: default
----
+<!doctype html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <link rel="icon" href="/assets/images/favicon.ico">
+
+    <title> | Contribute | Pre-commit test policies</title>
+
+    <!-- Google Analytics -->
+    <script>
+        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+            (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+            m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+        })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+        ga('create', 'UA-70313240-1', 'auto');
+        ga('send', 'pageview');
+    </script>
+    <!-- End Google Analytics -->
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+    <!-- Fontawesome CSS CDN -->
+    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
+    <!-- Custom styles for this template -->
+    <link href="/assets/css/unomi.css" rel="stylesheet">
+</head>
+<body>
+
+<header>
+    <nav class="navbar navbar-expand-md navbar-light bg-white fixed-top border-bottom box-shadow">
+        <div class="container">
+            <a class="navbar-brand" href="index.html">
+                <img src="/assets/images/unomi-86x20.png" alt="Logo Apache Unomi"/>
+            </a>
+            <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
+                <span class="navbar-toggler-icon"></span>
+            </button>
+            <div class="collapse navbar-collapse justify-content-end" id="navbarCollapse">
+                <div>
+                    <ul class="navbar-nav mr-auto align-items-center text-uppercase">
+                        <li class="nav-item">
+                            <a class="nav-link" href="get-started.html">Get started</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="use-cases.html">Use cases</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="download.html">Download</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="documentation.html">Documentation</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="resources.html">Resources</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="contribute.html">Contribute</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="community.html">Community</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link disabled" target="_blank" href="https://www.apache.org">
+                                <img src="/assets/images/apache-feather-tm-new.png" alt="Logo Apache Feather"/>
+                            </a>
+                        </li>
+                    </ul>
+                </div>
+            </div>
+        </div>
+    </nav>
+</header>
 
-      <!-- Marketing messaging and featurettes
+<main>
+          <!-- Marketing messaging and featurettes
       ================================================== -->
       <!-- Wrap the rest of the page in another container to center all the content. -->
 
@@ -89,4 +162,71 @@ layout: default
             </ul>
           </div>
         </div>
-      </div>
\ No newline at end of file
+      </div>
+
+</main>
+
+<!-- FOOTER -->
+<footer class="container-fluid bg-dark pt-5 pb-3 text-white text-center footer">
+
+    <div class="container pb-5">
+        <div class="row">
+            <div class="col-3 col-md-3">
+                <h5>Start</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="get-started.html" title="Get started">Get started</a></li>
+                    <li><a href="get-started.html#quickstart" title="Quick start">Quick start</a></li>
+                    <li><a href="download.html" title="Download">Download</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>Documentation</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="documentation.html" title="Main documentation">Main documentation</a></li>
+                    <li><a href="use-cases.html" title="More use cases">More use cases</a></li>
+                    <li><a href="rest-api-doc/index.html" title="REST API documentation">REST API documentation</a></li>
+                    <li><a href="unomi-api/apidocs/index.html" title="API Javadoc">API Javadoc</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>Community</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="community.html" title="Mailing lists">Contact Us</a></li>
+                    <li><a href="contribute.html" title="Contribute">Contribute</a></li>
+                    <li><a href="community-team.html" title="Team">Team</a></li>
+                    <li><a href="community-maturity-model-report.html" title="Maturity model report card">Maturity model report card</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>About</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a target="_blank" href="https://www.oasis-open.org/committees/cxs/" title="OASIS Context Server Technical Committee">OASIS CXS Committee</a></li>
+                    <li><a href="privacy-policy.html" title="Site policy">Site policy</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/events/current-event.html" title="Apache Events">Apache Events</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/licenses/" title="License">License</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/security/" title="Security">Security</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/foundation/sponsorship.html" title="Sponsorship">Sponsorship</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/foundation/thanks.html" title="Thanks">Thanks</a></li>
+                </ul>
+            </div>
+            <div class="w-100 pt-md-3"></div>
+        </div>
+    </div>
+
+    <p class="float-right"><a href="#">Back to top</a></p>
+    <p>Copyright &copy;2014 - 2019 <a target="_blank" href="https://www.apache.org">Apache Software Foundation</a> - All Rights Reserved - Powered by <a target="_blank" href="https://karaf.apache.org">Apache Karaf&trade;</a><br/>
+        Apache Unomi, Unomi, Apache and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.</p>
+</footer>
+
+<!-- Bootstrap core JavaScript
+================================================== -->
+<!-- Placed at the end of the document so the pages load faster -->
+<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
+<script>window.jQuery || document.write('<script src="/assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
+<script src="/assets/js/vendor/popper.min.js"></script>
+<script src="/assets/js/vendor/bootstrap.min.js"></script>
+</body>
+</html>
\ No newline at end of file

Modified: unomi/website/contribute-release-guide.html
URL: http://svn.apache.org/viewvc/unomi/website/contribute-release-guide.html?rev=1874623&r1=1874622&r2=1874623&view=diff
==============================================================================
--- unomi/website/contribute-release-guide.html (original)
+++ unomi/website/contribute-release-guide.html Fri Feb 28 16:14:23 2020
@@ -1,9 +1,82 @@
----
-title: Contribute | Release guide
-layout: default
----
+<!doctype html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <link rel="icon" href="/assets/images/favicon.ico">
+
+    <title> | Contribute | Release guide</title>
+
+    <!-- Google Analytics -->
+    <script>
+        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+            (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+            m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+        })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+        ga('create', 'UA-70313240-1', 'auto');
+        ga('send', 'pageview');
+    </script>
+    <!-- End Google Analytics -->
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+    <!-- Fontawesome CSS CDN -->
+    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
+    <!-- Custom styles for this template -->
+    <link href="/assets/css/unomi.css" rel="stylesheet">
+</head>
+<body>
+
+<header>
+    <nav class="navbar navbar-expand-md navbar-light bg-white fixed-top border-bottom box-shadow">
+        <div class="container">
+            <a class="navbar-brand" href="index.html">
+                <img src="/assets/images/unomi-86x20.png" alt="Logo Apache Unomi"/>
+            </a>
+            <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
+                <span class="navbar-toggler-icon"></span>
+            </button>
+            <div class="collapse navbar-collapse justify-content-end" id="navbarCollapse">
+                <div>
+                    <ul class="navbar-nav mr-auto align-items-center text-uppercase">
+                        <li class="nav-item">
+                            <a class="nav-link" href="get-started.html">Get started</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="use-cases.html">Use cases</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="download.html">Download</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="documentation.html">Documentation</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="resources.html">Resources</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="contribute.html">Contribute</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="community.html">Community</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link disabled" target="_blank" href="https://www.apache.org">
+                                <img src="/assets/images/apache-feather-tm-new.png" alt="Logo Apache Feather"/>
+                            </a>
+                        </li>
+                    </ul>
+                </div>
+            </div>
+        </div>
+    </nav>
+</header>
 
-      <!-- Marketing messaging and featurettes
+<main>
+          <!-- Marketing messaging and featurettes
       ================================================== -->
       <!-- Wrap the rest of the page in another container to center all the content. -->
 
@@ -409,4 +482,71 @@ The Apache Unomi Team
             </code></pre>
           </div>
         </div>
-      </div>
\ No newline at end of file
+      </div>
+
+</main>
+
+<!-- FOOTER -->
+<footer class="container-fluid bg-dark pt-5 pb-3 text-white text-center footer">
+
+    <div class="container pb-5">
+        <div class="row">
+            <div class="col-3 col-md-3">
+                <h5>Start</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="get-started.html" title="Get started">Get started</a></li>
+                    <li><a href="get-started.html#quickstart" title="Quick start">Quick start</a></li>
+                    <li><a href="download.html" title="Download">Download</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>Documentation</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="documentation.html" title="Main documentation">Main documentation</a></li>
+                    <li><a href="use-cases.html" title="More use cases">More use cases</a></li>
+                    <li><a href="rest-api-doc/index.html" title="REST API documentation">REST API documentation</a></li>
+                    <li><a href="unomi-api/apidocs/index.html" title="API Javadoc">API Javadoc</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>Community</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="community.html" title="Mailing lists">Contact Us</a></li>
+                    <li><a href="contribute.html" title="Contribute">Contribute</a></li>
+                    <li><a href="community-team.html" title="Team">Team</a></li>
+                    <li><a href="community-maturity-model-report.html" title="Maturity model report card">Maturity model report card</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>About</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a target="_blank" href="https://www.oasis-open.org/committees/cxs/" title="OASIS Context Server Technical Committee">OASIS CXS Committee</a></li>
+                    <li><a href="privacy-policy.html" title="Site policy">Site policy</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/events/current-event.html" title="Apache Events">Apache Events</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/licenses/" title="License">License</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/security/" title="Security">Security</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/foundation/sponsorship.html" title="Sponsorship">Sponsorship</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/foundation/thanks.html" title="Thanks">Thanks</a></li>
+                </ul>
+            </div>
+            <div class="w-100 pt-md-3"></div>
+        </div>
+    </div>
+
+    <p class="float-right"><a href="#">Back to top</a></p>
+    <p>Copyright &copy;2014 - 2019 <a target="_blank" href="https://www.apache.org">Apache Software Foundation</a> - All Rights Reserved - Powered by <a target="_blank" href="https://karaf.apache.org">Apache Karaf&trade;</a><br/>
+        Apache Unomi, Unomi, Apache and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.</p>
+</footer>
+
+<!-- Bootstrap core JavaScript
+================================================== -->
+<!-- Placed at the end of the document so the pages load faster -->
+<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
+<script>window.jQuery || document.write('<script src="/assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
+<script src="/assets/js/vendor/popper.min.js"></script>
+<script src="/assets/js/vendor/bootstrap.min.js"></script>
+</body>
+</html>
\ No newline at end of file

Modified: unomi/website/contribute-testing.html
URL: http://svn.apache.org/viewvc/unomi/website/contribute-testing.html?rev=1874623&r1=1874622&r2=1874623&view=diff
==============================================================================
--- unomi/website/contribute-testing.html (original)
+++ unomi/website/contribute-testing.html Fri Feb 28 16:14:23 2020
@@ -1,9 +1,82 @@
----
-title: Contribute | Testing
-layout: default
----
+<!doctype html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <link rel="icon" href="/assets/images/favicon.ico">
+
+    <title> | Contribute | Testing</title>
+
+    <!-- Google Analytics -->
+    <script>
+        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+            (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+            m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+        })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+        ga('create', 'UA-70313240-1', 'auto');
+        ga('send', 'pageview');
+    </script>
+    <!-- End Google Analytics -->
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+    <!-- Fontawesome CSS CDN -->
+    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
+    <!-- Custom styles for this template -->
+    <link href="/assets/css/unomi.css" rel="stylesheet">
+</head>
+<body>
+
+<header>
+    <nav class="navbar navbar-expand-md navbar-light bg-white fixed-top border-bottom box-shadow">
+        <div class="container">
+            <a class="navbar-brand" href="index.html">
+                <img src="/assets/images/unomi-86x20.png" alt="Logo Apache Unomi"/>
+            </a>
+            <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
+                <span class="navbar-toggler-icon"></span>
+            </button>
+            <div class="collapse navbar-collapse justify-content-end" id="navbarCollapse">
+                <div>
+                    <ul class="navbar-nav mr-auto align-items-center text-uppercase">
+                        <li class="nav-item">
+                            <a class="nav-link" href="get-started.html">Get started</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="use-cases.html">Use cases</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="download.html">Download</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="documentation.html">Documentation</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="resources.html">Resources</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="contribute.html">Contribute</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="community.html">Community</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link disabled" target="_blank" href="https://www.apache.org">
+                                <img src="/assets/images/apache-feather-tm-new.png" alt="Logo Apache Feather"/>
+                            </a>
+                        </li>
+                    </ul>
+                </div>
+            </div>
+        </div>
+    </nav>
+</header>
 
-      <!-- Marketing messaging and featurettes
+<main>
+          <!-- Marketing messaging and featurettes
       ================================================== -->
       <!-- Wrap the rest of the page in another container to center all the content. -->
 
@@ -144,4 +217,71 @@ layout: default
             <p>However, we often write a test to verify a specific scenario. In this situation, it is usually possible to implement the test as a unit test or a component test. You can add your unit tests or component tests to the pre-commit test suite, and the pre-commit test results give you faster code health feedback during the development stage, when a bug is cheap to fix.</p>
           </div>
         </div>
-      </div>
\ No newline at end of file
+      </div>
+
+</main>
+
+<!-- FOOTER -->
+<footer class="container-fluid bg-dark pt-5 pb-3 text-white text-center footer">
+
+    <div class="container pb-5">
+        <div class="row">
+            <div class="col-3 col-md-3">
+                <h5>Start</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="get-started.html" title="Get started">Get started</a></li>
+                    <li><a href="get-started.html#quickstart" title="Quick start">Quick start</a></li>
+                    <li><a href="download.html" title="Download">Download</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>Documentation</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="documentation.html" title="Main documentation">Main documentation</a></li>
+                    <li><a href="use-cases.html" title="More use cases">More use cases</a></li>
+                    <li><a href="rest-api-doc/index.html" title="REST API documentation">REST API documentation</a></li>
+                    <li><a href="unomi-api/apidocs/index.html" title="API Javadoc">API Javadoc</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>Community</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="community.html" title="Mailing lists">Contact Us</a></li>
+                    <li><a href="contribute.html" title="Contribute">Contribute</a></li>
+                    <li><a href="community-team.html" title="Team">Team</a></li>
+                    <li><a href="community-maturity-model-report.html" title="Maturity model report card">Maturity model report card</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>About</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a target="_blank" href="https://www.oasis-open.org/committees/cxs/" title="OASIS Context Server Technical Committee">OASIS CXS Committee</a></li>
+                    <li><a href="privacy-policy.html" title="Site policy">Site policy</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/events/current-event.html" title="Apache Events">Apache Events</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/licenses/" title="License">License</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/security/" title="Security">Security</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/foundation/sponsorship.html" title="Sponsorship">Sponsorship</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/foundation/thanks.html" title="Thanks">Thanks</a></li>
+                </ul>
+            </div>
+            <div class="w-100 pt-md-3"></div>
+        </div>
+    </div>
+
+    <p class="float-right"><a href="#">Back to top</a></p>
+    <p>Copyright &copy;2014 - 2019 <a target="_blank" href="https://www.apache.org">Apache Software Foundation</a> - All Rights Reserved - Powered by <a target="_blank" href="https://karaf.apache.org">Apache Karaf&trade;</a><br/>
+        Apache Unomi, Unomi, Apache and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.</p>
+</footer>
+
+<!-- Bootstrap core JavaScript
+================================================== -->
+<!-- Placed at the end of the document so the pages load faster -->
+<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
+<script>window.jQuery || document.write('<script src="/assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
+<script src="/assets/js/vendor/popper.min.js"></script>
+<script src="/assets/js/vendor/bootstrap.min.js"></script>
+</body>
+</html>
\ No newline at end of file

Modified: unomi/website/contribute-website.html
URL: http://svn.apache.org/viewvc/unomi/website/contribute-website.html?rev=1874623&r1=1874622&r2=1874623&view=diff
==============================================================================
--- unomi/website/contribute-website.html (original)
+++ unomi/website/contribute-website.html Fri Feb 28 16:14:23 2020
@@ -1,9 +1,82 @@
----
-title: Contribute | Website
-layout: default
----
+<!doctype html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <link rel="icon" href="/assets/images/favicon.ico">
+
+    <title> | Contribute | Website</title>
+
+    <!-- Google Analytics -->
+    <script>
+        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+            (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+            m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+        })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+        ga('create', 'UA-70313240-1', 'auto');
+        ga('send', 'pageview');
+    </script>
+    <!-- End Google Analytics -->
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+    <!-- Fontawesome CSS CDN -->
+    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
+    <!-- Custom styles for this template -->
+    <link href="/assets/css/unomi.css" rel="stylesheet">
+</head>
+<body>
+
+<header>
+    <nav class="navbar navbar-expand-md navbar-light bg-white fixed-top border-bottom box-shadow">
+        <div class="container">
+            <a class="navbar-brand" href="index.html">
+                <img src="/assets/images/unomi-86x20.png" alt="Logo Apache Unomi"/>
+            </a>
+            <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
+                <span class="navbar-toggler-icon"></span>
+            </button>
+            <div class="collapse navbar-collapse justify-content-end" id="navbarCollapse">
+                <div>
+                    <ul class="navbar-nav mr-auto align-items-center text-uppercase">
+                        <li class="nav-item">
+                            <a class="nav-link" href="get-started.html">Get started</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="use-cases.html">Use cases</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="download.html">Download</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="documentation.html">Documentation</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="resources.html">Resources</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="contribute.html">Contribute</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="community.html">Community</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link disabled" target="_blank" href="https://www.apache.org">
+                                <img src="/assets/images/apache-feather-tm-new.png" alt="Logo Apache Feather"/>
+                            </a>
+                        </li>
+                    </ul>
+                </div>
+            </div>
+        </div>
+    </nav>
+</header>
 
-      <!-- Marketing messaging and featurettes
+<main>
+          <!-- Marketing messaging and featurettes
       ================================================== -->
       <!-- Wrap the rest of the page in another container to center all the content. -->
 
@@ -87,4 +160,71 @@ layout: default
             <p class="alert alert-primary"><code>@asfgit merge</code></p>
           </div>
         </div>
-      </div>
\ No newline at end of file
+      </div>
+
+</main>
+
+<!-- FOOTER -->
+<footer class="container-fluid bg-dark pt-5 pb-3 text-white text-center footer">
+
+    <div class="container pb-5">
+        <div class="row">
+            <div class="col-3 col-md-3">
+                <h5>Start</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="get-started.html" title="Get started">Get started</a></li>
+                    <li><a href="get-started.html#quickstart" title="Quick start">Quick start</a></li>
+                    <li><a href="download.html" title="Download">Download</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>Documentation</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="documentation.html" title="Main documentation">Main documentation</a></li>
+                    <li><a href="use-cases.html" title="More use cases">More use cases</a></li>
+                    <li><a href="rest-api-doc/index.html" title="REST API documentation">REST API documentation</a></li>
+                    <li><a href="unomi-api/apidocs/index.html" title="API Javadoc">API Javadoc</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>Community</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="community.html" title="Mailing lists">Contact Us</a></li>
+                    <li><a href="contribute.html" title="Contribute">Contribute</a></li>
+                    <li><a href="community-team.html" title="Team">Team</a></li>
+                    <li><a href="community-maturity-model-report.html" title="Maturity model report card">Maturity model report card</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>About</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a target="_blank" href="https://www.oasis-open.org/committees/cxs/" title="OASIS Context Server Technical Committee">OASIS CXS Committee</a></li>
+                    <li><a href="privacy-policy.html" title="Site policy">Site policy</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/events/current-event.html" title="Apache Events">Apache Events</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/licenses/" title="License">License</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/security/" title="Security">Security</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/foundation/sponsorship.html" title="Sponsorship">Sponsorship</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/foundation/thanks.html" title="Thanks">Thanks</a></li>
+                </ul>
+            </div>
+            <div class="w-100 pt-md-3"></div>
+        </div>
+    </div>
+
+    <p class="float-right"><a href="#">Back to top</a></p>
+    <p>Copyright &copy;2014 - 2019 <a target="_blank" href="https://www.apache.org">Apache Software Foundation</a> - All Rights Reserved - Powered by <a target="_blank" href="https://karaf.apache.org">Apache Karaf&trade;</a><br/>
+        Apache Unomi, Unomi, Apache and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.</p>
+</footer>
+
+<!-- Bootstrap core JavaScript
+================================================== -->
+<!-- Placed at the end of the document so the pages load faster -->
+<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
+<script>window.jQuery || document.write('<script src="/assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
+<script src="/assets/js/vendor/popper.min.js"></script>
+<script src="/assets/js/vendor/bootstrap.min.js"></script>
+</body>
+</html>
\ No newline at end of file

Modified: unomi/website/contribute.html
URL: http://svn.apache.org/viewvc/unomi/website/contribute.html?rev=1874623&r1=1874622&r2=1874623&view=diff
==============================================================================
--- unomi/website/contribute.html (original)
+++ unomi/website/contribute.html Fri Feb 28 16:14:23 2020
@@ -1,9 +1,82 @@
----
-title: Contribute
-layout: default
----
+<!doctype html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <link rel="icon" href="/assets/images/favicon.ico">
+
+    <title> | Contribute</title>
+
+    <!-- Google Analytics -->
+    <script>
+        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+            (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+            m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+        })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+        ga('create', 'UA-70313240-1', 'auto');
+        ga('send', 'pageview');
+    </script>
+    <!-- End Google Analytics -->
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+    <!-- Fontawesome CSS CDN -->
+    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
+    <!-- Custom styles for this template -->
+    <link href="/assets/css/unomi.css" rel="stylesheet">
+</head>
+<body>
+
+<header>
+    <nav class="navbar navbar-expand-md navbar-light bg-white fixed-top border-bottom box-shadow">
+        <div class="container">
+            <a class="navbar-brand" href="index.html">
+                <img src="/assets/images/unomi-86x20.png" alt="Logo Apache Unomi"/>
+            </a>
+            <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
+                <span class="navbar-toggler-icon"></span>
+            </button>
+            <div class="collapse navbar-collapse justify-content-end" id="navbarCollapse">
+                <div>
+                    <ul class="navbar-nav mr-auto align-items-center text-uppercase">
+                        <li class="nav-item">
+                            <a class="nav-link" href="get-started.html">Get started</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="use-cases.html">Use cases</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="download.html">Download</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="documentation.html">Documentation</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="resources.html">Resources</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="contribute.html">Contribute</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="community.html">Community</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link disabled" target="_blank" href="https://www.apache.org">
+                                <img src="/assets/images/apache-feather-tm-new.png" alt="Logo Apache Feather"/>
+                            </a>
+                        </li>
+                    </ul>
+                </div>
+            </div>
+        </div>
+    </nav>
+</header>
 
-      <!-- Marketing messaging and featurettes
+<main>
+          <!-- Marketing messaging and featurettes
       ================================================== -->
       <!-- Wrap the rest of the page in another container to center all the content. -->
 
@@ -72,4 +145,71 @@ layout: default
             <p>Refer to the documentation of the SCM used for more information about access behind a firewall.</p>
           </div>
         </div>
-      </div>
\ No newline at end of file
+      </div>
+
+</main>
+
+<!-- FOOTER -->
+<footer class="container-fluid bg-dark pt-5 pb-3 text-white text-center footer">
+
+    <div class="container pb-5">
+        <div class="row">
+            <div class="col-3 col-md-3">
+                <h5>Start</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="get-started.html" title="Get started">Get started</a></li>
+                    <li><a href="get-started.html#quickstart" title="Quick start">Quick start</a></li>
+                    <li><a href="download.html" title="Download">Download</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>Documentation</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="documentation.html" title="Main documentation">Main documentation</a></li>
+                    <li><a href="use-cases.html" title="More use cases">More use cases</a></li>
+                    <li><a href="rest-api-doc/index.html" title="REST API documentation">REST API documentation</a></li>
+                    <li><a href="unomi-api/apidocs/index.html" title="API Javadoc">API Javadoc</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>Community</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="community.html" title="Mailing lists">Contact Us</a></li>
+                    <li><a href="contribute.html" title="Contribute">Contribute</a></li>
+                    <li><a href="community-team.html" title="Team">Team</a></li>
+                    <li><a href="community-maturity-model-report.html" title="Maturity model report card">Maturity model report card</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>About</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a target="_blank" href="https://www.oasis-open.org/committees/cxs/" title="OASIS Context Server Technical Committee">OASIS CXS Committee</a></li>
+                    <li><a href="privacy-policy.html" title="Site policy">Site policy</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/events/current-event.html" title="Apache Events">Apache Events</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/licenses/" title="License">License</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/security/" title="Security">Security</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/foundation/sponsorship.html" title="Sponsorship">Sponsorship</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/foundation/thanks.html" title="Thanks">Thanks</a></li>
+                </ul>
+            </div>
+            <div class="w-100 pt-md-3"></div>
+        </div>
+    </div>
+
+    <p class="float-right"><a href="#">Back to top</a></p>
+    <p>Copyright &copy;2014 - 2019 <a target="_blank" href="https://www.apache.org">Apache Software Foundation</a> - All Rights Reserved - Powered by <a target="_blank" href="https://karaf.apache.org">Apache Karaf&trade;</a><br/>
+        Apache Unomi, Unomi, Apache and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.</p>
+</footer>
+
+<!-- Bootstrap core JavaScript
+================================================== -->
+<!-- Placed at the end of the document so the pages load faster -->
+<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
+<script>window.jQuery || document.write('<script src="/assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
+<script src="/assets/js/vendor/popper.min.js"></script>
+<script src="/assets/js/vendor/bootstrap.min.js"></script>
+</body>
+</html>
\ No newline at end of file

Modified: unomi/website/documentation.html
URL: http://svn.apache.org/viewvc/unomi/website/documentation.html?rev=1874623&r1=1874622&r2=1874623&view=diff
==============================================================================
--- unomi/website/documentation.html (original)
+++ unomi/website/documentation.html Fri Feb 28 16:14:23 2020
@@ -1,9 +1,82 @@
----
-title: Documentation
-layout: default
----
+<!doctype html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <link rel="icon" href="/assets/images/favicon.ico">
+
+    <title> | Documentation</title>
+
+    <!-- Google Analytics -->
+    <script>
+        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+            (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+            m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+        })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+        ga('create', 'UA-70313240-1', 'auto');
+        ga('send', 'pageview');
+    </script>
+    <!-- End Google Analytics -->
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+    <!-- Fontawesome CSS CDN -->
+    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
+    <!-- Custom styles for this template -->
+    <link href="/assets/css/unomi.css" rel="stylesheet">
+</head>
+<body>
+
+<header>
+    <nav class="navbar navbar-expand-md navbar-light bg-white fixed-top border-bottom box-shadow">
+        <div class="container">
+            <a class="navbar-brand" href="index.html">
+                <img src="/assets/images/unomi-86x20.png" alt="Logo Apache Unomi"/>
+            </a>
+            <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
+                <span class="navbar-toggler-icon"></span>
+            </button>
+            <div class="collapse navbar-collapse justify-content-end" id="navbarCollapse">
+                <div>
+                    <ul class="navbar-nav mr-auto align-items-center text-uppercase">
+                        <li class="nav-item">
+                            <a class="nav-link" href="get-started.html">Get started</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="use-cases.html">Use cases</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="download.html">Download</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="documentation.html">Documentation</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="resources.html">Resources</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="contribute.html">Contribute</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="community.html">Community</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link disabled" target="_blank" href="https://www.apache.org">
+                                <img src="/assets/images/apache-feather-tm-new.png" alt="Logo Apache Feather"/>
+                            </a>
+                        </li>
+                    </ul>
+                </div>
+            </div>
+        </div>
+    </nav>
+</header>
 
-    <div class="container mb-5 pt-5">
+<main>
+        <div class="container mb-5 pt-5">
       <h2 class="pb-2 mb-2 border-bottom">Documentation</h2>
 
       <h4 class="pt-4 mt-2 text-dark">Released versions</h4>
@@ -250,3 +323,71 @@ layout: default
         </div>
 
       </div><!-- /.container -->
+
+
+</main>
+
+<!-- FOOTER -->
+<footer class="container-fluid bg-dark pt-5 pb-3 text-white text-center footer">
+
+    <div class="container pb-5">
+        <div class="row">
+            <div class="col-3 col-md-3">
+                <h5>Start</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="get-started.html" title="Get started">Get started</a></li>
+                    <li><a href="get-started.html#quickstart" title="Quick start">Quick start</a></li>
+                    <li><a href="download.html" title="Download">Download</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>Documentation</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="documentation.html" title="Main documentation">Main documentation</a></li>
+                    <li><a href="use-cases.html" title="More use cases">More use cases</a></li>
+                    <li><a href="rest-api-doc/index.html" title="REST API documentation">REST API documentation</a></li>
+                    <li><a href="unomi-api/apidocs/index.html" title="API Javadoc">API Javadoc</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>Community</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="community.html" title="Mailing lists">Contact Us</a></li>
+                    <li><a href="contribute.html" title="Contribute">Contribute</a></li>
+                    <li><a href="community-team.html" title="Team">Team</a></li>
+                    <li><a href="community-maturity-model-report.html" title="Maturity model report card">Maturity model report card</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>About</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a target="_blank" href="https://www.oasis-open.org/committees/cxs/" title="OASIS Context Server Technical Committee">OASIS CXS Committee</a></li>
+                    <li><a href="privacy-policy.html" title="Site policy">Site policy</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/events/current-event.html" title="Apache Events">Apache Events</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/licenses/" title="License">License</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/security/" title="Security">Security</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/foundation/sponsorship.html" title="Sponsorship">Sponsorship</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/foundation/thanks.html" title="Thanks">Thanks</a></li>
+                </ul>
+            </div>
+            <div class="w-100 pt-md-3"></div>
+        </div>
+    </div>
+
+    <p class="float-right"><a href="#">Back to top</a></p>
+    <p>Copyright &copy;2014 - 2019 <a target="_blank" href="https://www.apache.org">Apache Software Foundation</a> - All Rights Reserved - Powered by <a target="_blank" href="https://karaf.apache.org">Apache Karaf&trade;</a><br/>
+        Apache Unomi, Unomi, Apache and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.</p>
+</footer>
+
+<!-- Bootstrap core JavaScript
+================================================== -->
+<!-- Placed at the end of the document so the pages load faster -->
+<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
+<script>window.jQuery || document.write('<script src="/assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
+<script src="/assets/js/vendor/popper.min.js"></script>
+<script src="/assets/js/vendor/bootstrap.min.js"></script>
+</body>
+</html>
\ No newline at end of file

Modified: unomi/website/download.html
URL: http://svn.apache.org/viewvc/unomi/website/download.html?rev=1874623&r1=1874622&r2=1874623&view=diff
==============================================================================
--- unomi/website/download.html (original)
+++ unomi/website/download.html Fri Feb 28 16:14:23 2020
@@ -1,9 +1,82 @@
----
-title: Download
-layout: default
----
+<!doctype html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <link rel="icon" href="/assets/images/favicon.ico">
 
-    <div class="container pt-5">
+    <title> | Download</title>
+
+    <!-- Google Analytics -->
+    <script>
+        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+            (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+            m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+        })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+        ga('create', 'UA-70313240-1', 'auto');
+        ga('send', 'pageview');
+    </script>
+    <!-- End Google Analytics -->
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+    <!-- Fontawesome CSS CDN -->
+    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
+    <!-- Custom styles for this template -->
+    <link href="/assets/css/unomi.css" rel="stylesheet">
+</head>
+<body>
+
+<header>
+    <nav class="navbar navbar-expand-md navbar-light bg-white fixed-top border-bottom box-shadow">
+        <div class="container">
+            <a class="navbar-brand" href="index.html">
+                <img src="/assets/images/unomi-86x20.png" alt="Logo Apache Unomi"/>
+            </a>
+            <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
+                <span class="navbar-toggler-icon"></span>
+            </button>
+            <div class="collapse navbar-collapse justify-content-end" id="navbarCollapse">
+                <div>
+                    <ul class="navbar-nav mr-auto align-items-center text-uppercase">
+                        <li class="nav-item">
+                            <a class="nav-link" href="get-started.html">Get started</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="use-cases.html">Use cases</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="download.html">Download</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="documentation.html">Documentation</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="resources.html">Resources</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="contribute.html">Contribute</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="community.html">Community</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link disabled" target="_blank" href="https://www.apache.org">
+                                <img src="/assets/images/apache-feather-tm-new.png" alt="Logo Apache Feather"/>
+                            </a>
+                        </li>
+                    </ul>
+                </div>
+            </div>
+        </div>
+    </nav>
+</header>
+
+<main>
+        <div class="container pt-5">
       <h2 class="pb-3 mb-2">Download</h2>
 
       <div class="row mb-2">
@@ -195,4 +268,71 @@ layout: default
               </table>
             </div>
         </div>
-      </div><!-- /.karaf - container -->
\ No newline at end of file
+      </div><!-- /.karaf - container -->
+
+</main>
+
+<!-- FOOTER -->
+<footer class="container-fluid bg-dark pt-5 pb-3 text-white text-center footer">
+
+    <div class="container pb-5">
+        <div class="row">
+            <div class="col-3 col-md-3">
+                <h5>Start</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="get-started.html" title="Get started">Get started</a></li>
+                    <li><a href="get-started.html#quickstart" title="Quick start">Quick start</a></li>
+                    <li><a href="download.html" title="Download">Download</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>Documentation</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="documentation.html" title="Main documentation">Main documentation</a></li>
+                    <li><a href="use-cases.html" title="More use cases">More use cases</a></li>
+                    <li><a href="rest-api-doc/index.html" title="REST API documentation">REST API documentation</a></li>
+                    <li><a href="unomi-api/apidocs/index.html" title="API Javadoc">API Javadoc</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>Community</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="community.html" title="Mailing lists">Contact Us</a></li>
+                    <li><a href="contribute.html" title="Contribute">Contribute</a></li>
+                    <li><a href="community-team.html" title="Team">Team</a></li>
+                    <li><a href="community-maturity-model-report.html" title="Maturity model report card">Maturity model report card</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>About</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a target="_blank" href="https://www.oasis-open.org/committees/cxs/" title="OASIS Context Server Technical Committee">OASIS CXS Committee</a></li>
+                    <li><a href="privacy-policy.html" title="Site policy">Site policy</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/events/current-event.html" title="Apache Events">Apache Events</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/licenses/" title="License">License</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/security/" title="Security">Security</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/foundation/sponsorship.html" title="Sponsorship">Sponsorship</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/foundation/thanks.html" title="Thanks">Thanks</a></li>
+                </ul>
+            </div>
+            <div class="w-100 pt-md-3"></div>
+        </div>
+    </div>
+
+    <p class="float-right"><a href="#">Back to top</a></p>
+    <p>Copyright &copy;2014 - 2019 <a target="_blank" href="https://www.apache.org">Apache Software Foundation</a> - All Rights Reserved - Powered by <a target="_blank" href="https://karaf.apache.org">Apache Karaf&trade;</a><br/>
+        Apache Unomi, Unomi, Apache and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.</p>
+</footer>
+
+<!-- Bootstrap core JavaScript
+================================================== -->
+<!-- Placed at the end of the document so the pages load faster -->
+<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
+<script>window.jQuery || document.write('<script src="/assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
+<script src="/assets/js/vendor/popper.min.js"></script>
+<script src="/assets/js/vendor/bootstrap.min.js"></script>
+</body>
+</html>
\ No newline at end of file

Modified: unomi/website/get-started.html
URL: http://svn.apache.org/viewvc/unomi/website/get-started.html?rev=1874623&r1=1874622&r2=1874623&view=diff
==============================================================================
--- unomi/website/get-started.html (original)
+++ unomi/website/get-started.html Fri Feb 28 16:14:23 2020
@@ -1,9 +1,82 @@
----
-title: Getting Started
-layout: default
----
+<!doctype html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <link rel="icon" href="/assets/images/favicon.ico">
 
-      <div class="container pt-5 pb-5">
+    <title> | Getting Started</title>
+
+    <!-- Google Analytics -->
+    <script>
+        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+            (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+            m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+        })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+        ga('create', 'UA-70313240-1', 'auto');
+        ga('send', 'pageview');
+    </script>
+    <!-- End Google Analytics -->
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+    <!-- Fontawesome CSS CDN -->
+    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
+    <!-- Custom styles for this template -->
+    <link href="/assets/css/unomi.css" rel="stylesheet">
+</head>
+<body>
+
+<header>
+    <nav class="navbar navbar-expand-md navbar-light bg-white fixed-top border-bottom box-shadow">
+        <div class="container">
+            <a class="navbar-brand" href="index.html">
+                <img src="/assets/images/unomi-86x20.png" alt="Logo Apache Unomi"/>
+            </a>
+            <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
+                <span class="navbar-toggler-icon"></span>
+            </button>
+            <div class="collapse navbar-collapse justify-content-end" id="navbarCollapse">
+                <div>
+                    <ul class="navbar-nav mr-auto align-items-center text-uppercase">
+                        <li class="nav-item">
+                            <a class="nav-link" href="get-started.html">Get started</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="use-cases.html">Use cases</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="download.html">Download</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="documentation.html">Documentation</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="resources.html">Resources</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="contribute.html">Contribute</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="community.html">Community</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link disabled" target="_blank" href="https://www.apache.org">
+                                <img src="/assets/images/apache-feather-tm-new.png" alt="Logo Apache Feather"/>
+                            </a>
+                        </li>
+                    </ul>
+                </div>
+            </div>
+        </div>
+    </nav>
+</header>
+
+<main>
+          <div class="container pt-5 pb-5">
         <!-- in a few words -->
         <div class="row pb-2 pt-4">
           <div class="col-md-12">
@@ -49,4 +122,71 @@ layout: default
           </div>
         </div>
 
-      </div>
\ No newline at end of file
+      </div>
+
+</main>
+
+<!-- FOOTER -->
+<footer class="container-fluid bg-dark pt-5 pb-3 text-white text-center footer">
+
+    <div class="container pb-5">
+        <div class="row">
+            <div class="col-3 col-md-3">
+                <h5>Start</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="get-started.html" title="Get started">Get started</a></li>
+                    <li><a href="get-started.html#quickstart" title="Quick start">Quick start</a></li>
+                    <li><a href="download.html" title="Download">Download</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>Documentation</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="documentation.html" title="Main documentation">Main documentation</a></li>
+                    <li><a href="use-cases.html" title="More use cases">More use cases</a></li>
+                    <li><a href="rest-api-doc/index.html" title="REST API documentation">REST API documentation</a></li>
+                    <li><a href="unomi-api/apidocs/index.html" title="API Javadoc">API Javadoc</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>Community</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="community.html" title="Mailing lists">Contact Us</a></li>
+                    <li><a href="contribute.html" title="Contribute">Contribute</a></li>
+                    <li><a href="community-team.html" title="Team">Team</a></li>
+                    <li><a href="community-maturity-model-report.html" title="Maturity model report card">Maturity model report card</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>About</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a target="_blank" href="https://www.oasis-open.org/committees/cxs/" title="OASIS Context Server Technical Committee">OASIS CXS Committee</a></li>
+                    <li><a href="privacy-policy.html" title="Site policy">Site policy</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/events/current-event.html" title="Apache Events">Apache Events</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/licenses/" title="License">License</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/security/" title="Security">Security</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/foundation/sponsorship.html" title="Sponsorship">Sponsorship</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/foundation/thanks.html" title="Thanks">Thanks</a></li>
+                </ul>
+            </div>
+            <div class="w-100 pt-md-3"></div>
+        </div>
+    </div>
+
+    <p class="float-right"><a href="#">Back to top</a></p>
+    <p>Copyright &copy;2014 - 2019 <a target="_blank" href="https://www.apache.org">Apache Software Foundation</a> - All Rights Reserved - Powered by <a target="_blank" href="https://karaf.apache.org">Apache Karaf&trade;</a><br/>
+        Apache Unomi, Unomi, Apache and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.</p>
+</footer>
+
+<!-- Bootstrap core JavaScript
+================================================== -->
+<!-- Placed at the end of the document so the pages load faster -->
+<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
+<script>window.jQuery || document.write('<script src="/assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
+<script src="/assets/js/vendor/popper.min.js"></script>
+<script src="/assets/js/vendor/bootstrap.min.js"></script>
+</body>
+</html>
\ No newline at end of file

Modified: unomi/website/index.html
URL: http://svn.apache.org/viewvc/unomi/website/index.html?rev=1874623&r1=1874622&r2=1874623&view=diff
==============================================================================
--- unomi/website/index.html (original)
+++ unomi/website/index.html Fri Feb 28 16:14:23 2020
@@ -1,9 +1,82 @@
----
-title: Main Page
-layout: default
----
+<!doctype html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <link rel="icon" href="/assets/images/favicon.ico">
+
+    <title> | Main Page</title>
+
+    <!-- Google Analytics -->
+    <script>
+        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+            (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+            m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+        })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+        ga('create', 'UA-70313240-1', 'auto');
+        ga('send', 'pageview');
+    </script>
+    <!-- End Google Analytics -->
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+    <!-- Fontawesome CSS CDN -->
+    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
+    <!-- Custom styles for this template -->
+    <link href="/assets/css/unomi.css" rel="stylesheet">
+</head>
+<body>
+
+<header>
+    <nav class="navbar navbar-expand-md navbar-light bg-white fixed-top border-bottom box-shadow">
+        <div class="container">
+            <a class="navbar-brand" href="index.html">
+                <img src="/assets/images/unomi-86x20.png" alt="Logo Apache Unomi"/>
+            </a>
+            <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
+                <span class="navbar-toggler-icon"></span>
+            </button>
+            <div class="collapse navbar-collapse justify-content-end" id="navbarCollapse">
+                <div>
+                    <ul class="navbar-nav mr-auto align-items-center text-uppercase">
+                        <li class="nav-item">
+                            <a class="nav-link" href="get-started.html">Get started</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="use-cases.html">Use cases</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="download.html">Download</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="documentation.html">Documentation</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="resources.html">Resources</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="contribute.html">Contribute</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="community.html">Community</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link disabled" target="_blank" href="https://www.apache.org">
+                                <img src="/assets/images/apache-feather-tm-new.png" alt="Logo Apache Feather"/>
+                            </a>
+                        </li>
+                    </ul>
+                </div>
+            </div>
+        </div>
+    </nav>
+</header>
 
-      <div class="container-fluid product pt-5 pb-5 mx-auto">
+<main>
+          <div class="container-fluid product pt-5 pb-5 mx-auto">
         <div class="row pt-5 pb-5">
           <div class="container">
             <div class="col pt-5 mx-auto text-left">
@@ -192,4 +265,71 @@ layout: default
 
         <!-- /END THE FEATURETTES -->
 
-      </div><!-- /.container -->
\ No newline at end of file
+      </div><!-- /.container -->
+
+</main>
+
+<!-- FOOTER -->
+<footer class="container-fluid bg-dark pt-5 pb-3 text-white text-center footer">
+
+    <div class="container pb-5">
+        <div class="row">
+            <div class="col-3 col-md-3">
+                <h5>Start</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="get-started.html" title="Get started">Get started</a></li>
+                    <li><a href="get-started.html#quickstart" title="Quick start">Quick start</a></li>
+                    <li><a href="download.html" title="Download">Download</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>Documentation</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="documentation.html" title="Main documentation">Main documentation</a></li>
+                    <li><a href="use-cases.html" title="More use cases">More use cases</a></li>
+                    <li><a href="rest-api-doc/index.html" title="REST API documentation">REST API documentation</a></li>
+                    <li><a href="unomi-api/apidocs/index.html" title="API Javadoc">API Javadoc</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>Community</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="community.html" title="Mailing lists">Contact Us</a></li>
+                    <li><a href="contribute.html" title="Contribute">Contribute</a></li>
+                    <li><a href="community-team.html" title="Team">Team</a></li>
+                    <li><a href="community-maturity-model-report.html" title="Maturity model report card">Maturity model report card</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>About</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a target="_blank" href="https://www.oasis-open.org/committees/cxs/" title="OASIS Context Server Technical Committee">OASIS CXS Committee</a></li>
+                    <li><a href="privacy-policy.html" title="Site policy">Site policy</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/events/current-event.html" title="Apache Events">Apache Events</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/licenses/" title="License">License</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/security/" title="Security">Security</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/foundation/sponsorship.html" title="Sponsorship">Sponsorship</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/foundation/thanks.html" title="Thanks">Thanks</a></li>
+                </ul>
+            </div>
+            <div class="w-100 pt-md-3"></div>
+        </div>
+    </div>
+
+    <p class="float-right"><a href="#">Back to top</a></p>
+    <p>Copyright &copy;2014 - 2019 <a target="_blank" href="https://www.apache.org">Apache Software Foundation</a> - All Rights Reserved - Powered by <a target="_blank" href="https://karaf.apache.org">Apache Karaf&trade;</a><br/>
+        Apache Unomi, Unomi, Apache and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.</p>
+</footer>
+
+<!-- Bootstrap core JavaScript
+================================================== -->
+<!-- Placed at the end of the document so the pages load faster -->
+<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
+<script>window.jQuery || document.write('<script src="/assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
+<script src="/assets/js/vendor/popper.min.js"></script>
+<script src="/assets/js/vendor/bootstrap.min.js"></script>
+</body>
+</html>
\ No newline at end of file

Modified: unomi/website/privacy-policy.html
URL: http://svn.apache.org/viewvc/unomi/website/privacy-policy.html?rev=1874623&r1=1874622&r2=1874623&view=diff
==============================================================================
--- unomi/website/privacy-policy.html (original)
+++ unomi/website/privacy-policy.html Fri Feb 28 16:14:23 2020
@@ -1,9 +1,82 @@
----
-title: Privacy Policy
-layout: default
----
+<!doctype html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <link rel="icon" href="/assets/images/favicon.ico">
 
-      <!-- Marketing messaging and featurettes
+    <title> | Privacy Policy</title>
+
+    <!-- Google Analytics -->
+    <script>
+        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+            (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+            m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+        })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+        ga('create', 'UA-70313240-1', 'auto');
+        ga('send', 'pageview');
+    </script>
+    <!-- End Google Analytics -->
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+    <!-- Fontawesome CSS CDN -->
+    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
+    <!-- Custom styles for this template -->
+    <link href="/assets/css/unomi.css" rel="stylesheet">
+</head>
+<body>
+
+<header>
+    <nav class="navbar navbar-expand-md navbar-light bg-white fixed-top border-bottom box-shadow">
+        <div class="container">
+            <a class="navbar-brand" href="index.html">
+                <img src="/assets/images/unomi-86x20.png" alt="Logo Apache Unomi"/>
+            </a>
+            <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
+                <span class="navbar-toggler-icon"></span>
+            </button>
+            <div class="collapse navbar-collapse justify-content-end" id="navbarCollapse">
+                <div>
+                    <ul class="navbar-nav mr-auto align-items-center text-uppercase">
+                        <li class="nav-item">
+                            <a class="nav-link" href="get-started.html">Get started</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="use-cases.html">Use cases</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="download.html">Download</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="documentation.html">Documentation</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="resources.html">Resources</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="contribute.html">Contribute</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="community.html">Community</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link disabled" target="_blank" href="https://www.apache.org">
+                                <img src="/assets/images/apache-feather-tm-new.png" alt="Logo Apache Feather"/>
+                            </a>
+                        </li>
+                    </ul>
+                </div>
+            </div>
+        </div>
+    </nav>
+</header>
+
+<main>
+          <!-- Marketing messaging and featurettes
       ================================================== -->
       <!-- Wrap the rest of the page in another container to center all the content. -->
 
@@ -31,4 +104,71 @@ layout: default
               </p>
             </div>
         </div>
-      </div>
\ No newline at end of file
+      </div>
+
+</main>
+
+<!-- FOOTER -->
+<footer class="container-fluid bg-dark pt-5 pb-3 text-white text-center footer">
+
+    <div class="container pb-5">
+        <div class="row">
+            <div class="col-3 col-md-3">
+                <h5>Start</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="get-started.html" title="Get started">Get started</a></li>
+                    <li><a href="get-started.html#quickstart" title="Quick start">Quick start</a></li>
+                    <li><a href="download.html" title="Download">Download</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>Documentation</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="documentation.html" title="Main documentation">Main documentation</a></li>
+                    <li><a href="use-cases.html" title="More use cases">More use cases</a></li>
+                    <li><a href="rest-api-doc/index.html" title="REST API documentation">REST API documentation</a></li>
+                    <li><a href="unomi-api/apidocs/index.html" title="API Javadoc">API Javadoc</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>Community</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="community.html" title="Mailing lists">Contact Us</a></li>
+                    <li><a href="contribute.html" title="Contribute">Contribute</a></li>
+                    <li><a href="community-team.html" title="Team">Team</a></li>
+                    <li><a href="community-maturity-model-report.html" title="Maturity model report card">Maturity model report card</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>About</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a target="_blank" href="https://www.oasis-open.org/committees/cxs/" title="OASIS Context Server Technical Committee">OASIS CXS Committee</a></li>
+                    <li><a href="privacy-policy.html" title="Site policy">Site policy</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/events/current-event.html" title="Apache Events">Apache Events</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/licenses/" title="License">License</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/security/" title="Security">Security</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/foundation/sponsorship.html" title="Sponsorship">Sponsorship</a></li>
+                    <li><a target="_blank" href="https://www.apache.org/foundation/thanks.html" title="Thanks">Thanks</a></li>
+                </ul>
+            </div>
+            <div class="w-100 pt-md-3"></div>
+        </div>
+    </div>
+
+    <p class="float-right"><a href="#">Back to top</a></p>
+    <p>Copyright &copy;2014 - 2019 <a target="_blank" href="https://www.apache.org">Apache Software Foundation</a> - All Rights Reserved - Powered by <a target="_blank" href="https://karaf.apache.org">Apache Karaf&trade;</a><br/>
+        Apache Unomi, Unomi, Apache and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.</p>
+</footer>
+
+<!-- Bootstrap core JavaScript
+================================================== -->
+<!-- Placed at the end of the document so the pages load faster -->
+<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
+<script>window.jQuery || document.write('<script src="/assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
+<script src="/assets/js/vendor/popper.min.js"></script>
+<script src="/assets/js/vendor/bootstrap.min.js"></script>
+</body>
+</html>
\ No newline at end of file