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 e1cb495 - Add new events page - Add first meetup agenda page - Add
news about first meetup.
e1cb495 is described below
commit e1cb4951d004c608b61be7ef422f7d99d009d4be
Author: Serge Huber <[email protected]>
AuthorDate: Mon Nov 8 17:12:20 2021 +0100
- Add new events page
- Add first meetup agenda page
- Add news about first meetup.
---
README.md | 20 +++----
src/main/webapp/_layouts/default.html | 40 +++++++-------
src/main/webapp/community.html | 1 +
src/main/webapp/events/index.html | 26 +++++++++
src/main/webapp/events/meetups/2021-11-18.html | 75 ++++++++++++++++++++++++++
src/main/webapp/index.html | 16 ++++++
6 files changed, 148 insertions(+), 30 deletions(-)
diff --git a/README.md b/README.md
index fbc095b..64df221 100644
--- a/README.md
+++ b/README.md
@@ -11,13 +11,13 @@ You need a machine with Maven installed to build the
website.
Checkout:
-```
+```shell
git clone https://github.com/apache/unomi-site
```
Run Build:
-```
+```shell
mvn clean install
```
@@ -27,27 +27,27 @@ The generated site will be in target/generated-jekyll
To publish the local website to the production location
(https://unomi.apache.org/), you have to use:
-```
+```shell
mvn clean install scm-publish:publish-scm -Dusername=YOUR_APACHE_USERNAME
-Dpassword=YOUR_APACHE_PASSWORD
```
## Generate jekyll site
-`
-mvn clean install install
-`
+```shell
+mvn clean install
+```
## Jekyll serve (with filtering)
-`
+```shell
mvn clean install gem:exec@jekyll-serve-filtered
-`
+```
## Jekyll serve (from source)
-`
+```shell
mvn clean install gem:exec@jekyll-serve-source
-`
+```
Note: the Jekyll serve will not filter the files so you will still see
property references such as ${latest.stable.version}.
This is by design. If you want to see a final version you need to generate it
using the `mvn clean install gem:exec@jekyll-serve-filtered` command.
diff --git a/src/main/webapp/_layouts/default.html
b/src/main/webapp/_layouts/default.html
index a9af629..4b3eff0 100644
--- a/src/main/webapp/_layouts/default.html
+++ b/src/main/webapp/_layouts/default.html
@@ -43,28 +43,28 @@
<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>
+ <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>
+ <a class="nav-link" href="/use-cases.html">Use
cases</a>
</li>
<li class="nav-item">
- <a class="nav-link" href="stories.html">Stories</a>
+ <a class="nav-link"
href="/stories.html">Stories</a>
</li>
<li class="nav-item">
- <a class="nav-link"
href="download.html">Download</a>
+ <a class="nav-link"
href="/download.html">Download</a>
</li>
<li class="nav-item">
- <a class="nav-link"
href="documentation.html">Documentation</a>
+ <a class="nav-link"
href="/documentation.html">Documentation</a>
</li>
<li class="nav-item">
- <a class="nav-link"
href="resources.html">Resources</a>
+ <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.html">Contribute</a>
</li>
<li class="nav-item">
- <a class="nav-link"
href="community.html">Community</a>
+ <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">
@@ -90,29 +90,29 @@
<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>
+ <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>
+ <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>
+ <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>
@@ -120,7 +120,7 @@
<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 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>
diff --git a/src/main/webapp/community.html b/src/main/webapp/community.html
index 2c56ac9..0d7aaa2 100644
--- a/src/main/webapp/community.html
+++ b/src/main/webapp/community.html
@@ -7,6 +7,7 @@ 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="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>
diff --git a/src/main/webapp/events/index.html
b/src/main/webapp/events/index.html
new file mode 100644
index 0000000..b3afe95
--- /dev/null
+++ b/src/main/webapp/events/index.html
@@ -0,0 +1,26 @@
+---
+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
new file mode 100644
index 0000000..15ef965
--- /dev/null
+++ b/src/main/webapp/events/meetups/2021-11-18.html
@@ -0,0 +1,75 @@
+---
+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 & 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é, Apache Karaf PMC chair & 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 b413882..cd52ace 100644
--- a/src/main/webapp/index.html
+++ b/src/main/webapp/index.html
@@ -28,6 +28,22 @@ layout: default
<h1>News</h1>
<div class="row">
+ <div class="col-lg-8 pl-5">
+ <h3>First Apache Unomi meetup !</h3>
+
+ <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>
+
+ </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>
+ </div><!-- /.col-lg-4 -->
+ </div><!-- /.row -->
+
+ <div class="row">
<div class="col-lg-6 pl-5">
<h3>Version 1.5 released !</h3>
<p>Feature highlights: