This is an automated email from the ASF dual-hosted git repository.
poorejc pushed a commit to branch FLAGON-344
in repository https://gitbox.apache.org/repos/asf/incubator-flagon.git
The following commit(s) were added to refs/heads/FLAGON-344 by this push:
new 3a5a52e [FLAGON-358] updated UserALE docs to reflect Flagon name
change
3a5a52e is described below
commit 3a5a52eb30deacb0ad7b6ef4f8d77d94fc497459
Author: poorejc <[email protected]>
AuthorDate: Sun Apr 7 22:28:01 2019 -0400
[FLAGON-358] updated UserALE docs to reflect Flagon name change
---
site/_docs/userale/index.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/site/_docs/userale/index.md b/site/_docs/userale/index.md
index 704ae99..9d91937 100644
--- a/site/_docs/userale/index.md
+++ b/site/_docs/userale/index.md
@@ -5,11 +5,11 @@ permalink: /docs/userale/
priority: 0
---
-*Note*: Work on UserALE's documentation is ongoing. To get involved, see our
[Contributing]({{ '/docs/contributing' | prepend: site.baseurl }}) guide. To
get started with UserALE, [try out the full SensSoft system]({{ '/docs/system'
| prepend: site.baseurl }}).
+*Note*: Work on UserALE's documentation is ongoing. To get involved, see our
[Contributing]({{ '/docs/contributing' | prepend: site.baseurl }}) guide. To
get started with UserALE, [try out the full Flagon stack]({{ '/docs/stack' |
prepend: site.baseurl }}).
### About UserALE
-The User Analytic Logging Engine (UserALE) is part of Apache SensSoft. UserALE
is for Software Developers, HCI/UX researchers, and project managers who
develop user facing software tools—applications that are used for manipulating,
analyzing, or visualizing data or other systems.
+The User Analytic Logging Engine (UserALE) is part of Apache Flagon. UserALE
is for Software Developers, HCI/UX researchers, and project managers who
develop user facing software tools—applications that are used for manipulating,
analyzing, or visualizing data or other systems.
UserALE provides an API for instrumenting software tools, turning them into a
human usability sensors. With every user interaction User ALE will transmit
specially structured messages (JSON) from software tools to an activity logging
server ([Elasticsearch™](http://elastic.co)). These messages not only report
user activities and their timing, but provide sufficient context to understand
how those activities are related to the functional organization of the software
tool. This allows for [...]