This is an automated email from the ASF dual-hosted git repository.

shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 1612ec0  - Reorganize into sub-directories - Add logo for meetup - Add 
past Apache events page with embedded YouTube videos
1612ec0 is described below

commit 1612ec0d6a6c3fc0ca043aa2f2f9946ef606c628
Author: Serge Huber <[email protected]>
AuthorDate: Tue Nov 9 13:08:29 2021 +0100

    - Reorganize into sub-directories
    - Add logo for meetup
    - Add past Apache events page with embedded YouTube videos
---
 src/main/webapp/_layouts/default.html              |  14 +--
 .../webapp/assets/images/unomi-meetup-logo.png     | Bin 0 -> 26815 bytes
 .../webapp/community/events/apachecon/index.html   | 118 +++++++++++++++++++++
 src/main/webapp/community/events/index.html        |  47 ++++++++
 .../community/events/meetups/2021-11-18.html       | 115 ++++++++++++++++++++
 .../{community.html => community/index.html}       |   8 +-
 .../maturity-model-report.html}                    |  31 +++---
 .../policies.html}                                 |   9 +-
 .../{community-team.html => community/team.html}   |   9 +-
 .../become-a-committer.html}                       |  16 +--
 .../committer-guide.html}                          |  16 +--
 .../dependencies-guide.html}                       |  16 +--
 .../{contribute.html => contribute/index.html}     |  20 ++--
 .../post-commit-guides.html}                       |  16 +--
 .../post-commit-policies-details.html}             |  16 +--
 .../post-commit-test-policies.html}                |  34 +++---
 .../pre-commit-test-policies.html}                 |  16 +--
 .../release-guide.html}                            |  20 ++--
 .../testing.html}                                  |  16 +--
 .../website.html}                                  |  18 ++--
 src/main/webapp/events/index.html                  |  26 -----
 src/main/webapp/events/meetups/2021-11-18.html     |  75 -------------
 src/main/webapp/index.html                         |   8 +-
 src/main/webapp/stories.html                       |   2 +-
 24 files changed, 424 insertions(+), 242 deletions(-)

diff --git a/src/main/webapp/_layouts/default.html 
b/src/main/webapp/_layouts/default.html
index 4b3eff0..de42fd1 100644
--- a/src/main/webapp/_layouts/default.html
+++ b/src/main/webapp/_layouts/default.html
@@ -33,7 +33,7 @@
 <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">
+            <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">
@@ -61,10 +61,10 @@
                             <a class="nav-link" 
href="/resources.html">Resources</a>
                         </li>
                         <li class="nav-item">
-                            <a class="nav-link" 
href="/contribute.html">Contribute</a>
+                            <a class="nav-link" 
href="/contribute/index.html">Contribute</a>
                         </li>
                         <li class="nav-item">
-                            <a class="nav-link" 
href="/community.html">Community</a>
+                            <a class="nav-link" 
href="/community/index.html">Community</a>
                         </li>
                         <li class="nav-item">
                             <a class="nav-link disabled" target="_blank" 
href="https://www.apache.org";>
@@ -109,10 +109,10 @@
             <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>
+                    <li><a href="/community/index.html" title="Mailing 
lists">Contact Us</a></li>
+                    <li><a href="/contribute/index.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>
 
