Repository: yetus
Updated Branches:
  refs/heads/asf-site ed7cf3b00 -> 1d0097a46


http://git-wip-us.apache.org/repos/asf/yetus/blob/1d0097a4/documentation/latest/precommit-advanced/index.html
----------------------------------------------------------------------
diff --git a/documentation/latest/precommit-advanced/index.html 
b/documentation/latest/precommit-advanced/index.html
index 44fe94e..2aa6595 100644
--- a/documentation/latest/precommit-advanced/index.html
+++ b/documentation/latest/precommit-advanced/index.html
@@ -25,11 +25,11 @@
                     <link href="/assets/css/font-awesome.css" rel="stylesheet">
 
                    <!-- JS -->
-                   <script type="text/javascript" 
src="/assets/js/jquery-2.1.1.min.js"></script>
+                   <script type="text/javascript" 
src="/assets/js/jquery-2.1.4.min.js"></script>
                    <script type="text/javascript" 
src="/assets/js/bootstrap.js"></script>
        </head>
     <body>
-      <div class="navbar navbar-custom navbar-static-top" role="navigation">
+      <div class="navbar navbar-inverse navbar-static-top" role="navigation">
     <div class="container">
         <div class="navbar-header">
             <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target=".navbar-collapse">
@@ -39,11 +39,12 @@
                 <span class="icon-bar"></span>
             </button>
             <a class="img-responsive pull-left" href="/">
-                <img src="/assets/img/yetus_logo.png" alt="Apache Yetus logo" 
/>
+                <img style="max-height: 40px; margin-top: 5px; margin-bottom: 
5px;" src="/assets/img/yetus_logo.png" alt="Apache Yetus logo" />
             </a>
         </div>
         <div class="navbar-collapse collapse">
             <ul class="nav navbar-nav">
+                <li><a href="/downloads/">Downloads</a>
                 <li><a href="/documentation/latest/">Documentation</a>
                 </li>
                 <li class="dropdown">

http://git-wip-us.apache.org/repos/asf/yetus/blob/1d0097a4/documentation/latest/precommit-architecture/index.html
----------------------------------------------------------------------
diff --git a/documentation/latest/precommit-architecture/index.html 
b/documentation/latest/precommit-architecture/index.html
index 96add38..0cc246a 100644
--- a/documentation/latest/precommit-architecture/index.html
+++ b/documentation/latest/precommit-architecture/index.html
@@ -25,11 +25,11 @@
                     <link href="/assets/css/font-awesome.css" rel="stylesheet">
 
                    <!-- JS -->
-                   <script type="text/javascript" 
src="/assets/js/jquery-2.1.1.min.js"></script>
+                   <script type="text/javascript" 
src="/assets/js/jquery-2.1.4.min.js"></script>
                    <script type="text/javascript" 
src="/assets/js/bootstrap.js"></script>
        </head>
     <body>
-      <div class="navbar navbar-custom navbar-static-top" role="navigation">
+      <div class="navbar navbar-inverse navbar-static-top" role="navigation">
     <div class="container">
         <div class="navbar-header">
             <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target=".navbar-collapse">
@@ -39,11 +39,12 @@
                 <span class="icon-bar"></span>
             </button>
             <a class="img-responsive pull-left" href="/">
-                <img src="/assets/img/yetus_logo.png" alt="Apache Yetus logo" 
/>
+                <img style="max-height: 40px; margin-top: 5px; margin-bottom: 
5px;" src="/assets/img/yetus_logo.png" alt="Apache Yetus logo" />
             </a>
         </div>
         <div class="navbar-collapse collapse">
             <ul class="nav navbar-nav">
+                <li><a href="/downloads/">Downloads</a>
                 <li><a href="/documentation/latest/">Documentation</a>
                 </li>
                 <li class="dropdown">

http://git-wip-us.apache.org/repos/asf/yetus/blob/1d0097a4/documentation/latest/precommit-basic/index.html
----------------------------------------------------------------------
diff --git a/documentation/latest/precommit-basic/index.html 
b/documentation/latest/precommit-basic/index.html
index 9b7a3d7..4db2bac 100644
--- a/documentation/latest/precommit-basic/index.html
+++ b/documentation/latest/precommit-basic/index.html
@@ -25,11 +25,11 @@
                     <link href="/assets/css/font-awesome.css" rel="stylesheet">
 
                    <!-- JS -->
