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/11/12 23:34:57 UTC

incubator-apex-site git commit: from 7e2788684f50a6ba0ca83628d46e90f29b5eb044

Repository: incubator-apex-site
Updated Branches:
  refs/heads/asf-site 6b3e9759f -> 2844d142e


from 7e2788684f50a6ba0ca83628d46e90f29b5eb044


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/2844d142
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/2844d142
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/2844d142

Branch: refs/heads/asf-site
Commit: 2844d142e99b96e64cc4e315e3eb25842d98edd8
Parents: 6b3e975
Author: Andy Perlitch <an...@datatorrent.com>
Authored: Thu Nov 12 14:34:52 2015 -0800
Committer: Andy Perlitch <an...@datatorrent.com>
Committed: Thu Nov 12 14:34:52 2015 -0800

----------------------------------------------------------------------
 content/community.html    |  10 ++-
 content/contributing.html |  10 ++-
 content/css/main.css      |  10 +++
 content/docs.html         |  10 ++-
 content/downloads.html    | 152 +++++++++++++++++++++++++++++++++++++++++
 content/index.html        |  10 ++-
 content/release.html      |  10 ++-
 7 files changed, 197 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/2844d142/content/community.html
----------------------------------------------------------------------
diff --git a/content/community.html b/content/community.html
index f0b1fc3..acac340 100644
--- a/content/community.html
+++ b/content/community.html
@@ -36,13 +36,13 @@
       <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
         <ul class="nav navbar-right navbar-nav">
           <li class="nav-item">
-            <a class="nav-link" href="/">Home</a>
+            <a class="nav-link " href="/">Home</a>
           </li>
           <li class="nav-item">
-            <a class="nav-link" href="/community.html">Community</a>
+            <a class="nav-link " href="/community.html">Community</a>
           </li>
           <li class="nav-item">
-            <a class="nav-link" href="/docs.html">Docs</a>
+            <a class="nav-link " href="/docs.html">Docs</a>
           </li>
           <li class="nav-item">
             <a href="#" data-toggle="dropdown" class="dropdown-toggle nav-link">Source<b class="caret"></b></a>
@@ -63,7 +63,11 @@
               <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
             </ul>
           </li>
+          <li class="nav-item">
+            <a class="nav-link btn btn-success" href="/downloads.html">Download</a>
+          </li>
         </ul>
+        
       </div>
     </nav>
 <div class="container">

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/2844d142/content/contributing.html
----------------------------------------------------------------------
diff --git a/content/contributing.html b/content/contributing.html
index e874106..a486a60 100644
--- a/content/contributing.html
+++ b/content/contributing.html
@@ -36,13 +36,13 @@
       <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
         <ul class="nav navbar-right navbar-nav">
           <li class="nav-item">
-            <a class="nav-link" href="/">Home</a>
+            <a class="nav-link " href="/">Home</a>
           </li>
           <li class="nav-item">
-            <a class="nav-link" href="/community.html">Community</a>
+            <a class="nav-link " href="/community.html">Community</a>
           </li>
           <li class="nav-item">
-            <a class="nav-link" href="/docs.html">Docs</a>
+            <a class="nav-link " href="/docs.html">Docs</a>
           </li>
           <li class="nav-item">
             <a href="#" data-toggle="dropdown" class="dropdown-toggle nav-link">Source<b class="caret"></b></a>
@@ -63,7 +63,11 @@
               <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
             </ul>
           </li>
+          <li class="nav-item">
+            <a class="nav-link btn btn-success" href="/downloads.html">Download</a>
+          </li>
         </ul>
+        
       </div>
     </nav>
 <div class="container">

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/2844d142/content/css/main.css
----------------------------------------------------------------------
diff --git a/content/css/main.css b/content/css/main.css
index 1b30cff..ebb1992 100644
--- a/content/css/main.css
+++ b/content/css/main.css
@@ -6776,6 +6776,16 @@ button.close {
 #main-nav .nav-link:hover {
   background: #8bd1ef;
 }
+#main-nav .nav-link.btn {
+  padding-bottom: 7px;
+  padding-top: 7px;
+  margin-top: 8px;
+  margin-left: 5px;
+  margin-right: 5px;
+}
+#main-nav .nav-link.btn.btn-success:hover {
+  background-color: #449d44;
+}
 #main-nav .navbar-brand {
   font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
   color: white;

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/2844d142/content/docs.html
----------------------------------------------------------------------
diff --git a/content/docs.html b/content/docs.html
index bc3e4a1..93e593a 100644
--- a/content/docs.html
+++ b/content/docs.html
@@ -36,13 +36,13 @@
       <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
         <ul class="nav navbar-right navbar-nav">
           <li class="nav-item">
-            <a class="nav-link" href="/">Home</a>
+            <a class="nav-link " href="/">Home</a>
           </li>
           <li class="nav-item">