diff --git a/src/main/webapp/assets/images/unomi-meetup-logo.png 
b/src/main/webapp/assets/images/unomi-meetup-logo.png
new file mode 100644
index 0000000..e169a8d
Binary files /dev/null and 
b/src/main/webapp/assets/images/unomi-meetup-logo.png differ
diff --git a/src/main/webapp/community/events/apachecon/index.html 
b/src/main/webapp/community/events/apachecon/index.html
new file mode 100644
index 0000000..5bcfd12
--- /dev/null
+++ b/src/main/webapp/community/events/apachecon/index.html
@@ -0,0 +1,118 @@
+---
+title: Events - ApacheCon
+layout: default
+---
+
+<div class="container">
+
+    <div class="row mb-5 mt-5 pt-3">
+        <div class="col-2 sidenav-menu pt-3">
+            <div class="pb-3 text-uppercase"><strong>Events</strong></div>
+            <ul class="list-unstyled mb-3">
+                <li><a href="/community/events/index.html">Overview</a></li>
+                <li class="sidenav-menu-sub-title">Coming up</li>
+                <li>
+                    <ul class="list-unstyled sidenav-menu-sub-list">
+                        <li><a 
href="/community/events/meetups/2021-11-18.html">Nov 18th, 2021 Meetup</a></li>
+                    </ul>
+                </li>
+                <li class="sidenav-menu-sub-title">Past events</li>
+                <li>
+                    <ul class="list-unstyled sidenav-menu-sub-list">
+                        <li><a 
href="/community/events/apachecon/index.html">Previous ApacheCons</a></li>
+                    </ul>
+                </li>
+            </ul>
+        </div>
+
+        <div class="col-8 pt-3 offset-4">
+
+            <h2>Past Apache events</h2>
+
+            <h3 class="mt-5">Feathercast</h3>
+
+            <div class="row">
+                <div class="col-4">
+                    <iframe width="250" height="150" 
src="https://www.youtube.com/embed/EyT0_so-ayI";
+                            title="YouTube video player" frameborder="0"
+                            allow="accelerometer; autoplay; clipboard-write; 
encrypted-media; gyroscope; picture-in-picture"
+                            allowfullscreen></iframe>
+                </div>
+                <div class="col-8 p-5">
+                    <h5>June 2020 Interview of Apache Unomi PMC Serge 
Huber.</h5>
+                </div>
+            </div>
+
+            <h3 class="mt-5">ApacheCon NA 2019</h3>
+
+            <div class="row">
+                <div class="col-4">
+                    <iframe width="250" height="150" 
src="https://www.youtube.com/embed/3VhC3x0GdDQ";
+                            title="YouTube video player" frameborder="0"
+                            allow="accelerometer; autoplay; clipboard-write; 
encrypted-media; gyroscope; picture-in-picture"
+                            allowfullscreen></iframe>
+                </div>
+                <div class="col-8 p-5">
+                    <h5>Session - Adding artificial intelligence to Apache 
Unomi using Apache PredictionIO.</h5>
+                </div>
+            </div>
+
+            <div class="row">
+                <div class="col-4">
+                    <iframe width="250" height="150" 
src="https://www.youtube.com/embed/5ts6LuNwH9o";
+                            title="YouTube video player" frameborder="0"
+                            allow="accelerometer; autoplay; clipboard-write; 
encrypted-media; gyroscope; picture-in-picture"
+                            allowfullscreen></iframe>
+                </div>
+                <div class="col-8 p-5">
+                    <h5>Session - Apache Unomi segmentation integrated into an 
existing static website.</h5>
+                </div>
+            </div>
+
+            <h3 class="mt-5">ApacheCon Chicago Roadshow 2019</h3>
+
+            <div class="row">
+                <div class="col-4">
+                    <iframe width="250" height="150" 
src="https://www.youtube.com/embed/ut2ReqhMl2Y?start=3699";
+                            title="YouTube video player" frameborder="0"
+                            allow="accelerometer; autoplay; clipboard-write; 
encrypted-media; gyroscope; picture-in-picture"
+                            allowfullscreen></iframe>
+                </div>
+                <div class="col-8 p-5">
+                    <h5>Customer Segmentation and Marketing Automation with 
Apache Unomi.</h5>
+                </div>
+            </div>
+
+            <h3 class="mt-5">ApacheCon NA 2018</h3>
+
+            <div class="row">
+                <div class="col-4">
+                    <iframe width="250" height="150" 
src="https://www.youtube.com/embed/XO1cLSgeRsw";
+                            title="YouTube video player" frameborder="0"
+                            allow="accelerometer; autoplay; clipboard-write; 
encrypted-media; gyroscope; picture-in-picture"
+                            allowfullscreen></iframe>
+                </div>
+                <div class="col-8 p-5">
+                    Session - Apache Unomi - An open source customer data 
platform.
+                </div>
+            </div>
+
+            <h3 class="mt-5">ApacheCon Europe 2015</h3>
+
+            <div class="row">
+                <div class="col-4">
+                    <iframe width="250" height="150" 
src="https://www.youtube.com/embed/o0VUkSTKTxc";
+                            title="YouTube video player" frameborder="0"
+                            allow="accelerometer; autoplay; clipboard-write; 
encrypted-media; gyroscope; picture-in-picture"
+                            allowfullscreen></iframe>
+                </div>
+                <div class="col-8 p-5">
+                    <h5>Keynote - Introducing the Apache Unomi Project.</h5>
+                </div>
+            </div>
+
+        </div>
+
+    </div>
+
+</div>
\ No newline at end of file
diff --git a/src/main/webapp/community/events/index.html 
b/src/main/webapp/community/events/index.html
new file mode 100644
index 0000000..139010f
--- /dev/null
+++ b/src/main/webapp/community/events/index.html
@@ -0,0 +1,47 @@
+---
+title: Events
+layout: default
+---
+
+<div class="container">
+
+    <div class="row mb-5 mt-5 pt-3">
+        <div class="col-2 sidenav-menu pt-3">
+            <div class="pb-3 text-uppercase"><strong>Events</strong></div>
+            <ul class="list-unstyled mb-3">
+                <li><a href="index.html">Overview</a></li>
+                <li class="sidenav-menu-sub-title">Coming up</li>
+                <li>
+                    <ul class="list-unstyled sidenav-menu-sub-list">
+                        <li><a 
href="/community/events/meetups/2021-11-18.html">Nov 18th, 2021 Meetup</a></li>
+                    </ul>
+                </li>
+                <li class="sidenav-menu-sub-title">Past events</li>
+                <li>
+                    <ul class="list-unstyled sidenav-menu-sub-list">
+                        <li><a 
href="/community/events/apachecon/index.html">Previous ApacheCon</a></li>
+                    </ul>
+                </li>
+            </ul>
+        </div>
+
+        <div class="col-8 pt-3 offset-4">
+
+            <h2 class="pb-3 mb-2">Events</h2>
+
+            <h3>Coming up !</h3>
+
+            <ul>
+                <li>November 18th, 2021, 1600-1800 CEST: <a 
href="meetups/2021-11-18.html">First ever Apache Unomi
+                    meetup</a></li>
+            </ul>
+
+            <h3>Past events</h3>
+
+            <p>See our list of past events <a 
href="/community/events/apachecon/index.html">here</a>.</p>
+
+        </div>
+
+    </div>
+
+</div>
\ No newline at end of file
diff --git a/src/main/webapp/community/events/meetups/2021-11-18.html 
b/src/main/webapp/community/events/meetups/2021-11-18.html
new file mode 100644
index 0000000..2a280f7
--- /dev/null
+++ b/src/main/webapp/community/events/meetups/2021-11-18.html
@@ -0,0 +1,115 @@
+---
+title: Events - Coming up - Meetups - First Apache Unomi Meetup, Nov 18th 2021 
1600-1800 CEST
+layout: default
+---
+
+<div class="container">
+
+    <div class="row mb-5 mt-5 pt-3">
+        <div class="col-2 sidenav-menu pt-3">
+            <div class="pb-3 text-uppercase"><strong>Events</strong></div>
+            <ul class="list-unstyled mb-3">
+                <li><a href="/community/events/index.html">Overview</a></li>
+                <li class="sidenav-menu-sub-title">Coming up</li>
+                <li>
+                    <ul class="list-unstyled sidenav-menu-sub-list">
+                        <li><a 
href="/community/events/meetups/2021-11-18.html">Nov 18th, 2021 Meetup</a></li>
+                    </ul>
+                </li>
+                <li class="sidenav-menu-sub-title">Past events</li>
+                <li>
+                    <ul class="list-unstyled sidenav-menu-sub-list">
+                        <li><a 
href="/community/events/apachecon/index.html">Previous ApacheCons</a></li>
+                    </ul>
+                </li>
+            </ul>
+        </div>
+
+        <div class="col-8 pt-3 offset-4">
+
+            <img class="rounded mb-4 mx-auto d-block" 
src="/assets/images/unomi-meetup-logo.png" alt="Unomi Meetup Logo"/>
+
+            <h2>First Apache Unomi Meetup !</h2>
+            <p>
+                Join us for the first ever (online) community meetup of the 
Apache Unomi CDP project organized by the
+                Apache
+                project management committee (PMC) on <strong>Nov 18th, 2021 
from 1600 to 1800 CEST</strong> and learn
+                about API-first open-source
+                customer data, analytics and personalization!
+            </p>
+
+            <p>
+                Anyone is welcome to join this FREE online event but this 
meetup is more geared towards Unomi
+                developers/users/integrators or anyone interested in learning 
how to integrate this CDP engine to build
+                personalized systems.
+            </p>
+
+            <h2>When and where</h2>
+
+            <p>November 18th, 2021 at 1600-1800 CEST in an online meeting (see 
registration below).</p>
+
+            <h2>Agenda</h2>
+
+            <ol>
+                <li>
+                    <p><strong>Round table</strong></p>
+                    <p>Quick round table on who's who, and how much you love 
Unomi and what you are doing with it.</p>
+                </li>
+
+                <li>
+                    <p><strong>State of the Unomi (20 minutes) by Serge Huber, 
Apache Unomi PMC chair &amp; Jahia
+                        CTO</strong></p>
+                    <p>Presentation, with details on what has happened 
recently on the project, what's coming up in
+                        version
+                        1.6 and 2.0, and ideas for the future of Unomi.</p>
+                </li>
+
+                <li>
+                    <p><strong>How we use Unomi at Jahia (15 minutes) by Serge 
Huber, Jahia CTO</strong></p>
+                    <p>Presentation of how Jahia uses Apache Unomi as part of 
its DXP offering to provide added value to
+                        the CDP
+                        such as custom items, recommendations and custom 
pre-packaged & extensible analytics using
+                        Kibana.
+                    </p>
+                </li>
+
+                <li>
+                    <p><strong>How we built a open personalization engine for 
Drupal CMS using Apache Unomi (15 minutes)
+                        by Nick
+                        Veenhof, Dropsolid CTO</strong></p>
+                    <p>Learn from Nick how Dropsolid has integrated Apache 
Unomi with Drupal CMS and built some UI &
+                        integrations to leverage the CDP.</p>
+                </li>
+
+                <li>
+                    <p><strong>Apache Karaf 5 (15 minutes) by Jean-Baptise 
Onofr&eacute;, Apache Karaf PMC chair &amp;
+                        OpenSource Europe at
+                        Huawei</strong></p>
+                    <p>What's new in Apache Karaf 5 and how Unomi can leverage 
it.</p>
+                </li>
+
+                <li>
+                    <p><strong>Open discussion</strong></p>
+                    <p>Open discussion, on any subject related to Unomi and/or 
CDPs. The idea is to exchange in a free
+                        form
+                        format.</p>
+                </li>
+
+            </ol>
+
+            <h2>Registration</h2>
+
+            <p>Registration is free. Click <a 
href="https://us02web.zoom.us/webinar/register/WN_DNHEfXMhS-qQYuIuYnIhVw";>here</a>
+                to register (Zoom meeting).</p>
+
+            <p class="text-center">
+                This event operates under the terms of <a 
href="http://apache.org/foundation/policies/conduct";>The
+                Apache
+                Software Foundation Code of Conduct</a> and its <a
+                    
href="https://www.apache.org/foundation/policies/privacy.html";>Privacy 
Policy</a>.
+            </p>
+
+        </div>
+
+    </div>
+</div>
\ No newline at end of file
diff --git a/src/main/webapp/community.html 
b/src/main/webapp/community/index.html
similarity index 90%
rename from src/main/webapp/community.html
rename to src/main/webapp/community/index.html
index 0d7aaa2..1cbcea2 100644
--- a/src/main/webapp/community.html
+++ b/src/main/webapp/community/index.html
@@ -8,10 +8,10 @@ layout: default
           <div class="pb-3 text-uppercase"><strong>Community</strong></div>
           <ul class="list-unstyled mb-3">
             <li><a href="events/index.html">Events</a></li>
-            <li><a href="community.html">Contact Us</a></li>
-            <li><a href="community-policies.html">Policies</a></li>
-            <li><a href="community-maturity-model-report.html">Maturity model 
report card</a></li>
-            <li><a href="community-team.html">Team</a></li>
+            <li><a href="index.html">Contact Us</a></li>
+            <li><a href="policies.html">Policies</a></li>
+            <li><a href="maturity-model-report.html">Maturity model report 
card</a></li>
+            <li><a href="team.html">Team</a></li>
           </ul>
         </div>
 