-                   <script type="text/javascript" 
src="/assets/js/jquery-2.1.1.min.js"></script>
+                   <script type="text/javascript" 
src="/assets/js/jquery-2.1.4.min.js"></script>
                    <script type="text/javascript" 
src="/assets/js/bootstrap.js"></script>
        </head>
     <body>
-      <div class="navbar navbar-custom navbar-static-top" role="navigation">
+      <div class="navbar navbar-inverse navbar-static-top" role="navigation">
     <div class="container">
         <div class="navbar-header">
             <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target=".navbar-collapse">
@@ -39,11 +39,12 @@
                 <span class="icon-bar"></span>
             </button>
             <a class="img-responsive pull-left" href="/">
-                <img src="/assets/img/yetus_logo.png" alt="Apache Yetus logo" 
/>
+                <img style="max-height: 40px; margin-top: 5px; margin-bottom: 
5px;" src="/assets/img/yetus_logo.png" alt="Apache Yetus logo" />
             </a>
         </div>
         <div class="navbar-collapse collapse">
             <ul class="nav navbar-nav">
+                <li><a href="/downloads/">Downloads</a>
                 <li><a href="/documentation/latest/">Documentation</a>
                 </li>
                 <li class="dropdown">
@@ -124,41 +125,58 @@
 
 <h1 id="pre-requisites">Pre-requisites</h1>
 
-<p>test-patch has the following requirements:</p>
+<p>test-patch and smart-apply-patch are written in bash for maximum 
portability.  As such, it mostly assumes the locations of commands to be in the 
file path. However, in many cases, this assumption may be overridden via 
command line options.</p>
+
+<p>For Solaris and Solaris-like operating systems, the default location for 
the POSIX binaries is in /usr/xpg4/bin and the default location for the GNU 
binaries is /usr/gnu/bin.</p>
+
+<h2 id="base-requirements">Base Requirements</h2>
+
+<p>test-patch requires these installed components to execute:</p>
 
 <ul>
 <li>A project with a supported build tool (ant, gradle, maven, &hellip;)</li>
 <li>git-based project (and git 1.7.3 or higher installed)</li>
 <li>bash v3.2 or higher</li>
-<li>findbugs 3.x installed</li>
-<li>shellcheck installed, preferably 0.3.6 or higher</li>
-<li>pylint installed</li>
 <li>GNU diff</li>
 <li>GNU patch</li>
 <li>POSIX awk</li>
 <li>POSIX grep</li>
 <li>POSIX sed</li>
-<li>curl</li>
+<li><a href="http://curl.haxx.se/";>curl</a> command</li>
 <li>file command</li>
-<li>smart-apply-patch.sh (included!)</li>
 </ul>
 
-<p>Maven plug-ins requirements:</p>
+<h2 id="optional-requirements">Optional Requirements</h2>
+
+<p>Features are plug-in based. These are activated based upon tool 
availability, the languages being
+tested, etc.</p>
+
+<p>Bug Systems:</p>
 
 <ul>
-<li>Apache RAT</li>
-<li>Apache FindBugs</li>
+<li><a href="https://github.com/";>GitHub</a>-based issue tracking</li>
+<li><a href="https://www.atlassian.com/software/jira";>JIRA</a>-based issue 
tracking</li>
 </ul>
 
-<p>Optional:</p>
+<p>Unit Test Formats:</p>
 
 <ul>
-<li>JIRA-based issue tracking</li>
-<li>GitHub-based issue tracking</li>
-<li>Some other supported bug system</li>
+<li><a href="http://junit.org/";>JUnit</a></li>
+<li><a href="https://testanything.org/";>TAP</a></li>
 </ul>
 
