You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2014/10/06 00:32:10 UTC

svn commit: r924759 [2/5] - in /websites/staging/bigtop/trunk/content: ./ book/ book/apache-bigtop-user-guide/ css/ images/

Added: websites/staging/bigtop/trunk/content/css/freebsd_docbook.css
==============================================================================
--- websites/staging/bigtop/trunk/content/css/freebsd_docbook.css (added)
+++ websites/staging/bigtop/trunk/content/css/freebsd_docbook.css Sun Oct  5 22:32:09 2014
@@ -0,0 +1,208 @@
+/*
+ * Copyright (c) 2001, 2003, 2010 The FreeBSD Documentation Project
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ *
+ * $FreeBSD: doc/share/misc/docbook.css,v 1.15 2010/03/20 04:15:01 hrs Exp $
+ */
+
+BODY ADDRESS {
+	line-height: 1.3;
+	margin: .6em 0;
+}
+
+BODY BLOCKQUOTE {
+	margin-top: .75em;
+	line-height: 1.5;
+	margin-bottom: .75em;
+}
+
+HTML BODY {
+	margin: 1em 8% 1em 10%;
+	line-height: 1.2;
+}
+
+.LEGALNOTICE {
+	font-size: small;
+	font-variant: small-caps;
+}
+
+BODY DIV {
+	margin: 0;
+}
+
+DL {
+	margin: .8em 0;
+	line-height: 1.2;
+}
+
+BODY FORM {
+	margin: .6em 0;
+}
+
+H1, H2, H3, H4, H5, H6,
+DIV.EXAMPLE P B,
+.QUESTION,
+DIV.TABLE P B,
+DIV.PROCEDURE P B {
+	color: #990000;
+}
+
+BODY H1, BODY H2, BODY H3, BODY H4, BODY H5, BODY H6 {
+	line-height: 1.3;
+	margin-left: 0;
+}
+
+BODY H1, BODY H2 {
+	margin: .8em 0 0 -4%;
+}
+
+BODY H3, BODY H4 {
+	margin: .8em 0 0 -3%;
+}
+
+BODY H5 {
+	margin: .8em 0 0 -2%;
+}
+
+BODY H6 {
+	margin: .8em 0 0 -1%;
+}
+
+BODY HR {
+	margin: .6em;
+	border-width: 0 0 1px 0;
+	border-style: solid;
+	border-color: #cecece;
+}
+
+BODY IMG.NAVHEADER {
+	margin: 0 0 0 -4%;
+}
+
+OL {
+	margin: 0 0 0 5%;
+	line-height: 1.2;
+}
+
+BODY PRE {
+	margin: .75em 0;
+	line-height: 1.0;
+	font-family: monospace;
+}
+
+BODY TD, BODY TH {
+	line-height: 1.2;
+}
+
+UL, BODY DIR, BODY MENU {
+	margin: 0 0 0 5%;
+	line-height: 1.2;
+}
+
+HTML {
+	margin: 0; 
+	padding: 0;
+}
+
+BODY P B.APPLICATION {
+	color: #000000;
+}
+
+.FILENAME {
+	color: #007a00;
+}
+
+.GUIMENU, .GUIMENUITEM, .GUISUBMENU,
+.GUILABEL, .INTERFACE,
+.SHORTCUT, .SHORTCUT .KEYCAP {
+	font-weight: bold;
+}
+
+.GUIBUTTON {
+	background-color: #CFCFCF;
+	padding: 2px;
+}
+
+.ACCEL {
+	background-color: #F0F0F0;
+	text-decoration: underline;
+} 
+
+.SCREEN {
+	padding: 1ex;
+}
+
+.PROGRAMLISTING {
+	padding: 1ex;
+	background-color: #eee;
+	border: 1px solid #ccc;
+}
+
+@media screen {  /* hide from IE3 */
+	a[href]:hover { background: #ffa }
+}
+
+BLOCKQUOTE.NOTE {
+	color: #222;
+	background: #eee;
+	border: 1px solid #ccc;
+	padding: 0.4em 0.4em;
+	width: 85%;
+}
+
+BLOCKQUOTE.TIP {
+	color: #004F00;
+	background: #d8ecd6;
+	border: 1px solid green;
+	padding: 0.2em 2em;
+	width: 85%;
+}
+
+BLOCKQUOTE.IMPORTANT {
+	font-style:italic;
+	border: 1px solid #a00;
+	border-left: 12px solid #c00;
+	padding: 0.1em 1em;
+}
+
+BLOCKQUOTE.WARNING {
+	color: #9F1313;
+	background: #f8e8e8;
+	border: 1px solid #e59595;
+	padding: 0.2em 2em;
+	width: 85%;
+}
+
+.EXAMPLE {
+	background: #fefde6;
+	border: 1px solid #f1bb16;
+	margin: 1em 0;
+	padding: 0.2em 2em;
+	width: 90%;
+}
+
+.INFORMALTABLE TABLE.CALSTABLE TR TD {
+        padding-left: 1em;
+        padding-right: 1em;
+}
\ No newline at end of file

Modified: websites/staging/bigtop/trunk/content/css/print.css
==============================================================================
--- websites/staging/bigtop/trunk/content/css/print.css (original)
+++ websites/staging/bigtop/trunk/content/css/print.css Sun Oct  5 22:32:09 2014
@@ -20,4 +20,4 @@
 /* $Id: print.css 1201871 2011-11-14 20:18:24Z simonetripodi $ */
 
 #banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {display: none !important;}
-#bodyColumn, body.docs div.docs {margin: 0 !important;border: none !important}
+#bodyColumn, body.docs div.docs {margin: 0 !important;border: none !important}
\ No newline at end of file

Modified: websites/staging/bigtop/trunk/content/css/site.css
==============================================================================
--- websites/staging/bigtop/trunk/content/css/site.css (original)
+++ websites/staging/bigtop/trunk/content/css/site.css Sun Oct  5 22:32:09 2014
@@ -26,4 +26,4 @@ body a:visited {
 body a:hover {
         text-decoration: underline;
         color: #ff0000;
-}
+}
\ No newline at end of file

Added: websites/staging/bigtop/trunk/content/dependencies.html
==============================================================================
--- websites/staging/bigtop/trunk/content/dependencies.html (added)
+++ websites/staging/bigtop/trunk/content/dependencies.html Sun Oct  5 22:32:09 2014
@@ -0,0 +1,197 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2014-10-05
+ | Rendered using Apache Maven Fluido Skin 1.3.0
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="Date-Revision-yyyymmdd" content="20141005" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Bigtop - Project Dependencies</title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+
+      
+    <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
+
+    
+            </head>
+        <body class="topBarEnabled">
+          
+                        
+                    
+                
+
+    <div id="topbar" class="navbar navbar-fixed-top ">
+      <div class="navbar-inner">
+                                  <div class="container"><div class="nav-collapse">
+            
+                
+                                <ul class="nav">
+                          <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Apache Bigtop <b class="caret"></b></a>
+        <ul class="dropdown-menu">
+        
+                      <li>      <a href="index.html"  title="Overview">Overview</a>
+</li>
+                  
+                      <li>      <a href="https://cwiki.apache.org/confluence/display/BIGTOP/Powered+By+Bigtop"  title="Power by">Power by</a>
+</li>
+                  
+                      <li>      <a href="team-list.html"  title="Who We Are">Who We Are</a>
+</li>
+                  
+                      <li>      <a href="issue-tracking.html"  title="Feedback">Feedback</a>
+</li>
+                  
+                      <li>      <a href="book/apache-bigtop-user-guide/apache-bigtop-user-guide.html"  title="User Guide">User Guide</a>
+</li>
+                          </ul>
+      </li>
+                <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b class="caret"></b></a>
+        <ul class="dropdown-menu">
+        
+                      <li>      <a href="release-notes.html"  title="Release Notes">Release Notes</a>
+</li>
+                  
+                      <li>      <a href="http://archive.apache.org/dist/incubator/bigtop/bigtop-0.3.0-incubating/"  title="0.3.0-incubating">0.3.0-incubating</a>
+</li>
+                  
+                      <li>      <a href="http://www.apache.org/dyn/closer.cgi/bigtop/bigtop-0.7.0/"  title="0.7.0">0.7.0</a>
+</li>
+                          </ul>
+      </li>
+                <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Project Information <b class="caret"></b></a>
+        <ul class="dropdown-menu">
+        
+                      <li>      <a href="https://cwiki.apache.org/confluence/display/BIGTOP"  title="Wiki">Wiki</a>
+</li>
+                  
+                      <li>      <a href="https://issues.apache.org/jira/browse/BIGTOP"  title="JIRA">JIRA</a>
+</li>
+                  
+                      <li>      <a href="https://git-wip-us.apache.org/repos/asf?p=bigtop.git"  title="GIT (browse)">GIT (browse)</a>
+</li>
+                  
+                      <li>      <a href="https://git-wip-us.apache.org/repos/asf/bigtop.git"  title="GIT (clone)">GIT (clone)</a>
+</li>
+                  
+                      <li>      <a href="http://blogs.apache.org/bigtop/"  title="Blog">Blog</a>
+</li>
+                  
+                      <li>      <a href="mail-lists.html"  title="Mailing Lists">Mailing Lists</a>
+</li>
+                  
+                      <li>      <a href="irc-channel.html"  title="IRC channel">IRC channel</a>
+</li>
+                          </ul>
+      </li>
+                <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">ASF <b class="caret"></b></a>
+        <ul class="dropdown-menu">
+        
+                      <li>      <a href="http://www.apache.org/foundation/how-it-works.html"  title="How Apache Works">How Apache Works</a>
+</li>
+                  
+                      <li>      <a href="http://www.apache.org/foundation/"  title="Foundation">Foundation</a>
+</li>
+                  
+                      <li>      <a href="http://www.apache.org/foundation/sponsorship.html"  title="Sponsoring Apache">Sponsoring Apache</a>
+</li>
+                  
+                      <li>      <a href="http://www.apache.org/foundation/thanks.html"  title="Thanks">Thanks</a>
+</li>
+                          </ul>
+      </li>
+                  </ul>
+          
+                      <form id="search-form" action="http://www.google.com/search" method="get"  class="navbar-search pull-right" >
+    
+  <input value="http://bigtop.apache.org" name="sitesearch" type="hidden"/>
+  <input class="search-query" name="q" id="query" type="text" />
+</form>
+<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
+          
+                                                              
+                   
+                      </div>
+          
+        </div>
+      </div>
+    </div>
+    
+        <div class="container">
+          <div id="banner">
+        <div class="pull-left">
+                                                  <a href="./" id="bannerLeft">
+                                                                                                <img src="images/bigtop-logo.png"  alt="Bigtop"/>
+                </a>
+                      </div>
+        <div class="pull-right">                  <a href="http://www.apache.org/" id="bannerRight">
+                                                                                        <img src="http://www.apache.org/images/asf_logo_wide.png" />
+                </a>
+      </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                              <li class="">
+                    <a href="http://www.apache.org/" class="externalLink" title="Apache">
+        Apache</a>
+        </li>
+      <li class="divider ">/</li>
+            <li class="">
+                    <a href="./" title="Bigtop">
+        Bigtop</a>
+        </li>
+      <li class="divider ">/</li>
+        <li class="">Project Dependencies</li>
+        
+                
+                    
+                  <li id="publishDate" class="pull-right">Last Published: 2014-10-05</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 0.8.0</li>
+            
+                            </ul>
+      </div>
+
+      
+                        
+        <div id="bodyColumn" >
+                                  
+            <a name="Project_Dependencies"></a>
+<div class="section">
+<h2>Project Dependencies<a name="Project_Dependencies"></a></h2>
+<p>There are no dependencies for this project. It is a standalone application that does not depend on any other project.</p></div>
+                  </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container">
+              <div class="row span12">Copyright &copy;                    2011-2014
+                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+            All Rights Reserved.      
+                    
+      </div>
+
+        
+                <p id="poweredBy" class="pull-right">
+                          <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+              </p>
+        
+                </div>
+    </footer>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/bigtop/trunk/content/dependency-info.html
==============================================================================
--- websites/staging/bigtop/trunk/content/dependency-info.html (added)
+++ websites/staging/bigtop/trunk/content/dependency-info.html Sun Oct  5 22:32:09 2014
@@ -0,0 +1,232 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2014-10-05
+ | Rendered using Apache Maven Fluido Skin 1.3.0
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="Date-Revision-yyyymmdd" content="20141005" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Bigtop - Dependency Information</title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+
+      
+    <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
+
+    
+            </head>
+        <body class="topBarEnabled">
+          
+                        
+                    
+                
+
+    <div id="topbar" class="navbar navbar-fixed-top ">
+      <div class="navbar-inner">
+                                  <div class="container"><div class="nav-collapse">
+            
+                
+                                <ul class="nav">
+                          <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Apache Bigtop <b class="caret"></b></a>
+        <ul class="dropdown-menu">
+        
+                      <li>      <a href="index.html"  title="Overview">Overview</a>
+</li>
+                  
+                      <li>      <a href="https://cwiki.apache.org/confluence/display/BIGTOP/Powered+By+Bigtop"  title="Power by">Power by</a>
+</li>
+                  
+                      <li>      <a href="team-list.html"  title="Who We Are">Who We Are</a>
+</li>
+                  
+                      <li>      <a href="issue-tracking.html"  title="Feedback">Feedback</a>
+</li>
+                  
+                      <li>      <a href="book/apache-bigtop-user-guide/apache-bigtop-user-guide.html"  title="User Guide">User Guide</a>
+</li>
+                          </ul>
+      </li>
+                <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b class="caret"></b></a>
+        <ul class="dropdown-menu">
+        
+                      <li>      <a href="release-notes.html"  title="Release Notes">Release Notes</a>
+</li>
+                  
+                      <li>      <a href="http://archive.apache.org/dist/incubator/bigtop/bigtop-0.3.0-incubating/"  title="0.3.0-incubating">0.3.0-incubating</a>
+</li>
+                  
+                      <li>      <a href="http://www.apache.org/dyn/closer.cgi/bigtop/bigtop-0.7.0/"  title="0.7.0">0.7.0</a>
+</li>
+                          </ul>
+      </li>
+                <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Project Information <b class="caret"></b></a>
+        <ul class="dropdown-menu">
+        
+                      <li>      <a href="https://cwiki.apache.org/confluence/display/BIGTOP"  title="Wiki">Wiki</a>
+</li>
+                  
+                      <li>      <a href="https://issues.apache.org/jira/browse/BIGTOP"  title="JIRA">JIRA</a>
+</li>
+                  
+                      <li>      <a href="https://git-wip-us.apache.org/repos/asf?p=bigtop.git"  title="GIT (browse)">GIT (browse)</a>
+</li>
+                  
+                      <li>      <a href="https://git-wip-us.apache.org/repos/asf/bigtop.git"  title="GIT (clone)">GIT (clone)</a>
+</li>
+                  
+                      <li>      <a href="http://blogs.apache.org/bigtop/"  title="Blog">Blog</a>
+</li>
+                  
+                      <li>      <a href="mail-lists.html"  title="Mailing Lists">Mailing Lists</a>
+</li>
+                  
+                      <li>      <a href="irc-channel.html"  title="IRC channel">IRC channel</a>
+</li>
+                          </ul>
+      </li>
+                <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">ASF <b class="caret"></b></a>
+        <ul class="dropdown-menu">
+        
+                      <li>      <a href="http://www.apache.org/foundation/how-it-works.html"  title="How Apache Works">How Apache Works</a>
+</li>
+                  
+                      <li>      <a href="http://www.apache.org/foundation/"  title="Foundation">Foundation</a>
+</li>
+                  
+                      <li>      <a href="http://www.apache.org/foundation/sponsorship.html"  title="Sponsoring Apache">Sponsoring Apache</a>
+</li>
+                  
+                      <li>      <a href="http://www.apache.org/foundation/thanks.html"  title="Thanks">Thanks</a>
+</li>
+                          </ul>
+      </li>
+                  </ul>
+          
+                      <form id="search-form" action="http://www.google.com/search" method="get"  class="navbar-search pull-right" >
+    
+  <input value="http://bigtop.apache.org" name="sitesearch" type="hidden"/>
+  <input class="search-query" name="q" id="query" type="text" />
+</form>
+<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
+          
+                                                              
+                   
+                      </div>
+          
+        </div>
+      </div>
+    </div>
+    
+        <div class="container">
+          <div id="banner">
+        <div class="pull-left">
+                                                  <a href="./" id="bannerLeft">
+                                                                                                <img src="images/bigtop-logo.png"  alt="Bigtop"/>
+                </a>
+                      </div>
+        <div class="pull-right">                  <a href="http://www.apache.org/" id="bannerRight">
+                                                                                        <img src="http://www.apache.org/images/asf_logo_wide.png" />
+                </a>
+      </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                              <li class="">
+                    <a href="http://www.apache.org/" class="externalLink" title="Apache">
+        Apache</a>
+        </li>
+      <li class="divider ">/</li>
+            <li class="">
+                    <a href="./" title="Bigtop">
+        Bigtop</a>
+        </li>
+      <li class="divider ">/</li>
+        <li class="">Dependency Information</li>
+        
+                
+                    
+                  <li id="publishDate" class="pull-right">Last Published: 2014-10-05</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 0.8.0</li>
+            
+                            </ul>
+      </div>
+
+      
+                        
+        <div id="bodyColumn" >
+                                  
+            <div class="section">
+<h2>Dependency Information<a name="Dependency_Information"></a></h2><a name="Dependency_Information"></a>
+<div class="section">
+<h3>Apache Maven<a name="Apache_Maven"></a></h3><a name="Apache_Maven"></a>
+<div class="source">
+<pre>&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.bigtop&lt;/groupId&gt;
+  &lt;artifactId&gt;bigtop&lt;/artifactId&gt;
+  &lt;version&gt;0.8.0&lt;/version&gt;
+  &lt;type&gt;pom&lt;/type&gt;
+&lt;/dependency&gt;</pre></div></div>
+<div class="section">
+<h3>Apache Buildr<a name="Apache_Buildr"></a></h3><a name="Apache_Buildr"></a>
+<div class="source">
+<pre>'org.apache.bigtop:bigtop:pom:0.8.0'</pre></div></div>
+<div class="section">
+<h3>Apache Ant<a name="Apache_Ant"></a></h3><a name="Apache_Ant"></a>
+<div class="source">
+<pre>&lt;dependency org=&quot;org.apache.bigtop&quot; name=&quot;bigtop&quot; rev=&quot;0.8.0&quot;&gt;
+  &lt;artifact name=&quot;bigtop&quot; type=&quot;pom&quot; /&gt;
+&lt;/dependency&gt;</pre></div></div>
+<div class="section">
+<h3>Groovy Grape<a name="Groovy_Grape"></a></h3><a name="Groovy_Grape"></a>
+<div class="source">
+<pre>@Grapes(
+@Grab(group='org.apache.bigtop', module='bigtop', version='0.8.0')
+)</pre></div></div>
+<div class="section">
+<h3>Grails<a name="Grails"></a></h3><a name="Grails"></a>
+<div class="source">
+<pre>compile 'org.apache.bigtop:bigtop:0.8.0'</pre></div></div>
+<div class="section">
+<h3>Leiningen<a name="Leiningen"></a></h3><a name="Leiningen"></a>
+<div class="source">
+<pre>[org.apache.bigtop/bigtop &quot;0.8.0&quot;]</pre></div></div>
+<div class="section">
+<h3>SBT<a name="SBT"></a></h3><a name="SBT"></a>
+<div class="source">
+<pre>libraryDependencies += &quot;org.apache.bigtop&quot; %% &quot;bigtop&quot; % &quot;0.8.0&quot;</pre></div></div></div>
+                  </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container">
+              <div class="row span12">Copyright &copy;                    2011-2014
+                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+            All Rights Reserved.      
+                    
+      </div>
+
+        
+                <p id="poweredBy" class="pull-right">
+                          <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+              </p>
+        
+                </div>
+    </footer>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/bigtop/trunk/content/dependency-management.html
==============================================================================
--- websites/staging/bigtop/trunk/content/dependency-management.html (added)
+++ websites/staging/bigtop/trunk/content/dependency-management.html Sun Oct  5 22:32:09 2014
@@ -0,0 +1,421 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2014-10-05
+ | Rendered using Apache Maven Fluido Skin 1.3.0
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="Date-Revision-yyyymmdd" content="20141005" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Bigtop - Project Dependency Management</title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+
+      
+    <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
+
+    
+            </head>
+        <body class="topBarEnabled">
+          
+                        
+                    
+                
+
+    <div id="topbar" class="navbar navbar-fixed-top ">
+      <div class="navbar-inner">
+                                  <div class="container"><div class="nav-collapse">
+            
+                
+                                <ul class="nav">
+                          <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Apache Bigtop <b class="caret"></b></a>
+        <ul class="dropdown-menu">
+        
+                      <li>      <a href="index.html"  title="Overview">Overview</a>
+</li>
+                  
+                      <li>      <a href="https://cwiki.apache.org/confluence/display/BIGTOP/Powered+By+Bigtop"  title="Power by">Power by</a>
+</li>
+                  
+                      <li>      <a href="team-list.html"  title="Who We Are">Who We Are</a>
+</li>
+                  
+                      <li>      <a href="issue-tracking.html"  title="Feedback">Feedback</a>
+</li>
+                  
+                      <li>      <a href="book/apache-bigtop-user-guide/apache-bigtop-user-guide.html"  title="User Guide">User Guide</a>
+</li>
+                          </ul>
+      </li>
+                <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b class="caret"></b></a>
+        <ul class="dropdown-menu">
+        
+                      <li>      <a href="release-notes.html"  title="Release Notes">Release Notes</a>
+</li>
+                  
+                      <li>      <a href="http://archive.apache.org/dist/incubator/bigtop/bigtop-0.3.0-incubating/"  title="0.3.0-incubating">0.3.0-incubating</a>
+</li>
+                  
+                      <li>      <a href="http://www.apache.org/dyn/closer.cgi/bigtop/bigtop-0.7.0/"  title="0.7.0">0.7.0</a>
+</li>
+                          </ul>
+      </li>
+                <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Project Information <b class="caret"></b></a>
+        <ul class="dropdown-menu">
+        
+                      <li>      <a href="https://cwiki.apache.org/confluence/display/BIGTOP"  title="Wiki">Wiki</a>
+</li>
+                  
+                      <li>      <a href="https://issues.apache.org/jira/browse/BIGTOP"  title="JIRA">JIRA</a>
+</li>
+                  
+                      <li>      <a href="https://git-wip-us.apache.org/repos/asf?p=bigtop.git"  title="GIT (browse)">GIT (browse)</a>
+</li>
+                  
+                      <li>      <a href="https://git-wip-us.apache.org/repos/asf/bigtop.git"  title="GIT (clone)">GIT (clone)</a>
+</li>
+                  
+                      <li>      <a href="http://blogs.apache.org/bigtop/"  title="Blog">Blog</a>
+</li>
+                  
+                      <li>      <a href="mail-lists.html"  title="Mailing Lists">Mailing Lists</a>
+</li>
+                  
+                      <li>      <a href="irc-channel.html"  title="IRC channel">IRC channel</a>
+</li>
+                          </ul>
+      </li>
+                <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">ASF <b class="caret"></b></a>
+        <ul class="dropdown-menu">
+        
+                      <li>      <a href="http://www.apache.org/foundation/how-it-works.html"  title="How Apache Works">How Apache Works</a>
+</li>
+                  
+                      <li>      <a href="http://www.apache.org/foundation/"  title="Foundation">Foundation</a>
+</li>
+                  
+                      <li>      <a href="http://www.apache.org/foundation/sponsorship.html"  title="Sponsoring Apache">Sponsoring Apache</a>
+</li>
+                  
+                      <li>      <a href="http://www.apache.org/foundation/thanks.html"  title="Thanks">Thanks</a>
+</li>
+                          </ul>
+      </li>
+                  </ul>
+          
+                      <form id="search-form" action="http://www.google.com/search" method="get"  class="navbar-search pull-right" >
+    
+  <input value="http://bigtop.apache.org" name="sitesearch" type="hidden"/>
+  <input class="search-query" name="q" id="query" type="text" />
+</form>
+<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
+          
+                                                              
+                   
+                      </div>
+          
+        </div>
+      </div>
+    </div>
+    
+        <div class="container">
+          <div id="banner">
+        <div class="pull-left">
+                                                  <a href="./" id="bannerLeft">
+                                                                                                <img src="images/bigtop-logo.png"  alt="Bigtop"/>
+                </a>
+                      </div>
+        <div class="pull-right">                  <a href="http://www.apache.org/" id="bannerRight">
+                                                                                        <img src="http://www.apache.org/images/asf_logo_wide.png" />
+                </a>
+      </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                              <li class="">
+                    <a href="http://www.apache.org/" class="externalLink" title="Apache">
+        Apache</a>
+        </li>
+      <li class="divider ">/</li>
+            <li class="">
+                    <a href="./" title="Bigtop">
+        Bigtop</a>
+        </li>
+      <li class="divider ">/</li>
+        <li class="">Project Dependency Management</li>
+        
+                
+                    
+                  <li id="publishDate" class="pull-right">Last Published: 2014-10-05</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 0.8.0</li>
+            
+                            </ul>
+      </div>
+
+      
+                        
+        <div id="bodyColumn" >
+                                  
+            <div class="section">
+<h2>Project Dependency Management<a name="Project_Dependency_Management"></a></h2><a name="Project_Dependency_Management"></a>
+<div class="section">
+<h3>compile<a name="compile"></a></h3><a name="compile"></a>
+<p>The following is a list of compile dependencies in the DependencyManagement of this project. These dependencies can be included in the submodules to compile and run the submodule:</p>
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>GroupId</th>
+<th>ArtifactId</th>
+<th>Version</th>
+<th>Type</th>
+<th>License</th></tr>
+<tr class="b">
+<td>commons-logging</td>
+<td>commons-logging</td>
+<td>1.1</td>
+<td>jar</td>
+<td>/LICENSE.txt</td></tr>
+<tr class="a">
+<td>junit</td>
+<td><a class="externalLink" href="http://junit.org">junit</a></td>
+<td>4.11</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.opensource.org/licenses/cpl1.0.txt">Common Public License Version 1.0</a></td></tr>
+<tr class="b">
+<td>log4j</td>
+<td><a class="externalLink" href="http://logging.apache.org/log4j/docs/">log4j</a></td>
+<td>1.2.14</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="a">
+<td>org.antlr</td>
+<td><a class="externalLink" href="http://antlr.org">antlr</a></td>
+<td>3.4</td>
+<td>jar</td>
+<td>-</td></tr>
+<tr class="b">
+<td>org.apache.ant</td>
+<td><a class="externalLink" href="http://ant.apache.org/ant/">ant</a></td>
+<td>1.8.2</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="a">
+<td>org.apache.ant</td>
+<td><a class="externalLink" href="http://ant.apache.org/ant-junit/">ant-junit</a></td>
+<td>1.8.2</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="b">
+<td>org.apache.ant</td>
+<td><a class="externalLink" href="http://ant.apache.org/ant-launcher/">ant-launcher</a></td>
+<td>1.8.2</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="a">
+<td>org.apache.bigtop.itest</td>
+<td><a class="externalLink" href="http://bigtop.apache.org/itest-common/">itest-common</a></td>
+<td>0.8.0</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="b">
+<td>org.apache.cxf</td>
+<td><a class="externalLink" href="http://cxf.apache.org">cxf-rt-frontend-jaxrs</a></td>
+<td>2.5.0</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="a">
+<td>org.apache.giraph</td>
+<td>giraph</td>
+<td>1.0.0</td>
+<td>jar</td>
+<td>-</td></tr>
+<tr class="b">
+<td>org.apache.hadoop</td>
+<td>hadoop-client</td>
+<td>2.4.1</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="a">
+<td>org.apache.hadoop</td>
+<td>hadoop-common</td>
+<td>2.4.1</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="b">
+<td>org.apache.hadoop</td>
+<td>hadoop-common</td>
+<td>2.4.1</td>
+<td>test-jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="a">
+<td>org.apache.hadoop</td>
+<td>hadoop-common-test</td>
+<td>2.4.1</td>
+<td>jar</td>
+<td>-</td></tr>
+<tr class="b">
+<td>org.apache.hadoop</td>
+<td>hadoop-hdfs</td>
+<td>2.4.1</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="a">
+<td>org.apache.hadoop</td>
+<td>hadoop-hdfs-test</td>
+<td>2.4.1</td>
+<td>jar</td>
+<td>-</td></tr>
+<tr class="b">
+<td>org.apache.hadoop</td>
+<td><a class="externalLink" href="http://hadoop.apache.org/mapreduce/">hadoop-mapreduce</a></td>
+<td>2.4.1</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="a">
+<td>org.apache.hadoop</td>
+<td>hadoop-minicluster</td>
+<td>2.4.1</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="b">
+<td>org.apache.hbase</td>
+<td><a class="externalLink" href="http://hbase.apache.org/hbase-common">hbase-common</a></td>
+<td>0.98.5-hadoop2</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="a">
+<td>org.apache.hbase</td>
+<td><a class="externalLink" href="http://hbase.apache.org/hbase-common">hbase-common</a></td>
+<td>0.98.5-hadoop2</td>
+<td>test-jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="b">
+<td>org.apache.hbase</td>
+<td><a class="externalLink" href="http://hbase.apache.org/hbase-server">hbase-server</a></td>
+<td>0.98.5-hadoop2</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="a">
+<td>org.apache.hbase</td>
+<td><a class="externalLink" href="http://hbase.apache.org/hbase-server">hbase-server</a></td>
+<td>0.98.5-hadoop2</td>
+<td>test-jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="b">
+<td>org.apache.phoenix</td>
+<td><a class="externalLink" href="http://www.apache.org/phoenix/phoenix-core/">phoenix-core</a></td>
+<td>4.1.0</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="a">
+<td>org.apache.phoenix</td>
+<td><a class="externalLink" href="http://www.apache.org/phoenix/phoenix-flume/">phoenix-flume</a></td>
+<td>4.1.0</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="b">
+<td>org.apache.phoenix</td>
+<td><a class="externalLink" href="http://www.apache.org/phoenix/phoenix-pig/">phoenix-pig</a></td>
+<td>4.1.0</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="a">
+<td>org.apache.pig</td>
+<td>pig</td>
+<td>0.12.1</td>
+<td>jar</td>
+<td>-</td></tr>
+<tr class="b">
+<td>org.apache.pig</td>
+<td>pigsmoke</td>
+<td>0.12.1</td>
+<td>jar</td>
+<td>-</td></tr>
+<tr class="a">
+<td>org.apache.solr</td>
+<td><a class="externalLink" href="http://lucene.apache.org/solr-parent/solr-solrj">solr-solrj</a></td>
+<td>4.6.0</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache 2</a></td></tr>
+<tr class="b">
+<td>org.apache.spark</td>
+<td><a class="externalLink" href="http://spark.apache.org/">spark-core_2.10</a></td>
+<td>0.9.1</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0 License</a></td></tr>
+<tr class="a">
+<td>org.apache.sqoop</td>
+<td>sqoop</td>
+<td>1.99.2</td>
+<td>jar</td>
+<td>-</td></tr>
+<tr class="b">
+<td>org.apache.sqoop</td>
+<td><a class="externalLink" href="http://www.apache.org/sqoop/sqoop-client/">sqoop-client</a></td>
+<td>1.99.2</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="a">
+<td>org.apache.sqoop</td>
+<td><a class="externalLink" href="http://www.apache.org/sqoop/sqoop-core/">sqoop-core</a></td>
+<td>1.99.2</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="b">
+<td>org.apache.zookeeper</td>
+<td>zookeeper</td>
+<td>3.4.5</td>
+<td>jar</td>
+<td>-</td></tr>
+<tr class="a">
+<td>org.codehaus.groovy</td>
+<td><a class="externalLink" href="http://groovy.codehaus.org/">groovy-all</a></td>
+<td>2.1.8</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="b">
+<td>org.codehaus.groovy.maven.runtime</td>
+<td><a class="externalLink" href="http://groovy.codehaus.org/GMaven/gmaven-runtime/gmaven-runtime-1.6">gmaven-runtime-1.6</a></td>
+<td>1.0</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="a">
+<td>org.slf4j</td>
+<td><a class="externalLink" href="http://www.slf4j.org">slf4j-simple</a></td>
+<td>1.6.6</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.opensource.org/licenses/mit-license.php">MIT License</a></td></tr></table></div></div>
+                  </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container">
+              <div class="row span12">Copyright &copy;                    2011-2014
+                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+            All Rights Reserved.      
+                    
+      </div>
+
+        
+                <p id="poweredBy" class="pull-right">
+                          <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+              </p>
+        
+                </div>
+    </footer>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/bigtop/trunk/content/distribution-management.html
==============================================================================
--- websites/staging/bigtop/trunk/content/distribution-management.html (added)
+++ websites/staging/bigtop/trunk/content/distribution-management.html Sun Oct  5 22:32:09 2014
@@ -0,0 +1,203 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2014-10-05
+ | Rendered using Apache Maven Fluido Skin 1.3.0
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="Date-Revision-yyyymmdd" content="20141005" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Bigtop - Project Distribution Management</title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+
+      
+    <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
+
+    
+            </head>
+        <body class="topBarEnabled">
+          
+                        
+                    
+                
+
+    <div id="topbar" class="navbar navbar-fixed-top ">
+      <div class="navbar-inner">
+                                  <div class="container"><div class="nav-collapse">
+            
+                
+                                <ul class="nav">
+                          <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Apache Bigtop <b class="caret"></b></a>
+        <ul class="dropdown-menu">
+        
+                      <li>      <a href="index.html"  title="Overview">Overview</a>
+</li>
+                  
+                      <li>      <a href="https://cwiki.apache.org/confluence/display/BIGTOP/Powered+By+Bigtop"  title="Power by">Power by</a>
+</li>
+                  
+                      <li>      <a href="team-list.html"  title="Who We Are">Who We Are</a>
+</li>
+                  
+                      <li>      <a href="issue-tracking.html"  title="Feedback">Feedback</a>
+</li>
+                  
+                      <li>      <a href="book/apache-bigtop-user-guide/apache-bigtop-user-guide.html"  title="User Guide">User Guide</a>
+</li>
+                          </ul>
+      </li>
+                <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b class="caret"></b></a>
+        <ul class="dropdown-menu">
+        
+                      <li>      <a href="release-notes.html"  title="Release Notes">Release Notes</a>
+</li>
+                  
+                      <li>      <a href="http://archive.apache.org/dist/incubator/bigtop/bigtop-0.3.0-incubating/"  title="0.3.0-incubating">0.3.0-incubating</a>
+</li>
+                  
+                      <li>      <a href="http://www.apache.org/dyn/closer.cgi/bigtop/bigtop-0.7.0/"  title="0.7.0">0.7.0</a>
+</li>
+                          </ul>
+      </li>
+                <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Project Information <b class="caret"></b></a>
+        <ul class="dropdown-menu">
+        
+                      <li>      <a href="https://cwiki.apache.org/confluence/display/BIGTOP"  title="Wiki">Wiki</a>
+</li>
+                  
+                      <li>      <a href="https://issues.apache.org/jira/browse/BIGTOP"  title="JIRA">JIRA</a>
+</li>
+                  
+                      <li>      <a href="https://git-wip-us.apache.org/repos/asf?p=bigtop.git"  title="GIT (browse)">GIT (browse)</a>
+</li>
+                  
+                      <li>      <a href="https://git-wip-us.apache.org/repos/asf/bigtop.git"  title="GIT (clone)">GIT (clone)</a>
+</li>
+                  
+                      <li>      <a href="http://blogs.apache.org/bigtop/"  title="Blog">Blog</a>
+</li>
+                  
+                      <li>      <a href="mail-lists.html"  title="Mailing Lists">Mailing Lists</a>
+</li>
+                  
+                      <li>      <a href="irc-channel.html"  title="IRC channel">IRC channel</a>
+</li>
+                          </ul>
+      </li>
+                <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">ASF <b class="caret"></b></a>
+        <ul class="dropdown-menu">
+        
+                      <li>      <a href="http://www.apache.org/foundation/how-it-works.html"  title="How Apache Works">How Apache Works</a>
+</li>
+                  
+                      <li>      <a href="http://www.apache.org/foundation/"  title="Foundation">Foundation</a>
+</li>
+                  
+                      <li>      <a href="http://www.apache.org/foundation/sponsorship.html"  title="Sponsoring Apache">Sponsoring Apache</a>
+</li>
+                  
+                      <li>      <a href="http://www.apache.org/foundation/thanks.html"  title="Thanks">Thanks</a>
+</li>
+                          </ul>
+      </li>
+                  </ul>
+          
+                      <form id="search-form" action="http://www.google.com/search" method="get"  class="navbar-search pull-right" >
+    
+  <input value="http://bigtop.apache.org" name="sitesearch" type="hidden"/>
+  <input class="search-query" name="q" id="query" type="text" />
+</form>
+<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
+          
+                                                              
+                   
+                      </div>
+          
+        </div>
+      </div>
+    </div>
+    
+        <div class="container">
+          <div id="banner">
+        <div class="pull-left">
+                                                  <a href="./" id="bannerLeft">
+                                                                                                <img src="images/bigtop-logo.png"  alt="Bigtop"/>
+                </a>
+                      </div>
+        <div class="pull-right">                  <a href="http://www.apache.org/" id="bannerRight">
+                                                                                        <img src="http://www.apache.org/images/asf_logo_wide.png" />
+                </a>
+      </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                              <li class="">
+                    <a href="http://www.apache.org/" class="externalLink" title="Apache">
+        Apache</a>
+        </li>
+      <li class="divider ">/</li>
+            <li class="">
+                    <a href="./" title="Bigtop">
+        Bigtop</a>
+        </li>
+      <li class="divider ">/</li>
+        <li class="">Project Distribution Management</li>
+        
+                
+                    
+                  <li id="publishDate" class="pull-right">Last Published: 2014-10-05</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 0.8.0</li>
+            
+                            </ul>
+      </div>
+
+      
+                        
+        <div id="bodyColumn" >
+                                  
+            <div class="section">
+<h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
+<p>The following is the distribution management information used by this project.</p>
+<div class="section">
+<h3>Repository - apache.releases.https<a name="Repository_-_apache.releases.https"></a></h3><a name="Repository_-_apache.releases.https"></a><a class="externalLink" href="https://repository.apache.org/service/local/staging/deploy/maven2">https://repository.apache.org/service/local/staging/deploy/maven2</a></div>
+<div class="section">
+<h3>Snapshot Repository - apache.snapshots.https<a name="Snapshot_Repository_-_apache.snapshots.https"></a></h3><a name="Snapshot_Repository_-_apache.snapshots.https"></a><a class="externalLink" href="https://repository.apache.org/content/repositories/snapshots">https://repository.apache.org/content/repositories/snapshots</a></div>
+<div class="section">
+<h3>Site - apache.website<a name="Site_-_apache.website"></a></h3><a name="Site_-_apache.website"></a>
+<p>scm:svn:https://svn.apache.org/repos/infra/websites/staging/bigtop/trunk/content</p></div></div>
+                  </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container">
+              <div class="row span12">Copyright &copy;                    2011-2014
+                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+            All Rights Reserved.      
+                    
+      </div>
+
+        
+                <p id="poweredBy" class="pull-right">
+                          <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+              </p>
+        
+                </div>
+    </footer>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/bigtop/trunk/content/images/close.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/bigtop/trunk/content/images/close.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: websites/staging/bigtop/trunk/content/index.html
==============================================================================
--- websites/staging/bigtop/trunk/content/index.html (original)
+++ websites/staging/bigtop/trunk/content/index.html Sun Oct  5 22:32:09 2014
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Jul 28, 2014
+ | Generated by Apache Maven Doxia at 2014-09-27
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20140728" />
+    <meta name="Date-Revision-yyyymmdd" content="20140927" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>
+    <title>Bigtop - 
 		Apache Bigtop</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
@@ -159,8 +159,8 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2014-07-28</li> <li class="divider pull-right">|</li>
-              <li id="projectVersion" class="pull-right">Version: 0.7.0</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2014-09-27</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 0.8.0</li>
             
                             </ul>
       </div>
@@ -178,32 +178,44 @@
 	the License. -->
 	
 
-		<div class="section"><h2>Apache Bigtop<a name="Apache_Bigtop"></a></h2>
-			<p>
+		<div class="section">
+<h2>Apache Bigtop<a name="Apache_Bigtop"></a></h2>
+			
+<p>
 				Bigtop is a project for the development of packaging and tests of the Apache Hadoop ecosystem.
 			</p>
 			<br />
-			<table border="0" class="table table-striped">
-				<tr class="a">
-					<th>Packaging</th>
-					<th>Smoke testing</th>
-					<th>Virtualization</th>
+			
+<table border="0" class="table table-striped">
+				
+<tr class="a">
+					
+<th>Packaging</th>
+					
+<th>Smoke testing</th>
+					
+<th>Virtualization</th>
 				</tr>
-				<tr class="b">
-					<td>
+				
+<tr class="b">
+					
+<td>
 						Bigtop packages Hadoop RPMs and DEBs, so that you can manage and maintain your Hadoop cluster.
 					</td>
-					<td>
+					
+<td>
 						Bigtop provides an integrated smoke testing framework, alongside a suite of over 50 test files.
 					</td>
-					<td>
+					
+<td>
 						Bigtop provides vagrant recipes, raw images, and (work-in-progress) docker recipes for deploying 
 						Hadoop from zero.
 					</td>
 				</tr>
 			</table>
 			<br />
-			<p>
+			
+<p>
 				<b>
 					The primary goal of Bigtop is to build a community around the packaging and interoperability testing
 					of Hadoop-related projects.
@@ -216,99 +228,169 @@
 			<br />
 			<br />
 
-			<div class="section"><h3>Tool requirements for building Bigtop<a name="Tool_requirements_for_building_Bigtop"></a></h3></div>
-			<table border="0" class="table table-striped">
-				<tr class="a">
-					<th>On all systems</th>
-					<th>Also on RPM-based systems</th>
-					<th>Also on DEB-based systems</th>
+			
+<div class="section">
+<h3>Tool requirements for building Bigtop<a name="Tool_requirements_for_building_Bigtop"></a></h3></div>
+			
+<table border="0" class="table table-striped">
+				
+<tr class="a">
+					
+<th>On all systems</th>
+					
+<th>Also on RPM-based systems</th>
+					
+<th>Also on DEB-based systems</th>
 				</tr>
-				<tr class="b">
-					<td>
-						<ul>
-							<li>Java JDK 1.6</li>
-							<li>Apache Ant</li>
-							<li>Apache Maven</li>
-							<li>wget</li>
-							<li>tar</li>
-							<li>git</li>
-							<li>subversion</li>
-							<li>gcc</li>
-							<li>gcc-c++</li>
-							<li>make</li>
-							<li>fuse</li>
-							<li>protobuf-compiler</li>
-							<li>autoconf</li>
-							<li>automake</li>
-							<li>libtool</li>
-							<li>sharutils</li>
-							<li>asciidoc</li>
-							<li>xmlto</li>
+				
+<tr class="b">
+					
+<td>
+						
+<ul>
+							
+<li>Java JDK 1.6</li>
+							
+<li>Apache Ant</li>
+							
+<li>Apache Maven</li>
+							
+<li>wget</li>
+							
+<li>tar</li>
+							
+<li>git</li>
+							
+<li>subversion</li>
+							
+<li>gcc</li>
+							
+<li>gcc-c++</li>
+							
+<li>make</li>
+							
+<li>fuse</li>
+							
+<li>protobuf-compiler</li>
+							
+<li>autoconf</li>
+							
+<li>automake</li>
+							
+<li>libtool</li>
+							
+<li>sharutils</li>
+							
+<li>xmlto</li>
 						</ul>
 					</td>
-					<td>
-						<ul>
-							<li>lzo-devel</li>
-							<li>zlib-devel</li>
-							<li>fuse-devel</li>
-							<li>openssl-devel</li>
-							<li>python-devel</li>
-							<li>libxml2-devel</li>
-							<li>libxslt-devel</li>
-							<li>cyrus-sasl-devel</li>
-							<li>sqlite-devel</li>
-							<li>mysql-devel</li>
-							<li>openldap-devel</li>
-							<li>rpm-build</li>
-							<li>createrepo</li>
-							<li>redhat-rpm-config (RedHat/CentOS only)</li>
+					
+<td>
+						
+<ul>
+							
+<li>lzo-devel</li>
+							
+<li>zlib-devel</li>
+							
+<li>fuse-devel</li>
+							
+<li>openssl-devel</li>
+							
+<li>python-devel</li>
+							
+<li>libxml2-devel</li>
+							
+<li>libxslt-devel</li>
+							
+<li>cyrus-sasl-devel</li>
+							
+<li>sqlite-devel</li>
+							
+<li>mysql-devel</li>
+							
+<li>openldap-devel</li>
+							
+<li>rpm-build</li>
+							
+<li>createrepo</li>
+							
+<li>redhat-rpm-config (RedHat/CentOS only)</li>
 						</ul>
 					</td>
-					<td>
-						<ul>
-							<li>libxslt1-dev</li>
-							<li>libkrb5-dev</li>
-							<li>libldap2-dev</li>
-							<li>libmysqlclient-dev</li>
-							<li>libsasl2-dev</li>
-							<li>libsqlite3-dev</li>
-							<li>libxml2-dev</li>
-							<li>python-dev</li>
-							<li>python-setuptools</li>
-							<li>liblzo2-dev</li>
-							<li>libzip-dev</li>
-							<li>libfuse-dev</li>
-							<li>libssl-dev</li>
-							<li>build-essential</li>
-							<li>dh-make</li>
-							<li>debhelper</li>
-							<li>devscripts</li>
-							<li>reprepro</li>
+					
+<td>
+						
+<ul>
+							
+<li>libxslt1-dev</li>
+							
+<li>libkrb5-dev</li>
+							
+<li>libldap2-dev</li>
+							
+<li>libmysqlclient-dev</li>
+							
+<li>libsasl2-dev</li>
+							
+<li>libsqlite3-dev</li>
+							
+<li>libxml2-dev</li>
+							
+<li>python-dev</li>
+							
+<li>python-setuptools</li>
+							
+<li>liblzo2-dev</li>
+							
+<li>libzip-dev</li>
+							
+<li>libfuse-dev</li>
+							
+<li>libssl-dev</li>
+							
+<li>build-essential</li>
+							
+<li>dh-make</li>
+							
+<li>debhelper</li>
+							
+<li>devscripts</li>
+							
+<li>reprepro</li>
 						</ul>
 					</td>
 				</tr>
 			</table>
 
-			<div class="section"><h3>Continuous Integration<a name="Continuous_Integration"></a></h3></div>
-			<p>
+			
+<div class="section">
+<h3>Continuous Integration<a name="Continuous_Integration"></a></h3></div>
+			
+<p>
 				Apache Bigtop uses Jenkins for continuous integration testing (you can learn more about Jenkins
 				<a class="externalLink" href="http://jenkins-ci.org/">here</a>
 				).
 				There are 2 Jenkins servers currently running for the project:
 			</p>
-			<ul>
-				<li>
+			
+<ul>
+				
+<li>
 					<a class="externalLink" href="https://builds.apache.org/view/A-F/view/Bigtop/">https://builds.apache.org/view/A-F/view/Bigtop/</a>
 				</li>
-				<li>
+				
+<li>
 					<a class="externalLink" href="http://bigtop01.cloudera.org:8080/">http://bigtop01.cloudera.org:8080/</a>
 				</li>
 			</ul>
-			<p>
+			
+<p>
 				The Apache Jenkins server runs the &quot;Bigtop-trunk&quot; job whenever code is committed to the trunk branch, which in turn
 				runs several test jobs.
 			</p>
-			<p>
+			
+<p>
 				The Bigtop Jenkins server runs daily jobs for the 0.3 and trunk branches, and each job has a configuration for each
 				supported operating system.
 				In each branch there is a job to build each component, a job to run package tests and a job to build package
@@ -317,28 +399,35 @@
 				tasks for various RCs and tests.
 				For example:
 			</p>
-			<ul>
-				<li>
+			
+<ul>
+				
+<li>
 					<a class="externalLink" href="http://bigtop01.cloudera.org:8080/view/Bigtop-trunk/job/Bigtop-trunk-All/">Bigtop-trunk-All</a>
 					: Runs all of the jobs for the trunk branch.
 				</li>
-				<li>
+				
+<li>
 					<a class="externalLink" href="http://bigtop01.cloudera.org:8080/view/Bigtop-trunk/job/Bigtop-trunk-HBase/">Bigtop-trunk-HBase</a>
 					: Builds the HBase packages only.
 				</li>
-				<li>
+				
+<li>
 					<a class="externalLink" href="http://bigtop01.cloudera.org:8080/view/Bigtop-trunk/job/Bigtop-trunk-packagetest/">Bigtop-trunk-packagetest</a>
 					: Runs the package tests.
 				</li>
-				<li>
+				
+<li>
 					<a class="externalLink" href="http://bigtop01.cloudera.org:8080/view/Bigtop-trunk/job/Bigtop-trunk-repository/">Bigtop-trunk-repository</a>
 					: Builds an APT or YUM package repository.
 				</li>
-				<li>
+				
+<li>
 					<a class="externalLink" href="http://bigtop01.cloudera.org:8080/view/Bigtop-trunk/job/Bigtop-0.5.0/">Bigtop-0.5.0</a>
 					: Builds the 0.5.0 release.
 				</li>
-				<li>
+				
+<li>
 					<a class="externalLink" href="http://bigtop01.cloudera.org:8080/job/Bigtop-VM-matrix/">Bigtop-VM-matrix</a>
 					: Builds virtual machines of branches trunk and 0.3 for KVM, VMWare and VirtualBox.
 				</li>
@@ -369,4 +458,4 @@
                 </div>
     </footer>
   </body>
-</html>
+</html>
\ No newline at end of file

Added: websites/staging/bigtop/trunk/content/integration.html
==============================================================================
--- websites/staging/bigtop/trunk/content/integration.html (added)
+++ websites/staging/bigtop/trunk/content/integration.html Sun Oct  5 22:32:09 2014
@@ -0,0 +1,196 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2014-10-05
+ | Rendered using Apache Maven Fluido Skin 1.3.0
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="Date-Revision-yyyymmdd" content="20141005" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Bigtop - Continuous Integration</title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+
+      
+    <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
+
+    
+            </head>
+        <body class="topBarEnabled">
+          
+                        
+                    
+                
+
+    <div id="topbar" class="navbar navbar-fixed-top ">
+      <div class="navbar-inner">
+                                  <div class="container"><div class="nav-collapse">
+            
+                
+                                <ul class="nav">
+                          <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Apache Bigtop <b class="caret"></b></a>
+        <ul class="dropdown-menu">
+        
+                      <li>      <a href="index.html"  title="Overview">Overview</a>
+</li>
+                  
+                      <li>      <a href="https://cwiki.apache.org/confluence/display/BIGTOP/Powered+By+Bigtop"  title="Power by">Power by</a>
+</li>
+                  
+                      <li>      <a href="team-list.html"  title="Who We Are">Who We Are</a>
+</li>
+                  
+                      <li>      <a href="issue-tracking.html"  title="Feedback">Feedback</a>
+</li>
+                  
+                      <li>      <a href="book/apache-bigtop-user-guide/apache-bigtop-user-guide.html"  title="User Guide">User Guide</a>
+</li>
+                          </ul>
+      </li>
+                <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b class="caret"></b></a>
+        <ul class="dropdown-menu">
+        
+                      <li>      <a href="release-notes.html"  title="Release Notes">Release Notes</a>
+</li>
+                  
+                      <li>      <a href="http://archive.apache.org/dist/incubator/bigtop/bigtop-0.3.0-incubating/"  title="0.3.0-incubating">0.3.0-incubating</a>
+</li>
+                  
+                      <li>      <a href="http://www.apache.org/dyn/closer.cgi/bigtop/bigtop-0.7.0/"  title="0.7.0">0.7.0</a>
+</li>
+                          </ul>
+      </li>
+                <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Project Information <b class="caret"></b></a>
+        <ul class="dropdown-menu">
+        
+                      <li>      <a href="https://cwiki.apache.org/confluence/display/BIGTOP"  title="Wiki">Wiki</a>
+</li>
+                  
+                      <li>      <a href="https://issues.apache.org/jira/browse/BIGTOP"  title="JIRA">JIRA</a>
+</li>
+                  
+                      <li>      <a href="https://git-wip-us.apache.org/repos/asf?p=bigtop.git"  title="GIT (browse)">GIT (browse)</a>
+</li>
+                  
+                      <li>      <a href="https://git-wip-us.apache.org/repos/asf/bigtop.git"  title="GIT (clone)">GIT (clone)</a>
+</li>
+                  
+                      <li>      <a href="http://blogs.apache.org/bigtop/"  title="Blog">Blog</a>
+</li>
+                  
+                      <li>      <a href="mail-lists.html"  title="Mailing Lists">Mailing Lists</a>
+</li>
+                  
+                      <li>      <a href="irc-channel.html"  title="IRC channel">IRC channel</a>
+</li>
+                          </ul>
+      </li>
+                <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">ASF <b class="caret"></b></a>
+        <ul class="dropdown-menu">
+        
+                      <li>      <a href="http://www.apache.org/foundation/how-it-works.html"  title="How Apache Works">How Apache Works</a>
+</li>
+                  
+                      <li>      <a href="http://www.apache.org/foundation/"  title="Foundation">Foundation</a>
+</li>
+                  
+                      <li>      <a href="http://www.apache.org/foundation/sponsorship.html"  title="Sponsoring Apache">Sponsoring Apache</a>
+</li>
+                  
+                      <li>      <a href="http://www.apache.org/foundation/thanks.html"  title="Thanks">Thanks</a>
+</li>
+                          </ul>
+      </li>
+                  </ul>
+          
+                      <form id="search-form" action="http://www.google.com/search" method="get"  class="navbar-search pull-right" >
+    
+  <input value="http://bigtop.apache.org" name="sitesearch" type="hidden"/>
+  <input class="search-query" name="q" id="query" type="text" />
+</form>
+<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
+          
+                                                              
+                   
+                      </div>
+          
+        </div>
+      </div>
+    </div>
+    
+        <div class="container">
+          <div id="banner">
+        <div class="pull-left">
+                                                  <a href="./" id="bannerLeft">
+                                                                                                <img src="images/bigtop-logo.png"  alt="Bigtop"/>
+                </a>
+                      </div>
+        <div class="pull-right">                  <a href="http://www.apache.org/" id="bannerRight">
+                                                                                        <img src="http://www.apache.org/images/asf_logo_wide.png" />
+                </a>
+      </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                              <li class="">
+                    <a href="http://www.apache.org/" class="externalLink" title="Apache">
+        Apache</a>
+        </li>
+      <li class="divider ">/</li>
+            <li class="">
+                    <a href="./" title="Bigtop">
+        Bigtop</a>
+        </li>
+      <li class="divider ">/</li>
+        <li class="">Continuous Integration</li>
+        
+                
+                    
+                  <li id="publishDate" class="pull-right">Last Published: 2014-10-05</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 0.8.0</li>
+            
+                            </ul>
+      </div>
+
+      
+                        
+        <div id="bodyColumn" >
+                                  
+            <div class="section">
+<h2>Continuous Integration<a name="Continuous_Integration"></a></h2><a name="Continuous_Integration"></a>
+<p>No continuous integration management system is defined. Please check back at a later date.</p></div>
+                  </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container">
+              <div class="row span12">Copyright &copy;                    2011-2014
+                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+            All Rights Reserved.      
+                    
+      </div>
+
+        
+                <p id="poweredBy" class="pull-right">
+                          <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+              </p>
+        
+                </div>
+    </footer>
+  </body>
+</html>
\ No newline at end of file

Modified: websites/staging/bigtop/trunk/content/irc-channel.html
==============================================================================
--- websites/staging/bigtop/trunk/content/irc-channel.html (original)
+++ websites/staging/bigtop/trunk/content/irc-channel.html Sun Oct  5 22:32:09 2014
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Jul 28, 2014
+ | Generated by Apache Maven Doxia at 2014-09-27
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20140728" />
+    <meta name="Date-Revision-yyyymmdd" content="20140927" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>
+    <title>Bigtop - 
 		IRC Channel</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
@@ -159,8 +159,8 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2014-07-28</li> <li class="divider pull-right">|</li>
-              <li id="projectVersion" class="pull-right">Version: 0.7.0</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2014-09-27</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 0.8.0</li>
             
                             </ul>
       </div>
@@ -178,8 +178,10 @@
 	the License. -->
 	
 
-		<div class="section"><h2>IRC Channel<a name="IRC_Channel"></a></h2>
-			<p>
+		<div class="section">
+<h2>IRC Channel<a name="IRC_Channel"></a></h2>
+			
+<p>
 				There is an IRC channel dedicated to Bigtop at irc.freenode.org. The name of the channel is #bigtop.
 				<br />
 				<br />
@@ -212,4 +214,4 @@
                 </div>
     </footer>
   </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/staging/bigtop/trunk/content/issue-tracking.html
==============================================================================
--- websites/staging/bigtop/trunk/content/issue-tracking.html (original)
+++ websites/staging/bigtop/trunk/content/issue-tracking.html Sun Oct  5 22:32:09 2014
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Jul 28, 2014
+ | Generated by Apache Maven Doxia at 2014-09-27
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20140728" />
+    <meta name="Date-Revision-yyyymmdd" content="20140927" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>
+    <title>Bigtop - 
 		Issue Tracking</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
@@ -159,8 +159,8 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2014-07-28</li> <li class="divider pull-right">|</li>
-              <li id="projectVersion" class="pull-right">Version: 0.7.0</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2014-09-27</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 0.8.0</li>
             
                             </ul>
       </div>
@@ -178,16 +178,21 @@
 	the License. -->
 	
 
-		<div class="section"><h2>Issue Tracking<a name="Issue_Tracking"></a></h2>
-			<p>
+		<div class="section">
+<h2>Issue Tracking<a name="Issue_Tracking"></a></h2>
+			
+<p>
 				Bigtop tracks both bugs and enhancement requests
 				<a class="externalLink" href="https://issues.apache.org/jira/browse/BIGTOP">here</a>
 				using Apache JIRA.
 				We welcome input, however, before filing a request, please make sure you do the following:
 			</p>
-			<ul>
-				<li>Search the JIRA database.</li>
-				<li>
+			
+<ul>
+				
+<li>Search the JIRA database.</li>
+				
+<li>
 					Check the user
 					<a href="./mail-lists.html">mailing list</a>
 					, both by searching the archives and by asking questions.
@@ -219,4 +224,4 @@
                 </div>
     </footer>
   </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/staging/bigtop/trunk/content/license.html
==============================================================================
--- websites/staging/bigtop/trunk/content/license.html (original)
+++ websites/staging/bigtop/trunk/content/license.html Sun Oct  5 22:32:09 2014
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Jul 28, 2014
+ | Generated by Apache Maven Doxia at 2014-10-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20140728" />
+    <meta name="Date-Revision-yyyymmdd" content="20141005" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Project License</title>
+    <title>Bigtop - Project License</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -157,8 +157,8 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2014-07-28</li> <li class="divider pull-right">|</li>
-              <li id="projectVersion" class="pull-right">Version: 0.7.0</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2014-10-05</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 0.8.0</li>
             
                             </ul>
       </div>
@@ -166,7 +166,15 @@
       
                         
         <div id="bodyColumn" >
-                      <div class="section"><h2>Overview<a name="Overview"></a></h2><a name="Overview"></a><p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p></div><div class="section"><h2>Project License<a name="Project_License"></a></h2><a name="Project_License"></a><div class="section"><h3>The Apache Software License, Version 2.0<a name="The_Apache_Software_License_Version_2.0"></a></h3><a name="The_Apache_Software_License_Version_2.0"></a><div class="source"><pre>
+                      <div class="section">
+<h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
+<p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p></div>
+<div class="section">
+<h2>Project License<a name="Project_License"></a></h2><a name="Project_License"></a>
+<div class="section">
+<h3>The Apache Software License, Version 2.0<a name="The_Apache_Software_License_Version_2.0"></a></h3><a name="The_Apache_Software_License_Version_2.0"></a>
+<div class="source">
+<pre>
                                  Apache License
                            Version 2.0, January 2004
                         http://www.apache.org/licenses/
@@ -392,4 +400,4 @@
                 </div>
     </footer>
   </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/staging/bigtop/trunk/content/mail-lists.html
==============================================================================
--- websites/staging/bigtop/trunk/content/mail-lists.html (original)
+++ websites/staging/bigtop/trunk/content/mail-lists.html Sun Oct  5 22:32:09 2014
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Jul 28, 2014
+ | Generated by Apache Maven Doxia at 2014-09-27
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20140728" />
+    <meta name="Date-Revision-yyyymmdd" content="20140927" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>
+    <title>Bigtop - 
 	    Mailing Lists</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
@@ -159,8 +159,8 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2014-07-28</li> <li class="divider pull-right">|</li>
-              <li id="projectVersion" class="pull-right">Version: 0.7.0</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2014-09-27</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 0.8.0</li>
             
                             </ul>
       </div>
@@ -177,49 +177,67 @@
 	ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under 
 	the License. -->
 	
-		<div class="section"><h2>Mailing Lists<a name="Mailing_Lists"></a></h2>
-			<div class="section"><h3>Bigtop User List<a name="Bigtop_User_List"></a></h3></div>
-			<p>
+		<div class="section">
+<h2>Mailing Lists<a name="Mailing_Lists"></a></h2>
+			
+<div class="section">
+<h3>Bigtop User List<a name="Bigtop_User_List"></a></h3></div>
+			
+<p>
 				If you use Bigtop, please subscribe to the Bigtop user mailing list.
 				<br />
 				The Bigtop user mailing list is :
 				<a class="externalLink" href="mailto:user@bigtop.apache.org">user@bigtop.apache.org</a>
 				.
 			</p>
-			<ul>
-				<li>
+			
+<ul>
+				
+<li>
 					<a class="externalLink" href="mailto:user-subscribe@bigtop.apache.org">Subscribe to List</a>
 				</li>
-				<li>
+				
+<li>
 					<a class="externalLink" href="mailto:user-unsubscribe@bigtop.apache.org">Unsubscribe from List</a>
 				</li>
-				<li>
+				
+<li>
 					<a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/bigtop-user/">Browse archives</a>
 				</li>
 			</ul>
 
-			<div class="section"><h3>Bigtop Developer List<a name="Bigtop_Developer_List"></a></h3></div>
-			<p>
+			
+<div class="section">
+<h3>Bigtop Developer List<a name="Bigtop_Developer_List"></a></h3></div>
+			
+<p>
 				If you'd like to contribute to Bigtop, please subscribe to the Bigtop developer mailing list.
 				<br />
 				The Bigtop developer mailing list is :
 				<a class="externalLink" href="mailto:dev@bigtop.apache.org">dev@bigtop.apache.org</a>
 				.
 			</p>
-			<ul>
-				<li>
+			
+<ul>
+				
+<li>
 					<a class="externalLink" href="mailto:dev-subscribe@bigtop.apache.org">Subscribe to List</a>
 				</li>
-				<li>
+				
+<li>
 					<a class="externalLink" href="mailto:dev-unsubscribe@bigtop.apache.org">Unsubscribe from List</a>
 				</li>
-				<li>
+				
+<li>
 					<a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/bigtop-dev/">Browse archives</a>
 				</li>
 			</ul>
 
-			<div class="section"><h3>Bigtop Commit List<a name="Bigtop_Commit_List"></a></h3></div>
-			<p>
+			
+<div class="section">
+<h3>Bigtop Commit List<a name="Bigtop_Commit_List"></a></h3></div>
+			
+<p>
 				If you'd like to see changes made in Bigtop's version control system then subscribe
 				to the Bigtop commit mailing list.
 				<br />
@@ -227,14 +245,18 @@
 				<a class="externalLink" href="mailto:commits@bigtop.apache.org">commits@bigtop.apache.org</a>
 				.
 			</p>
-			<ul>
-				<li>
+			
+<ul>
+				
+<li>
 					<a class="externalLink" href="mailto:commits-subscribe@bigtop.apache.org">Subscribe to List</a>
 				</li>
-				<li>
+				
+<li>
 					<a class="externalLink" href="mailto:commits-unsubscribe@bigtop.apache.org">Unsubscribe from List</a>
 				</li>
-				<li>
+				
+<li>
 					<a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/bigtop-commits/">Browse archives</a>
 				</li>
 			</ul>
@@ -264,4 +286,4 @@
                 </div>
     </footer>
   </body>
-</html>
+</html>
\ No newline at end of file