diff --git a/src/main/webapp/community-maturity-model-report.html 
b/src/main/webapp/community/maturity-model-report.html
similarity index 90%
rename from src/main/webapp/community-maturity-model-report.html
rename to src/main/webapp/community/maturity-model-report.html
index 404be11..ceb8e5b 100644
--- a/src/main/webapp/community-maturity-model-report.html
+++ b/src/main/webapp/community/maturity-model-report.html
@@ -7,10 +7,11 @@ layout: default
         <div class="col-2 sidenav-menu pt-3">
           <div class="pb-3 text-uppercase"><strong>Community</strong></div>
           <ul class="list-unstyled mb-3">
-            <li><a href="community.html">Contact Us</a></li>
-            <li><a href="community-policies.html">Policies</a></li>
-            <li><a href="community-maturity-model-report.html">Maturity model 
report card</a></li>
-            <li><a href="community-team.html">Team</a></li>
+            <li><a href="events/index.html">Events</a></li>
+            <li><a href="index.html">Contact Us</a></li>
+            <li><a href="policies.html">Policies</a></li>
+            <li><a href="maturity-model-report.html">Maturity model report 
card</a></li>
+            <li><a href="team.html">Team</a></li>
           </ul>
         </div>
 
@@ -163,13 +164,13 @@ layout: default
                 <td><strong>RE30</strong></td>
                 <td>Releases are signed and/or distributed along with digests 
that can be reliably used to validate the downloaded archives.</td>
                 <td class="text-center"><i class="fas fa-check 
text-success"></i></td>
-                <td>See the releases <a href="download.html">here</a></td>
+                <td>See the releases <a href="../download.html">here</a></td>
               </tr>
               <tr>
                 <td><strong>RE40</strong></td>
                 <td>Convenience binaries can be distributed alongside source 
code but they are not Apache Releases – they are just a convenience provided 
with no guarantee.</td>
                 <td class="text-center"><i class="fas fa-check 
text-success"></i></td>
-                <td>See the releases <a href="download.html">here</a></td>
+                <td>See the releases <a href="../download.html">here</a></td>
               </tr>
             </tbody>
           </table>
@@ -202,7 +203,7 @@ layout: default
                 <td><strong>QU30</strong></td>
                 <td>The project provides a well-documented channel to report 
security issues, along with a documented way of responding to them.</td>
                 <td class="text-center"><i class="fas fa-check 
text-success"></i></td>
-                <td>The website provides <a href="community.html">a link to 
the ASF security information.</a></td>
+                <td>The website provides <a href="index.html">a link to the 
ASF security information.</a></td>
               </tr>
               <tr>
                 <td><strong>QU40</strong></td>
@@ -238,40 +239,40 @@ layout: default
                 <td><strong>CO10</strong></td>
                 <td>The project has a well-known homepage that points to all 
the information required to operate according to this maturity model.</td>
                 <td class="text-center"><i class="fas fa-check 
text-success"></i></td>
-                <td>See the <a class="externalLink" target="_blank" 
href="http://unomi.incubator.apache.org";>project’s home page</a> that includes 
a <a href="contribute.html">contribute</a> section
-                  that describes how to become a committer as well as <a 
href="contribute-become-a-committer.html">several</a> <a 
href="contribute-committer-guide.html">documents</a> for on-board newcomers 
quickly</td>
+                <td>See the <a class="externalLink" target="_blank" 
href="http://unomi.incubator.apache.org";>project’s home page</a> that includes 
a <a href="../contribute/index.html">contribute</a> section
+                  that describes how to become a committer as well as <a 
href="../contribute/become-a-committer.html">several</a> <a 
href="../contribute/committer-guide.html">documents</a> for on-board newcomers 
quickly</td>
               </tr>
               <tr>
                 <td><strong>CO20</strong></td>
                 <td>The community welcomes contributions from anyone who acts 
in good faith and in a respectful manner and adds value to the project.</td>
                 <td class="text-center"><i class="fas fa-check 
text-success"></i></td>
-                <td>This is a part of the <a 
href="contribute.html">contribution</a> guide. Here is an example of a recent 
addition of a committer and the way he was welcome, e.g., <a 
href="https://lists.apache.org/thread.html/f616d6894ae665325b60c829bb641bfaa43a2c1e354a930340b9645b@%3Cdev.unomi.apache.org%3E";>this</a></td>
+                <td>This is a part of the <a 
href="../contribute/index.html">contribution</a> guide. Here is an example of a 
recent addition of a committer and the way he was welcome, e.g., <a 
href="https://lists.apache.org/thread.html/f616d6894ae665325b60c829bb641bfaa43a2c1e354a930340b9645b@%3Cdev.unomi.apache.org%3E";>this</a></td>
               </tr>
               <tr>
                 <td><strong>CO30</strong></td>
                 <td>Contributions include not only source code, but also 
documentation, constructive bug reports, constructive discussions, marketing 
and generally anything that adds value to the project.</td>
                 <td class="text-center"><i class="fas fa-check 
text-success"></i></td>
                 <td>
-                  The <a href="contribute.html">contribution guide</a> 
specifically calls out many avenues for contribution. Specifically, several 
contributors have contributed documentation or bug fixes.
+                  The <a href="../contribute/index.html">contribution 
guide</a> specifically calls out many avenues for contribution. Specifically, 
several contributors have contributed documentation or bug fixes.
                 </td>
               </tr>
               <tr>
                 <td><strong>CO40</strong></td>
                 <td>The community is meritocratic and over time aims to give 
more rights and responsibilities to contributors who add value to the 
project.</td>
                 <td class="text-center"><i class="fas fa-check 
text-success"></i></td>
-                <td>A specific <a 
href="contribute-become-a-committer.html">"become a contributor"</a> page is 
publicly available that describes the process of how to gain more rights and 
responsibilities</td>
+                <td>A specific <a 
href="../contribute/become-a-committer.html">"become a contributor"</a> page is 
publicly available that describes the process of how to gain more rights and 
responsibilities</td>
               </tr>
               <tr>
                 <td><strong>CO50</strong></td>
                 <td>The way in which contributors can be granted more rights 
such as commit access or decision power is clearly documented and is the same 
for all contributors.</td>
                 <td class="text-center"><i class="fas fa-check 
text-success"></i></td>
-                <td>Again, the same <a 
href="contribute-become-a-committer.html">"become a contributor"</a> page 
contains all this information.</td>
+                <td>Again, the same <a 
href="../contribute/become-a-committer.html">"become a contributor"</a> page 
contains all this information.</td>
               </tr>
               <tr>
                 <td><strong>CO60</strong></td>
                 <td>The community operates based on consensus of its members 
(see CS10) who have decision power. Dictators, benevolent or not, are not 
welcome in Apache projects.</td>
                 <td class="text-center"><i class="fas fa-check 
text-success"></i></td>
-                <td>The project works to build consensus. All votes have been 
unanimous so far. Usually a discussion happens before a vote on a technical or 
release issue, so the voting process is rarely a problem. Also, in the <a 
href="contribute-become-a-committer.html">become a contributor</a> page, a code 
of conduct is put in place to
+                <td>The project works to build consensus. All votes have been 
unanimous so far. Usually a discussion happens before a vote on a technical or 
release issue, so the voting process is rarely a problem. Also, in the <a 
href="../contribute/become-a-committer.html">become a contributor</a> page, a 
code of conduct is put in place to
                 ensure contributors have a reference to it.</td>
               </tr>
               <tr>
@@ -299,7 +300,7 @@ layout: default
                 <td><strong>CS10</strong></td>
                 <td>The project maintains a public list of its contributors 
who have decision power – the project’s PMC (Project Management Committee) 
consists of those contributors.</td>
                 <td class="text-center"><i class="fas fa-check 
text-success"></i></td>
-                <td>The project has a <a href="community-team.html">team 
page</a> that lists all the contributors along with their associated roles.</td>
+                <td>The project has a <a href="team.html">team page</a> that 
lists all the contributors along with their associated roles.</td>
               </tr>
               <tr>
                 <td><strong>CS20</strong></td>
