You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by rm...@apache.org on 2016/06/10 21:18:11 UTC

[2/2] incubator-metron git commit: METRON-208 Add Google Analytics tags to Metron Home Pages

METRON-208 Add Google Analytics tags to Metron Home Pages


Project: http://git-wip-us.apache.org/repos/asf/incubator-metron/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-metron/commit/c5d3d74b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-metron/tree/c5d3d74b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-metron/diff/c5d3d74b

Branch: refs/heads/asf-site
Commit: c5d3d74b1937c6ad92db41d81e4d5f6b192f3022
Parents: 85e1de2
Author: rmerriman <rm...@hortonworks.com>
Authored: Fri Jun 10 16:17:42 2016 -0500
Committer: rmerriman <rm...@hortonworks.com>
Committed: Fri Jun 10 16:17:42 2016 -0500

----------------------------------------------------------------------
 about/index.html                            |  35 +-
 community/index.html                        |  49 +-
 css/default.css                             |  64 +--
 develop/bylaws.html                         | 507 -------------------
 develop/bylaws/index.html                   | 514 +++++++++++++++++++
 develop/coding.html                         | 242 ---------
 develop/coding/index.html                   | 249 +++++++++
 develop/index.html                          |  37 +-
 docs/arch.html                              |  35 +-
 docs/hive-ddl.html                          |  39 +-
 docs/index.html                             |  39 +-
 docs/indexes.html                           | 268 ----------
 docs/sensor.html                            |  39 +-
 docs/vizandalerts.html                      |  35 +-
 documentation/index.html                    |  85 ++--
 downloads/index.html                        |  35 +-
 feed.xml                                    |  12 +-
 help/index.html                             |  35 +-
 index.html                                  |  35 +-
 js/angular-animate.min.js                   |   1 -
 js/angular.min.js                           |   1 -
 js/local.js                                 | 612 -----------------------
 news/2015/12/06/metron-incubator/index.html |  35 +-
 news/2015/12/12/new-logo/index.html         |  35 +-
 news/2016/01/08/debo-committer/index.html   |  35 +-
 news/index.html                             |  35 +-
 news/releases/index.html                    |  35 +-
 talks/index.html                            |  35 +-
 28 files changed, 1192 insertions(+), 1986 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/c5d3d74b/about/index.html
----------------------------------------------------------------------
diff --git a/about/index.html b/about/index.html
index e9f4c8b..b00cbf7 100644
--- a/about/index.html
+++ b/about/index.html
@@ -20,6 +20,18 @@
                 padding: 0 !important;
             }
         </style>
+
+    <script>
+        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+                    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+                m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+        })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+        ga('create', 'UA-78972211-1', 'auto');
+        ga('send', 'pageview');
+
+    </script>
+
     <link rel="stylesheet" id="default-css" href="/css/default.css" type="text/css" media="all">
     <link rel="stylesheet" id="legacy-css" href="/css/legacy.css" type="text/css" media="all">
     <link rel="stylesheet" id="gravityforms-css" href="/css/gravityforms.css" type="text/css" media="all">
@@ -39,7 +51,6 @@
     <script type="text/javascript" src="/js/local6.js"></script>
     <script type="text/javascript" src="/js/select-list.js"></script>
     <script type="text/javascript" src="/js/legacy.js"></script>
-    <script type="text/javascript" src="/js/local.js"></script>
     <script type="text/javascript" src="/js/paralax-scroll.js"></script>
     <script type="text/javascript" src="/js/jquery-ui.min.js"></script>
     <script type="text/javascript" src="/js/jquery.selectBoxIt.min.js"></script>
@@ -243,19 +254,15 @@
 
 
   </section>
-<section class="hero-second-level darken">
-
-    <div class="v-middle-wrapper">
-        <div class="v-middle-inner">
-            <div class="v-middle text-center">
-                <p><img src="/img/incubator_logo.png"></p>
-              
-                      
-            <p>The contents of this website are � 2016 Apache Software Foundation under the terms of<br /> the Apache License v2. Apache Metron and its logo are trademarks of the Apache Software Foundation.</p>
-        
-                               
-            </div>
-        </div>
+<section class="intro-block darken" id="docshome">
+    <div class="text-center">
+        <img class="v-middle img82" src="/img/incubator_logo.png" alt="Apache" style="margin:0 auto;left: 0px;">
+    </div>
+    <br>
+    <div class="content-960 hover-btn text-center disclaimer">
+        <b>Disclaimer:</b> Apache Metron is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Hortonworks. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+        <br>
+        The contents of this website are � 2016 Apache Software Foundation under the terms of the Apache License v2. Apache Metron and its logo are trademarks of the Apache Software Foundation.
     </div>
 </section>
 

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/c5d3d74b/community/index.html
----------------------------------------------------------------------
diff --git a/community/index.html b/community/index.html
index 121edfe..10d152b 100644
--- a/community/index.html
+++ b/community/index.html
@@ -20,6 +20,18 @@
                 padding: 0 !important;
             }
         </style>
+
+    <script>
+        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+                    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+                m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+        })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+        ga('create', 'UA-78972211-1', 'auto');
+        ga('send', 'pageview');
+
+    </script>
+
     <link rel="stylesheet" id="default-css" href="/css/default.css" type="text/css" media="all">
     <link rel="stylesheet" id="legacy-css" href="/css/legacy.css" type="text/css" media="all">
     <link rel="stylesheet" id="gravityforms-css" href="/css/gravityforms.css" type="text/css" media="all">
@@ -39,7 +51,6 @@
     <script type="text/javascript" src="/js/local6.js"></script>
     <script type="text/javascript" src="/js/select-list.js"></script>
     <script type="text/javascript" src="/js/legacy.js"></script>
-    <script type="text/javascript" src="/js/local.js"></script>
     <script type="text/javascript" src="/js/paralax-scroll.js"></script>
     <script type="text/javascript" src="/js/jquery-ui.min.js"></script>
     <script type="text/javascript" src="/js/jquery.selectBoxIt.min.js"></script>
@@ -177,6 +188,8 @@
     <tr>
       <td style="text-align: left">George Vetticaden</td> <td style="text-align: left">gvetticaden</td> <td style="text-align: left">PMC</td> </tr>
     <tr>
+       <td style="text-align: left">Ryan Merriman</td> <td style="text-align: left">rmerriman</td> <td style="text-align: left">PMC</td> </tr>
+    <tr>
       <td style="text-align: left">P. Taylor Goetz</td> <td style="text-align: left">ptgoetz</td> <td style="text-align: left">PMC</td> </tr>
     <tr>
       <td style="text-align: left">Jim Baker</td> <td style="text-align: left">jimbaker</td> <td style="text-align: left">PMC</td> </tr>
@@ -194,22 +207,22 @@
 </table>
 </section>
 
-<section class="events-section feature darken" id="communityresources">
+<section class="intro-block darken" id="communityresources">
         <div class="text-center">
           <h2>Community Resources</h2>
         </div>
-        <div class="hover-btn text-center">
-            <p>Apache Community Resources - GitHub and Mailing List's </p>
+        <div class="content-960 hover-btn text-center">
+            <p>Apache Metron provides user and development mailing lists, a Github repository, a JIRA site, and list of community members to enable you to learn more about Metron. Feel free to join any of the mailing lists and the Metron IRC channel, and view the code on Github.</p>
             <a class="button-default" href="https://cwiki.apache.org/confluence/display/METRON/Community+Resources#CommunityResources-ApacheMetronCommunityResources" target="_blank">LEARN MORE</a>
         </div>
 </section>
 
-<section class="events-section feature" id="getinvolved">
+<section class="intro-block" id="getinvolved">
         <div class="text-center">
           <h2>Get Involved</h2>
         </div>
-        <div class="hover-btn text-center">
-            <p>Wish to contribute to Apache Metron?. Follow these simple steps.</p>
+        <div class="content-960 hover-btn text-center">
+            <p> Do you want to contribute to Apache Metron? Follow these simple steps to subscribe to the user and development mailing lists, familiarize yourself with the Metron code, set up your development environment, and start contributing.</p>
             <a class="button-default" href="https://cwiki.apache.org/confluence/display/METRON/Community+Resources#CommunityResources-JointheCommunity-GetingStarted" target="_blank">Take Me There</a>
         </div>
 </section>
@@ -217,19 +230,15 @@
 
 
   </section>
-<section class="hero-second-level darken">
-
-    <div class="v-middle-wrapper">
-        <div class="v-middle-inner">
-            <div class="v-middle text-center">
-                <p><img src="/img/incubator_logo.png"></p>
-              
-                      
-            <p>The contents of this website are � 2016 Apache Software Foundation under the terms of<br /> the Apache License v2. Apache Metron and its logo are trademarks of the Apache Software Foundation.</p>
-        
-                               
-            </div>
-        </div>
+<section class="intro-block darken" id="docshome">
+    <div class="text-center">
+        <img class="v-middle img82" src="/img/incubator_logo.png" alt="Apache" style="margin:0 auto;left: 0px;">
+    </div>
+    <br>
+    <div class="content-960 hover-btn text-center disclaimer">
+        <b>Disclaimer:</b> Apache Metron is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Hortonworks. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+        <br>
+        The contents of this website are � 2016 Apache Software Foundation under the terms of the Apache License v2. Apache Metron and its logo are trademarks of the Apache Software Foundation.
     </div>
 </section>
 

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/c5d3d74b/css/default.css
----------------------------------------------------------------------
diff --git a/css/default.css b/css/default.css
index 5a84bf8..c1930de 100644
--- a/css/default.css
+++ b/css/default.css
@@ -4272,61 +4272,6 @@ svg {
 .content-carousal .learn-more {
   font-size: 16px; }
 
-/*overlay */
-.outer-box {
-  display: none;
-  position: fixed;
-  left: 0;
-  top: 0;
-  background: url(../images/footer-overlay-bg.jpg) repeat;
-  width: 100%;
-  height: 100%;
-  float: left;
-  z-index: 11;
-  overflow-y: auto; }
-  .outer-box .overlay-form {
-    text-align: center;
-    height: 100%;
-    overflow: scroll; }
-  .outer-box .close-video {
-    position: absolute;
-    top: 30px;
-    right: 22px;
-    background: white url(../images/close-icon.png);
-    height: 36px;
-    width: 36px;
-    border-radius: 50%;
-    text-indent: -9999px;
-    background-position: 0 36px;
-    cursor: pointer; }
-    .outer-box .close-video > img {
-      width: 24px;
-      height: 24px;
-      cursor: pointer;
-      position: relative;
-      top: -3px; }
-      @media (min-width: 596px) and (max-width: 749px) {
-        .outer-box .close-video > img {
-          width: 20px;
-          height: 20px; } }
-      @media (min-width: 480px) and (max-width: 595px) {
-        .outer-box .close-video > img {
-          width: 16px; } }
-      @media (min-width: 300px) and (max-width: 479px) {
-        .outer-box .close-video > img {
-          width: 15px;
-          height: 15px; } }
-  .outer-box .video iframe {
-    width: 560px;
-    height: 315px; }
-  .outer-box .loader {
-    position: relative;
-    top: 0;
-    bottom: 0;
-    background: url("../images/loader1.gif") no-repeat;
-    text-align: center;
-    background-position: 50%; }
-
 #video {
   margin: auto; }
   #video iframe {