-<p>The locations of these files are (mostly) assumed to be in the file path, 
but may be overridden via command line options.  For Solaris and Solaris-like 
operating systems, the default location for the POSIX binaries is in 
/usr/xpg4/bin and the default location for the GNU binaries is /usr/gnu/bin.</p>
+<p>Language Support, Licensing, and more:</p>
+
+<ul>
+<li><a href="http://creadur.apache.org/rat/";>Apache Creadur Rat</a> entries in 
build system</li>
+<li><a href="http://checkstyle.sourceforge.net/";>checkstyle</a> entries in 
build system (ant and maven only)</li>
+<li><a href="http://findbugs.sourceforge.net/";>FindBugs</a> entries in build 
system and 3.x executables</li>
+<li><a href="http://perlcritic.com/";>Perl::Critic</a> installed</li>
+<li><a href="http://www.pylint.org/";>pylint</a> installed</li>
+<li><a href="http://batsov.com/rubocop/";>rubocop</a> installed</li>
+<li><a href="https://github.com/YorickPeterse/ruby-lint";>ruby-lint</a> 
installed</li>
+<li><a href="https://github.com/koalaman/shellcheck";>shellcheck</a> installed, 
preferably 0.3.6 or higher</li>
+</ul>
 
 <h1 id="basic-usage">Basic Usage</h1>
 

http://git-wip-us.apache.org/repos/asf/yetus/blob/1d0097a4/documentation/latest/precommit-bugsystems/index.html
----------------------------------------------------------------------
diff --git a/documentation/latest/precommit-bugsystems/index.html 
b/documentation/latest/precommit-bugsystems/index.html
index 587c203..d8f728f 100644
--- a/documentation/latest/precommit-bugsystems/index.html
+++ b/documentation/latest/precommit-bugsystems/index.html
@@ -25,11 +25,11 @@
                     <link href="/assets/css/font-awesome.css" rel="stylesheet">
 
                    <!-- JS -->
-                   <script type="text/javascript" 
src="/assets/js/jquery-2.1.1.min.js"></script>
+                   <script type="text/javascript" 
src="/assets/js/jquery-2.1.4.min.js"></script>
                    <script type="text/javascript" 
src="/assets/js/bootstrap.js"></script>
        </head>
     <body>
-      <div class="navbar navbar-custom navbar-static-top" role="navigation">
+      <div class="navbar navbar-inverse navbar-static-top" role="navigation">
     <div class="container">
         <div class="navbar-header">
             <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target=".navbar-collapse">
@@ -39,11 +39,12 @@
                 <span class="icon-bar"></span>
             </button>
             <a class="img-responsive pull-left" href="/">
-                <img src="/assets/img/yetus_logo.png" alt="Apache Yetus logo" 
/>
+                <img style="max-height: 40px; margin-top: 5px; margin-bottom: 
5px;" src="/assets/img/yetus_logo.png" alt="Apache Yetus logo" />
             </a>
         </div>
         <div class="navbar-collapse collapse">
             <ul class="nav navbar-nav">
+                <li><a href="/downloads/">Downloads</a>
                 <li><a href="/documentation/latest/">Documentation</a>
                 </li>
                 <li class="dropdown">

http://git-wip-us.apache.org/repos/asf/yetus/blob/1d0097a4/documentation/latest/precommit-buildtools/index.html
----------------------------------------------------------------------
diff --git a/documentation/latest/precommit-buildtools/index.html 
b/documentation/latest/precommit-buildtools/index.html
index 6c7a99d..e02058f 100644
--- a/documentation/latest/precommit-buildtools/index.html
+++ b/documentation/latest/precommit-buildtools/index.html
@@ -25,11 +25,11 @@
                     <link href="/assets/css/font-awesome.css" rel="stylesheet">
 
                    <!-- JS -->
-                   <script type="text/javascript" 
src="/assets/js/jquery-2.1.1.min.js"></script>
+                   <script type="text/javascript" 
src="/assets/js/jquery-2.1.4.min.js"></script>
                    <script type="text/javascript" 
src="/assets/js/bootstrap.js"></script>
        </head>
     <body>
-      <div class="navbar navbar-custom navbar-static-top" role="navigation">
+      <div class="navbar navbar-inverse navbar-static-top" role="navigation">
     <div class="container">
         <div class="navbar-header">
             <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target=".navbar-collapse">
@@ -39,11 +39,12 @@
                 <span class="icon-bar"></span>
             </button>
             <a class="img-responsive pull-left" href="/">