diff --git a/src/main/webapp/community-policies.html 
b/src/main/webapp/community/policies.html
similarity index 88%
rename from src/main/webapp/community-policies.html
rename to src/main/webapp/community/policies.html
index 1a4beff..bea15da 100644
--- a/src/main/webapp/community-policies.html
+++ b/src/main/webapp/community/policies.html
@@ -7,10 +7,11 @@ layout: default
         <div class="col-2 sidenav-menu pt-3">
           <div class="pb-3 text-uppercase"><strong>Community</strong></div>
           <ul class="list-unstyled mb-3">
-            <li><a href="community.html">Contact Us</a></li>
-            <li><a href="community-policies.html">Policies</a></li>
-            <li><a href="community-maturity-model-report.html">Maturity model 
report card</a></li>
-            <li><a href="community-team.html">Team</a></li>
+            <li><a href="events/index.html">Events</a></li>
+            <li><a href="index.html">Contact Us</a></li>
+            <li><a href="policies.html">Policies</a></li>
+            <li><a href="maturity-model-report.html">Maturity model report 
card</a></li>
+            <li><a href="team.html">Team</a></li>
           </ul>
         </div>
 
diff --git a/src/main/webapp/community-team.html 
b/src/main/webapp/community/team.html
similarity index 97%
rename from src/main/webapp/community-team.html
rename to src/main/webapp/community/team.html
index 796a8eb..76c18d8 100644
--- a/src/main/webapp/community-team.html
+++ b/src/main/webapp/community/team.html
@@ -7,10 +7,11 @@ layout: default
         <div class="col-2 sidenav-menu pt-3">
           <div class="pb-3 text-uppercase"><strong>Community</strong></div>
           <ul class="list-unstyled mb-3">
-            <li><a href="community.html">Contact Us</a></li>
-            <li><a href="community-policies.html">Policies</a></li>
-            <li><a href="community-maturity-model-report.html">Maturity model 
report card</a></li>
-            <li><a href="community-team.html">Team</a></li>
+            <li><a href="events/index.html">Events</a></li>
+            <li><a href="index.html">Contact Us</a></li>
+            <li><a href="policies.html">Policies</a></li>
+            <li><a href="maturity-model-report.html">Maturity model report 
card</a></li>
+            <li><a href="team.html">Team</a></li>
           </ul>
         </div>
 
diff --git a/src/main/webapp/contribute-become-a-committer.html 
b/src/main/webapp/contribute/become-a-committer.html
similarity index 89%
rename from src/main/webapp/contribute-become-a-committer.html
rename to src/main/webapp/contribute/become-a-committer.html
index 54f255f..0c34c91 100644
--- a/src/main/webapp/contribute-become-a-committer.html
+++ b/src/main/webapp/contribute/become-a-committer.html
@@ -13,27 +13,27 @@ layout: default
           <div class="col-2 sidenav-menu pt-3">
             <div class="pb-3 text-uppercase"><strong>Contribute</strong></div>
             <ul class="list-unstyled mb-3">
-              <li><a href="contribute.html">Get started contributing</a></li>
+              <li><a href="index.html">Get started contributing</a></li>
               <li class="sidenav-menu-sub-title">Technical Docs</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a href="contribute-testing.html">Testing guide</a></li>
-                  <li><a 
href="contribute-dependencies-guide.html">Dependencies guide</a></li>
+                  <li><a href="testing.html">Testing guide</a></li>
+                  <li><a href="dependencies-guide.html">Dependencies 
guide</a></li>
                 </ul>
               </li>
               <li class="sidenav-menu-sub-title">Policies</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a 
href="contribute-pre-commit-test-policies.html">Pre-commit test 
policies</a></li>
-                  <li><a 
href="contribute-post-commit-test-policies.html">Post-commit test 
policies</a></li>
+                  <li><a href="pre-commit-test-policies.html">Pre-commit test 
policies</a></li>
+                  <li><a href="post-commit-test-policies.html">Post-commit 
test policies</a></li>
                 </ul>
               </li>
               <li class="sidenav-menu-sub-title">Committers</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a href="contribute-become-a-committer.html">Become a 
committer</a></li>
-                  <li><a href="contribute-committer-guide.html">Committer 
guide</a></li>
-                  <li><a href="contribute-release-guide.html">Release 
guide</a></li>
+                  <li><a href="become-a-committer.html">Become a 
committer</a></li>
+                  <li><a href="committer-guide.html">Committer guide</a></li>
+                  <li><a href="release-guide.html">Release guide</a></li>
                 </ul>
               </li>
             </ul>
diff --git a/src/main/webapp/contribute-committer-guide.html 
b/src/main/webapp/contribute/committer-guide.html
similarity index 88%
rename from src/main/webapp/contribute-committer-guide.html
rename to src/main/webapp/contribute/committer-guide.html
index ca41ba3..c05f9a6 100644
--- a/src/main/webapp/contribute-committer-guide.html
+++ b/src/main/webapp/contribute/committer-guide.html
@@ -13,27 +13,27 @@ layout: default
           <div class="col-2 sidenav-menu pt-3">
             <div class="pb-3 text-uppercase"><strong>Contribute</strong></div>
             <ul class="list-unstyled mb-3">
-              <li><a href="contribute.html">Get started contributing</a></li>
+              <li><a href="index.html">Get started contributing</a></li>
               <li class="sidenav-menu-sub-title">Technical Docs</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a href="contribute-testing.html">Testing guide</a></li>
-                  <li><a 
href="contribute-dependencies-guide.html">Dependencies guide</a></li>
+                  <li><a href="testing.html">Testing guide</a></li>
+                  <li><a href="dependencies-guide.html">Dependencies 
guide</a></li>
                 </ul>
               </li>
               <li class="sidenav-menu-sub-title">Policies</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a 
href="contribute-pre-commit-test-policies.html">Pre-commit test 
policies</a></li>
-                  <li><a 
href="contribute-post-commit-test-policies.html">Post-commit test 
policies</a></li>
+                  <li><a href="pre-commit-test-policies.html">Pre-commit test 
policies</a></li>
+                  <li><a href="post-commit-test-policies.html">Post-commit 
test policies</a></li>
                 </ul>
               </li>
               <li class="sidenav-menu-sub-title">Committers</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a href="contribute-become-a-committer.html">Become a 
committer</a></li>
-                  <li><a href="contribute-committer-guide.html">Committer 
guide</a></li>
-                  <li><a href="contribute-release-guide.html">Release 
guide</a></li>
+                  <li><a href="become-a-committer.html">Become a 
committer</a></li>
+                  <li><a href="committer-guide.html">Committer guide</a></li>
+                  <li><a href="release-guide.html">Release guide</a></li>
                 </ul>
               </li>
             </ul>
diff --git a/src/main/webapp/contribute-dependencies-guide.html 
b/src/main/webapp/contribute/dependencies-guide.html
similarity index 93%
rename from src/main/webapp/contribute-dependencies-guide.html
rename to src/main/webapp/contribute/dependencies-guide.html
index e056749..d29e59b 100644
--- a/src/main/webapp/contribute-dependencies-guide.html
+++ b/src/main/webapp/contribute/dependencies-guide.html
@@ -13,27 +13,27 @@ layout: default
           <div class="col-2 sidenav-menu pt-3">
             <div class="pb-3 text-uppercase"><strong>Contribute</strong></div>
             <ul class="list-unstyled mb-3">
-              <li><a href="contribute.html">Get started contributing</a></li>
+              <li><a href="index.html">Get started contributing</a></li>
               <li class="sidenav-menu-sub-title">Technical Docs</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a href="contribute-testing.html">Testing guide</a></li>
-                  <li><a 
href="contribute-dependencies-guide.html">Dependencies guide</a></li>
+                  <li><a href="testing.html">Testing guide</a></li>
+                  <li><a href="dependencies-guide.html">Dependencies 
guide</a></li>
                 </ul>
               </li>
               <li class="sidenav-menu-sub-title">Policies</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a 
