You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by an...@apache.org on 2015/09/07 19:35:49 UTC

incubator-apex-site git commit: from 5e4822c183781fbecefab30bf3bc49489bc39d64

Repository: incubator-apex-site
Updated Branches:
  refs/heads/asf-site cb8c78b9b -> 03eafed82


from 5e4822c183781fbecefab30bf3bc49489bc39d64


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/03eafed8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/03eafed8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/03eafed8

Branch: refs/heads/asf-site
Commit: 03eafed827f6caccffa825b8906d2abc46ce0d30
Parents: cb8c78b
Author: Andy Perlitch <an...@gmail.com>
Authored: Mon Sep 7 10:35:37 2015 -0700
Committer: Andy Perlitch <an...@gmail.com>
Committed: Mon Sep 7 10:35:37 2015 -0700

----------------------------------------------------------------------
 content/community.html |  7 ++-----
 content/docs.html      | 13 ++++++++-----
 content/index.html     | 46 ++++++++++++++++-----------------------------
 3 files changed, 26 insertions(+), 40 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/03eafed8/content/community.html
----------------------------------------------------------------------
diff --git a/content/community.html b/content/community.html
index 5e4db4a..f88ad27 100644
--- a/content/community.html
+++ b/content/community.html
@@ -18,15 +18,12 @@
   <body>
     <nav class="navbar navbar-static-top" id="main-nav">
       <div class="container">
-        <a class="navbar-brand" href="#">Apache Apex <small>(incubating)</small></a>
+        <a class="navbar-brand" href="/">Apache Apex <small>(incubating)</small></a>
         <ul class="nav nav-pills navbar-right">
           <li class="nav-item">
             <a class="nav-link" href="/">Home</a>
           </li>
           <li class="nav-item">
-            <a class="nav-link" href="/community.html">Community</a>
-          </li>
-          <li class="nav-item">
             <a class="nav-link" href="/docs.html">Docs</a>
           </li>
           <li class="nav-item">
@@ -51,7 +48,7 @@
     </nav>
 <div class="container">
   
-  <h1 id="community">Community</h1>
+  <h1>Community</h1>
   <h2 id="mailing-lists">Mailing Lists</h2>
   <p>The following mailing lists can be used to get help with Apex.</p>
   <ul>

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/03eafed8/content/docs.html
----------------------------------------------------------------------
diff --git a/content/docs.html b/content/docs.html
index 7fcd856..89f1edb 100644
--- a/content/docs.html
+++ b/content/docs.html
@@ -18,15 +18,12 @@
   <body>
     <nav class="navbar navbar-static-top" id="main-nav">
       <div class="container">
-        <a class="navbar-brand" href="#">Apache Apex <small>(incubating)</small></a>
+        <a class="navbar-brand" href="/">Apache Apex <small>(incubating)</small></a>
         <ul class="nav nav-pills navbar-right">
           <li class="nav-item">
             <a class="nav-link" href="/">Home</a>
           </li>
           <li class="nav-item">
-            <a class="nav-link" href="/community.html">Community</a>
-          </li>
-          <li class="nav-item">
             <a class="nav-link" href="/docs.html">Docs</a>
           </li>
           <li class="nav-item">
@@ -52,7 +49,13 @@
 <div class="container">
   
   <h1 id="documentation">Documentation</h1>
-  <p>Docs are coming soon!</p>
+  <p>New documentation will be coming soon!</p>
+  <p>Here are a few resources to get started with Apex:</p>
+  <ul>
+  <li><a href="https://www.datatorrent.com/docs/guides/ApplicationDeveloperGuide.html">Application Developer Guide</a></li>
+  <li><a href="https://www.datatorrent.com/docs/guides/ApplicationPackages.html">Application Packages Guide</a></li>
+  <li><a href="https://www.datatorrent.com/docs/guides/OperatorDeveloperGuide.html">Operator Developer Guide</a></li>
+  </ul>
 
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/03eafed8/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index 0aec0af..2f1ea82 100644
--- a/content/index.html
+++ b/content/index.html
@@ -18,15 +18,12 @@
   <body>
     <nav class="navbar navbar-static-top" id="main-nav">
       <div class="container">