-                <img src="/assets/img/yetus_logo.png" alt="Apache Yetus logo" 
/>
+                <img style="max-height: 40px; margin-top: 5px; margin-bottom: 
5px;" src="/assets/img/yetus_logo.png" alt="Apache Yetus logo" />
             </a>
         </div>
         <div class="navbar-collapse collapse">
             <ul class="nav navbar-nav">
+                <li><a href="/downloads/">Downloads</a>
                 <li><a href="/documentation/latest/">Documentation</a>
                 </li>
                 <li class="dropdown">
@@ -177,6 +178,13 @@
 <ul>
 <li>Certain language test plug-ins require assistance from the build tool to 
count problems in the compile log due to some tools having custom handling for 
those languages.  The test plug-in name should be in the (test) part of the 
function name.</li>
 </ul></li>
+<li><p>pluginname_docker_support</p>
+
+<ul>
+<li>If this build tool requires extra settings on the <code>docker run</code> 
command line, this function should be defined and write those options into a 
file called <code>${PATCH_DIR}/buildtool-docker-params.txt</code>.  This is 
particularly useful for things like mounting volumes for repository caches.</li>
+</ul>
+
+<p><strong>WARNING</strong>: Be aware that directories that do not exist MAY 
be created by root by Docker itself under certain conditions.  It is HIGHLY 
recommend that <code>pluginname_initialize</code> be used to create the 
necessary directories prior to be used in the <code>docker run</code> 
command.</p></li>
 </ul>
 
 <h1 id="ant-specific">Ant Specific</h1>
@@ -185,16 +193,36 @@
 
 <p>test-patch always passes -noinput to Ant.  This forces ant to be 
non-interactive.</p>
 
+<h2 id="docker-mode">Docker Mode</h2>
+
+<p>In Docker mode, the <code>${HOME}/.ivy2</code> directory is shared amongst 
all invocations.</p>
+
 <h1 id="gradle-specific">Gradle Specific</h1>
 
 <p>The gradle plug-in always rebuilds the gradlew file and uses gradlew as the 
method to execute commands.</p>
 
+<p>In Docker mode, the <code>${HOME}/.gradle</code> directory is shared 
amongst all invocations.</p>
+
 <h1 id="maven-specific">Maven Specific</h1>
 
 <h2 id="command-arguments">Command Arguments</h2>
 
 <p>test-patch always passes &ndash;batch-mode to maven to force it into 
non-interactive mode.  Additionally, some tests will also force -fae in order 
to get all of messages/errors during that mode. Some tests are executed with 
-DskipTests.  Additional arguments should be handled via the personality.</p>
 
+<h2 id="per-instance-repositories">Per-instance Repositories</h2>
+
+<p>Under many common configurations, maven (as of 3.3.3 and lower) may not 
properly handle being executed by multiple processes simultaneously, especially 
given that some tests require the <code>mvn install</code> command to be 
used.</p>
+
+<p>To assist, <code>test-patch</code> supports a 
<code>--mvn-custom-repo</code> option to set the 
<code>-Dmaven.repo.local</code> value to a per-instance repository directory 
keyed to the project and branch being used for the test.  If the 
<code>--jenkins</code> flag is also passed, the instance will be tied to the 
Jenkins <code>${EXECUTOR_NUMBER}</code> value.  Otherwise, the instance value 
will be randomly generated via <code>${RANDOM}</code>.  If the repository has 
not been used in 30 days, it will be automatically deleted when any test run 
for that project (regardless of branch!).</p>
+
+<p>By default, <code>test-patch</code> uses <code>${HOME}/yetus-m2</code> as 
the base directory to store these custom maven repositories.  That location may 
be changed via the <code>--mvn-custom-repos-dir</code> option.</p>
+
+<p>The location of the <code>settings.xml</code> may be changed via the 
<code>--mvn-settings</code> option.</p>
+
+<h2 id="docker-mode">Docker Mode</h2>
+
+<p>In Docker mode, <code>${HOME}/.m2</code> is shared amongst all invocations. 
 If <code>--mvn-custom-repos</code> is used, all of 