href="contribute-pre-commit-test-policies.html">Pre-commit test 
policies</a></li>
-                  <li><a 
href="contribute-post-commit-test-policies.html">Post-commit test 
policies</a></li>
+                  <li><a href="pre-commit-test-policies.html">Pre-commit test 
policies</a></li>
+                  <li><a href="post-commit-test-policies.html">Post-commit 
test policies</a></li>
                 </ul>
               </li>
               <li class="sidenav-menu-sub-title">Committers</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a href="contribute-become-a-committer.html">Become a 
committer</a></li>
-                  <li><a href="contribute-committer-guide.html">Committer 
guide</a></li>
-                  <li><a href="contribute-release-guide.html">Release 
guide</a></li>
+                  <li><a href="become-a-committer.html">Become a 
committer</a></li>
+                  <li><a href="committer-guide.html">Committer guide</a></li>
+                  <li><a href="release-guide.html">Release guide</a></li>
                 </ul>
               </li>
             </ul>
diff --git a/src/main/webapp/contribute.html 
b/src/main/webapp/contribute/index.html
similarity index 77%
rename from src/main/webapp/contribute.html
rename to src/main/webapp/contribute/index.html
index 8afeb63..18cc4db 100644
--- a/src/main/webapp/contribute.html
+++ b/src/main/webapp/contribute/index.html
@@ -13,27 +13,27 @@ layout: default
           <div class="col-2 sidenav-menu pt-3">
             <div class="pb-3 text-uppercase"><strong>Contribute</strong></div>
             <ul class="list-unstyled mb-3">
-              <li><a href="contribute.html">Get started contributing</a></li>
+              <li><a href="index.html">Get started contributing</a></li>
               <li class="sidenav-menu-sub-title">Technical Docs</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a href="contribute-testing.html">Testing guide</a></li>
-                  <li><a 
href="contribute-dependencies-guide.html">Dependencies guide</a></li>
+                  <li><a href="testing.html">Testing guide</a></li>
+                  <li><a href="dependencies-guide.html">Dependencies 
guide</a></li>
                 </ul>
               </li>
               <li class="sidenav-menu-sub-title">Policies</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a 
href="contribute-pre-commit-test-policies.html">Pre-commit test 
policies</a></li>
-                  <li><a 
href="contribute-post-commit-test-policies.html">Post-commit test 
policies</a></li>
+                  <li><a href="pre-commit-test-policies.html">Pre-commit test 
policies</a></li>
+                  <li><a href="post-commit-test-policies.html">Post-commit 
test policies</a></li>
                 </ul>
               </li>
               <li class="sidenav-menu-sub-title">Committers</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a href="contribute-become-a-committer.html">Become a 
committer</a></li>
-                  <li><a href="contribute-committer-guide.html">Committer 
guide</a></li>
-                  <li><a href="contribute-release-guide.html">Release 
guide</a></li>
+                  <li><a href="become-a-committer.html">Become a 
committer</a></li>
+                  <li><a href="committer-guide.html">Committer guide</a></li>
+                  <li><a href="release-guide.html">Release guide</a></li>
                 </ul>
               </li>
             </ul>
@@ -43,8 +43,8 @@ layout: default
             <p>The Apache Unomi community welcomes contributions from 
anyone!</p>
             <p>There are lots of opportunities:</p>
             <ul>
-              <li>ask or answer questions on the <a 
href="community.html">mailing lists</a> or Slack</li>
-              <li>review proposed design ideas on <a 
href="community.html">[email protected]</a></li>
+              <li>ask or answer questions on the <a 
href="../community/index.html">mailing lists</a> or Slack</li>
+              <li>review proposed design ideas on <a 
href="../community/index.html">[email protected]</a></li>
               <li>improve the documentation</li>
               <li>contribute <a target="_blank" 
href="https://issues.apache.org/jira/browse/UNOMI";>bug reports</a></li>
               <li>write new examples</li>
diff --git a/src/main/webapp/contribute-post-commit-guides.html 
b/src/main/webapp/contribute/post-commit-guides.html
similarity index 85%
rename from src/main/webapp/contribute-post-commit-guides.html
rename to src/main/webapp/contribute/post-commit-guides.html
index 5ea9d49..9ac45cb 100644
--- a/src/main/webapp/contribute-post-commit-guides.html
+++ b/src/main/webapp/contribute/post-commit-guides.html
@@ -14,27 +14,27 @@ layout: default
           <div class="col-2 sidenav-menu pt-3">
             <div class="pb-3 text-uppercase"><strong>Contribute</strong></div>
             <ul class="list-unstyled mb-3">
-              <li><a href="contribute.html">Get started contributing</a></li>
+              <li><a href="index.html">Get started contributing</a></li>
               <li class="sidenav-menu-sub-title">Technical Docs</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a href="contribute-testing.html">Testing guide</a></li>
-                  <li><a 
href="contribute-dependencies-guide.html">Dependencies guide</a></li>
+                  <li><a href="testing.html">Testing guide</a></li>
+                  <li><a href="dependencies-guide.html">Dependencies 
guide</a></li>
                 </ul>
               </li>
               <li class="sidenav-menu-sub-title">Policies</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a 
href="contribute-pre-commit-test-policies.html">Pre-commit test 
policies</a></li>
-                  <li><a 
href="contribute-post-commit-test-policies.html">Post-commit test 
policies</a></li>
+                  <li><a href="pre-commit-test-policies.html">Pre-commit test 
policies</a></li>
+                  <li><a href="post-commit-test-policies.html">Post-commit 
test policies</a></li>
                 </ul>
               </li>
               <li class="sidenav-menu-sub-title">Committers</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a href="contribute-become-a-committer.html">Become a 
committer</a></li>
-                  <li><a href="contribute-committer-guide.html">Committer 
guide</a></li>
-                  <li><a href="contribute-release-guide.html">Release 
guide</a></li>
+                  <li><a href="become-a-committer.html">Become a 
committer</a></li>
+                  <li><a href="committer-guide.html">Committer guide</a></li>
+                  <li><a href="release-guide.html">Release guide</a></li>
                 </ul>
               </li>
             </ul>
diff --git a/src/main/webapp/contribute-post-commit-policies-details.html 
b/src/main/webapp/contribute/post-commit-policies-details.html
similarity index 86%
rename from src/main/webapp/contribute-post-commit-policies-details.html
rename to src/main/webapp/contribute/post-commit-policies-details.html
index 97db21d..70f677f 100644
--- a/src/main/webapp/contribute-post-commit-policies-details.html
+++ b/src/main/webapp/contribute/post-commit-policies-details.html
@@ -13,27 +13,27 @@ layout: default
           <div class="col-2 sidenav-menu pt-3">
             <div class="pb-3 text-uppercase"><strong>Contribute</strong></div>
             <ul class="list-unstyled mb-3">
-              <li><a href="contribute.html">Get started contributing</a></li>
+              <li><a href="index.html">Get started contributing</a></li>
               <li class="sidenav-menu-sub-title">Technical Docs</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a href="contribute-testing.html">Testing guide</a></li>
-                  <li><a 
href="contribute-dependencies-guide.html">Dependencies guide</a></li>
+                  <li><a href="testing.html">Testing guide</a></li>
+                  <li><a href="dependencies-guide.html">Dependencies 
guide</a></li>
                 </ul>
               </li>
               <li class="sidenav-menu-sub-title">Policies</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a 
href="contribute-pre-commit-test-policies.html">Pre-commit test 
policies</a></li>
-                  <li><a 
href="contribute-post-commit-test-policies.html">Post-commit test 
policies</a></li>
+                  <li><a href="pre-commit-test-policies.html">Pre-commit test 
policies</a></li>
+                  <li><a href="post-commit-test-policies.html">Post-commit 
test policies</a></li>
                 </ul>
               </li>
               <li class="sidenav-menu-sub-title">Committers</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a href="contribute-become-a-committer.html">Become a 
committer</a></li>
-                  <li><a href="contribute-committer-guide.html">Committer 
guide</a></li>
-                  <li><a href="contribute-release-guide.html">Release 
guide</a></li>
+                  <li><a href="become-a-committer.html">Become a 
committer</a></li>
+                  <li><a href="committer-guide.html">Committer guide</a></li>
+                  <li><a href="release-guide.html">Release guide</a></li>
                 </ul>
               </li>
             </ul>
