Repository: apex-site Updated Branches: refs/heads/master 2a37a06fe -> 94aed6786
Update index page with new features heading. Project: http://git-wip-us.apache.org/repos/asf/apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-site/commit/94aed678 Tree: http://git-wip-us.apache.org/repos/asf/apex-site/tree/94aed678 Diff: http://git-wip-us.apache.org/repos/asf/apex-site/diff/94aed678 Branch: refs/heads/master Commit: 94aed6786dc3576fff91aed3f2f962fc995a3dc0 Parents: 2a37a06 Author: Thomas Weise <[email protected]> Authored: Sat Oct 8 16:32:09 2016 -0700 Committer: Thomas Weise <[email protected]> Committed: Sat Oct 8 16:32:09 2016 -0700 ---------------------------------------------------------------------- src/pages/index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-site/blob/94aed678/src/pages/index.html ---------------------------------------------------------------------- diff --git a/src/pages/index.html b/src/pages/index.html index 4f950de..2745343 100644 --- a/src/pages/index.html +++ b/src/pages/index.html @@ -19,6 +19,13 @@ </div> </div> + <div class="break"> + <center> + <a class="h2" href="https://blogs.apache.org/apex/entry/apache_apex_malhar_3_5"> + <h2><i>Now with <b>event-time windowing</b> and <b>high-level API.</b></i></h2> + </a> + </center> + </div> <div class="break"></div> <div class="container"> @@ -32,7 +39,7 @@ </div> <div class="col-md-4"> <h2>Modular</h2> - <p class="text-regular"><strong>The Apex platform comes with Malhar</strong>, a library of operators (modular units of business logic) that can be leveraged to quickly create new and non-trivial applications.</p> + <p class="text-regular"><strong>The Apex platform comes with Malhar</strong>, a library of operators (units of functionality) that can be leveraged to quickly create non-trivial applications. Includes many connectors for messaging systems, databases, files etc.</p> </div> </div>