<code>--mvn-custom-repos-dir</code> is shared with all invocations.  The 
per-instance directory will be calculated and configured after Docker has 
launched.</p>
+
 <h2 id="test-profile">Test Profile</h2>
 
 <p>By default, test-patch will pass -Ptest-patch to Maven. This will allow you 
to configure special actions that should only happen when running underneath 
test-patch.</p>

http://git-wip-us.apache.org/repos/asf/yetus/blob/1d0097a4/documentation/latest/precommit-glossary/index.html
----------------------------------------------------------------------
diff --git a/documentation/latest/precommit-glossary/index.html 
b/documentation/latest/precommit-glossary/index.html
index 7058e6d..e78261f 100644
--- a/documentation/latest/precommit-glossary/index.html
+++ b/documentation/latest/precommit-glossary/index.html
@@ -25,11 +25,11 @@
                     <link href="/assets/css/font-awesome.css" rel="stylesheet">
 
                    <!-- JS -->
-                   <script type="text/javascript" 
src="/assets/js/jquery-2.1.1.min.js"></script>
+                   <script type="text/javascript" 
src="/assets/js/jquery-2.1.4.min.js"></script>
                    <script type="text/javascript" 
src="/assets/js/bootstrap.js"></script>
        </head>
     <body>
-      <div class="navbar navbar-custom navbar-static-top" role="navigation">
+      <div class="navbar navbar-inverse navbar-static-top" role="navigation">
     <div class="container">
         <div class="navbar-header">
             <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target=".navbar-collapse">
@@ -39,11 +39,12 @@
                 <span class="icon-bar"></span>
             </button>
             <a class="img-responsive pull-left" href="/">
-                <img src="/assets/img/yetus_logo.png" alt="Apache Yetus logo" 
/>
+                <img style="max-height: 40px; margin-top: 5px; margin-bottom: 
5px;" src="/assets/img/yetus_logo.png" alt="Apache Yetus logo" />
             </a>
         </div>
         <div class="navbar-collapse collapse">
             <ul class="nav navbar-nav">
+                <li><a href="/downloads/">Downloads</a>
                 <li><a href="/documentation/latest/">Documentation</a>
                 </li>
                 <li class="dropdown">

http://git-wip-us.apache.org/repos/asf/yetus/blob/1d0097a4/documentation/latest/releasedocmaker/index.html
----------------------------------------------------------------------
diff --git a/documentation/latest/releasedocmaker/index.html 
b/documentation/latest/releasedocmaker/index.html
index 28dd4f5..8098f48 100644
--- a/documentation/latest/releasedocmaker/index.html
+++ b/documentation/latest/releasedocmaker/index.html
@@ -25,11 +25,11 @@
                     <link href="/assets/css/font-awesome.css" rel="stylesheet">
 
                    <!-- JS -->
-                   <script type="text/javascript" 
src="/assets/js/jquery-2.1.1.min.js"></script>
+                   <script type="text/javascript" 
src="/assets/js/jquery-2.1.4.min.js"></script>
                    <script type="text/javascript" 
src="/assets/js/bootstrap.js"></script>
        </head>
     <body>
-      <div class="navbar navbar-custom navbar-static-top" role="navigation">
+      <div class="navbar navbar-inverse navbar-static-top" role="navigation">
     <div class="container">
         <div class="navbar-header">
             <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target=".navbar-collapse">
@@ -39,11 +39,12 @@
                 <span class="icon-bar"></span>
             </button>
             <a class="img-responsive pull-left" href="/">
-                <img src="/assets/img/yetus_logo.png" alt="Apache Yetus logo" 
/>
+                <img style="max-height: 40px; margin-top: 5px; margin-bottom: 
5px;" src="/assets/img/yetus_logo.png" alt="Apache Yetus logo" />
             </a>
         </div>
         <div class="navbar-collapse collapse">
             <ul class="nav navbar-nav">
+                <li><a href="/downloads/">Downloads</a>
                 <li><a href="/documentation/latest/">Documentation</a>
                 </li>
                 <li class="dropdown">