@@ -7913,7 +7858,7 @@ nav .main-menu > li.mobile-only {
   max-width: 960px;
   margin: 0 auto; }
 .intro-block h2 {
-  color: #404041;
+  color: #d4d4d7;
   margin-bottom: 12px; }
 .intro-block h5 {
   line-height: 27px;
@@ -11140,7 +11085,7 @@ nav .main-menu > li.mobile-only {
     margin-top: 20px;
     line-height: inherit; }
   .hero-second-level .bg-img {
-    height: 250px; }
+    height: 265px; }
     .hero-second-level .bg-img img {
       width: auto; }
 
@@ -11452,5 +11397,6 @@ nav .main-menu > li.mobile-only {
 	.darken {
 		background: #1f212a;
 		}
-
-/*# sourceMappingURL=default.css.map */
+    .disclaimer{
+      font-size:13px;
+    }

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/c5d3d74b/develop/bylaws.html
----------------------------------------------------------------------
diff --git a/develop/bylaws.html b/develop/bylaws.html
deleted file mode 100644
index b580108..0000000
--- a/develop/bylaws.html
+++ /dev/null
@@ -1,507 +0,0 @@
-<!DOCTYPE html>
-
-<html lang="en-US" prefix="og: http://ogp.me/ns#" ng-app="hortonWorksApp"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><style type="text/css">@charset "UTF-8";[ng\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak,.ng-hide:not(.ng-hide-animate){display:none !important;}ng\:form{display:block;}.ng-animate-shim{visibility:hidden;}.ng-anchor{position:absolute;}</style>
-        
-        <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
-        <link rel="profile" href="http://gmpg.org/xfn/11">
-        <title>Apache Metron Bylaws</title>
-
-        <style type="text/css">
-            img.wp-smiley,
-            img.emoji {
-                display: inline !important;
-                border: none !important;
-                box-shadow: none !important;
-                height: 1em !important;
-                width: 1em !important;
-                margin: 0 .07em !important;
-                vertical-align: -0.1em !important;
-                background: none !important;
-                padding: 0 !important;
-            }
-        </style>
-    <link rel="stylesheet" id="default-css" href="/css/default.css" type="text/css" media="all">
-    <link rel="stylesheet" id="legacy-css" href="/css/legacy.css" type="text/css" media="all">
-    <link rel="stylesheet" id="gravityforms-css" href="/css/gravityforms.css" type="text/css" media="all">
-    <link rel="stylesheet" id="selectboxit-css" href="/css/selectBoxIt.css" type="text/css" media="all">
-    <link href='http://fonts.googleapis.com/css?family=Roboto%20Condensed' rel='stylesheet' type='text/css'>
-
-    <script type="text/javascript" src="/js/jquery.js"></script>
-    <script type="text/javascript" src="/js/jquery-migrate.min.js"></script>
-    <script type="text/javascript" src="/js/jquery.mobile.custom.min.js"></script>
-    <script type="text/javascript" src="/js/isotope.pkgd.min.js"></script>
-    <script type="text/javascript" src="/js/navigation.js"></script>
-    <script type="text/javascript" src="/js/slider.js"></script>
-    <script type="text/javascript" src="/js/jquery.classyloader.js"></script>
-    <script type="text/javascript" src="/js/hero-slider.js"></script>
-    <script type="text/javascript" src="/js/footer.js"></script>
-    <script type="text/javascript" src="/js/top-form.js"></script>
-    <script type="text/javascript" src="/js/local6.js"></script>
-    <script type="text/javascript" src="/js/select-list.js"></script>
-    <script type="text/javascript" src="/js/legacy.js"></script>
-    <script type="text/javascript" src="/js/local.js"></script>
-    <script type="text/javascript" src="/js/paralax-scroll.js"></script>
-    <script type="text/javascript" src="/js/jquery-ui.min.js"></script>
-    <script type="text/javascript" src="/js/jquery.selectBoxIt.min.js"></script>
-    <script type="text/javascript" src="/js/scroll-slider.js"></script>
-    <script type="text/javascript" src="/js/charts-animate.js"></script>
-    <script type="text/javascript" src="/js/dotdotdot.js"></script>
-    <script type="text/javascript" src="/js/products_scroll.js"></script>
-    <script type="text/javascript" src="/js/parallax.min.js"></script>
-    <script type="text/javascript" src="/js/parallax.js"></script>
-    <script type="text/javascript" src="/js/shb0wjr.js"></script>  
-
-    <script>
-    window.lsfDataLayer = window.lsfDataLayer || [];
-    </script>
-    
-    <style>
-      body {
-        font-family: "roboto-condensed", sans-serif;
-      }
-    </style>
-
-    <!-- Angular js files -->
-    <script src="/js/angular.min.js"></script>
-    <script src="/js/angular-animate.min.js"></script>
-    <script src="/js/app.js"></script>
-    <script src="/js/pressReleaseController.js"></script>
-    <script src="/js/eventCtrl.js"></script>
-    <!-- End Angular js files -->
-    <link rel="stylesheet" type="text/css" href="/css/prettify.css">
-    <script type="text/javascript" async="" src="/js/munchkin-beta.js"></script>
-    <link type="text/css" href="/css/jquery-ui-insightera-custom-1.8.css" rel="stylesheet">
-    <style id="style-1-cropbar-clipper">
-    /* Copyright 2014 Evernote Corporation. All rights reserved. */
-    
-    .en-markup-crop-options {
-        top: 18px !important;
-        left: 50% !important;
-        margin-left: -100px !important;
-        width: 200px !important;
-        border: 2px rgba(255, 255, 255, .38) solid !important;
-        border-radius: 4px !important;
-    }
-    
-    .en-markup-crop-options div div:first-of-type {
-        margin-left: 0px !important;
-    }
-    </style>
-</head>
-
-
-<body class="wrap">
-  <header>
-    <div class="main-navigation" style="height: 85px;">
-        <div class="main-nav fixed">
-            <div class="wrapper">
-                <div class="logo">
-                    <a href=""><img src="/img/logo.png" alt="Logo"></a>
-                </div>
-                <nav>
-                    <div class="toggle">
-                        <span></span>
-                        <span></span>
-                        <span></span>
-                    </div>
-                    <div class="menu-wrapper" style="height: auto; display: block;">
-                        <ul class="main-menu">
-    <li class="products-menu"><a href="/">Home</a>
-    </li>
-    <li class="solutions-menu"><a href="/about/">About</a>
-    </li>
-    <li class="services-menu"><a href="/documentation/">Documentation</a>
-    </li>
-    <li class="services-menu"><a href="/community/">Community</a>
-    </li>
-    <li class="training-menu"><a href="/news/">News</a>
-    </li>
-    <li>
-        <button class="button-default button-green trigger-top-form"> <a href="https://github.com/apache/incubator-metron/releases" target="new">Download </a></button>
-    </li>
-</ul>
-
-                    </div>
-                </nav>
-            </div>
-        </div>
-    </div>
-</header>
-
-
-  <section class="standalone">
-  <div class="grid">
-
-    <div class="unit whole">
-      <article>
-        <h1>Apache Metron Bylaws</h1>
-        <h2 id="introduction">Introduction</h2>
-
-<p>This document defines the bylaws under which the Apache Metron project
-operates. It defines the roles and responsibilities of the project,
-who may vote, how voting works, how conflicts are resolved, etc.</p>
-
-<p>Metron is a project of the Apache Software Foundation (ASF) and the foundation
-holds the trademark on the name \u201cMetron\u201d and copyright on the combined
-code base. The <a href="http://www.apache.org/foundation/faq.html">Apache Foundation
-FAQ</a> and
-<a href="http://www.apache.org/foundation/how-it-works.html">How-It-Works</a>
-explain the operation and background of the foundation.</p>
-
-<p>Apache has a <a href="http://www.apache.org/foundation/policies/conduct.html">code of
-conduct</a> that
-it expects its members to follow. In particular:</p>
-
-<ul>
-  <li>
-    <p>Be <strong>open and welcoming</strong>. It is important that we grow and
-encourage the community of users and developers for our project.</p>
-  </li>
-  <li>
-    <p>Be <strong>collaborative</strong>. Working together on the open mailing lists and
-bug database to make decisions helps the project grow.</p>
-  </li>
-  <li>
-    <p>Be <strong>respectful</strong> of others. Everyone is volunteering their time and
-efforts to work on this project. Please be respectful of everyone
-and their views.</p>
-  </li>
-</ul>
-
-<p>Metron is typical of Apache projects in that it operates under a set of
-principles, known collectively as the \u201cApache Way\u201d. If you are new to
-Apache development, please refer to the <a href="http://incubator.apache.org/">Incubator
-project</a> for more
-information on how Apache projects operate.</p>
-
-<h2 id="roles-and-responsibilities">Roles and Responsibilities</h2>
-
-<p>Apache projects define a set of roles with associated rights and
-responsibilities. These roles govern what tasks an individual may
-perform within the project. The roles are defined in the following
-sections.</p>
-
-<h3 id="users">Users</h3>
-
-<p>The most important participants in the project are people who use our
-software. The majority of our developers start out as users and guide
-their development efforts from the user\u2019s perspective.  Users
-contribute to the Apache projects by providing feedback to developers
-in the form of bug reports and feature suggestions. As well, users
-participate in the Apache community by helping other users on mailing
-lists and user support forums.</p>
-
-<h3 id="contributors">Contributors</h3>
-
-<p>Contributors include all of the volunteers who donate time, code,
-documentation,
-or resources to the Metron Project. A contributor that makes sustained,
-welcome contributions to the project may be invited to become a
-committer, though the exact timing of such invitations depends on many
-factors.</p>
-
-<h3 id="committers">Committers</h3>
-
-<p>The project\u2019s committers are responsible for the project\u2019s technical
-management. Committers have the right to commit to the project\u2019s git
-repository. Committers may cast binding votes on any technical
-discussion.</p>
-
-<p>Committer access is by invitation only and must be approved by
-consensus approval of the active Project Management Committee (PMC)
-members.</p>
-
-<p>If a committer wishes to leave the project or does not contribute to
-the project in any form for six months, the PMC may make them emeritus.
-Emeritus committers lose their ability to commit code or cast binding
-votes. An emeritus committer may
-request reinstatement of commit access from the PMC. Such
-reinstatement is subject to consensus approval of active PMC members.</p>
-
-<p>All Apache committers are required to have a signed <a href="https://www.apache.org/licenses/icla.txt">Individual
-Contributor License
-Agreement</a> (ICLA) on file
-with the Apache Software Foundation. There is a <a href="http://www.apache.org/dev/committers.html">Committer
-FAQ</a> which provides more
-details on the requirements for Committers.</p>
-
-<p>A committer who makes a
-sustained contribution to the project may be invited to become a
-member of the PMC. The form of contribution
-is not limited to code. It can also include code review, helping out
-users on the mailing lists, documentation, testing, etc.</p>
-
-<h3 id="release-manager">Release Manager</h3>
-
-<p>A Release Manager (RM) is a committer who volunteers to produce a
-Release Candidate. The RM shall publish a Release Plan on the
-dev mailing list stating the branch from which they intend to
-make a Release Candidate.</p>
-
-<h3 id="project-management-committee">Project Management Committee</h3>
-
-<p>The Project Management Committee (PMC) for Apache Metron was created by
-the Apache Board in December 2015 when Metron moved out of Cisco\u2019s OpenSOC<br />
-project and became an incubated project at Apache.
-The PMC is responsible to the board and
-the ASF for the management and oversight of the Apache Metron
-codebase. The responsibilities of the PMC include</p>
-
-<ul>
-  <li>
-    <p>Deciding what is distributed as products of the Apache Metron
-project. In particular all releases must be approved by the PMC.</p>
-  </li>
-  <li>
-    <p>Maintaining the project\u2019s shared resources, including the codebase
-repository, mailing lists, and websites.</p>
-  </li>
-  <li>
-    <p>Speaking on behalf of the project.</p>
-  </li>
-  <li>
-    <p>Resolving license disputes regarding products of the project</p>
-  </li>
-  <li>
-    <p>Nominating new PMC members and committers</p>
-  </li>
-  <li>
-    <p>Maintaining these bylaws and other guidelines of the project</p>
-  </li>
-</ul>
-
-<p>Membership of the PMC is by invitation only and must be approved by a
-consensus approval of active PMC members.</p>
-
-<p>A PMC member is considered
-emeritus by their own declaration or by not contributing in any form
-to the project for over six months. An emeritus member may request
-reinstatement to the PMC. Such reinstatement is subject to consensus
-approval of the active PMC members.</p>
-
-<p>The chair of the PMC is appointed by the ASF board. The chair is an
-office holder of the Apache Software Foundation (Vice President,
-Apache Metron) and has primary responsibility to the board for the
-management of the project within the scope of the Metron PMC. The
-chair reports to the board quarterly on developments within the Metron
-project.</p>
-
-<p>When the project desires a new PMC chair, the PMC votes to recommend a
-new chair using <a href="http://wiki.apache.org/general/BoardVoting">Single Transferable
-Vote</a> voting. The decision
-must be ratified by the Apache board.</p>
-
-<h2 id="decision-making">Decision Making</h2>
-
-<p>Within the Metron project, different types of decisions require
-different forms of approval. For example, the previous section
-describes several decisions which require \u201cconsensus approval.\u201d
-This section defines how voting is performed, the types of
-approvals, and which types of decision require which type of approval.</p>
-
-<h3 id="voting">Voting</h3>
-
-<p>Decisions regarding the project are made by votes on the primary
-project development mailing list (dev@Metron.apache.org). Where
-necessary, PMC voting may take place on the private Metron PMC mailing
-list. Votes are clearly indicated by subject line starting with
-[VOTE]. Votes may contain multiple items for approval and these should
-be clearly separated. Voting is carried out by replying to the vote
-mail. Voting may take five flavors:</p>
-
-<ul>
-  <li>
-    <p><strong>+1</strong> \u2013 \u201cYes,\u201d \u201cAgree,\u201d or \u201cthe action should be performed.\u201d In general,
-this vote also indicates a willingness on the behalf of the voter in
-\u201cmaking it happen.\u201d</p>
-  </li>
-  <li>
-    <p><strong>+0</strong> \u2013 This vote indicates a willingness for the action under
-consideration to go ahead. The voter, however, will not be able to
-help.</p>
-  </li>
-  <li>
-    <p><strong>0</strong> \u2013 The voter is neutral on the topic under discussion.</p>
-  </li>
-  <li>
-    <p><strong>-0</strong> \u2013 This vote indicates that the voter does not, in general, agree
- with the proposed action but is not concerned enough to prevent the
- action going ahead.</p>
-  </li>
-  <li>
-    <p><strong>-1</strong> \u2013 This is a negative vote. On issues where consensus is required,
- this vote counts as a veto. All vetoes must contain an explanation
- of why the veto is appropriate. Vetoes with no explanation are
- void. It may also be appropriate for a -1 vote to include an
- alternative course of action.</p>
-  </li>
-</ul>
-
-<p>All participants in the Metron project are encouraged to show their
-agreement for or against a particular action by voting, regardless of
-whether their vote is binding. Nonbinding votes are useful for
-encouraging discussion and understanding the scope of opinions within
-the project.</p>
-
-<h3 id="approvals">Approvals</h3>
-
-<p>These are the types of approvals that can be sought. Different actions
-require different types of approvals.</p>
-
-<ul>
-  <li>
-    <p><strong>Consensus Approval</strong> \u2013 Consensus approval requires 3 binding +1
-votes and no binding vetoes.</p>
-  </li>
-  <li>
-    <p><strong>Lazy Consensus</strong> \u2013 Lazy consensus requires at least one +1 vote and
-no -1 votes (\u2018silence gives assent\u2019).</p>
-  </li>
-  <li>
-    <p><strong>Lazy Majority</strong> \u2013 A lazy majority vote requires 3 binding +1 votes
- and more binding +1 votes than -1 votes.</p>
-  </li>
-  <li>
-    <p><strong>Lazy 2/3 Majority</strong> \u2013 Lazy 2/3 majority votes requires at least 3
-votes and twice as many +1 votes as -1 votes.</p>
-  </li>
-</ul>
-
-<h3 id="vetoes">Vetoes</h3>
-
-<p>A valid, binding veto cannot be overruled. If a veto is cast, it must
-be accompanied by a valid reason explaining the reasons for the
-veto. The validity of a veto, if challenged, can be confirmed by
-anyone who has a binding vote. This does not necessarily signify
-agreement with the veto - merely that the veto is valid.  If you
-disagree with a valid veto, you must lobby the person casting the veto
-to withdraw their veto. If a veto is not withdrawn, any action that
-has already been taken  must be reversed in a timely manner.</p>
-
-<h3 id="actions">Actions</h3>
-
-<p>This section describes the various actions which are undertaken within
-the project, the corresponding approval required for that action and
-those who have binding votes over the action.</p>
-
-<h4 id="code-change">Code Change</h4>
-
-<p>A change made to a codebase of the project requires <em>lazy consensus</em>
-of active committers other than the author of the patch. The code can
-be committed after the first +1.</p>
-
-<h4 id="product-release">Product Release</h4>
-
-<p>To make a release, the release manager creates a release candidate and
-a vote requiring a <em>lazy majority</em> of the active PMC members is
-required. Once the vote passes, the release candidate becomes an
-official release.</p>
-
-<h4 id="adoption-of-new-codebase">Adoption of New Codebase</h4>
-
-<p>When the codebase for an existing, released product is to be replaced
-with an alternative codebase, it requires a <em>lazy 2/3 majority</em> of PMC
-members. This also covers the creation of new sub-projects and
-submodules within the project.</p>
-
-<h4 id="new-committer">New Committer</h4>
-
-<p>When a new committer is proposed for the project, <em>consensus approval</em>
-of the active PMC members is required.</p>
-
-<h4 id="new-pmc-member">New PMC Member</h4>
-
-<p>To promote a committer to a PMC member requires <em>consensus approval</em>
-of active PMC members.</p>
-
-<p>If the vote passes, the Apache Board must be notified to make the change
-official.</p>
-
-<h4 id="committer-removal">Committer Removal</h4>
-
-<p>Removal of commit privileges requires a <em>lazy 2/3 majority</em> of active
-PMC members.</p>
-
-<h4 id="pmc-member-removal">PMC Member Removal</h4>
-
-<p>Removing a PMC member requires a <em>lazy 2/3 majority</em> of active PMC
-members, excluding the member in question.</p>
-
-<p>If the vote passes, the Apache Board must be notified to make the change
-official.</p>
-
-<h4 id="modifying-bylaws">Modifying Bylaws</h4>
-
-<p>Modifying this document requires a <em>lazy majority</em> of active PMC members.</p>
-
-<h3 id="voting-timeframes">Voting Timeframes</h3>
-
-<p>Votes are open for a minimum period of 72 hours to allow all active
-voters time to consider the vote. For holiday weekends or conferences,
-consider using a longer vote window. Votes relating to code changes are
-not subject to a strict timetable but should be made as timely as
-possible.</p>
-
-      </article>
-    </div>
-
-    <div class="clear"></div>
-
-  </div>
-</section>
-
-
-  </section>
-<section class="hero-second-level darken">
-
-    <div class="v-middle-wrapper">
-        <div class="v-middle-inner">
-            <div class="v-middle text-center">
-                <p><img src="/img/incubator_logo.png"></p>
-              
-                      
-            <p>The contents of this website are � 2016 Apache Software Foundation under the terms of<br /> the Apache License v2. Apache Metron and its logo are trademarks of the Apache Software Foundation.</p>
-        
-                               
-            </div>
-        </div>
-    </div>
-</section>
-
-  <script>
-  var anchorForId = function (id) {
-    var anchor = document.createElement("a");
-    anchor.className = "header-link";
-    anchor.href      = "#" + id;
-    anchor.innerHTML = "<span class=\"sr-only\">Permalink</span><i class=\"fa fa-link\"></i>";
-    anchor.title = "Permalink";
-    return anchor;
-  };
-
-  var linkifyAnchors = function (level, containingElement) {
-    var headers = containingElement.getElementsByTagName("h" + level);
-    for (var h = 0; h < headers.length; h++) {
-      var header = headers[h];
-
-      if (typeof header.id !== "undefined" && header.id !== "") {
-        header.appendChild(anchorForId(header.id));
-      }
-    }
-  };
-
-  document.onreadystatechange = function () {
-    if (this.readyState === "complete") {
-      var contentBlock = document.getElementsByClassName("docs")[0] || document.getElementsByClassName("news")[0];
-      if (!contentBlock) {
-        return;
-      }
-      for (var level = 1; level <= 6; level++) {
-        linkifyAnchors(level, contentBlock);
-      }
-    }
-  };
-</script>
-
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/c5d3d74b/develop/bylaws/index.html
----------------------------------------------------------------------
diff --git a/develop/bylaws/index.html b/develop/bylaws/index.html
new file mode 100644
index 0000000..cc9e0e6
--- /dev/null
+++ b/develop/bylaws/index.html
@@ -0,0 +1,514 @@
+<!DOCTYPE html>
+
+<html lang="en-US" prefix="og: http://ogp.me/ns#" ng-app="hortonWorksApp"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><style type="text/css">@charset "UTF-8";[ng\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak,.ng-hide:not(.ng-hide-animate){display:none !important;}ng\:form{display:block;}.ng-animate-shim{visibility:hidden;}.ng-anchor{position:absolute;}</style>
+        
+        <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
+        <link rel="profile" href="http://gmpg.org/xfn/11">
+        <title>Apache Metron Bylaws</title>
+
+        <style type="text/css">
+            img.wp-smiley,
+            img.emoji {
+                display: inline !important;
+                border: none !important;
+                box-shadow: none !important;
+                height: 1em !important;
+                width: 1em !important;
+                margin: 0 .07em !important;
+                vertical-align: -0.1em !important;
+                background: none !important;
+                padding: 0 !important;
+            }
+        </style>
+
+    <script>
+        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+                    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+                m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+        })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+        ga('create', 'UA-78972211-1', 'auto');
+        ga('send', 'pageview');
+
+    </script>
+
+    <link rel="stylesheet" id="default-css" href="/css/default.css" type="text/css" media="all">
+    <link rel="stylesheet" id="legacy-css" href="/css/legacy.css" type="text/css" media="all">
+    <link rel="stylesheet" id="gravityforms-css" href="/css/gravityforms.css" type="text/css" media="all">
+    <link rel="stylesheet" id="selectboxit-css" href="/css/selectBoxIt.css" type="text/css" media="all">
+    <link href='http://fonts.googleapis.com/css?family=Roboto%20Condensed' rel='stylesheet' type='text/css'>
+
+    <script type="text/javascript" src="/js/jquery.js"></script>
+    <script type="text/javascript" src="/js/jquery-migrate.min.js"></script>
+    <script type="text/javascript" src="/js/jquery.mobile.custom.min.js"></script>
+    <script type="text/javascript" src="/js/isotope.pkgd.min.js"></script>
+    <script type="text/javascript" src="/js/navigation.js"></script>
+    <script type="text/javascript" src="/js/slider.js"></script>
+    <script type="text/javascript" src="/js/jquery.classyloader.js"></script>
+    <script type="text/javascript" src="/js/hero-slider.js"></script>
+    <script type="text/javascript" src="/js/footer.js"></script>
+    <script type="text/javascript" src="/js/top-form.js"></script>
+    <script type="text/javascript" src="/js/local6.js"></script>
+    <script type="text/javascript" src="/js/select-list.js"></script>
+    <script type="text/javascript" src="/js/legacy.js"></script>
+    <script type="text/javascript" src="/js/paralax-scroll.js"></script>
+    <script type="text/javascript" src="/js/jquery-ui.min.js"></script>
+    <script type="text/javascript" src="/js/jquery.selectBoxIt.min.js"></script>
+    <script type="text/javascript" src="/js/scroll-slider.js"></script>
+    <script type="text/javascript" src="/js/charts-animate.js"></script>
+    <script type="text/javascript" src="/js/dotdotdot.js"></script>
+    <script type="text/javascript" src="/js/products_scroll.js"></script>
+    <script type="text/javascript" src="/js/parallax.min.js"></script>
+    <script type="text/javascript" src="/js/parallax.js"></script>
+    <script type="text/javascript" src="/js/shb0wjr.js"></script>  
+
+    <script>
+    window.lsfDataLayer = window.lsfDataLayer || [];
+    </script>
+    
+    <style>
+      body {
+        font-family: "roboto-condensed", sans-serif;
+      }
+    </style>
+
+    <!-- Angular js files -->
+    <script src="/js/angular.min.js"></script>
+    <script src="/js/angular-animate.min.js"></script>
+    <script src="/js/app.js"></script>
+    <script src="/js/pressReleaseController.js"></script>
+    <script src="/js/eventCtrl.js"></script>
+    <!-- End Angular js files -->
+    <link rel="stylesheet" type="text/css" href="/css/prettify.css">
+    <script type="text/javascript" async="" src="/js/munchkin-beta.js"></script>
+    <link type="text/css" href="/css/jquery-ui-insightera-custom-1.8.css" rel="stylesheet">
+    <style id="style-1-cropbar-clipper">
+    /* Copyright 2014 Evernote Corporation. All rights reserved. */
+    
+    .en-markup-crop-options {
+        top: 18px !important;
+        left: 50% !important;
+        margin-left: -100px !important;
+        width: 200px !important;
+        border: 2px rgba(255, 255, 255, .38) solid !important;
+        border-radius: 4px !important;
+    }
+    
+    .en-markup-crop-options div div:first-of-type {
+        margin-left: 0px !important;
+    }
+    </style>
+</head>
+
+
+<body class="wrap">
+  <header>
+    <div class="main-navigation" style="height: 85px;">
+        <div class="main-nav fixed">
+            <div class="wrapper">
+                <div class="logo">
+                    <a href=""><img src="/img/logo.png" alt="Logo"></a>
+                </div>
+                <nav>
+                    <div class="toggle">
+                        <span></span>
+                        <span></span>
+                        <span></span>
+                    </div>
+                    <div class="menu-wrapper" style="height: auto; display: block;">
+                        <ul class="main-menu">
+    <li class="products-menu"><a href="/">Home</a>
+    </li>
+    <li class="solutions-menu"><a href="/about/">About</a>
+    </li>
+    <li class="services-menu"><a href="/documentation/">Documentation</a>
+    </li>
+    <li class="services-menu"><a href="/community/">Community</a>
+    </li>
+    <li class="training-menu"><a href="/news/">News</a>
+    </li>
+    <li>
+        <button class="button-default button-green trigger-top-form"> <a href="https://github.com/apache/incubator-metron/releases" target="new">Download </a></button>
+    </li>
+</ul>
+
+                    </div>
+                </nav>
+            </div>
+        </div>
+    </div>
+</header>
+
+
+  <section class="standalone">
+  <div class="grid">
+
+    <div class="unit whole">
+      <article>
+        <h1>Apache Metron Bylaws</h1>
+        <h2 id="introduction">Introduction</h2>
+
+<p>This document defines the bylaws under which the Apache Metron project
+operates. It defines the roles and responsibilities of the project,
+who may vote, how voting works, how conflicts are resolved, etc.</p>
+
+<p>Metron is a project of the Apache Software Foundation (ASF) and the foundation
+holds the trademark on the name \u201cMetron\u201d and copyright on the combined
+code base. The <a href="http://www.apache.org/foundation/faq.html">Apache Foundation
+FAQ</a> and
+<a href="http://www.apache.org/foundation/how-it-works.html">How-It-Works</a>
+explain the operation and background of the foundation.</p>
+
+<p>Apache has a <a href="http://www.apache.org/foundation/policies/conduct.html">code of
+conduct</a> that
+it expects its members to follow. In particular:</p>
+
+<ul>
+  <li>
+    <p>Be <strong>open and welcoming</strong>. It is important that we grow and
+encourage the community of users and developers for our project.</p>
+  </li>
+  <li>
+    <p>Be <strong>collaborative</strong>. Working together on the open mailing lists and
+bug database to make decisions helps the project grow.</p>
+  </li>
+  <li>
+    <p>Be <strong>respectful</strong> of others. Everyone is volunteering their time and
+efforts to work on this project. Please be respectful of everyone
+and their views.</p>
+  </li>
+</ul>
+
+<p>Metron is typical of Apache projects in that it operates under a set of
+principles, known collectively as the \u201cApache Way\u201d. If you are new to
+Apache development, please refer to the <a href="http://incubator.apache.org/">Incubator
+project</a> for more
+information on how Apache projects operate.</p>
+
+<h2 id="roles-and-responsibilities">Roles and Responsibilities</h2>
+
+<p>Apache projects define a set of roles with associated rights and
+responsibilities. These roles govern what tasks an individual may
+perform within the project. The roles are defined in the following
+sections.</p>
+
+<h3 id="users">Users</h3>
+
+<p>The most important participants in the project are people who use our
+software. The majority of our developers start out as users and guide
+their development efforts from the user\u2019s perspective.  Users
+contribute to the Apache projects by providing feedback to developers
+in the form of bug reports and feature suggestions. As well, users
+participate in the Apache community by helping other users on mailing
+lists and user support forums.</p>
+
+<h3 id="contributors">Contributors</h3>
+
+<p>Contributors include all of the volunteers who donate time, code,
+documentation,
+or resources to the Metron Project. A contributor that makes sustained,
+welcome contributions to the project may be invited to become a
+committer, though the exact timing of such invitations depends on many
+factors.</p>
+
+<h3 id="committers">Committers</h3>
+
+<p>The project\u2019s committers are responsible for the project\u2019s technical
+management. Committers have the right to commit to the project\u2019s git
+repository. Committers may cast binding votes on any technical
+discussion.</p>
+
+<p>Committer access is by invitation only and must be approved by
+consensus approval of the active Project Management Committee (PMC)
+members.</p>
+
+<p>If a committer wishes to leave the project or does not contribute to
+the project in any form for six months, the PMC may make them emeritus.
+Emeritus committers lose their ability to commit code or cast binding
+votes. An emeritus committer may
+request reinstatement of commit access from the PMC. Such
+reinstatement is subject to consensus approval of active PMC members.</p>
+
+<p>All Apache committers are required to have a signed <a href="https://www.apache.org/licenses/icla.txt">Individual
+Contributor License
+Agreement</a> (ICLA) on file
+with the Apache Software Foundation. There is a <a href="http://www.apache.org/dev/committers.html">Committer
+FAQ</a> which provides more
+details on the requirements for Committers.</p>
+
+<p>A committer who makes a
+sustained contribution to the project may be invited to become a
+member of the PMC. The form of contribution
+is not limited to code. It can also include code review, helping out
+users on the mailing lists, documentation, testing, etc.</p>
+
+<h3 id="release-manager">Release Manager</h3>
+
+<p>A Release Manager (RM) is a committer who volunteers to produce a
+Release Candidate. The RM shall publish a Release Plan on the
+dev mailing list stating the branch from which they intend to
+make a Release Candidate.</p>
+
+<h3 id="project-management-committee">Project Management Committee</h3>
+
+<p>The Project Management Committee (PMC) for Apache Metron was created by
+the Apache Board in December 2015 when Metron moved out of Cisco\u2019s OpenSOC<br />
+project and became an incubated project at Apache.
+The PMC is responsible to the board and
+the ASF for the management and oversight of the Apache Metron
+codebase. The responsibilities of the PMC include</p>
+
+<ul>
+  <li>
+    <p>Deciding what is distributed as products of the Apache Metron
+project. In particular all releases must be approved by the PMC.</p>
+  </li>
+  <li>
+    <p>Maintaining the project\u2019s shared resources, including the codebase
+repository, mailing lists, and websites.</p>
+  </li>
+  <li>
+    <p>Speaking on behalf of the project.</p>
+  </li>
+  <li>
+    <p>Resolving license disputes regarding products of the project</p>
+  </li>
+  <li>
+    <p>Nominating new PMC members and committers</p>
+  </li>
+  <li>
+    <p>Maintaining these bylaws and other guidelines of the project</p>
+  </li>
+</ul>
+
+<p>Membership of the PMC is by invitation only and must be approved by a
+consensus approval of active PMC members.</p>
+
+<p>A PMC member is considered
+emeritus by their own declaration or by not contributing in any form
+to the project for over six months. An emeritus member may request
+reinstatement to the PMC. Such reinstatement is subject to consensus
+approval of the active PMC members.</p>
+
+<p>The chair of the PMC is appointed by the ASF board. The chair is an
+office holder of the Apache Software Foundation (Vice President,
+Apache Metron) and has primary responsibility to the board for the
+management of the project within the scope of the Metron PMC. The
+chair reports to the board quarterly on developments within the Metron
+project.</p>
+
+<p>When the project desires a new PMC chair, the PMC votes to recommend a
+new chair using <a href="http://wiki.apache.org/general/BoardVoting">Single Transferable
+Vote</a> voting. The decision
+must be ratified by the Apache board.</p>
+
+<h2 id="decision-making">Decision Making</h2>
+
+<p>Within the Metron project, different types of decisions require
+different forms of approval. For example, the previous section
+describes several decisions which require \u201cconsensus approval.\u201d
+This section defines how voting is performed, the types of
+approvals, and which types of decision require which type of approval.</p>
+
+<h3 id="voting">Voting</h3>
+
+<p>Decisions regarding the project are made by votes on the primary
+project development mailing list (dev@Metron.apache.org). Where
+necessary, PMC voting may take place on the private Metron PMC mailing
+list. Votes are clearly indicated by subject line starting with
+[VOTE]. Votes may contain multiple items for approval and these should
+be clearly separated. Voting is carried out by replying to the vote
+mail. Voting may take five flavors:</p>
+
+<ul>
+  <li>
+    <p><strong>+1</strong> \u2013 \u201cYes,\u201d \u201cAgree,\u201d or \u201cthe action should be performed.\u201d In general,
+this vote also indicates a willingness on the behalf of the voter in
+\u201cmaking it happen.\u201d</p>
+  </li>
+  <li>
+    <p><strong>+0</strong> \u2013 This vote indicates a willingness for the action under
+consideration to go ahead. The voter, however, will not be able to
+help.</p>
+  </li>
+  <li>
+    <p><strong>0</strong> \u2013 The voter is neutral on the topic under discussion.</p>
+  </li>
+  <li>
+    <p><strong>-0</strong> \u2013 This vote indicates that the voter does not, in general, agree
+ with the proposed action but is not concerned enough to prevent the
+ action going ahead.</p>
+  </li>
+  <li>
+    <p><strong>-1</strong> \u2013 This is a negative vote. On issues where consensus is required,
+ this vote counts as a veto. All vetoes must contain an explanation
+ of why the veto is appropriate. Vetoes with no explanation are
+ void. It may also be appropriate for a -1 vote to include an
+ alternative course of action.</p>
+  </li>
+</ul>
+
+<p>All participants in the Metron project are encouraged to show their
+agreement for or against a particular action by voting, regardless of
+whether their vote is binding. Nonbinding votes are useful for
+encouraging discussion and understanding the scope of opinions within
+the project.</p>
+
+<h3 id="approvals">Approvals</h3>
+
+<p>These are the types of approvals that can be sought. Different actions
+require different types of approvals.</p>
+
+<ul>
+  <li>
+    <p><strong>Consensus Approval</strong> \u2013 Consensus approval requires 3 binding +1
+votes and no binding vetoes.</p>
+  </li>
+  <li>
+    <p><strong>Lazy Consensus</strong> \u2013 Lazy consensus requires at least one +1 vote and
+no -1 votes (\u2018silence gives assent\u2019).</p>
+  </li>
+  <li>
+    <p><strong>Lazy Majority</strong> \u2013 A lazy majority vote requires 3 binding +1 votes
+ and more binding +1 votes than -1 votes.</p>
+  </li>
+  <li>
+    <p><strong>Lazy 2/3 Majority</strong> \u2013 Lazy 2/3 majority votes requires at least 3
+votes and twice as many +1 votes as -1 votes.</p>
+  </li>
+</ul>
+
+<h3 id="vetoes">Vetoes</h3>
+
+<p>A valid, binding veto cannot be overruled. If a veto is cast, it must
+be accompanied by a valid reason explaining the reasons for the
+veto. The validity of a veto, if challenged, can be confirmed by
+anyone who has a binding vote. This does not necessarily signify
+agreement with the veto - merely that the veto is valid.  If you
+disagree with a valid veto, you must lobby the person casting the veto
+to withdraw their veto. If a veto is not withdrawn, any action that
+has already been taken  must be reversed in a timely manner.</p>
+
+<h3 id="actions">Actions</h3>
+
+<p>This section describes the various actions which are undertaken within
+the project, the corresponding approval required for that action and
+those who have binding votes over the action.</p>
+
+<h4 id="code-change">Code Change</h4>
+
+<p>A change made to a codebase of the project requires <em>lazy consensus</em>
+of active committers other than the author of the patch. The code can
+be committed after the first +1.</p>
+
+<h4 id="product-release">Product Release</h4>
+
+<p>To make a release, the release manager creates a release candidate and
+a vote requiring a <em>lazy majority</em> of the active PMC members is
+required. Once the vote passes, the release candidate becomes an
+official release.</p>
+
+<h4 id="adoption-of-new-codebase">Adoption of New Codebase</h4>
+
+<p>When the codebase for an existing, released product is to be replaced
+with an alternative codebase, it requires a <em>lazy 2/3 majority</em> of PMC
+members. This also covers the creation of new sub-projects and
+submodules within the project.</p>
+
+<h4 id="new-committer">New Committer</h4>
+
+<p>When a new committer is proposed for the project, <em>consensus approval</em>
+of the active PMC members is required.</p>
+
+<h4 id="new-pmc-member">New PMC Member</h4>
+
+<p>To promote a committer to a PMC member requires <em>consensus approval</em>
+of active PMC members.</p>
+
+<p>If the vote passes, the Apache Board must be notified to make the change
+official.</p>
+
+<h4 id="committer-removal">Committer Removal</h4>
+
+<p>Removal of commit privileges requires a <em>lazy 2/3 majority</em> of active
+PMC members.</p>
+
+<h4 id="pmc-member-removal">PMC Member Removal</h4>
+
+<p>Removing a PMC member requires a <em>lazy 2/3 majority</em> of active PMC
+members, excluding the member in question.</p>
+
+<p>If the vote passes, the Apache Board must be notified to make the change
+official.</p>
+
+<h4 id="modifying-bylaws">Modifying Bylaws</h4>
+
+<p>Modifying this document requires a <em>lazy majority</em> of active PMC members.</p>
+
+<h3 id="voting-timeframes">Voting Timeframes</h3>
+
+<p>Votes are open for a minimum period of 72 hours to allow all active
+voters time to consider the vote. For holiday weekends or conferences,
+consider using a longer vote window. Votes relating to code changes are
+not subject to a strict timetable but should be made as timely as
+possible.</p>
+
+      </article>
+    </div>
+
+    <div class="clear"></div>
+
+  </div>
+</section>
+
+
+  </section>
+<section class="intro-block darken" id="docshome">
+    <div class="text-center">
+        <img class="v-middle img82" src="/img/incubator_logo.png" alt="Apache" style="margin:0 auto;left: 0px;">
+    </div>
+    <br>
+    <div class="content-960 hover-btn text-center disclaimer">
+        <b>Disclaimer:</b> Apache Metron is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Hortonworks. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+        <br>
+        The contents of this website are � 2016 Apache Software Foundation under the terms of the Apache License v2. Apache Metron and its logo are trademarks of the Apache Software Foundation.
+    </div>
+</section>
+
+  <script>
+  var anchorForId = function (id) {
+    var anchor = document.createElement("a");
+    anchor.className = "header-link";
+    anchor.href      = "#" + id;
+    anchor.innerHTML = "<span class=\"sr-only\">Permalink</span><i class=\"fa fa-link\"></i>";
+    anchor.title = "Permalink";
+    return anchor;
+  };
+
+  var linkifyAnchors = function (level, containingElement) {
+    var headers = containingElement.getElementsByTagName("h" + level);
+    for (var h = 0; h < headers.length; h++) {
+      var header = headers[h];
+
+      if (typeof header.id !== "undefined" && header.id !== "") {
+        header.appendChild(anchorForId(header.id));
+      }
+    }
+  };
+
+  document.onreadystatechange = function () {
+    if (this.readyState === "complete") {
+      var contentBlock = document.getElementsByClassName("docs")[0] || document.getElementsByClassName("news")[0];
+      if (!contentBlock) {
+        return;
+      }
+      for (var level = 1; level <= 6; level++) {
+        linkifyAnchors(level, contentBlock);
+      }
+    }
+  };
+</script>
+
+
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/c5d3d74b/develop/coding.html
----------------------------------------------------------------------
diff --git a/develop/coding.html b/develop/coding.html
deleted file mode 100644
index 2deff9a..0000000
--- a/develop/coding.html
+++ /dev/null
@@ -1,242 +0,0 @@
-<!DOCTYPE html>
-
-<html lang="en-US" prefix="og: http://ogp.me/ns#" ng-app="hortonWorksApp"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><style type="text/css">@charset "UTF-8";[ng\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak,.ng-hide:not(.ng-hide-animate){display:none !important;}ng\:form{display:block;}.ng-animate-shim{visibility:hidden;}.ng-anchor{position:absolute;}</style>
-        
-        <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
-        <link rel="profile" href="http://gmpg.org/xfn/11">
-        <title>Coding Guidelines</title>
-
-        <style type="text/css">
-            img.wp-smiley,
-            img.emoji {
-                display: inline !important;
-                border: none !important;
-                box-shadow: none !important;
-                height: 1em !important;
-                width: 1em !important;
-                margin: 0 .07em !important;
-                vertical-align: -0.1em !important;
-                background: none !important;
-                padding: 0 !important;
-            }
-        </style>
-    <link rel="stylesheet" id="default-css" href="/css/default.css" type="text/css" media="all">
-    <link rel="stylesheet" id="legacy-css" href="/css/legacy.css" type="text/css" media="all">
-    <link rel="stylesheet" id="gravityforms-css" href="/css/gravityforms.css" type="text/css" media="all">
-    <link rel="stylesheet" id="selectboxit-css" href="/css/selectBoxIt.css" type="text/css" media="all">
-    <link href='http://fonts.googleapis.com/css?family=Roboto%20Condensed' rel='stylesheet' type='text/css'>
-
-    <script type="text/javascript" src="/js/jquery.js"></script>
-    <script type="text/javascript" src="/js/jquery-migrate.min.js"></script>
-    <script type="text/javascript" src="/js/jquery.mobile.custom.min.js"></script>
-    <script type="text/javascript" src="/js/isotope.pkgd.min.js"></script>
-    <script type="text/javascript" src="/js/navigation.js"></script>
-    <script type="text/javascript" src="/js/slider.js"></script>
-    <script type="text/javascript" src="/js/jquery.classyloader.js"></script>
-    <script type="text/javascript" src="/js/hero-slider.js"></script>
-    <script type="text/javascript" src="/js/footer.js"></script>
-    <script type="text/javascript" src="/js/top-form.js"></script>
-    <script type="text/javascript" src="/js/local6.js"></script>
-    <script type="text/javascript" src="/js/select-list.js"></script>
-    <script type="text/javascript" src="/js/legacy.js"></script>
-    <script type="text/javascript" src="/js/local.js"></script>
-    <script type="text/javascript" src="/js/paralax-scroll.js"></script>
-    <script type="text/javascript" src="/js/jquery-ui.min.js"></script>
-    <script type="text/javascript" src="/js/jquery.selectBoxIt.min.js"></script>
-    <script type="text/javascript" src="/js/scroll-slider.js"></script>
-    <script type="text/javascript" src="/js/charts-animate.js"></script>
-    <script type="text/javascript" src="/js/dotdotdot.js"></script>
-    <script type="text/javascript" src="/js/products_scroll.js"></script>
-    <script type="text/javascript" src="/js/parallax.min.js"></script>
-    <script type="text/javascript" src="/js/parallax.js"></script>
-    <script type="text/javascript" src="/js/shb0wjr.js"></script>  
-
-    <script>
-    window.lsfDataLayer = window.lsfDataLayer || [];
-    </script>
-    
-    <style>
-      body {
-        font-family: "roboto-condensed", sans-serif;
-      }
-    </style>
-
-    <!-- Angular js files -->
-    <script src="/js/angular.min.js"></script>
-    <script src="/js/angular-animate.min.js"></script>
-    <script src="/js/app.js"></script>
-    <script src="/js/pressReleaseController.js"></script>
-    <script src="/js/eventCtrl.js"></script>
-    <!-- End Angular js files -->
-    <link rel="stylesheet" type="text/css" href="/css/prettify.css">
-    <script type="text/javascript" async="" src="/js/munchkin-beta.js"></script>
-    <link type="text/css" href="/css/jquery-ui-insightera-custom-1.8.css" rel="stylesheet">
-    <style id="style-1-cropbar-clipper">
-    /* Copyright 2014 Evernote Corporation. All rights reserved. */
-    
-    .en-markup-crop-options {
-        top: 18px !important;
-        left: 50% !important;
-        margin-left: -100px !important;
-        width: 200px !important;
-        border: 2px rgba(255, 255, 255, .38) solid !important;
-        border-radius: 4px !important;
-    }
-    
-    .en-markup-crop-options div div:first-of-type {
-        margin-left: 0px !important;
-    }
-    </style>
-</head>
-
-
-<body class="wrap">
-  <header>
-    <div class="main-navigation" style="height: 85px;">
-        <div class="main-nav fixed">
-            <div class="wrapper">
-                <div class="logo">
-                    <a href=""><img src="/img/logo.png" alt="Logo"></a>
-                </div>
-                <nav>
-                    <div class="toggle">
-                        <span></span>
-                        <span></span>
-                        <span></span>
-                    </div>
-                    <div class="menu-wrapper" style="height: auto; display: block;">
-                        <ul class="main-menu">
-    <li class="products-menu"><a href="/">Home</a>
-    </li>
-    <li class="solutions-menu"><a href="/about/">About</a>
-    </li>
-    <li class="services-menu"><a href="/documentation/">Documentation</a>
-    </li>
-    <li class="services-menu"><a href="/community/">Community</a>
-    </li>
-    <li class="training-menu"><a href="/news/">News</a>
-    </li>
-    <li>
-        <button class="button-default button-green trigger-top-form"> <a href="https://github.com/apache/incubator-metron/releases" target="new">Download </a></button>
-    </li>
-</ul>
-
-                    </div>
-                </nav>
-            </div>
-        </div>
-    </div>
-</header>
-
-
-  <section class="standalone">
-  <div class="grid">
-
-    <div class="unit whole">
-      <article>
-        <h1>Coding Guidelines</h1>
-        <h2 id="general-rules">General rules</h2>
-
-<ul>
-  <li>All files must have an Apache copyright header at the top of the file.</li>
-  <li>Code should be removed rather than commented out.</li>
-  <li>All public functions should have javadoc comments.</li>
-  <li>Always use braces to surround branches.</li>
-  <li>try-finally should be avoided.</li>
-</ul>
-
-<h2 id="formatting">Formatting</h2>
-
-<ul>
-  <li>All files must have an 80 character maximum line length.</li>
-  <li>Indentation should be 2 spaces.</li>
-  <li>Files should use spaces instead of tabs.</li>
-  <li>Wrapping lines
-    <ul>
-      <li>Break after a comma.</li>
-      <li>Break before an operator.</li>
-      <li>Prefer higher-level breaks to lower-level breaks.</li>
-      <li>Align the new line with beginning of the expression at the same level
-on the previous line.</li>
-      <li>If the above rules lead to confusing code, just indent 8 spaces.</li>
-    </ul>
-  </li>
-  <li>One variable declaration per a line.</li>
-</ul>
-
-<h2 id="naming">Naming</h2>
-
-<ul>
-  <li>Packages should be all lowercase.
-    <ul>
-      <li>Java code should be in <code>org.apache.,metron</code>, except for compatibility classes</li>
-    </ul>
-  </li>
-  <li>Classes should be in mixed case.</li>
-  <li>Variables should be in camel case.</li>
-  <li>Constants should be in upper case.</li>
-</ul>
-
-      </article>
-    </div>
-
-    <div class="clear"></div>
-
-  </div>
-</section>
-
-
-  </section>
-<section class="hero-second-level darken">
-
-    <div class="v-middle-wrapper">
-        <div class="v-middle-inner">
-            <div class="v-middle text-center">
-                <p><img src="/img/incubator_logo.png"></p>
-              
-                      
-            <p>The contents of this website are � 2016 Apache Software Foundation under the terms of<br /> the Apache License v2. Apache Metron and its logo are trademarks of the Apache Software Foundation.</p>
-        
-                               
-            </div>
-        </div>
-    </div>
-</section>
-
-  <script>
-  var anchorForId = function (id) {
-    var anchor = document.createElement("a");
-    anchor.className = "header-link";
-    anchor.href      = "#" + id;
-    anchor.innerHTML = "<span class=\"sr-only\">Permalink</span><i class=\"fa fa-link\"></i>";
-    anchor.title = "Permalink";
-    return anchor;
-  };
-
-  var linkifyAnchors = function (level, containingElement) {
-    var headers = containingElement.getElementsByTagName("h" + level);
-    for (var h = 0; h < headers.length; h++) {
-      var header = headers[h];
-
-      if (typeof header.id !== "undefined" && header.id !== "") {
-        header.appendChild(anchorForId(header.id));
-      }
-    }
-  };
-
-  document.onreadystatechange = function () {
-    if (this.readyState === "complete") {
-      var contentBlock = document.getElementsByClassName("docs")[0] || document.getElementsByClassName("news")[0];
-      if (!contentBlock) {
-        return;
-      }
-      for (var level = 1; level <= 6; level++) {
-        linkifyAnchors(level, contentBlock);
-      }
-    }
-  };
-</script>
-
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/c5d3d74b/develop/coding/index.html
----------------------------------------------------------------------
diff --git a/develop/coding/index.html b/develop/coding/index.html
new file mode 100644
index 0000000..54017c1
--- /dev/null
+++ b/develop/coding/index.html
@@ -0,0 +1,249 @@
+<!DOCTYPE html>
+
+<html lang="en-US" prefix="og: http://ogp.me/ns#" ng-app="hortonWorksApp"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><style type="text/css">@charset "UTF-8";[ng\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak,.ng-hide:not(.ng-hide-animate){display:none !important;}ng\:form{display:block;}.ng-animate-shim{visibility:hidden;}.ng-anchor{position:absolute;}</style>
+        
+        <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
+        <link rel="profile" href="http://gmpg.org/xfn/11">
+        <title>Coding Guidelines</title>
+
+        <style type="text/css">
+            img.wp-smiley,
+            img.emoji {
+                display: inline !important;
+                border: none !important;
+                box-shadow: none !important;
+                height: 1em !important;
+                width: 1em !important;
+                margin: 0 .07em !important;
+                vertical-align: -0.1em !important;
+                background: none !important;
+                padding: 0 !important;
+            }
+        </style>
+
+    <script>
+        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+                    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+                m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+        })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+        ga('create', 'UA-78972211-1', 'auto');
+        ga('send', 'pageview');
+
+    </script>
+
+    <link rel="stylesheet" id="default-css" href="/css/default.css" type="text/css" media="all">
+    <link rel="stylesheet" id="legacy-css" href="/css/legacy.css" type="text/css" media="all">
+    <link rel="stylesheet" id="gravityforms-css" href="/css/gravityforms.css" type="text/css" media="all">
+    <link rel="stylesheet" id="selectboxit-css" href="/css/selectBoxIt.css" type="text/css" media="all">
+    <link href='http://fonts.googleapis.com/css?family=Roboto%20Condensed' rel='stylesheet' type='text/css'>
+
+    <script type="text/javascript" src="/js/jquery.js"></script>
+    <script type="text/javascript" src="/js/jquery-migrate.min.js"></script>
+    <script type="text/javascript" src="/js/jquery.mobile.custom.min.js"></script>
+    <script type="text/javascript" src="/js/isotope.pkgd.min.js"></script>
+    <script type="text/javascript" src="/js/navigation.js"></script>
+    <script type="text/javascript" src="/js/slider.js"></script>
+    <script type="text/javascript" src="/js/jquery.classyloader.js"></script>
+    <script type="text/javascript" src="/js/hero-slider.js"></script>
+    <script type="text/javascript" src="/js/footer.js"></script>
+    <script type="text/javascript" src="/js/top-form.js"></script>
+    <script type="text/javascript" src="/js/local6.js"></script>
+    <script type="text/javascript" src="/js/select-list.js"></script>
+    <script type="text/javascript" src="/js/legacy.js"></script>
+    <script type="text/javascript" src="/js/paralax-scroll.js"></script>
+    <script type="text/javascript" src="/js/jquery-ui.min.js"></script>
+    <script type="text/javascript" src="/js/jquery.selectBoxIt.min.js"></script>
+    <script type="text/javascript" src="/js/scroll-slider.js"></script>
+    <script type="text/javascript" src="/js/charts-animate.js"></script>
+    <script type="text/javascript" src="/js/dotdotdot.js"></script>
+    <script type="text/javascript" src="/js/products_scroll.js"></script>
+    <script type="text/javascript" src="/js/parallax.min.js"></script>
+    <script type="text/javascript" src="/js/parallax.js"></script>
+    <script type="text/javascript" src="/js/shb0wjr.js"></script>  
+
+    <script>
+    window.lsfDataLayer = window.lsfDataLayer || [];
+    </script>
+    
+    <style>
+      body {
+        font-family: "roboto-condensed", sans-serif;
+      }
+    </style>
+
+    <!-- Angular js files -->
+    <script src="/js/angular.min.js"></script>
+    <script src="/js/angular-animate.min.js"></script>
+    <script src="/js/app.js"></script>
+    <script src="/js/pressReleaseController.js"></script>
+    <script src="/js/eventCtrl.js"></script>
+    <!-- End Angular js files -->
+    <link rel="stylesheet" type="text/css" href="/css/prettify.css">
+    <script type="text/javascript" async="" src="/js/munchkin-beta.js"></script>
+    <link type="text/css" href="/css/jquery-ui-insightera-custom-1.8.css" rel="stylesheet">
+    <style id="style-1-cropbar-clipper">
+    /* Copyright 2014 Evernote Corporation. All rights reserved. */
+    
+    .en-markup-crop-options {
+        top: 18px !important;
+        left: 50% !important;
+        margin-left: -100px !important;
+        width: 200px !important;
+        border: 2px rgba(255, 255, 255, .38) solid !important;
+        border-radius: 4px !important;
+    }
+    
+    .en-markup-crop-options div div:first-of-type {
+        margin-left: 0px !important;
+    }
+    </style>
+</head>
+
+
+<body class="wrap">
+  <header>
+    <div class="main-navigation" style="height: 85px;">
+        <div class="main-nav fixed">
+            <div class="wrapper">
+                <div class="logo">
+                    <a href=""><img src="/img/logo.png" alt="Logo"></a>
+                </div>
+                <nav>
+                    <div class="toggle">
+                        <span></span>
+                        <span></span>
+                        <span></span>
+                    </div>
+                    <div class="menu-wrapper" style="height: auto; display: block;">
+                        <ul class="main-menu">
+    <li class="products-menu"><a href="/">Home</a>
+    </li>
+    <li class="solutions-menu"><a href="/about/">About</a>
+    </li>
+    <li class="services-menu"><a href="/documentation/">Documentation</a>
+    </li>
+    <li class="services-menu"><a href="/community/">Community</a>
+    </li>
+    <li class="training-menu"><a href="/news/">News</a>
+    </li>
+    <li>
+        <button class="button-default button-green trigger-top-form"> <a href="https://github.com/apache/incubator-metron/releases" target="new">Download </a></button>
+    </li>
+</ul>
+
+                    </div>
+                </nav>
+            </div>
+        </div>
+    </div>
+</header>
+
+
+  <section class="standalone">
+  <div class="grid">
+
+    <div class="unit whole">
+      <article>
+        <h1>Coding Guidelines</h1>
+        <h2 id="general-rules">General rules</h2>
+
+<ul>
+  <li>All files must have an Apache copyright header at the top of the file.</li>
+  <li>Code should be removed rather than commented out.</li>
+  <li>All public functions should have javadoc comments.</li>
+  <li>Always use braces to surround branches.</li>
+  <li>try-finally should be avoided.</li>
+</ul>
+
+<h2 id="formatting">Formatting</h2>
+
+<ul>
+  <li>All files must have an 80 character maximum line length.</li>
+  <li>Indentation should be 2 spaces.</li>
+  <li>Files should use spaces instead of tabs.</li>
+  <li>Wrapping lines
+    <ul>
+      <li>Break after a comma.</li>
+      <li>Break before an operator.</li>
+      <li>Prefer higher-level breaks to lower-level breaks.</li>
+      <li>Align the new line with beginning of the expression at the same level
+on the previous line.</li>
+      <li>If the above rules lead to confusing code, just indent 8 spaces.</li>
+    </ul>
+  </li>
+  <li>One variable declaration per a line.</li>
+</ul>
+
+<h2 id="naming">Naming</h2>
+
+<ul>
+  <li>Packages should be all lowercase.
+    <ul>
+      <li>Java code should be in <code class="highlighter-rouge">org.apache.,metron</code>, except for compatibility classes</li>
+    </ul>
+  </li>
+  <li>Classes should be in mixed case.</li>
+  <li>Variables should be in camel case.</li>
+  <li>Constants should be in upper case.</li>
+</ul>
+
+      </article>
+    </div>
+
+    <div class="clear"></div>
+
+  </div>
+</section>
+
+
+  </section>
+<section class="intro-block darken" id="docshome">
+    <div class="text-center">
+        <img class="v-middle img82" src="/img/incubator_logo.png" alt="Apache" style="margin:0 auto;left: 0px;">
+    </div>
+    <br>
+    <div class="content-960 hover-btn text-center disclaimer">
+        <b>Disclaimer:</b> Apache Metron is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Hortonworks. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+        <br>
+        The contents of this website are � 2016 Apache Software Foundation under the terms of the Apache License v2. Apache Metron and its logo are trademarks of the Apache Software Foundation.
+    </div>
+</section>
+
+  <script>
+  var anchorForId = function (id) {
+    var anchor = document.createElement("a");
+    anchor.className = "header-link";
+    anchor.href      = "#" + id;
+    anchor.innerHTML = "<span class=\"sr-only\">Permalink</span><i class=\"fa fa-link\"></i>";
+    anchor.title = "Permalink";
+    return anchor;
+  };
+
+  var linkifyAnchors = function (level, containingElement) {
+    var headers = containingElement.getElementsByTagName("h" + level);
+    for (var h = 0; h < headers.length; h++) {
+      var header = headers[h];
+
+      if (typeof header.id !== "undefined" && header.id !== "") {
+        header.appendChild(anchorForId(header.id));
+      }
+    }
+  };
+
+  document.onreadystatechange = function () {
+    if (this.readyState === "complete") {
+      var contentBlock = document.getElementsByClassName("docs")[0] || document.getElementsByClassName("news")[0];
+      if (!contentBlock) {
+        return;
+      }
+      for (var level = 1; level <= 6; level++) {
+        linkifyAnchors(level, contentBlock);
+      }
+    }
+  };
+</script>
+
+
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/c5d3d74b/develop/index.html
----------------------------------------------------------------------
diff --git a/develop/index.html b/develop/index.html
index 59bfe45..fe7ca98 100644
--- a/develop/index.html
+++ b/develop/index.html
@@ -20,6 +20,18 @@
                 padding: 0 !important;
             }
         </style>
