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 2017/02/22 21:07:30 UTC

svn commit: r1784063 [2/17] - in /incubator/unomi/website: ./ images/ rest-api-doc/input/ samples/ samples/tweet-button-plugin/ unomi-api/ unomi-api/apidocs/ unomi-api/apidocs/org/apache/unomi/api/ unomi-api/apidocs/org/apache/unomi/api/actions/ unomi-...

Modified: incubator/unomi/website/index.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/index.html?rev=1784063&r1=1784062&r2=1784063&view=diff
==============================================================================
--- incubator/unomi/website/index.html (original)
+++ incubator/unomi/website/index.html Wed Feb 22 21:07:22 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2017-02-21
+ Generated by Apache Maven Doxia at 2017-02-22
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -91,6 +91,7 @@
 											<li ><a href="versions/master/concepts.html" title="Concepts">Concepts</a></li>
 										</ul>
 									</li>
+									<li ><a href="usecases.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>
@@ -140,7 +141,7 @@
 	<header>
 		<div>
 			<ul class="breadcrumb">
-				<li class="publishDate version-date">Last Published: 2017-02-21</li>
+				<li class="publishDate version-date">Last Published: 2017-02-22</li>
 			</ul>
 		</div>
 	</header>
@@ -150,42 +151,77 @@
 		<div class="span8">
 			<div class="body-content">
 				<p><img src="images/apache-unomi-380x85.png" alt="Unomi logo" /></p> 
+<div class="page-header">
+ <h1>The Open Source Customer Data Platform</h1>
+</div> 
 <div class="section"> 