diff --git a/src/main/webapp/contribute-post-commit-test-policies.html 
b/src/main/webapp/contribute/post-commit-test-policies.html
similarity index 64%
rename from src/main/webapp/contribute-post-commit-test-policies.html
rename to src/main/webapp/contribute/post-commit-test-policies.html
index d60c859..936b790 100644
--- a/src/main/webapp/contribute-post-commit-test-policies.html
+++ b/src/main/webapp/contribute/post-commit-test-policies.html
@@ -13,27 +13,27 @@ layout: default
           <div class="col-2 sidenav-menu pt-3">
             <div class="pb-3 text-uppercase"><strong>Contribute</strong></div>
             <ul class="list-unstyled mb-3">
-              <li><a href="contribute.html">Get started contributing</a></li>
+              <li><a href="index.html">Get started contributing</a></li>
               <li class="sidenav-menu-sub-title">Technical Docs</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a href="contribute-testing.html">Testing guide</a></li>
-                  <li><a 
href="contribute-dependencies-guide.html">Dependencies guide</a></li>
+                  <li><a href="testing.html">Testing guide</a></li>
+                  <li><a href="dependencies-guide.html">Dependencies 
guide</a></li>
                 </ul>
               </li>
               <li class="sidenav-menu-sub-title">Policies</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a 
href="contribute-pre-commit-test-policies.html">Pre-commit test 
policies</a></li>
-                  <li><a 
href="contribute-post-commit-test-policies.html">Post-commit test 
policies</a></li>
+                  <li><a href="pre-commit-test-policies.html">Pre-commit test 
policies</a></li>
+                  <li><a href="post-commit-test-policies.html">Post-commit 
test policies</a></li>
                 </ul>
               </li>
               <li class="sidenav-menu-sub-title">Committers</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a href="contribute-become-a-committer.html">Become a 
committer</a></li>
-                  <li><a href="contribute-committer-guide.html">Committer 
guide</a></li>
-                  <li><a href="contribute-release-guide.html">Release 
guide</a></li>
+                  <li><a href="become-a-committer.html">Become a 
committer</a></li>
+                  <li><a href="committer-guide.html">Committer guide</a></li>
+                  <li><a href="release-guide.html">Release guide</a></li>
                 </ul>
               </li>
             </ul>
@@ -50,11 +50,11 @@ layout: default
             <p>To ensure that Unomi's post-commit tests are reliable and 
healthy, the Unomi community follows these post-commit test policies:</p>
 
             <ul>
-              <li><a 
href="contribute-post-commit-policies-details.html#rollback_first">Rollback 
first</a></li>
-              <li><a 
href="contribute-post-commit-policies-details.html#failing_test_is_critical_bug">A
 failing test is a critical bug</a></li>
-              <li><a 
href="contribute-post-commit-policies-details.html#flake_is_failing">A flaky 
test is a critical bug</a></li>
-              <li><a 
href="contribute-post-commit-policies-details.html#remove_flake">Flaky tests 
must either be fixed or removed</a></li>
-              <li><a 
href="contribute-post-commit-policies-details.html#precommit_for_postcommit">Fixes
 for post-commit failures should include a corresponding new pre-commit 
test</a></li>
+              <li><a 
href="post-commit-policies-details.html#rollback_first">Rollback first</a></li>
+              <li><a 
href="post-commit-policies-details.html#failing_test_is_critical_bug">A failing 
test is a critical bug</a></li>
+              <li><a 
href="post-commit-policies-details.html#flake_is_failing">A flaky test is a 
critical bug</a></li>
+              <li><a 
href="post-commit-policies-details.html#remove_flake">Flaky tests must either 
be fixed or removed</a></li>
+              <li><a 
href="post-commit-policies-details.html#precommit_for_postcommit">Fixes for 
post-commit failures should include a corresponding new pre-commit test</a></li>
             </ul>
 
             <h3>Post-commit test failure scenarios</h3>
@@ -66,14 +66,14 @@ layout: default
             <ol>
               <li>Create a <a target="_blank" 
href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20UNOMI%20AND%20component%20%3D%20test-failures";>JIRA
 issue</a> and assign it to yourself.</li>
               <li>Do high level triage of the failure.</li>
-              <li><a 
href="contribute-post-commit-guides.html#find_specialist">Assign the JIRA issue 
to a relevant person</a>.</li>
+              <li><a href="post-commit-guides.html#find_specialist">Assign the 
JIRA issue to a relevant person</a>.</li>
             </ol>
 
             <h4>I was assigned a JIRA issue for a test failure</h4>
 
             <ol>
-              <li><a 
href="contribute-post-commit-guides.html#rollback">Rollback the culprit 
change</a>.</li>
-              <li>If you determine that rollback will take longer than 8 
hours, <a href="contribute-post-commit-guides.html#disabling">disable the test 
temporarily</a> while you rollback or create a fix.</li>
+              <li><a href="post-commit-guides.html#rollback">Rollback the 
culprit change</a>.</li>
+              <li>If you determine that rollback will take longer than 8 
hours, <a href="post-commit-guides.html#disabling">disable the test 
temporarily</a> while you rollback or create a fix.</li>
             </ol>
 
             <blockquote>
@@ -92,7 +92,7 @@ layout: default
             <h3>Useful links</h3>
 
             <ul>
-              <li><a href="contribute-testing.html#best_practices">Best 
practices for writing tests</a></li>
+              <li><a href="testing.html#best_practices">Best practices for 
writing tests</a></li>
             </ul>
           </div>
         </div>
diff --git a/src/main/webapp/contribute-pre-commit-test-policies.html 
b/src/main/webapp/contribute/pre-commit-test-policies.html
similarity index 79%
rename from src/main/webapp/contribute-pre-commit-test-policies.html
rename to src/main/webapp/contribute/pre-commit-test-policies.html
index c5f3739..7a0ada9 100644
--- a/src/main/webapp/contribute-pre-commit-test-policies.html
+++ b/src/main/webapp/contribute/pre-commit-test-policies.html
@@ -13,27 +13,27 @@ layout: default
           <div class="col-2 sidenav-menu pt-3">
             <div class="pb-3 text-uppercase"><strong>Contribute</strong></div>
             <ul class="list-unstyled mb-3">
-              <li><a href="contribute.html">Get started contributing</a></li>
+              <li><a href="index.html">Get started contributing</a></li>
               <li class="sidenav-menu-sub-title">Technical Docs</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a href="contribute-testing.html">Testing guide</a></li>
-                  <li><a 
href="contribute-dependencies-guide.html">Dependencies guide</a></li>
+                  <li><a href="testing.html">Testing guide</a></li>
+                  <li><a href="dependencies-guide.html">Dependencies 
guide</a></li>
                 </ul>
               </li>
               <li class="sidenav-menu-sub-title">Policies</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a 
href="contribute-pre-commit-test-policies.html">Pre-commit test 
policies</a></li>
-                  <li><a 
href="contribute-post-commit-test-policies.html">Post-commit test 
policies</a></li>
+                  <li><a href="pre-commit-test-policies.html">Pre-commit test 
policies</a></li>
+                  <li><a href="post-commit-test-policies.html">Post-commit 
test policies</a></li>
                 </ul>
               </li>
               <li class="sidenav-menu-sub-title">Committers</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a href="contribute-become-a-committer.html">Become a 
committer</a></li>
-                  <li><a href="contribute-committer-guide.html">Committer 
guide</a></li>
-                  <li><a href="contribute-release-guide.html">Release 
guide</a></li>
+                  <li><a href="become-a-committer.html">Become a 
committer</a></li>
+                  <li><a href="committer-guide.html">Committer guide</a></li>
+                  <li><a href="release-guide.html">Release guide</a></li>
                 </ul>
               </li>
             </ul>
diff --git a/src/main/webapp/contribute-release-guide.html 
b/src/main/webapp/contribute/release-guide.html
similarity index 97%
rename from src/main/webapp/contribute-release-guide.html
rename to src/main/webapp/contribute/release-guide.html
index 87911cd..5bc71ae 100644
--- a/src/main/webapp/contribute-release-guide.html
+++ b/src/main/webapp/contribute/release-guide.html
@@ -13,27 +13,27 @@ layout: default
           <div class="col-2 sidenav-menu pt-3">
             <div class="pb-3 text-uppercase"><strong>Contribute</strong></div>
             <ul class="list-unstyled mb-3">