http://git-wip-us.apache.org/repos/asf/yetus/blob/1d0097a4/downloads/index.html
----------------------------------------------------------------------
diff --git a/downloads/index.html b/downloads/index.html
new file mode 100644
index 0000000..9b7348a
--- /dev/null
+++ b/downloads/index.html
@@ -0,0 +1,114 @@
+<!---
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License. See accompanying LICENSE file.
+-->
+
+<html>
+    <head>
+        <meta charset="utf-8">
+        <title>Apache Yetus</title>
+                   <meta name="viewport" content="width=device-width, 
initial-scale=1.0">
+                   <meta name="description" content="">
+                   <meta name="author" content="">
+
+                   <link href="/assets/css/bootstrap.css" rel="stylesheet">
+                   <link href="/assets/css/bootstrap-theme.css" 
rel="stylesheet">
+                    <link href="/assets/css/font-awesome.css" rel="stylesheet">
+
+                   <!-- JS -->
+                   <script type="text/javascript" 
src="/assets/js/jquery-2.1.4.min.js"></script>
+                   <script type="text/javascript" 
src="/assets/js/bootstrap.js"></script>
+       </head>
+    <body>
+      <div class="navbar navbar-inverse navbar-static-top" role="navigation">
+    <div class="container">
+        <div class="navbar-header">
+            <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target=".navbar-collapse">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </button>
+            <a class="img-responsive pull-left" href="/">
+                <img style="max-height: 40px; margin-top: 5px; margin-bottom: 
5px;" src="/assets/img/yetus_logo.png" alt="Apache Yetus logo" />
+            </a>
+        </div>
+        <div class="navbar-collapse collapse">
+            <ul class="nav navbar-nav">
+                <li><a href="/downloads/">Downloads</a>
+                <li><a href="/documentation/latest/">Documentation</a>
+                </li>
+                <li class="dropdown">
+                    <a class="dropdown-toggle" data-toggle="dropdown" 
href="#">Get Involved <span class="caret"></span></a>
+                    <ul class="dropdown-menu" role="menu" 
aria-labelledby="drop1">
+                        <li role="presentation"><a role="menuitem" 
tabindex="-1" href="/mailinglists"><i class="fa fa-commenting"></i> Mailing 
Lists</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" 
tabindex="-1" href="http://issues.apache.org/jira/browse/YETUS";><i class="fa 
fa-bug"></i> JIRA (Bugs)</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" 
tabindex="-1" href="https://git-wip-us.apache.org/repos/asf?s=yetus";><i 
class="fa fa-code"></i> Source (Apache)</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" 
tabindex="-1" href="https://github.com/apache/yetus";><i class="fa 
fa-github-alt"></i> Source (GitHub)</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" 
tabindex="-1" href="/contribute"><i class="fa fa-code-fork"></i> 
Contributing</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" 
tabindex="-1" href="https://twitter.com/ApacheYetus";><i class="fa 
fa-twitter"></i> @ApacheYetus</a>
+                        </li>
+                    </ul>
+                </li>
+                <li>
+                    <li class="dropdown">
+                        <a class="dropdown-toggle" data-toggle="dropdown" 
href="#">Apache Software Foundation <b class="caret"></b></a>
+                        <ul class="dropdown-menu" role="menu">
+                            <li><a href="http://www.apache.org";>Apache 
Homepage</a>
+                            </li>
+                            <li><a 
href="http://www.apache.org/licenses/";>Apache License</a>
+                            </li>
+                            <li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a>
+                            </li>
+                            <li><a 
href="http://www.apache.org/foundation/thanks.html";>Thanks</a>
+                            </li>
+                            <li><a 
href="http://www.apache.org/security/";>Security</a>
+                            </li>
+                        </ul>
+                    </li>
+                </li>
+            </ul>
+        </div>
+        <!--/.nav-collapse -->
+    </div>
+</div>
+
+      <div class="container">
+        <p>Coming soon!</p>
+
+<p>As a new top-level project split from another top level Apache project, we 
+are currently establishing an independent build and release process.  If you 
would
+like to help out, check out the Getting Involved link above!</p>
+
+         </div>
+      <div class="container">
+    <hr>
+    <footer class="footer">
+        <div class="row-fluid">
+            <div class="span12 text-left">
+                            <div class="span12">
+                Copyright 2008-2015 <a href="http://www.apache.org/";>Apache 
Software Foundation</a>. Licensed under the <a 
href="http://www.apache.org/licenses/";>Apache License v2.0</a>. Apache Yetus 
and the Apache feather logo are trademarks of The Apache Software Foundation.
+                            </div>
+            </div>
+
+        </div>
+
+    </footer>
+</div>
+
+       </body>
+</html>