+
+    <script>
+        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+                    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+                m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+        })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+        ga('create', 'UA-78972211-1', 'auto');
+        ga('send', 'pageview');
+
+    </script>
+
     <link rel="stylesheet" id="default-css" href="/css/default.css" type="text/css" media="all">
     <link rel="stylesheet" id="legacy-css" href="/css/legacy.css" type="text/css" media="all">
     <link rel="stylesheet" id="gravityforms-css" href="/css/gravityforms.css" type="text/css" media="all">
@@ -39,7 +51,6 @@
     <script type="text/javascript" src="/js/local6.js"></script>
     <script type="text/javascript" src="/js/select-list.js"></script>
     <script type="text/javascript" src="/js/legacy.js"></script>
-    <script type="text/javascript" src="/js/local.js"></script>
     <script type="text/javascript" src="/js/paralax-scroll.js"></script>
     <script type="text/javascript" src="/js/jquery-ui.min.js"></script>
     <script type="text/javascript" src="/js/jquery.selectBoxIt.min.js"></script>
@@ -239,7 +250,7 @@ with archive <a href="https://mail-archives.apache.org/mod_mbox/incubator-metron
 
 <p>Metron uses git for version control. Get the source code:</p>
 
-<p><code>% git clone https://git-wip-us.apache.org/repos/asf/incubator-metron.git</code></p>
+<p><code class="highlighter-rouge">% git clone https://git-wip-us.apache.org/repos/asf/incubator-metron.git</code></p>
 
 <p>The important branches are:</p>
 