-            <a class="nav-link" href="/community.html">Community</a>
+            <a class="nav-link " href="/community.html">Community</a>
           </li>
           <li class="nav-item">
-            <a class="nav-link" href="/docs.html">Docs</a>
+            <a class="nav-link " href="/docs.html">Docs</a>
           </li>
           <li class="nav-item">
             <a href="#" data-toggle="dropdown" class="dropdown-toggle nav-link">Source<b class="caret"></b></a>
@@ -63,7 +63,11 @@
               <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
             </ul>
           </li>
+          <li class="nav-item">
+            <a class="nav-link btn btn-success" href="/downloads.html">Download</a>
+          </li>
         </ul>
+        
       </div>
     </nav>
 <div class="container">

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/2844d142/content/downloads.html
----------------------------------------------------------------------
diff --git a/content/downloads.html b/content/downloads.html
new file mode 100644
index 0000000..4839f1f
--- /dev/null
+++ b/content/downloads.html
@@ -0,0 +1,152 @@
+<html lang="en"><head>
+    
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <meta name="description" content="Apex is an enterprise grade native YARN big data-in-motion platform that unifies stream processing as well as batch processing.">
+    <meta name="author" content="Apache Software Foundation">
+    <link rel="icon" href="favicon.ico">
+
+    <title>Apache Apex (Incubating)</title>
+
+    <!-- Main Stylesheet -->
+    <link href="css/main.css" rel="stylesheet">
+
+  </head>
+
+  <body>
+    <nav class="navbar navbar-default navbar-static-top" id="main-nav">
+      <div class="container">
+
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="/">
+          <img src="images/apex-logo.svg" class="logo" alt="Apache Apex Logo">
+          Apache Apex
+          <small>(incubating)</small>
+        </a>
+      </div>
+
+      <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+        <ul class="nav navbar-right navbar-nav">
+          <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">
+            <a href="#" data-toggle="dropdown" class="dropdown-toggle nav-link">Source<b class="caret"></b></a>
+             <ul class="dropdown-menu">
+              <li><a href="https://git-wip-us.apache.org/repos/asf?p=incubator-apex-core.git">Apex Core (ASF)</a></li>
+              <li><a href="https://github.com/apache/incubator-apex-core">Apex Core (Github Mirror)</a></li>
+              <li><a href="https://git-wip-us.apache.org/repos/asf?p=incubator-apex-malhar.git">Apex Malhar (ASF)</a></li>
+              <li><a href="https://github.com/apache/incubator-apex-malhar">Apex Malhar (Github Mirror)</a></li>
+            </ul>
+          </li>
+          <li class="nav-item">
+            <a href="#" data-toggle="dropdown" class="dropdown-toggle nav-link">Apache<b class="caret"></b></a>
+             <ul class="dropdown-menu">
+              <li><a href="http://incubator.apache.org/projects/apex.html">Status Page</a></li>
+              <li><a href="http://www.apache.org/foundation/how-it-works.html">Apache Foundation</a></li>
+              <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
+              <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+              <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+            </ul>
+          </li>
+          <li class="nav-item">
+            <a class="nav-link btn btn-success" href="/downloads.html">Download</a>
+          </li>
+        </ul>
+        
+      </div>
+    </nav>
+<div class="container">
+  
+  <h1>Downloads</h1>
+
+  <!-- APEX CORE SOURCE RELEASES TABLE -->
+  <h2>Apex Source Releases</h2>
+  <table class="table table-bordered table-striped">
+    <thead>
+      <tr>
+        <th scope="col">Version</th>
+        <th scope="col">Date</th>
+        <th scope="col">Source (zip)</th>
+        <th scope="col">Source (tarball)</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td>
+          3.2.0-incubating
+          (latest)
+        </td>
+        <td>
+          2015-10-23
+        </td>
+        <td>
+          <a href="http://www.apache.org/dyn/closer.lua/incubator/apex/v3.2.0-incubating/apex-3.2.0-incubating-source-release.zip">apex-3.2.0-incubating-source-release.zip</a><br>
+          <small>
+            (
+              <a href="https://dist.apache.org/repos/dist/release/incubator/apex/v3.2.0-incubating/apex-3.2.0-incubating-source-release.zip.asc">pgp</a>,
+              <a href="https://dist.apache.org/repos/dist/release/incubator/apex/v3.2.0-incubating/apex-3.2.0-incubating-source-release.zip.md5">md5</a>,
+              <a href="https://dist.apache.org/repos/dist/release/incubator/apex/v3.2.0-incubating/apex-3.2.0-incubating-source-release.zip.sha">sha1</a>
+            )
+          </small>
+        </td>
+        <td>
+          <a href="http://www.apache.org/dyn/closer.lua/incubator/apex/v3.2.0-incubating/apex-3.2.0-incubating-source-release.tar.gz">apex-3.2.0-incubating-source-release.tar.gz</a><br>
+          <small>
+            (
+              <a href="https://dist.apache.org/repos/dist/release/incubator/apex/v3.2.0-incubating/apex-3.2.0-incubating-source-release.tar.gz.asc">pgp</a>,
+              <a href="https://dist.apache.org/repos/dist/release/incubator/apex/v3.2.0-incubating/apex-3.2.0-incubating-source-release.tar.gz.md5">md5</a>,
+              <a href="https://dist.apache.org/repos/dist/release/incubator/apex/v3.2.0-incubating/apex-3.2.0-incubating-source-release.tar.gz.sha">sha1</a>
+            )
+          </small>
+        </td>
+      </tr>
+    </tbody>
+  </table>
+
+
+  <h2 id="third-party-downloads">Third-Party Downloads</h2>
+  <p>This is a list of 3rd party binary packages based on Apache Apex. The Apache Apex project does not endorse or maintain any 3rd party binary packages.</p>
+  <ul>
+  <li><a href="https://www.datatorrent.com/download/">DataTorrent RTS</a> is a binary build of Apache Apex created by <a href="https://datatorrent.com">DataTorrent</a>.</li>
+  </ul>
+  <p>If you would like to provide your own edition of Apache Apex here, please send email to <a href="mailto:dev@apex.incubator.apache.org">dev@apex.incubator.apache.org</a>.</p>
+
+</div>
+
+  <hr>
+  <div class="container">
+    <footer id="main-footer">
+      <p>
+        Copyright &copy; <span id="copyright-year">2015</span> <a href="http://apache.org">The Apache Software Foundation</a>,
+        Licensed under the Apache License, Version 2.0<br>
+        Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br>
+        <a class="footer-link-img" href="http://apache.org"><img src="/images/asf-feather.png" alt="The Apache Software Foundation"></a>
+        <a class="footer-link-img" href="http://incubator.apache.org/"><img src="/images/incubator-egg.png" alt="Apache Incubator"></a>
+      </p>
+    </footer>
+  </div> <!-- /container -->
+
+  <!-- Placed at the end of the document so the pages load faster -->
+  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+  <script src="/js/bootstrap.min.js"></script>
+  <script>
+    $('#copyright-year').text((new Date()).getFullYear());
+  </script>
+
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/2844d142/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index ed993dc..428cd69 100644
--- a/content/index.html
+++ b/content/index.html
@@ -36,13 +36,13 @@
       <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
         <ul class="nav navbar-right navbar-nav">
           <li class="nav-item">
