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 143857d Correct name of OASIS specification
143857d is described below
commit 143857d014cc7f23c4b274654027c61b1f4fcb99
Author: Serge Huber <[email protected]>
AuthorDate: Tue May 28 20:37:19 2019 +0200
Correct name of OASIS specification
---
src/main/webapp/get-started.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/webapp/get-started.html b/src/main/webapp/get-started.html
index 640b3cd..dd5d954 100644
--- a/src/main/webapp/get-started.html
+++ b/src/main/webapp/get-started.html
@@ -87,7 +87,7 @@
<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 <a target="_blank" href="https://karaf.apache.org">Apache Karaf</a>, 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 <a target="_blank"
href="https://www.oasis-open.org/committees/cxs/">OASIS Context Server (CXS)
standard</a> to help standardize personalization of online experience while
promoting ethical web experience management and increased user privacy
controls.</p>
+ <p>Apache Unomi is also the reference implementation of the
upcoming <a target="_blank"
href="https://www.oasis-open.org/committees/cxs/">OASIS Customer Data Platform
specification</a> to help standardize personalization of online experience
while promoting ethical web experience management and increased user privacy
controls.</p>
</div>
</div>
</div><!-- in a few words -->