@@ -267,19 +278,15 @@ commit.</p>
 
 
   </section>
-<section class="hero-second-level darken">
-
-    <div class="v-middle-wrapper">
-        <div class="v-middle-inner">
-            <div class="v-middle text-center">
-                <p><img src="/img/incubator_logo.png"></p>
-              
-                      
-            <p>The contents of this website are � 2016 Apache Software Foundation under the terms of<br /> the Apache License v2. Apache Metron and its logo are trademarks of the Apache Software Foundation.</p>
-        
-                               
-            </div>
-        </div>
+<section class="intro-block darken" id="docshome">
+    <div class="text-center">
+        <img class="v-middle img82" src="/img/incubator_logo.png" alt="Apache" style="margin:0 auto;left: 0px;">
+    </div>
+    <br>
+    <div class="content-960 hover-btn text-center disclaimer">
+        <b>Disclaimer:</b> Apache Metron is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Hortonworks. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+        <br>
+        The contents of this website are � 2016 Apache Software Foundation under the terms of the Apache License v2. Apache Metron and its logo are trademarks of the Apache Software Foundation.
     </div>
 </section>
 

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/c5d3d74b/docs/arch.html
----------------------------------------------------------------------
diff --git a/docs/arch.html b/docs/arch.html
index 93e15dc..f7759de 100644
--- a/docs/arch.html
+++ b/docs/arch.html
@@ -20,6 +20,18 @@
                 padding: 0 !important;
             }
         </style>
