You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by me...@apache.org on 2016/01/07 15:09:07 UTC

[2/5] incubator-unomi git commit: UNOMI-9: Improved wording.

UNOMI-9: Improved wording.

Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/c1a15411
Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/c1a15411
Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/c1a15411

Branch: refs/heads/master
Commit: c1a154113d8d92c76a8fe7d6a6bb032fa412e776
Parents: b330db7
Author: Chris Laprun <me...@gmail.com>
Authored: Wed Dec 23 13:34:12 2015 +0100
Committer: Chris Laprun <me...@gmail.com>
Committed: Thu Jan 7 15:06:01 2016 +0100

----------------------------------------------------------------------
 src/site/markdown/index.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/c1a15411/src/site/markdown/index.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index a88f93c..27edefc 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -47,7 +47,7 @@ profiles into segments along user-definable dimensions or acted upon by algorith
 
 ![Unomi features](images/unomi-features.png)
 
-* Simple REST API for retrieving the profile context and collecting user-triggered events (page view, click, downloads, etc...)
+* Simple entry-point to retrieve the profile context and collecting user-triggered events (page view, click, downloads, etc...)
 * Full & simple REST API for Context Server administration
 * Highly scalable architecture
 * Fully OSGi compliant application
@@ -60,10 +60,9 @@ profiles into segments along user-definable dimensions or acted upon by algorith
 
 ![Unomi input output](images/unomi-input-output.png)
 
-Unomi is an implementation of the Context Server, and therefore always provider the context of the current user 
-interacting with any system. Using the context, events may be sent to the context server that will trigger rules. 
-These rules will executing matching actions that may either perform context updates or even sent data to external
-systems such as BigData frameworks.
+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.
 
 ### Requirements