Repository: incubator-metron
Updated Branches:
  refs/heads/master 41b5b1050 -> cb44090b0


METRON-867: In the event that we graduate, remove incubating from the website 
and documentation closes apache/incubator-metron#539


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

Branch: refs/heads/master
Commit: cb44090b0a3f7df6950cf27d43ebb399d5005403
Parents: 41b5b10
Author: cstella <[email protected]>
Authored: Sun Apr 23 21:16:47 2017 -0400
Committer: cstella <[email protected]>
Committed: Sun Apr 23 21:16:47 2017 -0400

----------------------------------------------------------------------
 .github/PULL_REQUEST_TEMPLATE.md                |   2 +-
 README.md                                       |   6 +++---
 metron-analytics/metron-statistics/HLLP.md      |   2 +-
 metron-analytics/pom.xml                        |   2 +-
 metron-deployment/amazon-ec2/README.md          |   2 +-
 .../extra_modules/ambari_service_state.py       |   2 +-
 .../docker/rpm-docker/SPECS/metron.spec         |   2 +-
 .../roles/deployment-report/tasks/main.yml      |   2 +-
 metron-deployment/roles/monit/README.md         |   2 +-
 metron-interface/pom.xml                        |   2 +-
 metron-platform/README.md                       |   2 +-
 metron-platform/pom.xml                         |   2 +-
 metron-sensors/bro-plugin-kafka/MAINTAINER      |   2 +-
 pom.xml                                         |   2 +-
 site-book/README.md                             |   2 +-
 site-book/bin/generate-md.sh                    |   2 +-
 site-book/pom.xml                               |   2 +-
 .../src-resources/templates/site.xml.template   |  16 ++++------------
 site/_includes/footer.html                      |   6 ------
 site/_includes/primary-nav-items.html           |   3 ---
 site/about/index.md                             |   4 ++--
 site/community/index.md                         |  14 +++++++-------
 site/develop/bylaws.md                          |   8 ++++----
 site/develop/index.md                           |  10 +++++-----
 site/documentation/index.md                     |   4 ++--
 site/help/index.md                              |   6 +++---
 site/img/metron_evolution.png                   | Bin 263188 -> 457377 bytes
 site/index.html                                 |   8 ++++----
 site/js/top-form.js                             |   5 +----
 site/news/index.html                            |   2 +-
 30 files changed, 52 insertions(+), 72 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/cb44090b/.github/PULL_REQUEST_TEMPLATE.md
----------------------------------------------------------------------
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 7d5ce2c..6c1f2a5 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -4,7 +4,7 @@
 
 ## Pull Request Checklist
 
