from 59da7165b80807a861ddece06dac4a3ae90089b5
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/b3a4dc66 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/b3a4dc66 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/b3a4dc66 Branch: refs/heads/asf-site Commit: b3a4dc66b4b710a6693750b68fcc2940d67e16e3 Parents: 5a50a49 Author: Andy Perlitch <[email protected]> Authored: Thu Oct 15 11:22:12 2015 -0700 Committer: Andy Perlitch <[email protected]> Committed: Thu Oct 15 11:22:12 2015 -0700 ---------------------------------------------------------------------- content/content/community.html | 103 - content/content/css/main.css | 6839 ------------------ content/content/docs.html | 94 - .../content/github-mirror-pull-requests.html | 105 - content/content/images/apex-logo.svg | 23 - content/content/images/asf-feather.png | Bin 41219 -> 0 bytes content/content/images/incubator-egg.png | Bin 7593 -> 0 bytes content/content/index.html | 115 - content/content/js/bootstrap.min.js | 7 - content/github-mirror-pull-requests.html | 9 +- 10 files changed, 6 insertions(+), 7289 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/b3a4dc66/content/content/community.html ---------------------------------------------------------------------- diff --git a/content/content/community.html b/content/content/community.html deleted file mode 100644 index 3dbac48..0000000 --- a/content/content/community.html +++ /dev/null @@ -1,103 +0,0 @@ -<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-static-top" id="main-nav"> - <div class="container"> - <a class="navbar-brand" href="/"> - <img src="images/apex-logo.svg" class="logo" alt="Apache Apex Logo"> - 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"> - <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> - </ul> - </div> - </nav> -<div class="container"> - - <h1 id="community">Community</h1> - <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-dev/">[email protected]</a> is for people who want to contribute code to apex. <a href="mailto:[email protected]?subject=send%20this%20email%20to%20subscribe">subscribe</a>, <a href="mailto:[email protected]?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/">[email protected]</a> is for commit messages and patches to apex. <a href="mailto:[email protected]?subject=send%20this%20email%20to%20subscribe">subscribe</a>, <a href="mailto:[email protected]?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 "operators" and utilities for use in your Apex applications.</li> - </ul> - <p>To learn more about how we use Github to accept contributions to the project, <a href="/github-mirror-pull-requests.html">check out this doc</a>.</p> - <h2 id="issue-tracking">Issue Tracking</h2> - <ul> - <li><a href="https://malhar.atlassian.net/projects/APEX/issues">Apex Core JIRA</a></li> - <li><a href="https://malhar.atlassian.net/projects/MLHR/issues">Apex Malhar JIRA</a></li> - </ul> - -</div> - - <hr> - <div class="container"> - <footer id="main-footer"> - <p> - Copyright © <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>