+
+    <script>
+        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+                    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+                m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+        })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+        ga('create', 'UA-78972211-1', 'auto');
+        ga('send', 'pageview');
+
+    </script>
+
     <link rel="stylesheet" id="default-css" href="/css/default.css" type="text/css" media="all">
     <link rel="stylesheet" id="legacy-css" href="/css/legacy.css" type="text/css" media="all">
     <link rel="stylesheet" id="gravityforms-css" href="/css/gravityforms.css" type="text/css" media="all">
@@ -39,7 +51,6 @@
     <script type="text/javascript" src="/js/local6.js"></script>
     <script type="text/javascript" src="/js/select-list.js"></script>
     <script type="text/javascript" src="/js/legacy.js"></script>
-    <script type="text/javascript" src="/js/local.js"></script>
     <script type="text/javascript" src="/js/paralax-scroll.js"></script>
     <script type="text/javascript" src="/js/jquery-ui.min.js"></script>
     <script type="text/javascript" src="/js/jquery.selectBoxIt.min.js"></script>
@@ -147,19 +158,15 @@
 
 
   </section>
-<section class="hero-second-level darken">
-
-    <div class="v-middle-wrapper">
-        <div class="v-middle-inner">
-            <div class="v-middle text-center">
-                <p><img src="/img/incubator_logo.png"></p>
-              
-                      
-            <p>The contents of this website are � 2016 Apache Software Foundation under the terms of<br /> the Apache License v2. Apache Metron and its logo are trademarks of the Apache Software Foundation.</p>
-        
-                               
-            </div>
-        </div>
+<section class="intro-block darken" id="docshome">
+    <div class="text-center">
+        <img class="v-middle img82" src="/img/incubator_logo.png" alt="Apache" style="margin:0 auto;left: 0px;">
+    </div>
+    <br>
+    <div class="content-960 hover-btn text-center disclaimer">
+        <b>Disclaimer:</b> Apache Metron is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Hortonworks. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+        <br>
+        The contents of this website are � 2016 Apache Software Foundation under the terms of the Apache License v2. Apache Metron and its logo are trademarks of the Apache Software Foundation.
     </div>
 </section>
 

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/c5d3d74b/docs/hive-ddl.html
----------------------------------------------------------------------
diff --git a/docs/hive-ddl.html b/docs/hive-ddl.html
index fa7ccd7..863518c 100644
--- a/docs/hive-ddl.html
+++ b/docs/hive-ddl.html
@@ -20,6 +20,18 @@
                 padding: 0 !important;
             }
         </style>