-            <a class="nav-link" href="/">Home</a>
+            <a class="nav-link " href="/">Home</a>
           </li>
           <li class="nav-item">
-            <a class="nav-link" href="/community.html">Community</a>
+            <a class="nav-link " href="/community.html">Community</a>
           </li>
           <li class="nav-item">
-            <a class="nav-link" href="/docs.html">Docs</a>
+            <a class="nav-link " href="/docs.html">Docs</a>
           </li>
           <li class="nav-item">
             <a href="#" data-toggle="dropdown" class="dropdown-toggle nav-link">Source<b class="caret"></b></a>
@@ -63,7 +63,11 @@
               <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
             </ul>
           </li>
+          <li class="nav-item">
+            <a class="nav-link btn btn-success" href="/downloads.html">Download</a>
+          </li>
         </ul>
+        
       </div>
     </nav>
 <!-- Main jumbotron for a primary marketing message or call to action -->

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/2844d142/content/release.html
----------------------------------------------------------------------
diff --git a/content/release.html b/content/release.html
index 063bd3a..271254e 100644
--- a/content/release.html
+++ b/content/release.html
@@ -36,13 +36,13 @@
       <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
         <ul class="nav navbar-right navbar-nav">
           <li class="nav-item">
-            <a class="nav-link" href="/">Home</a>
+            <a class="nav-link " href="/">Home</a>
           </li>
           <li class="nav-item">
-            <a class="nav-link" href="/community.html">Community</a>
+            <a class="nav-link " href="/community.html">Community</a>
           </li>
           <li class="nav-item">
-            <a class="nav-link" href="/docs.html">Docs</a>
+            <a class="nav-link " href="/docs.html">Docs</a>
           </li>
           <li class="nav-item">
             <a href="#" data-toggle="dropdown" class="dropdown-toggle nav-link">Source<b class="caret"></b></a>
@@ -63,7 +63,11 @@
               <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
             </ul>
           </li>
+          <li class="nav-item">
+            <a class="nav-link btn btn-success" href="/downloads.html">Download</a>
+          </li>
         </ul>
+        
       </div>
     </nav>
 <div class="container">