-        <a class="navbar-brand" href="#">Apache Apex <small>(incubating)</small></a>
+        <a class="navbar-brand" href="/">Apache Apex <small>(incubating)</small></a>
         <ul class="nav nav-pills navbar-right">
           <li class="nav-item">
             <a class="nav-link" href="/">Home</a>
           </li>
           <li class="nav-item">
-            <a class="nav-link" href="/community.html">Community</a>
-          </li>
-          <li class="nav-item">
             <a class="nav-link" href="/docs.html">Docs</a>
           </li>
           <li class="nav-item">
@@ -62,32 +59,21 @@
 </div>
 
 <div class="container">
-  <!-- Example row of columns -->
-  <div class="row">
-    <div class="col-md-4">
-      <h2>Highly Scalable</h2>
-      <p>
-        The Apex engine is capable of processing billions of events per second using minimal resources,
-        and outperforms all other streaming solutions by orders of magnitude.
-      </p>
-      <p><a class="btn btn-secondary" href="#" role="button">View details »</a></p>
-   </div>
-   <div class="col-md-4">
-      <h2>Fault Tolerant</h2>
-      <p>
-        Recovery mechanisms are built-in to the Apex platform, so you don't need to write application code to ensure fault-tolerance.
-      </p>
-      <p><a class="btn btn-secondary" href="#" role="button">View details »</a></p>
-    </div>
-    <div class="col-md-4">
-      <h2>Easy to Use</h2>
-      <p>
-        The Apex platform has a simple programming paradigm, you only need to worry about writing your own business logic.
-        Then use simple attributes to fine-tune your application.
-      </p>
-      <p><a class="btn btn-secondary" href="#" role="button">View details »</a></p>
-    </div>
-  </div>
+  <h2 id="mailing-lists">Mailing Lists</h2>
+  <p>The following mailing lists can be used to get help with Apex.</p>
+  <ul>
+  <li><a href="http://mail-archives.apache.org/mod_mbox/incubator-apex-users/">users@apex.incubator.apache.org</a> is for usage questions, help, and announcements. <a href="mailto:users-subscribe@apex.incubator.apache.org?subject=send%20this%20email%20to%20subscribe">subscribe</a>, <a href="mailto:users-unsubscribe@apex.incubator.apache.org?subject=send%20this%20email%20to%20unsubscribe">unsubscribe</a>, <a href="http://mail-archives.apache.org/mod_mbox/incubator-apex-users/">archives</a></li>
+  <li><a href="http://mail-archives.apache.org/mod_mbox/incubator-apex-dev/">dev@apex.incubator.apache.org</a> is for people who want to contribute code to apex. <a href="mailto:dev-subscribe@apex.incubator.apache.org?subject=send%20this%20email%20to%20subscribe">subscribe</a>, <a href="mailto:dev-unsubscribe@apex.incubator.apache.org?subject=send%20this%20email%20to%20unsubscribe">unsubscribe</a>, <a href="http://mail-archives.apache.org/mod_mbox/incubator-apex-dev/">archives</a></li>
+  <li><a href="http://mail-archives.apache.org/mod_mbox/incubator-apex-commits/">commits@apex.incubator.apache.org</a> is for commit messages and patches to apex. <a href="mailto:commits-subscribe@apex.incubator.apache.org?subject=send%20this%20email%20to%20subscribe">subscribe</a>, <a href="mailto:commits-unsubscribe@apex.incubator.apache.org?subject=send%20this%20email%20to%20unsubscribe">unsubscribe</a>, <a href="http://mail-archives.apache.org/mod_mbox/incubator-apex-commits/">archives</a></li>
+  </ul>
+  <h2 id="github-repositories">Github Repositories</h2>
+  <p>The Apex Project is made up of two repositories:</p>
+  <ul>
+  <li><a href="https://github.com/apache/incubator-apex-core">Apex Core</a> - The core of the Apex platform.</li>
+  <li><a href="https://github.com/apache/incubator-apex-malhar">Apex Malhar</a> - Community-driven set of open-source &quot;operators&quot; and utilities for use in your Apex applications.</li>
+  </ul>
+  <h2 id="issue-tracking">Issue Tracking</h2>
+  <p><a href="https://malhar.atlassian.net/projects/APEX/issues">Apex JIRA</a></p>
 </div>
 
   <hr>