Author: jacques
Date: Mon Jun 10 23:45:59 2013
New Revision: 1491643

URL: http://svn.apache.org/r1491643
Log:
CMS commit to drill by jacques

Added:
    incubator/drill/site/trunk/content/drill/index.html   (with props)

Added: incubator/drill/site/trunk/content/drill/index.html
URL: 
http://svn.apache.org/viewvc/incubator/drill/site/trunk/content/drill/index.html?rev=1491643&view=auto
==============================================================================
--- incubator/drill/site/trunk/content/drill/index.html (added)
+++ incubator/drill/site/trunk/content/drill/index.html Mon Jun 10 23:45:59 2013
@@ -0,0 +1,507 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>Apache Drill</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <!-- Le styles -->
+    <link href="css/bootstrap.css" rel="stylesheet">
+    <link href="css/bootstrap-responsive.css" rel="stylesheet">
+    <style>
+
+    /* GLOBAL STYLES
+    -------------------------------------------------- */
+    /* Padding below the footer and lighter body text */
+
+    body {
+      padding-bottom: 40px;
+      color: #5a5a5a;
+    }
+
+
+
+    /* CUSTOMIZE THE NAVBAR
+    -------------------------------------------------- */
+
+    /* Special class on .container surrounding .navbar, used for positioning 
it into place. */
+    .navbar-wrapper {
+      position: absolute;
+      top: 0;
+      left: 0;
+      right: 0;
+      z-index: 10;
+      margin-top: 20px;
+      margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is 
roughly margins and height of navbar. */
+    }
+    .navbar-wrapper .navbar {
+
+    }
+
+    /* Remove border and change up box shadow for more contrast */
+    .navbar .navbar-inner {
+      border: 0;
+      -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
+         -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
+              box-shadow: 0 2px 10px rgba(0,0,0,.25);
+    }
+
+    /* Downsize the brand/project name a bit */
+    .navbar .brand {
+      padding: 14px 20px 16px; /* Increase vertical padding to match navbar 
links */
+      font-size: 16px;
+      font-weight: bold;
+      text-shadow: 0 -1px 0 rgba(0,0,0,.5);
+    }
+
+    /* Navbar links: increase padding for taller navbar */
+    .navbar .nav > li > a {
+      padding: 15px 20px;
+    }
+
+    /* Offset the responsive button for proper vertical alignment */
+    .navbar .btn-navbar {
+      margin-top: 10px;
+    }
+
+
+
+    /* CUSTOMIZE THE CAROUSEL
+    -------------------------------------------------- */
+
+    /* Carousel base class */
+    .carousel {
+      margin-bottom: 60px;
+    }
+
+    .carousel .container {
+      position: relative;
+      z-index: 9;
+    }
+
+    .carousel-control {
+      height: 80px;
+      margin-top: 0;
+      font-size: 120px;
+      text-shadow: 0 1px 1px rgba(0,0,0,.4);
+      background-color: transparent;
+      border: 0;
+      z-index: 10;
+    }
+
+    .carousel .item {
+      height: 500px;
+    }
+    .carousel img {
+      position: absolute;
+      top: 0;
+      left: 0;
+      min-width: 100%;
+      height: 500px;
+    }
+
+    .carousel-caption {
+      background-color: transparent;
+      position: static;
+      max-width: 550px;
+      padding: 0 20px;
+      margin-top: 200px;
+    }
+    .carousel-caption h1,
+    .carousel-caption .lead {
+      margin: 0;
+      line-height: 1.25;
+      color: #fff;
+      text-shadow: 0 1px 1px rgba(0,0,0,.4);
+    }
+    .carousel-caption .btn {
+      margin-top: 10px;
+    }
+
+
+
+    /* MARKETING CONTENT
+    -------------------------------------------------- */
+
+    /* Center align the text within the three columns below the carousel */
+    .marketing .span4 {
+      text-align: center;
+    }
+    .marketing h2 {
+      font-weight: normal;
+    }
+    .marketing .span4 p {
+      margin-left: 10px;
+      margin-right: 10px;
+    }
+
+
+    /* Featurettes
+    ------------------------- */
+
+    .featurette-divider {
+      margin: 40px 0; /* Space out the Bootstrap <hr> more */
+    }
+    .featurette {
+      padding-top: 120px; /* Vertically center images part 1: add padding 
above and below text. */
+      overflow: hidden; /* Vertically center images part 2: clear their 
floats. */
+    }
+    .featurette-image {
+      margin-top: -120px; /* Vertically center images part 3: negative margin 
up the image the same amount of the padding to center it. */
+    }
+
+    /* Give some space on the sides of the floated elements so text doesn't 
run right into it. */
+    .featurette-image.pull-left {
+      margin-right: 40px;
+    }
+    .featurette-image.pull-right {
+      margin-left: 40px;
+    }
+
+    /* Thin out the marketing headings */
+    .featurette-heading {
+      font-size: 50px;
+      font-weight: 300;
+      line-height: 1;
+      letter-spacing: -1px;
+    }
+
+
+
+    /* RESPONSIVE CSS
+    -------------------------------------------------- */
+
+    @media (max-width: 979px) {
+
+      .container.navbar-wrapper {
+        margin-bottom: 0;
+        width: auto;
+      }
+      .navbar-inner {
+        border-radius: 0;
+        margin: -20px 0;
+      }
+
+      .carousel .item {
+        height: 500px;
+      }
+      .carousel img {
+        width: auto;
+        height: 500px;
+      }
+
+      .featurette {
+        height: auto;
+        padding: 0;
+      }
+      .featurette-image.pull-left,
+      .featurette-image.pull-right {
+        display: block;
+        float: none;
+        max-width: 40%;
+        margin: 0 auto 20px;
+      }
+    }
+
+
+    @media (max-width: 767px) {
+
+      .navbar-inner {
+        margin: -20px;
+      }
+
+      .carousel {
+        margin-left: -20px;
+        margin-right: -20px;
+      }
+      .carousel .container {
+
+      }
+      .carousel .item {
+        height: 300px;
+      }
+      .carousel img {
+        height: 300px;
+      }
+      .carousel-caption {
+        width: 65%;
+        padding: 0 70px;
+        margin-top: 100px;
+      }
+      .carousel-caption h1 {
+        font-size: 30px;
+      }
+      .carousel-caption .lead,
+      .carousel-caption .btn {
+        font-size: 18px;
+      }
+
+      .marketing .span4 + .span4 {
+        margin-top: 40px;
+      }
+
+      .featurette-heading {
+        font-size: 30px;
+      }
+      .featurette .lead {
+        font-size: 18px;
+        line-height: 1.5;
+      }
+
+    }
+
+        #blue_box{
+background-image: linear-gradient(left top, #17283B 31%, #0E3B6A 65%, #0E3B6A 
81%);
+background-image: -o-linear-gradient(left top, #17283B 31%, #0E3B6A 65%, 
#0E3B6A 81%);
+background-image: -moz-linear-gradient(left top, #17283B 31%, #0E3B6A 65%, 
#0E3B6A 81%);
+background-image: -webkit-linear-gradient(left top, #17283B 31%, #0E3B6A 65%, 
#0E3B6A 81%);
+background-image: -ms-linear-gradient(left top, #17283B 31%, #0E3B6A 65%, 
#0E3B6A 81%);
+
+background-image: -webkit-gradient(
+    linear,
+    left top,
+    30% 80%,
+    color-stop(0.31, #17283B),
+    color-stop(0.75, #0E3B6A),
+    color-stop(0.81, #0E3B6A)
+);
+    }
+    </style>
+
+    <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
+    <!--[if lt IE 9]>
+      <script src="js/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Fav and touch icons -->
+    <link rel="apple-touch-icon-precomposed" sizes="144x144" 
href="ico/apple-touch-icon-144-precomposed.png">
+    <link rel="apple-touch-icon-precomposed" sizes="114x114" 
href="ico/apple-touch-icon-114-precomposed.png">
+      <link rel="apple-touch-icon-precomposed" sizes="72x72" 
href="ico/apple-touch-icon-72-precomposed.png">
+                    <link rel="apple-touch-icon-precomposed" 
href="ico/apple-touch-icon-57-precomposed.png">
+                                   <link rel="shortcut icon" 
href="ico/favicon.png">
+  </head>
+
+  <body>
+
+
+
+    <!-- NAVBAR
+    ================================================== -->
+    <div class="navbar-wrapper">
+      <!-- Wrap the .navbar in .container to center it within the absolutely 
positioned parent. -->
+      <div class="container">
+
+        <div class="navbar navbar-inverse">
+          <div class="navbar-inner">
+            <!-- Responsive Navbar Part 1: Button for triggering responsive 
navbar (not covered in tutorial). Include responsive CSS to utilize. -->
+            <button type="button" class="btn btn-navbar" 
data-toggle="collapse" data-target=".nav-collapse">
+              <span class="icon-bar"></span>
+              <span class="icon-bar"></span>
+              <span class="icon-bar"></span>
+            </button>
+            <a class="brand" href="index.html">Apache Drill</a>
+            <!-- Responsive Navbar Part 2: Place all navbar contents you want 
collapsed withing .navbar-collapse.collapse. -->
+            <div class="nav-collapse collapse">
+              <ul class="nav">
+                <li><a href="drill_overview.html">Project Overview</a></li>
+                <li><a 
href="https://issues.apache.org/jira/browse/DRILL";>Issue Tracking</a></li>
+                <li><a 
href="https://github.com/apache/incubator-drill";>Source</a></li>
+                <li><a 
href="https://cwiki.apache.org/confluence/display/DRILL/Apache+Drill+Wiki";>Wiki</a></li>
+                <li><a 
href="http://apache.org/licenses/LICENSE-2.0.html";>License</a></li>
+              </ul>
+            </div><!--/.nav-collapse -->
+          </div><!-- /.navbar-inner -->
+        </div><!-- /.navbar -->
+
+      </div> <!-- /.container -->
+    </div><!-- /.navbar-wrapper -->
+
+
+
+    <!-- Carousel
+    ================================================== -->
+    <div id="myCarousel" class="carousel slide">
+      <div class="carousel-inner">
+        <div class="item active">
+          <img src="img/ApacheDrillLogo_dark_background.png" alt="">
+          <div class="container">
+            <div class="carousel-caption">
+              <h1>Interactive Query at Scale</h1>
+              <p class="lead">Apache Drill provides low latency ad-hoc queries 
to many different data sources, including nested data. Based on Google's 
Dremel, drill is designed to scale to 10,000 servers and query petabytes of 
data in seconds.</p>
+            </div>
+          </div>
+        </div>
+        <div class="item">
+          <img src="img/ApacheDrillLogo_dark_background.png" alt="">
+          <div class="container">
+            <div class="carousel-caption">
+              <h1>Flexible and Extensible Architecture</h1>
+              <p class="lead">Well-documented APIs and interface allow for 
fast additions of new data sources and file formats. New query languages and 
operators are also easy to add to Drill.</p>
+            </div>
+          </div>
+        </div>
+      </div>
+      <a class="left carousel-control" href="#myCarousel" 
data-slide="prev">&lsaquo;</a>
+      <a class="right carousel-control" href="#myCarousel" 
data-slide="next">&rsaquo;</a>
+    </div><!-- /.carousel -->
+
+
+
+    <!-- Marketing messaging and featurettes
+    ================================================== -->
+    <!-- Wrap the rest of the page in another container to center all the 
content. -->
+
+    <div class="container marketing">
+
+      <div class="featurette">
+        <img class="featurette-image pull-right" src="img/drill_runtime.png">
+        <h2 class="featurette-heading"> Speed is Key <span 
class="muted"></span></h2>
+        <p class="lead">Leveraging an efficient columnar storage format, an 
optimistic execution engine and a cache-conscious memory layout, Apache Drill 
is blazing fast. Coordination, query planning, optimization, scheduling, and 
execution are all distributed throughout nodes in a system to maximize 
parallelization.</p>
+      </div>
+
+      <hr class="featurette-divider">
+
+      <div class="featurette">
+        <img class="featurette-image pull-left" src="img/json.png">
+        <h2 class="featurette-heading">Liberate Nested Data<span 
class="muted"></span></h2>
+        <p class="lead">Perform interactive analysis on all of your data, 
including nested and schema-less. Drill supports querying against many 
different schema-less data sources including HBase, Cassandra and MongoDB. 
Naturally flat records are included as a special case of nested data.</p>
+      </div>
+
+      <hr class="featurette-divider">
+
+      <div class="featurette">
+        <img class="featurette-image pull-right" src="img/arch.png">
+        <h2 class="featurette-heading">Flexibility<span 
class="muted"></span></h2>
+        <p class="lead">Strongly defined tiers and APIs for straightforward 
integration with a wide array of technologies.</p>
+      </div>
+
+      <hr class="featurette-divider">
+
+      <div class="featurette" id="get_involved">  
+        <h2 class="featurette-heading" >Get Involved!<span 
class="muted"></span></h2>
+        <p class="lead">Twitter: <a 
href="https://twitter.com/ApacheDrill";>@ApacheDrill</a></p>
+        <p class="lead">Source Code: <a 
href="https://github.com/apache/incubator-drill";>Github</a></p>
+        <p class="lead"><a 
href="https://cwiki.apache.org/confluence/display/DRILL/Contributing";>How to 
contribute to Drill</a></p>
+        <p class="lead">Issue Tracking: <a 
href="https://issues.apache.org/jira/browse/DRILL";>JIRA</a></p>
+        <p class="lead">Wiki: <a 
href="https://cwiki.apache.org/confluence/display/DRILL/Apache+Drill+Wiki";>Apache
 Drill Wiki</a></p>
+        <p class="lead">Mailing Lists: </p>
+      <table class="table">
+        <thead>
+          <tr>
+            <th>Name</th>
+            <th>Subscribe</th>
+            <th>Unsubscribe</th>
+            <th>Post</th>
+            <th>Archive</th>
+          </tr>
+        </thead>
+        <tbody>
+          <tr>
+            <td>User List</td>
+            <td><a 
href="mailto:[email protected]";>Subscribe</a></td>
+            <td><a 
href="mailto:[email protected]";>Unsubscribe</a></td>
+            <td><a href="mailto:[email protected]";>Post</a></td>
+            <td><a 
href="http://mail-archives.apache.org/mod_mbox/incubator-drill-user/";>mail-archives.apache.org</a></td>
+          </tr>
+          <tr>
+            <td>Developer List</td>
+            <td><a 
href="mailto:[email protected]";>Subscribe</a></td>
+            <td><a 
href="mailto:[email protected]";>Unsubscribe</a></td>
+            <td><a href="mailto:[email protected]";>Post</a></td>
+            <td><a 
href="http://mail-archives.apache.org/mod_mbox/incubator-drill-dev/";>mail-archives.apache.org</a></td>
+          </tr>
+        </tbody>
+      </table>
+      </div>
+
+      <hr class="featurette-divider">
+
+
+      <div class="featurette">
+        <h2 class="featurette-heading">Resources<span 
class="muted"></span></h2>
+        <p class="lead"><a 
href="http://wiki.apache.org/incubator/DrillProposal";>Drill Proposal Wiki Page 
</a></p>
+        <p class="lead"><a 
href="http://www.slideshare.net/jasonfrantz/drill-architecture-20120913";>Drill 
Architecture Slides</a></p>
+        <p class="lead"><a href="http://drill-user.org/";>Drill Users 
Discussion Blog</a></p>
+        <p class="lead"><a 
href="http://research.google.com/pubs/pub36632.html";>Google's Dremel 
Paper</a></p>
+        <p class="lead"><a 
href="http://db.csail.mit.edu/projects/cstore/";>MIT's C-Store</a></p>
+        <p class="lead"><a 
href="https://developers.google.com/bigquery/docs/query-reference";>Google's 
BigQuery</a></p>
+        <p class="lead"><a 
href="https://developers.google.com/protocol-buffers/docs/proto";>Google's 
Protobufs</a></p>
+      </div>
+
+      <!-- /END THE FEATURETTES -->
+
+    <hr class="featurette-divider">
+
+       <!-- Three columns of text below the carousel -->
+      <div class="row">
+        <div class="span4">
+          <a href="http://incubator.apache.org";>
+            <img src="http://incubator.apache.org/images/egg-logo.png"; 
alt="apache Incubator Logo">
+          </a>
+          <p><p>Apache Drill is an effort undergoing incubation at <a 
href="http://apache.org/";>The Apache Software Foundation
+(ASF)</a> sponsored by the <a href="http://incubator.apache.org/";>Apache 
Incubator PMC</a>.</p>
+        </div><!-- /.span4 -->
+        <div class="span4">
+          <a href="http://chrononsystems.com/"; 
style="width:233px;height:75px;display:block;background:url(http://chrononsystems.com/wp-content/themes/toolbox/images/logo.png)
 no-repeat center;color:#fff;"></a>
+          <p>The Apache Drill team uses Chronon for testing. The Chronon Time 
Travelling Java Debugger is designed from the ground up to allow debugging of 
complex, multi-threaded, long running applications. It allows you to jump to 
any point in time instantly and even step back.</p>
+        </div><!-- /.span4 -->
+        <div class="span4">
+          <a href="http://www.yourkit.com/home/index.jsp"; title="Home">
+                    <img src="http://www.yourkit.com/images/index_logo.gif"; 
alt="">
+                  </a>
+          <p>The Apache Drill team also uses the YourKit Profiling tools in 
development. With YourKit solutions, both CPU and memory profiling have come to 
the highest professional level, where one can profile even huge applications 
with maximum productivity and zero overhead.</p>
+        </div><!-- /.span4 -->
+      </div><!-- /.row -->
+
+
+      <!-- START THE FEATURETTES -->
+
+      <hr class="featurette-divider">
+
+      <!-- FOOTER -->
+    <footer>
+      <div class="container-fluid">
+        <div class="row span12">Copyright &copy; 2012
+          <a href="http://www.apache.org/";>The Apache Software Foundation</a>,
+          licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
+    <p><small>Apache Incubator, Apache, and the Apache feather logo 
+    are trademarks of The Apache Software Foundation.
+    Other names appearing on the site may be trademarks of their
+    respective owners.</small></p>
+        </div>
+      </div>
+    </footer>
+
+    </div><!-- /.container -->
+
+
+
+    <!-- Le javascript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script src="js/jquery.js"></script>
+    <script src="js/bootstrap-transition.js"></script>
+    <script src="js/bootstrap-alert.js"></script>
+    <script src="js/bootstrap-modal.js"></script>
+    <script src="js/bootstrap-dropdown.js"></script>
+    <script src="js/bootstrap-scrollspy.js"></script>
+    <script src="js/bootstrap-tab.js"></script>
+    <script src="js/bootstrap-tooltip.js"></script>
+    <script src="js/bootstrap-popover.js"></script>
+    <script src="js/bootstrap-button.js"></script>
+    <script src="js/bootstrap-collapse.js"></script>
+    <script src="js/bootstrap-carousel.js"></script>
+    <script src="js/bootstrap-typeahead.js"></script>
+    <script>
+      !function ($) {
+        $(function(){
+          // carousel demo
+          $('#myCarousel').carousel()
+        })
+      }(window.jQuery)
+    </script>
+    <script src="js/holder/holder.js"></script>
+  </body>
+</html>

Propchange: incubator/drill/site/trunk/content/drill/index.html
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to