http://git-wip-us.apache.org/repos/asf/yetus/blob/1d0097a4/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index ceafd3f..14c857e 100644
--- a/index.html
+++ b/index.html
@@ -25,11 +25,11 @@
                     <link href="/assets/css/font-awesome.css" rel="stylesheet">
 
                    <!-- JS -->
-                   <script type="text/javascript" 
src="/assets/js/jquery-2.1.1.min.js"></script>
+                   <script type="text/javascript" 
src="/assets/js/jquery-2.1.4.min.js"></script>
                    <script type="text/javascript" 
src="/assets/js/bootstrap.js"></script>
        </head>
     <body>
-      <div class="navbar navbar-custom navbar-static-top" role="navigation">
+      <div class="navbar navbar-inverse navbar-static-top" role="navigation">
     <div class="container">
         <div class="navbar-header">
             <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target=".navbar-collapse">
@@ -39,11 +39,12 @@
                 <span class="icon-bar"></span>
             </button>
             <a class="img-responsive pull-left" href="/">
-                <img src="/assets/img/yetus_logo.png" alt="Apache Yetus logo" 
/>
+                <img style="max-height: 40px; margin-top: 5px; margin-bottom: 
5px;" src="/assets/img/yetus_logo.png" alt="Apache Yetus logo" />
             </a>
         </div>
         <div class="navbar-collapse collapse">
             <ul class="nav navbar-nav">
+                <li><a href="/downloads/">Downloads</a>
                 <li><a href="/documentation/latest/">Documentation</a>
                 </li>
                 <li class="dropdown">
@@ -103,13 +104,14 @@
 
 <div class="masthead">
     <div class="jumbotron">
+          <h1>Apache Yetus</h1>
       <div>
-        <p class="lead">Apache Yetus is a collection of libraries and tools 
that enable contribution and release processes for software projects.</p>
+        <p>&hellip; is a collection of libraries and tools that enable 
contribution and release processes for software projects.</p>
       </div>
     </div>
 </div>
 
-<p>Yetus provides:</p>
+<p>It provides:</p>
 
 <ul>
 <li>a robust system for automatically checking new contributions against a 
variety of community accepted requirements</li>

http://git-wip-us.apache.org/repos/asf/yetus/blob/1d0097a4/mailinglists/index.html
----------------------------------------------------------------------
diff --git a/mailinglists/index.html b/mailinglists/index.html
index 8678dac..64fb5bf 100644
--- a/mailinglists/index.html
+++ b/mailinglists/index.html
@@ -25,11 +25,11 @@
                     <link href="/assets/css/font-awesome.css" rel="stylesheet">
 
                    <!-- JS -->
-                   <script type="text/javascript" 
src="/assets/js/jquery-2.1.1.min.js"></script>
+                   <script type="text/javascript" 
src="/assets/js/jquery-2.1.4.min.js"></script>
                    <script type="text/javascript" 
src="/assets/js/bootstrap.js"></script>
        </head>
     <body>
-      <div class="navbar navbar-custom navbar-static-top" role="navigation">
+      <div class="navbar navbar-inverse navbar-static-top" role="navigation">
     <div class="container">
         <div class="navbar-header">
             <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target=".navbar-collapse">
@@ -39,11 +39,12 @@
                 <span class="icon-bar"></span>
             </button>
             <a class="img-responsive pull-left" href="/">
-                <img src="/assets/img/yetus_logo.png" alt="Apache Yetus logo" 
/>
+                <img style="max-height: 40px; margin-top: 5px; margin-bottom: 
5px;" src="/assets/img/yetus_logo.png" alt="Apache Yetus logo" />
             </a>
         </div>
         <div class="navbar-collapse collapse">
             <ul class="nav navbar-nav">
+                <li><a href="/downloads/">Downloads</a>
                 <li><a href="/documentation/latest/">Documentation</a>
                 </li>
                 <li class="dropdown">

Reply via email to