+
+    <script>
+        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+                    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+                m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+        })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+        ga('create', 'UA-78972211-1', 'auto');
+        ga('send', 'pageview');
+
+    </script>
+
     <link rel="stylesheet" id="default-css" href="/css/default.css" type="text/css" media="all">
     <link rel="stylesheet" id="legacy-css" href="/css/legacy.css" type="text/css" media="all">
     <link rel="stylesheet" id="gravityforms-css" href="/css/gravityforms.css" type="text/css" media="all">
@@ -39,7 +51,6 @@
     <script type="text/javascript" src="/js/local6.js"></script>
     <script type="text/javascript" src="/js/select-list.js"></script>
     <script type="text/javascript" src="/js/legacy.js"></script>
-    <script type="text/javascript" src="/js/local.js"></script>
     <script type="text/javascript" src="/js/paralax-scroll.js"></script>
     <script type="text/javascript" src="/js/jquery-ui.min.js"></script>
     <script type="text/javascript" src="/js/jquery.selectBoxIt.min.js"></script>
@@ -220,8 +231,6 @@
   
 
   
-    
-  
 
   
     
@@ -240,8 +249,6 @@
   
 
   
-    
-  
 
   
     
@@ -272,19 +279,15 @@
 
 
   </section>
-<section class="hero-second-level darken">
-
-    <div class="v-middle-wrapper">
-        <div class="v-middle-inner">
-            <div class="v-middle text-center">
-                <p><img src="/img/incubator_logo.png"></p>
-              
-                      
-            <p>The contents of this website are � 2016 Apache Software Foundation under the terms of<br /> the Apache License v2. Apache Metron and its logo are trademarks of the Apache Software Foundation.</p>
-        
-                               
-            </div>
-        </div>
+<section class="intro-block darken" id="docshome">
+    <div class="text-center">
+        <img class="v-middle img82" src="/img/incubator_logo.png" alt="Apache" style="margin:0 auto;left: 0px;">
+    </div>
+    <br>
+    <div class="content-960 hover-btn text-center disclaimer">
+        <b>Disclaimer:</b> Apache Metron is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Hortonworks. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+        <br>
+        The contents of this website are � 2016 Apache Software Foundation under the terms of the Apache License v2. Apache Metron and its logo are trademarks of the Apache Software Foundation.
     </div>
 </section>