-              <li><a href="contribute.html">Get started contributing</a></li>
+              <li><a href="index.html">Get started contributing</a></li>
               <li class="sidenav-menu-sub-title">Technical Docs</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a href="contribute-testing.html">Testing guide</a></li>
-                  <li><a 
href="contribute-dependencies-guide.html">Dependencies guide</a></li>
+                  <li><a href="testing.html">Testing guide</a></li>
+                  <li><a href="dependencies-guide.html">Dependencies 
guide</a></li>
                 </ul>
               </li>
               <li class="sidenav-menu-sub-title">Policies</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a 
href="contribute-pre-commit-test-policies.html">Pre-commit test 
policies</a></li>
-                  <li><a 
href="contribute-post-commit-test-policies.html">Post-commit test 
policies</a></li>
+                  <li><a href="pre-commit-test-policies.html">Pre-commit test 
policies</a></li>
+                  <li><a href="post-commit-test-policies.html">Post-commit 
test policies</a></li>
                 </ul>
               </li>
               <li class="sidenav-menu-sub-title">Committers</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a href="contribute-become-a-committer.html">Become a 
committer</a></li>
-                  <li><a href="contribute-committer-guide.html">Committer 
guide</a></li>
-                  <li><a href="contribute-release-guide.html">Release 
guide</a></li>
+                  <li><a href="become-a-committer.html">Become a 
committer</a></li>
+                  <li><a href="committer-guide.html">Committer guide</a></li>
+                  <li><a href="release-guide.html">Release guide</a></li>
                 </ul>
               </li>
             </ul>
@@ -45,13 +45,13 @@ layout: default
 
             <p>The Unomi community treats releases with great importance. They 
are a public face of the project and most users interact with the project only 
through the releases. Releases are signed off by the entire Unomi community in 
a public vote.</p>
 
-            <p>Each release is executed by a <em>Release Manager</em>, who is 
selected among the Unomi committers. This document describes the process that 
the Release Manager follows to perform a release. Any changes to this process 
should be discussed and adopted on the <a href="community.html">dev@ mailing 
list</a>.</p>
+            <p>Each release is executed by a <em>Release Manager</em>, who is 
selected among the Unomi committers. This document describes the process that 
the Release Manager follows to perform a release. Any changes to this process 
should be discussed and adopted on the <a href="../community/index.html">dev@ 
mailing list</a>.</p>
 
             <p>Please remember that publishing software has legal 
consequences. This guide complements the foundation-wide <a 
href="https://www.apache.org/dev/release.html"; target="_blank">Product Release 
Policy</a> and <a href="https://www.apache.org/dev/release-distribution"; 
target="_blank">Release Distribution Policy</a>.</p>
 
             <h2 id="overview">Overview</h2>
 
-            <p><img src="assets/images/release-guide.png" alt="Apache Unomi 
release guide" title="Release Process" class="img-fluid" /></p>
+            <p><img src="../assets/images/release-guide.png" alt="Apache Unomi 
release guide" title="Release Process" class="img-fluid" /></p>
 
             <p>The release process consists of several steps:</p>
 
diff --git a/src/main/webapp/contribute-testing.html 
b/src/main/webapp/contribute/testing.html
similarity index 92%
rename from src/main/webapp/contribute-testing.html
rename to src/main/webapp/contribute/testing.html
index 1a47ab2..4068f96 100644
--- a/src/main/webapp/contribute-testing.html
+++ b/src/main/webapp/contribute/testing.html
@@ -13,27 +13,27 @@ layout: default
           <div class="col-2 sidenav-menu pt-3">
             <div class="pb-3 text-uppercase"><strong>Contribute</strong></div>
             <ul class="list-unstyled mb-3">
-              <li><a href="contribute.html">Get started contributing</a></li>
+              <li><a href="index.html">Get started contributing</a></li>
               <li class="sidenav-menu-sub-title">Technical Docs</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a href="contribute-testing.html">Testing guide</a></li>
-                  <li><a 
href="contribute-dependencies-guide.html">Dependencies guide</a></li>
+                  <li><a href="testing.html">Testing guide</a></li>
+                  <li><a href="dependencies-guide.html">Dependencies 
guide</a></li>
                 </ul>
               </li>
               <li class="sidenav-menu-sub-title">Policies</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a 
href="contribute-pre-commit-test-policies.html">Pre-commit test 
policies</a></li>
-                  <li><a 
href="contribute-post-commit-test-policies.html">Post-commit test 
policies</a></li>
+                  <li><a href="pre-commit-test-policies.html">Pre-commit test 
policies</a></li>
+                  <li><a href="post-commit-test-policies.html">Post-commit 
test policies</a></li>
                 </ul>
               </li>
               <li class="sidenav-menu-sub-title">Committers</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a href="contribute-become-a-committer.html">Become a 
committer</a></li>
-                  <li><a href="contribute-committer-guide.html">Committer 
guide</a></li>
-                  <li><a href="contribute-release-guide.html">Release 
guide</a></li>
+                  <li><a href="become-a-committer.html">Become a 
committer</a></li>
+                  <li><a href="committer-guide.html">Committer guide</a></li>
+                  <li><a href="release-guide.html">Release guide</a></li>
                 </ul>
               </li>
             </ul>
diff --git a/src/main/webapp/contribute-website.html 
b/src/main/webapp/contribute/website.html
similarity index 84%
rename from src/main/webapp/contribute-website.html
rename to src/main/webapp/contribute/website.html
index 5095708..8da8bdb 100644
--- a/src/main/webapp/contribute-website.html
+++ b/src/main/webapp/contribute/website.html
@@ -13,27 +13,27 @@ layout: default
           <div class="col-2 sidenav-menu pt-3">
             <div class="pb-3 text-uppercase"><strong>Contribute</strong></div>
             <ul class="list-unstyled mb-3">
-              <li><a href="contribute.html">Get started contributing</a></li>
+              <li><a href="index.html">Get started contributing</a></li>
               <li class="sidenav-menu-sub-title">Technical Docs</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a href="contribute-testing.html">Testing guide</a></li>
-                  <li><a 
href="contribute-dependencies-guide.html">Dependencies guide</a></li>
+                  <li><a href="testing.html">Testing guide</a></li>
+                  <li><a href="dependencies-guide.html">Dependencies 
guide</a></li>
                 </ul>
               </li>
               <li class="sidenav-menu-sub-title">Policies</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a 
href="contribute-pre-commit-test-policies.html">Pre-commit test 
policies</a></li>
-                  <li><a 
href="contribute-post-commit-test-policies.html">Post-commit test 
policies</a></li>
+                  <li><a href="pre-commit-test-policies.html">Pre-commit test 
policies</a></li>
+                  <li><a href="post-commit-test-policies.html">Post-commit 
test policies</a></li>
                 </ul>
               </li>
               <li class="sidenav-menu-sub-title">Committers</li>
               <li>
                 <ul class="list-unstyled sidenav-menu-sub-list">
-                  <li><a href="contribute-become-a-committer.html">Become a 
committer</a></li>
-                  <li><a href="contribute-committer-guide.html">Committer 
guide</a></li>
-                  <li><a href="contribute-release-guide.html">Release 
guide</a></li>
+                  <li><a href="become-a-committer.html">Become a 
committer</a></li>
+                  <li><a href="committer-guide.html">Committer guide</a></li>
+                  <li><a href="release-guide.html">Release guide</a></li>
                 </ul>
               </li>
             </ul>
@@ -41,7 +41,7 @@ layout: default
           <div class="col-8 pt-3 offset-4">
             <h2 class="pb-1">Website Contributions</h2>
 
-            <p>Contributions to the website require the same steps as 
contributions to the main repository, so start with the instructions for <a 
href="contribute.html">Contributing Code</a>.</p>
+            <p>Contributions to the website require the same steps as 
contributions to the main repository, so start with the instructions for <a 
href="index.html">Contributing Code</a>.</p>
 
             <p>The Unomi website is in the <a target="_blank" 
href="https://github.com/apache/unomi-site";>Unomi Site GitHub mirror</a> 
repository in the <code>asf-site</code> branch (<em>not</em> 
<code>master</code>).</p>
 