-Thank you for submitting a contribution to Apache Metron (Incubating).  
+Thank you for submitting a contribution to Apache Metron.  
 Please refer to our [Development 
Guidelines](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=61332235)
 for the complete guide to follow for contributions.  
 Please refer also to our [Build Verification 
Guidelines](https://cwiki.apache.org/confluence/display/METRON/Verifying+Builds?show-miniview)
 for complete smoke testing guides.  
 

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/cb44090b/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 6e30209..09f72c3 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 [![Build 
Status](https://travis-ci.org/apache/incubator-metron.svg?branch=master)](https://travis-ci.org/apache/incubator-metron)
  
-# Apache Metron (Incubating)
+# Apache Metron
 
 Metron integrates a variety of open source big data technologies in order
 to offer a centralized tool for security monitoring and analysis. Metron
@@ -9,7 +9,7 @@ storage, advanced behavioral analytics and data enrichment, 
while applying
 the most current threat intelligence information to security telemetry
 within a single platform.
 
-For the latest information, please visit our website at 
http://metron.incubator.apache.org/
+For the latest information, please visit our website at 
http://metron.apache.org/
  
 Metron can be divided into 4 areas:
 
@@ -52,7 +52,7 @@ enable rapid detection and rapid response for advanced 
security threats.
 
 # Obtaining Metron
 
-To obtain a release of Metron, please visit 
http://metron.incubator.apache.org/documentation/#releases
+To obtain a release of Metron, please visit 
http://metron.apache.org/documentation/#releases
 
 This repository is a collection of submodules for convenience which is 
regularly
 updated to point to the latest versions. Github provides multiple ways to 
obtain

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/cb44090b/metron-analytics/metron-statistics/HLLP.md
----------------------------------------------------------------------
diff --git a/metron-analytics/metron-statistics/HLLP.md 
b/metron-analytics/metron-statistics/HLLP.md
index a34e542..c645253 100644
--- a/metron-analytics/metron-statistics/HLLP.md
+++ b/metron-analytics/metron-statistics/HLLP.md
@@ -30,7 +30,7 @@ manipulated during the test: cardinality, sparse set 
precision, and normal set p
 ### Choosing p, sp
 There is a tradeoff when choosing values for p and sp. A higher value for sp 
means a lower error rate for instances when the sparse set is being used. 
However, a higher value for sp also requires
 more memory, which means the algorithm will cut over to the dense 
representation more quickly. The Google paper (listed above) recommends 
settings of p=25, sp=14 for optimal memory use and
-algorithm accuracy, and these are the defaults provided by the Apache Metron 
(Incubating) implementation in Stellar. You'll notice in the tests below, 
memory consumption tops out around 12KB
+algorithm accuracy, and these are the defaults provided by the Apache Metron 
implementation in Stellar. You'll notice in the tests below, memory consumption 
tops out around 12KB
 for this setting, regardless of cardinality size.
 
 ### Key

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/cb44090b/metron-analytics/pom.xml
----------------------------------------------------------------------
diff --git a/metron-analytics/pom.xml b/metron-analytics/pom.xml
index cd01184..552de67 100644
--- a/metron-analytics/pom.xml
+++ b/metron-analytics/pom.xml
@@ -25,7 +25,7 @@
                <version>0.4.0</version>
        </parent>
        <description>Stream analytics for Metron</description>
-       <url>https://metron.incubator.apache.org/</url>
+       <url>https://metron.apache.org/</url>
        <scm>
                
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-metron.git</connection>
                
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-metron.git</developerConnection>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/cb44090b/metron-deployment/amazon-ec2/README.md
----------------------------------------------------------------------
diff --git a/metron-deployment/amazon-ec2/README.md 
b/metron-deployment/amazon-ec2/README.md
index 6ffc9fa..b28efdd 100644
--- a/metron-deployment/amazon-ec2/README.md
+++ b/metron-deployment/amazon-ec2/README.md
@@ -96,7 +96,7 @@ Having successfully created your Amazon Web Services account, 
hopefully you will
           "   Metron  @  
http://ec2-52-37-255-142.us-west-2.compute.amazonaws.com:5000";,
           "   Ambari  @  
http://ec2-52-37-225-202.us-west-2.compute.amazonaws.com:8080";,
           "   Sensors @  ec2-52-37-225-202.us-west-2.compute.amazonaws.com on 
tap0",
-          "For additional information, see 
https://metron.incubator.apache.org/'"
+          "For additional information, see https://metron.apache.org/'"
       ]
   }
   ```

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/cb44090b/metron-deployment/extra_modules/ambari_service_state.py
----------------------------------------------------------------------
diff --git a/metron-deployment/extra_modules/ambari_service_state.py 
b/metron-deployment/extra_modules/ambari_service_state.py
index 46d63f2..6d44e8d 100644
--- a/metron-deployment/extra_modules/ambari_service_state.py
+++ b/metron-deployment/extra_modules/ambari_service_state.py
@@ -20,7 +20,7 @@ DOCUMENTATION = '''
 ---
 module: ambari_service_state
 version_added: "2.1"
-author: Apache Metron (Incubating : https://github.com/apache/incubator-metron 
)
+author: Apache Metron (https://metron.apache.org)
 short_description: Start/Stop/Change Service or Component State
 description:
     - Start/Stop/Change Service or Component State

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/cb44090b/metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec
----------------------------------------------------------------------
diff --git a/metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec 
b/metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec
index 593cf5c..b1ba637 100644
--- a/metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec
+++ b/metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec
@@ -19,7 +19,7 @@
 %define full_version        %{version}%{?_prerelease}
 %define prerelease_fmt      %{?_prerelease:.%{_prerelease}}          
 %define vendor_version      %{?_vendor_version}%{!?_vendor_version: UNKNOWN}
-%define url                 http://metron.incubator.apache.org/
+%define url                 http://metron.apache.org/
 %define base_name           metron
 %define name                %{base_name}-%{vendor_version}
 %define versioned_app_name  %{base_name}-%{version}

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/cb44090b/metron-deployment/roles/deployment-report/tasks/main.yml
----------------------------------------------------------------------
diff --git a/metron-deployment/roles/deployment-report/tasks/main.yml 
b/metron-deployment/roles/deployment-report/tasks/main.yml
index de76805..ac84ee8 100644
--- a/metron-deployment/roles/deployment-report/tasks/main.yml
+++ b/metron-deployment/roles/deployment-report/tasks/main.yml
@@ -32,6 +32,6 @@
       - "   Sensor Status   @ http://{{ groups.sensors[0] }}:2812"
       - "   Zookeeper       @ {{ zookeeper_url }}"
       - "   Kafka           @ {{ kafka_broker_url }}"
-      - For additional information, see https://metron.incubator.apache.org/'
+      - For additional information, see https://metron.apache.org/'
 
 - debug: var=Success

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/cb44090b/metron-deployment/roles/monit/README.md
----------------------------------------------------------------------
diff --git a/metron-deployment/roles/monit/README.md 
b/metron-deployment/roles/monit/README.md
index 3ce8717..bf52c5d 100644
--- a/metron-deployment/roles/monit/README.md
+++ b/metron-deployment/roles/monit/README.md
@@ -17,7 +17,7 @@ This role will leverage Monit as a process watchdog to manage 
sensors, topologie
         "   Ambari          @ 
http://ec2-52-39-4-93.us-west-2.compute.amazonaws.com:8080";,
         "   Sensor Status   @ 
http://ec2-52-39-4-93.us-west-2.compute.amazonaws.com:2812";,
         "   Topology Status @ 
http://ec2-52-39-130-62.us-west-2.compute.amazonaws.com:2812";,
-        "For additional information, see https://metron.incubator.apache.org/'"
+        "For additional information, see https://metron.apache.org/'"
     ]
   }
   ```

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/cb44090b/metron-interface/pom.xml
----------------------------------------------------------------------
diff --git a/metron-interface/pom.xml b/metron-interface/pom.xml
index d664808..fa7e95b 100644
--- a/metron-interface/pom.xml
+++ b/metron-interface/pom.xml
@@ -24,7 +24,7 @@
         <version>0.4.0</version>
     </parent>
     <description>Interfaces for Metron</description>
-    <url>https://metron.incubator.apache.org/</url>
+    <url>https://metron.apache.org/</url>
     <scm>
         
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-metron.git</connection>
         
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-metron.git</developerConnection>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/cb44090b/metron-platform/README.md
----------------------------------------------------------------------
diff --git a/metron-platform/README.md b/metron-platform/README.md
index db34025..650541f 100644
--- a/metron-platform/README.md
+++ b/metron-platform/README.md
@@ -23,7 +23,7 @@ We are still in the process of merging/porting additional 
features from our prod
 
 # metron-platform
 
-Extensible set of Storm topologies and topology attributes for streaming, 
enriching, indexing, and storing telemetry in Hadoop.  General information on 
Metron is available at https://metron.incubator.apache.org/
+Extensible set of Storm topologies and topology attributes for streaming, 
enriching, indexing, and storing telemetry in Hadoop.  General information on 
Metron is available at https://metron.apache.org/
 
 # Documentation
 

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/cb44090b/metron-platform/pom.xml
----------------------------------------------------------------------
diff --git a/metron-platform/pom.xml b/metron-platform/pom.xml
index 33969c5..68d9be8 100644
--- a/metron-platform/pom.xml
+++ b/metron-platform/pom.xml
@@ -25,7 +25,7 @@
                <version>0.4.0</version>
        </parent>
        <description>Stream analytics for Metron</description>
-       <url>https://metron.incubator.apache.org/</url>
+       <url>https://metron.apache.org/</url>
        <scm>
                
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-metron.git</connection>
                
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-metron.git</developerConnection>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/cb44090b/metron-sensors/bro-plugin-kafka/MAINTAINER
----------------------------------------------------------------------
diff --git a/metron-sensors/bro-plugin-kafka/MAINTAINER 
b/metron-sensors/bro-plugin-kafka/MAINTAINER
index 0ddaed7..bd46089 100644
--- a/metron-sensors/bro-plugin-kafka/MAINTAINER
+++ b/metron-sensors/bro-plugin-kafka/MAINTAINER
@@ -15,4 +15,4 @@
 #  limitations under the License.
 #
 
-Apache Metron <[email protected]>
+Apache Metron <[email protected]>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/cb44090b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a86905e..96885d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <packaging>pom</packaging>
     <name>Metron</name>
     <description>Metron Top Level Project</description>
-    <url>https://metron.incubator.apache.org/</url>
+    <url>https://metron.apache.org/</url>
     <modules>
             <module>metron-analytics</module>
             <module>metron-platform</module>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/cb44090b/site-book/README.md
----------------------------------------------------------------------
diff --git a/site-book/README.md b/site-book/README.md
index 93d3a31..d1060a0 100644
--- a/site-book/README.md
+++ b/site-book/README.md
@@ -6,7 +6,7 @@ Metron's Site Book is an attempt at producing documentation 
that is:
 - Tied to code versions
 - Highly local to the code being documented
 
-The idea is that a release manager would build the site-book (following the 
instructions below), then publish it from the public [Metron 
site](http://metron.incubator.apache.org/) as the docs for the new released 
version. Older site-book versions should remain available for users that need 
them.
+The idea is that a release manager would build the site-book (following the 
instructions below), then publish it from the public [Metron 
site](http://metron.apache.org/) as the docs for the new released version. 
Older site-book versions should remain available for users that need them.
 
 
 To build the book, do the following:

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/cb44090b/site-book/bin/generate-md.sh
----------------------------------------------------------------------
diff --git a/site-book/bin/generate-md.sh b/site-book/bin/generate-md.sh
index 0859b7c..d428fbc 100755
--- a/site-book/bin/generate-md.sh
+++ b/site-book/bin/generate-md.sh
@@ -280,7 +280,7 @@ sed -n -e "1,/${BEGIN_TAG}/ p" 
"$TEMPLATES_DIR"/site.xml.template > ../site.xml
 # Now start inserting menu tree items
 # top level of markdown tree is special
 if [ -e index.md ] ; then
-    echo "<item name='Metron' href='index.html' title='Apache Metron - 
Incubating' collapse='false'>" >> ../site.xml
+    echo "<item name='Metron' href='index.html' title='Apache Metron' 
collapse='false'>" >> ../site.xml
     item0_exists=1
 else
     item0_exists=0

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/cb44090b/site-book/pom.xml
----------------------------------------------------------------------
diff --git a/site-book/pom.xml b/site-book/pom.xml
index 2ca7046..2f04c71 100644
--- a/site-book/pom.xml
+++ b/site-book/pom.xml
@@ -25,7 +25,7 @@
                <version>0.4.0</version>
        </parent>
        <description>User Documentation for Metron</description>
-       <url>https://metron.incubator.apache.org/</url>
+       <url>https://metron.apache.org/</url>
        <scm>
                
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-metron.git</connection>
                
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-metron.git</developerConnection>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/cb44090b/site-book/src/site/src-resources/templates/site.xml.template
----------------------------------------------------------------------
diff --git a/site-book/src/site/src-resources/templates/site.xml.template 
b/site-book/src/site/src-resources/templates/site.xml.template
index 85a61e1..8523562 100644
--- a/site-book/src/site/src-resources/templates/site.xml.template
+++ b/site-book/src/site/src-resources/templates/site.xml.template
@@ -28,28 +28,20 @@
 
     <custom>
         <fluidoSkin>
-            <project>Apache Metron - Incubating</project>
+            <project>Apache Metron</project>
            <topBarEnabled>false</topBarEnabled>
             <sideBarEnabled>true</sideBarEnabled>
         </fluidoSkin>
     </custom>
 
     <bannerLeft>
-        <name>Apache Metron - Incubating</name>
+        <name>Apache Metron</name>
         <src>images/metron-logo.png</src>
-       <href>http://metron.incubator.apache.org/</href>
+       <href>http://metron.apache.org/</href>
         <width>148px</width>
         <height>48px</height>
     </bannerLeft>
 
-    <bannerRight>
-        <name>Apache Incubating</name>
-       <src>images/ApacheIncubating_Logo.png</src>
-       <href>http://incubator.apache.org/</href>
-        <width>192px</width>
-        <height>48px</height>
-    </bannerRight>
-
     <publishDate position="right"/>
     <version position="right"/>
 
@@ -62,7 +54,7 @@
 
         <breadcrumbs position="left">
             <item name="Apache" href="http://www.apache.org"/>
-            <item name="Metron-Incubating" title="Apache Metron - Incubating" 
href="http://metron.incubator.apache.org/"/>
+            <item name="Metron" title="Apache Metron" 
href="http://metron.apache.org/"/>
            <item name="Documentation" title="Metron Docs" href="index.html"/>
         </breadcrumbs>
 

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/cb44090b/site/_includes/footer.html
----------------------------------------------------------------------
diff --git a/site/_includes/footer.html b/site/_includes/footer.html
index 8e375ca..55c47a9 100644
--- a/site/_includes/footer.html
+++ b/site/_includes/footer.html
@@ -1,12 +1,6 @@
 </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;background: #FFFFFF">
-    </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/cb44090b/site/_includes/primary-nav-items.html
----------------------------------------------------------------------
diff --git a/site/_includes/primary-nav-items.html 
b/site/_includes/primary-nav-items.html
index 764f276..2799976 100644
--- a/site/_includes/primary-nav-items.html
+++ b/site/_includes/primary-nav-items.html
@@ -12,7 +12,4 @@
     <li>
         <button class="button-default button-green" style="line-height:43px;"> 
<a>Download </a></button>
     </li>
-    <li class="apache-logo">
-        <button id="apache-website" style="cursor: pointer;"> <img 
src="/img/incubator_logo.png" alt="Apache" style="height:43px;background: 
#FFFFFF;"> </button>
-    </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/cb44090b/site/about/index.md
----------------------------------------------------------------------
diff --git a/site/about/index.md b/site/about/index.md
index 69f644f..03901c6 100644
--- a/site/about/index.md
+++ b/site/about/index.md
@@ -1,6 +1,6 @@
 ---
 layout: default
-title: Apache Metron (Incubating) About
+title: Apache Metron About
 ---
 
 <section class="hero-second-level no-padding">
@@ -36,7 +36,7 @@ title: Apache Metron (Incubating) About
         <h2>Evolution</h2>
     </div>
     <div>
-        <img class="img82" src="/img/metron_evolution.png" alt="What Apache 
Metron (Incubating) Does" style="margin:0 auto;left: 0px;display:block;">
+        <img class="img82" src="/img/metron_evolution.png" alt="What Apache 
Metron Does" style="margin:0 auto;left: 0px;display:block;">
     </div>
     <div class="hover-btn text-center">
             <a class="button-default" 
href="https://cwiki.apache.org/confluence/display/METRON/Evolution+of+Apache+Metron";
 target="new">LEARN MORE</a>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/cb44090b/site/community/index.md
----------------------------------------------------------------------
diff --git a/site/community/index.md b/site/community/index.md
index d1664c5..ac61708 100644
--- a/site/community/index.md
+++ b/site/community/index.md
@@ -1,6 +1,6 @@
 ---
 layout: default
-title: Apache Metron (Incubating) Community
+title: Apache Metron Community
 ---
 
 <section class="hero-second-level no-padding">
@@ -94,7 +94,7 @@ title: Apache Metron (Incubating) Community
           <h2>Community Resources</h2>
         </div>
         <div class="content-960 hover-btn text-center">
-            <p>Apache Metron (Incubating) 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>
+            <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>
@@ -104,7 +104,7 @@ title: Apache Metron (Incubating) Community
           <h2>Get Involved</h2>
         </div>
         <div class="content-960 hover-btn text-center">
-            <p> Do you want to contribute to Apache Metron (Incubating)? 
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>
+            <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>
@@ -115,12 +115,12 @@ title: Apache Metron (Incubating) Community
         </div>
         <div class="content-960 hover-btn text-center">
             <h4> General & Public Discussion </h4>
-                [<a 
href="mailto:[email protected]";>Subscribe</a>]
-                [<a 
href="mailto:[email protected]";>Unsubscribe</a>]
+                [<a 
href="mailto:[email protected]";>Subscribe</a>]
+                [<a 
href="mailto:[email protected]";>Unsubscribe</a>]
                 [<a 
href="http://mail-archives.apache.org/mod_mbox/incubator-metron-user/";>Archives</a>]
             <h4> Code & Documentation Change </h4>
-                [<a 
href="mailto:[email protected]";>Subscribe</a>]
-                [<a 
href="mailto:[email protected]";>Unsubscribe</a>]
+                [<a 
href="mailto:[email protected]";>Subscribe</a>]
+                [<a 
href="mailto:[email protected]";>Unsubscribe</a>]
                 [<a 
href="http://mail-archives.apache.org/mod_mbox/incubator-metron-dev/";>Archives</a>]
         </div>
 </section>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/cb44090b/site/develop/bylaws.md
----------------------------------------------------------------------
diff --git a/site/develop/bylaws.md b/site/develop/bylaws.md
index 9d81a1b..a8fc5fb 100644
--- a/site/develop/bylaws.md
+++ b/site/develop/bylaws.md
@@ -1,11 +1,11 @@
 ---
 layout: page
-title: Apache Metron (Incubating) Bylaws
+title: Apache Metron Bylaws
 ---
 
 ## Introduction
 
-This document defines the bylaws under which the Apache Metron (Incubating) 
project
+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.
 
@@ -32,8 +32,8 @@ it expects its members to follow. In particular:
 
 Metron is typical of Apache projects in that it operates under a set of
 principles, known collectively as the "Apache Way". If you are new to
-Apache development, please refer to the [Incubator
-project](http://incubator.apache.org/) for more
+Apache development, please refer to
+[this](http://www.apache.org/foundation/how-it-works.html) for more
 information on how Apache projects operate.
 
 ## Roles and Responsibilities

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/cb44090b/site/develop/index.md
----------------------------------------------------------------------
diff --git a/site/develop/index.md b/site/develop/index.md
index d8378a6..ca917fa 100644
--- a/site/develop/index.md
+++ b/site/develop/index.md
@@ -29,16 +29,16 @@ George Vetticaden       | gvetticaden    | PMC
 
 There are several development mailing lists for Metron
 
-* [[email protected]](mailto:[email protected]) 
- Development discussions
+* [[email protected]](mailto:[email protected]) - Development 
discussions
   with archive 
[here](https://mail-archives.apache.org/mod_mbox/incubator-metron-dev/)
-* 
[[email protected]](mailto:[email protected]) 
- Bug tracking
+* [[email protected]](mailto:[email protected]) - Bug tracking
   with archive 
[here](https://mail-archives.apache.org/mod_mbox/incubator-metron-issues/)
-* 
[[email protected]](mailto:[email protected])
 - Git tracking
+* [[email protected]](mailto:[email protected]) - Git tracking
   with archive 
[here](https://mail-archives.apache.org/mod_mbox/incubator-metron-commits/)
 
 You can subscribe to the lists by sending email to
-*list*[email protected] and unsubscribe by sending email 
to
-*list*[email protected].
+*list*[email protected] and unsubscribe by sending email to
+*list*[email protected].
 
 ## Source code
 

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/cb44090b/site/documentation/index.md
----------------------------------------------------------------------
diff --git a/site/documentation/index.md b/site/documentation/index.md
index 28660c8..d41894f 100644
--- a/site/documentation/index.md
+++ b/site/documentation/index.md
@@ -1,6 +1,6 @@
 ---
 layout: default
-title: Apache Metron (Incubating) Documentation
+title: Apache Metron Documentation
 ---
 
 <section class="hero-second-level no-padding">
@@ -35,7 +35,7 @@ title: Apache Metron (Incubating) Documentation
             <h2>Quick Start</h2>
         </div>
         <div class="content-960 hover-btn text-center">
-            <p>The Quick Start installation fully automates the provisioning 
and deployment of Apache Metron (Incubating) and all necessary prerequisites on 
a single, virtualized host running on VirtualBox.</p>
+            <p>The Quick Start installation fully automates the provisioning 
and deployment of Apache Metron and all necessary prerequisites on a single, 
virtualized host running on VirtualBox.</p>
             <br>
             <p> This image is designed for quick deployment of a single node 
Metron cluster running on VirtualBox. This platform is ideal for use by Metron 
developers. It uses a base image that has been pre-loaded with Ambari and 
HDP.</p>
             <a class="button-default" 
href="https://cwiki.apache.org/confluence/display/METRON/Quick+Start"; 
target="_blank">LEARN MORE</a>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/cb44090b/site/help/index.md
----------------------------------------------------------------------
diff --git a/site/help/index.md b/site/help/index.md
index bea4306..c91f4e1 100644
--- a/site/help/index.md
+++ b/site/help/index.md
@@ -8,16 +8,16 @@ Need help with Metron? Try these resources.
 ## Mailing Lists
 
 The best option is to send email to the user list
-[[email protected]](mailto:[email protected]), 
which is for user
+[[email protected]](mailto:[email protected]), which is for user
 discussions. All of the historic traffic is available in the
 [archive](http://mail-archives.apache.org/mod_mbox/incubator-metron-user/). To
 subscribe to the user list, please send email to
-[[email protected]](mailto:[email protected]).
+[[email protected]](mailto:[email protected]).
 
 ## Bug Reports
 
 Please file any issues you encounter or fixes you'd like on the
-[Apache Metron (Incubating) 
Jira](https://issues.apache.org/jira/browse/metron). We welcome
+[Apache Metron Jira](https://issues.apache.org/jira/browse/metron). We welcome
 patches!
 
 ## StackOverflow

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/cb44090b/site/img/metron_evolution.png
----------------------------------------------------------------------
diff --git a/site/img/metron_evolution.png b/site/img/metron_evolution.png
index 78471bd..e11fb93 100644
Binary files a/site/img/metron_evolution.png and 
b/site/img/metron_evolution.png differ

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/cb44090b/site/index.html
----------------------------------------------------------------------
diff --git a/site/index.html b/site/index.html
index 23805fc..4800e4d 100644
--- a/site/index.html
+++ b/site/index.html
@@ -1,6 +1,6 @@
 ---
 layout: default
-title: Apache Metron (Incubating) Big Data Security
+title: Apache Metron Big Data Security
 overview: true
 ---
 
@@ -40,15 +40,15 @@ overview: true
 
 <section class="hero-second-level no-padding" id="what">
     <div class="bg-img">
-        <img src="/img/metron_sky.png" alt="What Apache Metron (Incubating) 
Does" style="width: 100%; left: 0px;">
+        <img src="/img/metron_sky.png" alt="What Apache Metron Does" 
style="width: 100%; left: 0px;">
     </div>
     <div class="v-middle-wrapper">
         <div class="v-middle-inner">
             <div class="v-middle text-center">
-              <h1>What Apache Metron (Incubating) Does </h1>
+              <h1>What Apache Metron Does </h1>
               <br />
                       
-            <p>Apache Metron (Incubating) provides a scalable advanced 
security analytics framework built with the Hadoop Community evolving from the 
Cisco OpenSOC Project. A cyber security application framework that provides 
organizations the ability to detect cyber anomalies and enable organizations to 
rapidly respond to identified anomalies.</p>
+            <p>Apache Metron provides a scalable advanced security analytics 
framework built with the Hadoop Community evolving from the Cisco OpenSOC 
Project. A cyber security application framework that provides organizations the 
ability to detect cyber anomalies and enable organizations to rapidly respond 
to identified anomalies.</p>
                 <div class="hover-btn text-center">
                         <a class="button-default" 
href="https://cwiki.apache.org/confluence/display/METRON/About+Metron"; 
target="_blank"> MORE</a>
                 </div>   

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/cb44090b/site/js/top-form.js
----------------------------------------------------------------------
diff --git a/site/js/top-form.js b/site/js/top-form.js
index bd4072b..f078db0 100644
--- a/site/js/top-form.js
+++ b/site/js/top-form.js
@@ -27,9 +27,6 @@ $(document).ready(function () {
         window.location = window.location.origin + "/documentation/#releases";
     });
 
-    $('.main-menu #apache-website').on('click', function() {
-        window.open("http://incubator.apache.org/";, "_blank");
-    });
 
     /*
      * Top-form UI/UX effects
@@ -149,4 +146,4 @@ $(document).ready(function () {
             }
         }).resize();
     });
-});
\ No newline at end of file
+});

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/cb44090b/site/news/index.html
----------------------------------------------------------------------
diff --git a/site/news/index.html b/site/news/index.html
index 30365a7..9b28e72 100644
--- a/site/news/index.html
+++ b/site/news/index.html
@@ -1,6 +1,6 @@
 ---
 layout: default
-title: Apache Metron (Incubating) Community
+title: Apache Metron Community
 ---
 
 <section class="hero-second-level no-padding">

Reply via email to