- <div class="page-header">
-  <h2 id="A_personalization_and_AB_testing_open_source_server_with_built-in_privacy_management">A personalization and A/B testing open source server (with built-in privacy management)</h2>
- </div> 
- <div class="section"> 
-  <h3 id="In_a_few_words">In a few words</h3> 
-  <p>Apache Unomi is a REST server that manages user profiles and events related to the profiles. It can be used to integrate personalization and profile management within very different systems such as CMS, CRMs, Issue Trackers, native mobile application. It was designed to be easy to integrate with external systems, promoting profile sharing and re-use in very different applications.</p> 
-  <p>Basically the server tracks users using different mechanisms (by default cookies), builds a progressively populated profile and associates events that are performed by a user with his profile. Events may range from a click on a page, to a file being downloaded, a native mobile application button being clicked, or anything that can be sent to the server.</p> 
-  <p>The server has a built-in rule system that makes it possible to perform any action when an event is collected for a profile. It also has the notion of user segments, making it possible to classify user profiles into dynamic sub-groups, notably to build personalized experiences for specific segments.</p> 
-  <p>As Apache Unomi is built as an OSGi application running inside Apache Karaf, it is extremely extensible and built to be scalable. For example it is possible to plugin new conditions, actions, or any other service that may be needed such as beacon tracking or push notifications.</p> 
-  <p>Apache Unomi is also the reference implementation of the upcoming OASIS Context Server (CXS) standard (<a class="externalLink" href="https://www.oasis-open.org/committees/cxs/">https://www.oasis-open.org/committees/cxs/</a>) to help standardize personalization of online experience while promoting ethical web experience management and increased user privacy controls.</p> 
- </div> 
- <div class="section"> 
-  <h3 id="What_is_unique_about_Apache_Unomi_">What is unique about Apache Unomi ?</h3> 
-  <p>One of the most unique features of this server is its privacy management features. Using the privacy REST API, it is possible for integrators to build user facing UIs that let them manage their profile, and control how they are being tracked, what data has been collected and even anonymize previously collected data or future data ! Finally there is even the possibility for end-users to delete their profile information completely. </p> 
-  <p>It is becoming more and more important to address privacy issues correctly, and it is even becoming more and more of a legal issue since a lot of legislation is now appearing in many countries to make sure that user’s right to privacy is respected.</p> 
-  <p>Of course these possibilities have no default UI inside of Apache Unomi so it is left up to the developers to expose them (or not).</p> 
- </div> 
- <div class="section"> 
-  <h3 id="Use_cases">Use cases</h3> 
-  <div class="section"> 
-   <h4 id="Use_Apache_Unomi_as_a_personalization_service_for_a_Web_CMS">Use Apache Unomi as a personalization service for a Web CMS</h4> 
-   <p>In this use case Apache Unomi is used to track all the users that visits the sites being managed by the CMS. The sites may also contain personalized content elements that will use the profile information coming from Apache Unomi to change their display based on the user. It will also send events (such as login events for example) back to the server using simple AJAX calls to the Apache Unomi REST API. </p> 
-   <p>The Web CMS can also build UIs to expose the privacy management feature to end-users of the platform, and will of course build UIs to perform administration tasks such as profile, segments, goals, rules management. </p> 
-  </div> 
-  <div class="section"> 
-   <h4 id="Use_Apache_Unomi_as_an_analytics_service_for_a_native_mobile_application">Use Apache Unomi as an analytics service for a native mobile application</h4> 
-   <p>In this case the server is used as a back-end for a native mobile application that will authenticate a user and then send events to the server when the user performs certains tasks within the app. Tasks may include pressing a button, getting close to a location (using GPS or beacons), etc…</p> 
-   <p>The application may also include a UI to expose the privacy management features of Apache Unomi.</p> 
-  </div> 
-  <div class="section"> 
-   <h4 id="Use_Apache_Unomi_as_a_centralized_profile_management_system">Use Apache Unomi as a centralized profile management system</h4> 
-   <p>In this use case the server is used a centralized profile management system, making it easy to aggregate different profile information that may be stored in different systems such as CRMs, Issue tracking systems, forums, CMS, … One way of achieving this is to make sure that “anonymous” profiles are merged when an event such as a login happens and a unique cross-system identifier (usually the email address) is detected on each system.</p> 
-   <p>In this case connectors to all the different systems will need to be developped (and hopefully contributed back to the Apache Unomi community), so that the centralization of the information is managed by an Open Source and standards compliant server community.</p> 
-  </div> 
- </div> 
+ <h2 id="Apache_Unomi_in_one_sentence">Apache Unomi in one sentence</h2> 
+ <p>Apache Unomi is <b>a Java Open Source customer data platform</b>, a Java server designed to manage customers, leads and visitors’ data and help personalize customers’ experiences. </p> 
+</div> 
+<div class="section"> 
+ <h2 id="For_developers">For developers</h2> 
+ <ul> 
+  <li>Uses ElasticSearch for data storage, dynamic data structure</li> 
+  <li>Highly scalable architecture</li> 
+  <li>Very simple to deploy and install (simply unzip &amp; run)</li> 
+  <li>Uses Apache Karaf as the OSGi runtime</li> 
+  <li>Full &amp; simple REST API</li> 
+  <li>Extensible through plugin architecture (using OSGi &amp; simple JSON descriptors)</li> 
+  <li>Apache Open Source project</li> 
+ </ul> 
+</div> 
+<div class="section"> 
+ <h2 id="For_IT_stakeholders_and_business_users">For IT stakeholders and business users</h2> 
+ <ul> 
+  <li>First-Party Data Collection and Ownership</li> 
+  <li>Persistent and consolidated profiles for all your audience (customers &amp; leads), storing anonymous and personally identifiable information</li> 
+  <li>Regulation-proof and privacy management built-in</li> 
+  <li>Real-Time Decisioning (Scoring logics, segmentation)</li> 
+  <li>Open standard, easy integration and extension</li> 
+ </ul> 
+</div> 
+<div class="section"> 
+ <h2 id="Why_would_you_need_a_Customer_Data_Platform_">Why would you need a Customer Data Platform ?</h2> 
+ <p>Organizations collect data from multiple sources and channels - sales, web, emails, mobile, brick and mortar - and all of this data is spread across different departments and technologies. As a result, many professionals are lacking the data they need to do their job, especially data analysts and marketers.</p> 
+ <p>A customer data platform helps business users collect all the customer data in one place, providing a complete view of the customers. When the data is collected, the customer data platform will also play a key role in choosing which content or offer is more relevant to a customer. </p> 
+</div> 
+<div class="section"> 
+ <h2 id="The_Apache_Unomi_advantage">The Apache Unomi advantage</h2> 
+ <p>Each organization is unique and will always have specific needs, this is why Apache Unomi has been designed to be extended and to ease the integration of external data. The embedded features such as segmentation, scoring and built-in privacy will be appreciated by business users while horizontal scalability and open source positioning will be loved by developers and architects. </p> 
+ <p>Apache Unomi is also the reference implementation of the upcoming OASIS Context Server (CXS) standard (<a class="externalLink" href="https://www.oasis-open.org/committees/cxs/">https://www.oasis-open.org/committees/cxs/</a>) to help standardize personalization of customer experience while promoting ethical web experience management and increased user privacy controls. </p> 
+</div> 
+<div class="section"> 
+ <h2 id="Business_cases_based_on_Unomi">Business cases based on Unomi</h2> 
+ <ul> 
+  <li>Build a web personalization software to adapt the content on your website to your audience</li> 
+  <li>Collect data from mobile application and feed Apache Unomi to track and understand your customers’ journeys</li> 
+  <li>Connect the beacons deployed in your stores to Apache Unomi and consolidate the profile of your customers and leads across all these channels</li> 
+  <li>Automatically push profiles from Apache Unomi to your CRM when a lead reach a given number of points in one of your scoring plans</li> 
+ </ul> 
+</div> 
+<div class="section"> 
+ <h2 id="Unomi_logical_architecture">Unomi logical architecture</h2> 
+ <p>All communication is done using HTTP REST requests and JSON data formats.</p> 
+ <p><img src="images/unomi-logical-architecture-diagram.png" alt="Unomi logical architecture" /></p> 
+</div> 
+<div class="section"> 
+ <h2 id="a5_Minute_Quick_start">5 Minute Quick start</h2> 
+ <ol style="list-style-type: decimal"> 
+  <li>Install JDK 8 (see <a class="externalLink" href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">http://www.oracle.com/technetwork/java/javase/downloads/index.html</a> and make sure you set the JAVA_HOME variable <a class="externalLink" href="https://docs.oracle.com/cd/E19182-01/820-7851/inst_cli_jdk_javahome_t/">https://docs.oracle.com/cd/E19182-01/820-7851/inst_cli_jdk_javahome_t/</a></li> 
+  <li> <p>Download ElasticSearch 5.1.2, for example using:</p> 
+   <div class="source"> 
+    <div class="source"> 
+     <pre>curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.1.2.tar.gz
+</pre> 
+    </div> 
+   </div></li> 
+  <li> <p>Edit the cluster.name in the <tt>conf/elasticSearch.yml</tt> file to <tt>contextElasticSearch</tt></p></li> 
+  <li>Download Apache Unomi here : <a class="externalLink" href="http://unomi.incubator.apache.org/download.html">http://unomi.incubator.apache.org/download.html</a></li> 
+  <li>Start it using : <tt>./bin/karaf</tt></li> 
+  <li>Wait for startup to complete</li> 
+  <li>Try accessing <a class="externalLink" href="https://localhost:9443/cxs/cluster">https://localhost:9443/cxs/cluster</a> with username/password: karaf/karaf . You might get a certificate warning in your browser, just accept it despite the warning it is safe.</li> 
+  <li>Request your first context by simply accessing : <a class="externalLink" href="http://localhost:8181/context.js?session=1234">http://localhost:8181/context.js?session=1234</a></li> 
+ </ol> 
  <div class="section"> 
   <h3 id="News">News</h3> 
   <ul> 
@@ -206,39 +242,6 @@
    <li><a class="externalLink" href="http://www.slideshare.net/sergehuber/apache-unomi-in-depth-apachecon-eu-2015-session">Apache Unomi In-depth, ApacheCon EU 2015</a></li> 
   </ul> 
  </div> 
- <div class="section"> 
-  <h3 id="Features">Features</h3> 
-  <p><img src="images/unomi-features.png" alt="Unomi features" /></p> 
-  <ul> 
-   <li>Simple entry-point to retrieve the profile context and collecting user-triggered events (page view, click, downloads, etc…)</li> 
-   <li>Full &amp; simple REST API for Context Server administration</li> 
-   <li>Highly scalable architecture</li> 
-   <li>Fully OSGi compliant application</li> 
-   <li>Persistence &amp; query layer uses ElasticSearch (other providers may be implemented in the future)</li> 
-   <li>Uses Apache Karaf as the OSGi runtime (supports both Apache Felix and Eclipse Equinox OSGi implementations)</li> 
-   <li>Very simple to deploy and install (simply unzip &amp; run)</li> 
-   <li>Extensible through plugin architecture (using OSGi &amp; simple JSON descriptors)</li> 
-  </ul> 
- </div> 
- <div class="section"> 
-  <h3 id="At_a_glance">At a glance</h3> 
-  <p><img src="images/unomi-input-output.png" alt="Unomi input output" /></p> 
-  <p>Unomi provides the context of the current user interacting with any Unomi-aware system. Using this context, Unomi-connected systems can send events to the context server. These events might, in turn, trigger rules that perform actions that can update the current context, interact with external systems or pretty much anything that can be implemented using the Unomi API.</p> 
- </div> 
- <div class="section"> 
-  <h3 id="Requirements">Requirements</h3> 
-  <ul> 
-   <li>JDK 7 or later, <a class="externalLink" href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">http://www.oracle.com/technetwork/java/javase/downloads/index.html</a></li> 
-   <li>Maven 3.0+, <a class="externalLink" href="http://maven.apache.org">http://maven.apache.org</a></li> 
-  </ul> 
- </div> 
- <div class="section"> 
-  <h3 id="Todo">Todo</h3> 
-  <ul> 
-   <li>Look at possible integration with newsletter management systems such as MailChimp, for example to synchronize profile data with collected info.</li> 
-   <li>Integrate with machine learning implementations such as Prediction.io or Apache Mahout</li> 
-  </ul> 
- </div> 
 </div>
 			</div>
 		</div>
@@ -318,6 +321,9 @@
 							</ul>
 						</li>
 						<li >
+							<a href="usecases.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 >

Modified: incubator/unomi/website/integration.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/integration.html?rev=1784063&r1=1784062&r2=1784063&view=diff
==============================================================================
--- incubator/unomi/website/integration.html (original)
+++ incubator/unomi/website/integration.html Wed Feb 22 21:07:22 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2017-02-21
+ Generated by Apache Maven Doxia at 2017-02-22
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -91,6 +91,7 @@
 											<li ><a href="versions/master/concepts.html" title="Concepts">Concepts</a></li>
 										</ul>
 									</li>
+									<li ><a href="usecases.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>
@@ -140,7 +141,7 @@
 	<header>
 		<div>
 			<ul class="breadcrumb">
-				<li class="publishDate version-date">Last Published: 2017-02-21</li>
+				<li class="publishDate version-date">Last Published: 2017-02-22</li>
 			</ul>
 		</div>
 	</header>
@@ -247,6 +248,9 @@
 							</ul>
 						</li>
 						<li >
+							<a href="usecases.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 >

Modified: incubator/unomi/website/issue-tracking.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/issue-tracking.html?rev=1784063&r1=1784062&r2=1784063&view=diff
==============================================================================
--- incubator/unomi/website/issue-tracking.html (original)
+++ incubator/unomi/website/issue-tracking.html Wed Feb 22 21:07:22 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2017-02-21
+ Generated by Apache Maven Doxia at 2017-02-22
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -90,6 +90,7 @@
 											<li ><a href="versions/master/concepts.html" title="Concepts">Concepts</a></li>
 										</ul>
 									</li>
+									<li ><a href="usecases.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>
@@ -139,7 +140,7 @@
 	<header>
 		<div>
 			<ul class="breadcrumb">
-				<li class="publishDate version-date">Last Published: 2017-02-21</li>
+				<li class="publishDate version-date">Last Published: 2017-02-22</li>
 			</ul>
 		</div>
 	</header>
@@ -229,6 +230,9 @@
 							</ul>
 						</li>
 						<li >
+							<a href="usecases.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 >

Modified: incubator/unomi/website/license.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/license.html?rev=1784063&r1=1784062&r2=1784063&view=diff
==============================================================================
--- incubator/unomi/website/license.html (original)
+++ incubator/unomi/website/license.html Wed Feb 22 21:07:22 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2017-02-21
+ Generated by Apache Maven Doxia at 2017-02-22
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -90,6 +90,7 @@
 											<li ><a href="versions/master/concepts.html" title="Concepts">Concepts</a></li>
 										</ul>
 									</li>
+									<li ><a href="usecases.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>
@@ -139,7 +140,7 @@
 	<header>
 		<div>
 			<ul class="breadcrumb">
-				<li class="publishDate version-date">Last Published: 2017-02-21</li>
+				<li class="publishDate version-date">Last Published: 2017-02-22</li>
 			</ul>
 		</div>
 	</header>
@@ -239,6 +240,9 @@
 							</ul>
 						</li>
 						<li >
+							<a href="usecases.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 >

Modified: incubator/unomi/website/mail-lists.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/mail-lists.html?rev=1784063&r1=1784062&r2=1784063&view=diff
==============================================================================
--- incubator/unomi/website/mail-lists.html (original)
+++ incubator/unomi/website/mail-lists.html Wed Feb 22 21:07:22 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2017-02-21
+ Generated by Apache Maven Doxia at 2017-02-22
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -91,6 +91,7 @@
 											<li ><a href="versions/master/concepts.html" title="Concepts">Concepts</a></li>
 										</ul>
 									</li>
+									<li ><a href="usecases.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>
@@ -140,7 +141,7 @@
 	<header>
 		<div>
 			<ul class="breadcrumb">
-				<li class="publishDate version-date">Last Published: 2017-02-21</li>
+				<li class="publishDate version-date">Last Published: 2017-02-22</li>
 			</ul>
 		</div>
 	</header>
@@ -259,6 +260,9 @@
 							</ul>
 						</li>
 						<li >
+							<a href="usecases.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 >

Modified: incubator/unomi/website/maturity-model-report.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/maturity-model-report.html?rev=1784063&r1=1784062&r2=1784063&view=diff
==============================================================================
--- incubator/unomi/website/maturity-model-report.html (original)
+++ incubator/unomi/website/maturity-model-report.html Wed Feb 22 21:07:22 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2017-02-21
+ Generated by Apache Maven Doxia at 2017-02-22
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -91,6 +91,7 @@
 											<li ><a href="versions/master/concepts.html" title="Concepts">Concepts</a></li>
 										</ul>
 									</li>
+									<li ><a href="usecases.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>
@@ -140,7 +141,7 @@
 	<header>
 		<div>
 			<ul class="breadcrumb">
-				<li class="publishDate version-date">Last Published: 2017-02-21</li>
+				<li class="publishDate version-date">Last Published: 2017-02-22</li>
 			</ul>
 		</div>
 	</header>
@@ -590,6 +591,9 @@
 							</ul>
 						</li>
 						<li >
+							<a href="usecases.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 >

Modified: incubator/unomi/website/modules.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/modules.html?rev=1784063&r1=1784062&r2=1784063&view=diff
==============================================================================
--- incubator/unomi/website/modules.html (original)
+++ incubator/unomi/website/modules.html Wed Feb 22 21:07:22 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2017-02-21
+ Generated by Apache Maven Doxia at 2017-02-22
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -91,6 +91,7 @@
 											<li ><a href="versions/master/concepts.html" title="Concepts">Concepts</a></li>
 										</ul>
 									</li>
+									<li ><a href="usecases.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>
@@ -140,7 +141,7 @@
 	<header>
 		<div>
 			<ul class="breadcrumb">
-				<li class="publishDate version-date">Last Published: 2017-02-21</li>
+				<li class="publishDate version-date">Last Published: 2017-02-22</li>
 			</ul>
 		</div>
 	</header>
@@ -298,6 +299,9 @@
 							</ul>
 						</li>
 						<li >
+							<a href="usecases.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 >

Modified: incubator/unomi/website/plugin-management.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/plugin-management.html?rev=1784063&r1=1784062&r2=1784063&view=diff
==============================================================================
--- incubator/unomi/website/plugin-management.html (original)
+++ incubator/unomi/website/plugin-management.html Wed Feb 22 21:07:22 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2017-02-21
+ Generated by Apache Maven Doxia at 2017-02-22
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -91,6 +91,7 @@
 											<li ><a href="versions/master/concepts.html" title="Concepts">Concepts</a></li>
 										</ul>
 									</li>
+									<li ><a href="usecases.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>
@@ -140,7 +141,7 @@
 	<header>
 		<div>
 			<ul class="breadcrumb">
-				<li class="publishDate version-date">Last Published: 2017-02-21</li>
+				<li class="publishDate version-date">Last Published: 2017-02-22</li>
 			</ul>
 		</div>
 	</header>
@@ -387,6 +388,9 @@
 							</ul>
 						</li>
 						<li >
+							<a href="usecases.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 >

Modified: incubator/unomi/website/plugins.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/plugins.html?rev=1784063&r1=1784062&r2=1784063&view=diff
==============================================================================
--- incubator/unomi/website/plugins.html (original)
+++ incubator/unomi/website/plugins.html Wed Feb 22 21:07:22 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2017-02-21
+ Generated by Apache Maven Doxia at 2017-02-22
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -91,6 +91,7 @@
 											<li ><a href="versions/master/concepts.html" title="Concepts">Concepts</a></li>
 										</ul>
 									</li>
+									<li ><a href="usecases.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>
@@ -140,7 +141,7 @@
 	<header>
 		<div>
 			<ul class="breadcrumb">
-				<li class="publishDate version-date">Last Published: 2017-02-21</li>
+				<li class="publishDate version-date">Last Published: 2017-02-22</li>
 			</ul>
 		</div>
 	</header>
@@ -318,6 +319,9 @@
 							</ul>
 						</li>
 						<li >
+							<a href="usecases.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 >

Modified: incubator/unomi/website/privacy-policy.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/privacy-policy.html?rev=1784063&r1=1784062&r2=1784063&view=diff
==============================================================================
--- incubator/unomi/website/privacy-policy.html (original)
+++ incubator/unomi/website/privacy-policy.html Wed Feb 22 21:07:22 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2017-02-21
+ Generated by Apache Maven Doxia at 2017-02-22
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -91,6 +91,7 @@
 											<li ><a href="versions/master/concepts.html" title="Concepts">Concepts</a></li>
 										</ul>
 									</li>
+									<li ><a href="usecases.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>
@@ -140,7 +141,7 @@
 	<header>
 		<div>
 			<ul class="breadcrumb">
-				<li class="publishDate version-date">Last Published: 2017-02-21</li>
+				<li class="publishDate version-date">Last Published: 2017-02-22</li>
 			</ul>
 		</div>
 	</header>
@@ -253,6 +254,9 @@
 							</ul>
 						</li>
 						<li >
+							<a href="usecases.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 >

Modified: incubator/unomi/website/project-info.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/project-info.html?rev=1784063&r1=1784062&r2=1784063&view=diff
==============================================================================
--- incubator/unomi/website/project-info.html (original)
+++ incubator/unomi/website/project-info.html Wed Feb 22 21:07:22 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2017-02-21
+ Generated by Apache Maven Doxia at 2017-02-22
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -91,6 +91,7 @@
 											<li ><a href="versions/master/concepts.html" title="Concepts">Concepts</a></li>
 										</ul>
 									</li>
+									<li ><a href="usecases.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>
@@ -140,7 +141,7 @@
 	<header>
 		<div>
 			<ul class="breadcrumb">
-				<li class="publishDate version-date">Last Published: 2017-02-21</li>
+				<li class="publishDate version-date">Last Published: 2017-02-22</li>
 			</ul>
 		</div>
 	</header>
@@ -298,6 +299,9 @@
 							</ul>
 						</li>
 						<li >
+							<a href="usecases.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 >

Modified: incubator/unomi/website/project-summary.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/project-summary.html?rev=1784063&r1=1784062&r2=1784063&view=diff
==============================================================================
--- incubator/unomi/website/project-summary.html (original)
+++ incubator/unomi/website/project-summary.html Wed Feb 22 21:07:22 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2017-02-21
+ Generated by Apache Maven Doxia at 2017-02-22
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -91,6 +91,7 @@
 											<li ><a href="versions/master/concepts.html" title="Concepts">Concepts</a></li>
 										</ul>
 									</li>
+									<li ><a href="usecases.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>
@@ -140,7 +141,7 @@
 	<header>
 		<div>
 			<ul class="breadcrumb">
-				<li class="publishDate version-date">Last Published: 2017-02-21</li>
+				<li class="publishDate version-date">Last Published: 2017-02-22</li>
 			</ul>
 		</div>
 	</header>
@@ -316,6 +317,9 @@
 							</ul>
 						</li>
 						<li >
+							<a href="usecases.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 >