diff --git a/src/main/webapp/events/index.html 
b/src/main/webapp/events/index.html
deleted file mode 100644
index b3afe95..0000000
--- a/src/main/webapp/events/index.html
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: Download
-layout: default
----
-
-<div class="container pt-5">
-    <h2 class="pb-3 mb-2">Events</h2>
-
-    <h3>Coming up !</h3>
-
-    <ul>
-        <li>November 18th, 2021, 1600-1800 CEST: <a 
href="meetups/2021-11-18.html">First ever Apache Unomi meetup</a></li>
-    </ul>
-
-    <h3>Past</h3>
-
-    <ul>
-        <li>Feathercast June 2020 Interview - Apache Unomi - Serge Huber. <a 
href="https://www.youtube.com/watch?v=EyT0_so-ayI&t=3s";>YouTube video.</a></li>
-        <li>ApacheCon NA 2019 Presentation - Adding artificial intelligence to 
Apache Unomi using Apache PredictionIO. <a 
href="https://www.youtube.com/watch?v=3VhC3x0GdDQ&t=1253s";>YouTube 
video</a></li>
-        <li>ApacheCon NA 2019 Presentation - Apache Unomi segmentation 
integrated into an existing static website. <a 
href="https://www.youtube.com/watch?v=5ts6LuNwH9o&t=88s";>YouTube video</a></li>
-        <li>ApacheCon Chicago Roadshow 2019 - Apache Unomi - Customer 
Segmentation and Marketing Automation with Apache Unomi. <a 
href="https://www.youtube.com/watch?v=ut2ReqhMl2Y";>YouTube video.</a></li>
-        <li>ApacheCon NA 2018 Presentation - Apache Unomi - An open source 
customer data platform. <a 
href="https://www.youtube.com/watch?v=XO1cLSgeRsw";>YouTube video.</a></li>
-        <li>ApacheCon Europe 2015 Keynote - Introducing the Apache Unomi 
Project. <a href="https://www.youtube.com/watch?v=o0VUkSTKTxc&t=69s";>YouTube 
video</a></li>
-    </ul>
-
-</div>
\ No newline at end of file
diff --git a/src/main/webapp/events/meetups/2021-11-18.html 
b/src/main/webapp/events/meetups/2021-11-18.html
deleted file mode 100644
index 15ef965..0000000
--- a/src/main/webapp/events/meetups/2021-11-18.html
+++ /dev/null
@@ -1,75 +0,0 @@
----
-title: Events - Meetups - First Apache Unomi Meetup, Nov 18th 2021 1600-1800 
CEST
-layout: default
----
-
-<div class="container pt-5">
-
-    <h2>First Apache Unomi Meetup !</h2>
-    <p>
-        Join us for the first ever (online) community meetup of the Apache 
Unomi CDP project organized by the Apache
-        project management committee (PMC) on <strong>Nov 18th, 2021 from 1600 
to 1800 CEST</strong> and learn about API-first open-source
-        customer data, analytics and personalization!
-    </p>
-
-    <p>
-        Anyone is welcome to join this FREE online event but this meetup is 
more geared towards Unomi
-        developers/users/integrators or anyone interested in learning how to 
integrate this CDP engine to build personalized systems.
-    </p>
-
-    <h2>When and where</h2>
-
-    <p>November 18th, 2021 at 1600-1800 CEST in an online meeting (see 
registration below).</p>
-
-    <h2>Agenda</h2>
-
-    <ol>
-        <li>
-            <p><strong>Round table</strong></p>
-            <p>Quick round table on who's who, and how much you love Unomi and 
what you are doing with it.</p>
-        </li>
-
-        <li>
-            <p><strong>State of the Unomi (20 minutes) by Serge Huber, Apache 
Unomi PMC chair &amp; Jahia CTO</strong></p>
-            <p>Presentation, with details on what has happened recently on the 
project, what's coming up in version
-                1.6 and 2.0, and ideas for the future of Unomi.</p>
-        </li>
-
-        <li>
-            <p><strong>How we use Unomi at Jahia (15 minutes) by Serge Huber, 
Jahia CTO</strong></p>
-            <p>Presentation of how Jahia uses Apache Unomi as part of its DXP 
offering to provide added value to the CDP
-                such as custom items, recommendations and custom pre-packaged 
& extensible analytics using Kibana.
-            </p>
-        </li>
-
-        <li>
-            <p><strong>How we built a open personalization engine for Drupal 
CMS using Apache Unomi (15 minutes) by Nick
-                Veenhof, Dropsolid CTO</strong></p>
-            <p>Learn from Nick how Dropsolid has integrated Apache Unomi with 
Drupal CMS and built some UI &
-                integrations to leverage the CDP.</p>
-        </li>
-
-        <li>
-            <p><strong>Apache Karaf 5 (15 minutes) by Jean-Baptise 
Onofr&eacute;, Apache Karaf PMC chair &amp; OpenSource Europe at
-                Huawei</strong></p>
-            <p>What's new in Apache Karaf 5 and how Unomi can leverage it.</p>
-        </li>
-
-        <li>
-            <p><strong>Open discussion</strong></p>
-            <p>Open discussion, on any subject related to Unomi and/or CDPs. 
The idea is to exchange in a free form
-                format.</p>
-        </li>
-
-    </ol>
-
-    <h2>Registration</h2>
-
-    <p>Registration is free. Click <a 
href="https://us02web.zoom.us/webinar/register/WN_DNHEfXMhS-qQYuIuYnIhVw";>here</a>
 to register (Zoom meeting).</p>
-
-    <p class="text-center">
-        This event operates under the terms of <a 
href="http://apache.org/foundation/policies/conduct";>The Apache
-        Software Foundation Code of Conduct</a> and its <a
-            
href="https://www.apache.org/foundation/policies/privacy.html";>Privacy 
Policy</a>.
-    </p>
-</div>
\ No newline at end of file
diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html
index cd52ace..b0bfbe0 100644
--- a/src/main/webapp/index.html
+++ b/src/main/webapp/index.html
@@ -39,7 +39,7 @@ layout: default
 
           </div><!-- /.col-lg-8 -->
           <div class="col-lg-4 my-auto mx-auto">
-            <p>Find the agenda, registration and more details on the <a 
href="/events/meetups/2021-11-18.html">event's page</a>.</p>
+            <p>Find the agenda, registration and more details on the <a 
href="/community/events/meetups/2021-11-18.html">event's page</a>.</p>
           </div><!-- /.col-lg-4 -->
         </div><!-- /.row -->
 
@@ -214,7 +214,7 @@ layout: default
               <li>2016-10-04 Released version 1.1.0-incubating</li>
               <li>2016-05-22 Released version 1.0.0-incubating</li>
               <li>2015-11-23 Initial code base import in <a 
href="https://gitbox.apache.org/repos/asf?p=unomi.git"; target="_blank">Git 
repository</a></li>
-              <li>2015-11-20 Added <a 
href="community-maturity-model-report.html">Apache Maturity Model report 
page</a></li>
+              <li>2015-11-20 Added <a 
href="community/maturity-model-report.html">Apache Maturity Model report 
page</a></li>
               <li>2015-11-13 Initial web site created</li>
               <li>2015-10-20 JIRA, mailing lists, git, website space 
created.</li>
               <li>2015-10-05 Project enters incubation.</li>
@@ -239,8 +239,8 @@ layout: default
               We also love contributions : don't hesitate to contribute.
             </p>
             <p>
-              <a href="community.html">Be Involved In The Community</a> |
-              <a href="contribute.html">How To Contribute</a>
+              <a href="community/index.html">Be Involved In The Community</a> |
+              <a href="contribute/index.html">How To Contribute</a>
             </p>
           </div>
           <div class="col-md-5 align-items-center">
diff --git a/src/main/webapp/stories.html b/src/main/webapp/stories.html
index 7a2184d..16dd4d0 100644
--- a/src/main/webapp/stories.html
+++ b/src/main/webapp/stories.html
@@ -89,7 +89,7 @@ layout: default
             <p>If you want your own application or solution powered or based 
on Apache Unomi to be features here, please
                 create a
                 <a 
href="https://github.com/apache/unomi-site/blob/master/src/main/webapp/stories.html";
 target="_blank">pull
-                    request on this page</a> or send a message on the <a 
href="community.html">users mailing list</a>
+                    request on this page</a> or send a message on the <a 
href="community/index.html">users mailing list</a>
             </p>
         </div>
     </div>

Reply via email to