You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ja...@apache.org on 2014/07/28 21:15:21 UTC

svn commit: r1614137 [1/3] - in /bigtop/site/trunk/content: site.xml xdoc/index.xml xdoc/irc-channel.xml xdoc/issue-tracking.xml xdoc/mail-lists.xml xdoc/release-notes.xml xdoc/team-list.xml

Author: jay
Date: Mon Jul 28 19:15:21 2014
New Revision: 1614137

URL: http://svn.apache.org/r1614137
Log:
site update

Modified:
    bigtop/site/trunk/content/site.xml
    bigtop/site/trunk/content/xdoc/index.xml
    bigtop/site/trunk/content/xdoc/irc-channel.xml
    bigtop/site/trunk/content/xdoc/issue-tracking.xml
    bigtop/site/trunk/content/xdoc/mail-lists.xml
    bigtop/site/trunk/content/xdoc/release-notes.xml
    bigtop/site/trunk/content/xdoc/team-list.xml

Modified: bigtop/site/trunk/content/site.xml
URL: http://svn.apache.org/viewvc/bigtop/site/trunk/content/site.xml?rev=1614137&r1=1614136&r2=1614137&view=diff
==============================================================================
--- bigtop/site/trunk/content/site.xml (original)
+++ bigtop/site/trunk/content/site.xml Mon Jul 28 19:15:21 2014
@@ -56,11 +56,12 @@
     <links position="left">
     </links>
 
-    <menu name="Bigtop">
+    <menu name="Apache Bigtop">
       <item name="Overview" href="index.html"/>
       <item name="Power by" href="https://cwiki.apache.org/confluence/display/BIGTOP/Powered+By+Bigtop" />
       <item name="Who We Are" href="team-list.html" />
       <item name="Feedback" href="issue-tracking.html" />
+      <item name="User Guide" href="book/apache-bigtop-user-guide/apache-bigtop-user-guide.html" />
     </menu>
 
     <menu name="Releases">

Modified: bigtop/site/trunk/content/xdoc/index.xml
URL: http://svn.apache.org/viewvc/bigtop/site/trunk/content/xdoc/index.xml?rev=1614137&r1=1614136&r2=1614137&view=diff
==============================================================================
--- bigtop/site/trunk/content/xdoc/index.xml (original)
+++ bigtop/site/trunk/content/xdoc/index.xml Mon Jul 28 19:15:21 2014
@@ -1,120 +1,183 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements.  See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You 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
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file 
+	distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You 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. -->
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+	<properties>
+		<title>Apache Bigtop</title>
+	</properties>
+	<body>
 
-     http://www.apache.org/licenses/LICENSE-2.0
+		<section name="Apache Bigtop">
+			<p>
+				Bigtop is a project for the development of packaging and tests of the Apache Hadoop ecosystem.
+			</p>
+			<br />
+			<table>
+				<tr>
+					<th>Packaging</th>
+					<th>Smoke testing</th>
+					<th>Virtualization</th>
+				</tr>
+				<tr>
+					<td>
+						Bigtop packages Hadoop RPMs and DEBs, so that you can manage and maintain your Hadoop cluster.
+					</td>
+					<td>
+						Bigtop provides an integrated smoke testing framework, alongside a suite of over 50 test files.
+					</td>
+					<td>
+						Bigtop provides vagrant recipes, raw images, and (work-in-progress) docker recipes for deploying 
+						Hadoop from zero.
+					</td>
+				</tr>
+			</table>
+			<br />
+			<p>
+				<b>
+					The primary goal of Bigtop is to build a community around the packaging and interoperability testing
+					of Hadoop-related projects.
+				</b> 
+				This includes testing at various levels (packaging, platform, runtime, upgrade, etc...)
+				developed by a community with a focus on the system as a whole, rather than individual projects.
+				Packages have been built on Ubuntu 10.10, CentOS 5/6, Fedora 18, Mageia 1, openSUSE 12.2.
+				They can probably be built on other platforms as well.
+			</p>
+			<br />
+			<br />
 
- 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.
--->
-<document xmlns="http://maven.apache.org/XDOC/2.0"
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
-  <properties></properties>
-  <body>
+			<subsection name="Tool requirements for building Bigtop"></subsection>
+			<table>
+				<tr>
+					<th>On all systems</th>
+					<th>Also on RPM-based systems</th>
+					<th>Also on DEB-based systems</th>
+				</tr>
+				<tr>
+					<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>
+						</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>
+						</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>
+						</ul>
+					</td>
+				</tr>
+			</table>
 
-    <section name="Apache Bigtop"></section>
-    <p>Bigtop is a project for the development of packaging and tests of the Apache Hadoop ecosystem.
-    <br/><br/>
-     The primary goal of Bigtop is to build a community around the packaging and interoperability testing 
-     of Hadoop-related projects. This includes testing at various levels (packaging, platform, runtime, upgrade, etc...) 
-     developed by a community with a focus on the system as a whole, rather than individual projects.</p>
-     <br/><br/>
-    <subsection name="Building Bigtop"></subsection>
-    <p>Packages have been built on Ubuntu 10.10, CentOS 5/6, Fedora 18, Mageia 1 and openSUSE 12.2
-    They can probably be built on other platforms as well.<br/><br/>
-    Building Bigtop requires the following tools:</p>
-    <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>
-    </ul>
-    <p>On RPM-based systems one also needs</p>
-    <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>
-    <p>On DEB-based systems one also needs</p>
-    <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>
-    <subsection name="Continuous Integration"></subsection>
-    <p>
-      Apache Bigtop uses Jenkins for continuous integration testing (you can learn more about Jenkins <a href="http://jenkins-ci.org/">here</a>).
-      There are 2 Jenkins servers currently running for the project:
-    </p>
-    <ul>
-      <li><a href="https://builds.apache.org/view/A-F/view/Bigtop/">https://builds.apache.org/view/A-F/view/Bigtop/</a></li>
-      <li><a href="http://bigtop01.cloudera.org:8080/">http://bigtop01.cloudera.org:8080/</a></li>
-    </ul>
-    <p>
-      The Apache Jenkins server runs the "Bigtop-trunk" job whenever code is committed to the trunk branch, which in turn runs several test jobs.
-    </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 repositories.
-      There are also jobs for building virtual machine images as well as the 2 most recent releases and other miscellaneous tasks for various RCs and tests.
-      For example:
-    </p>
-    <ul>
-      <li><a 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><a href="http://bigtop01.cloudera.org:8080/view/Bigtop-trunk/job/Bigtop-trunk-HBase/">Bigtop-trunk-HBase</a>: Builds the HBase packages only.</li>
-      <li><a href="http://bigtop01.cloudera.org:8080/view/Bigtop-trunk/job/Bigtop-trunk-packagetest/">Bigtop-trunk-packagetest</a>: Runs the package tests.</li>
-      <li><a 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><a 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><a 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>
-    </ul>
-  </body>
+			<subsection name="Continuous Integration"></subsection>
+			<p>
+				Apache Bigtop uses Jenkins for continuous integration testing (you can learn more about Jenkins
+				<a href="http://jenkins-ci.org/">here</a>
+				).
+				There are 2 Jenkins servers currently running for the project:
+			</p>
+			<ul>
+				<li>
+					<a href="https://builds.apache.org/view/A-F/view/Bigtop/">https://builds.apache.org/view/A-F/view/Bigtop/</a>
+				</li>
+				<li>
+					<a href="http://bigtop01.cloudera.org:8080/">http://bigtop01.cloudera.org:8080/</a>
+				</li>
+			</ul>
+			<p>
+				The Apache Jenkins server runs the "Bigtop-trunk" job whenever code is committed to the trunk branch, which in turn
+				runs several test jobs.
+			</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
+				repositories.
+				There are also jobs for building virtual machine images as well as the 2 most recent releases and other miscellaneous
+				tasks for various RCs and tests.
+				For example:
+			</p>
+			<ul>
+				<li>
+					<a 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>
+					<a href="http://bigtop01.cloudera.org:8080/view/Bigtop-trunk/job/Bigtop-trunk-HBase/">Bigtop-trunk-HBase</a>
+					: Builds the HBase packages only.
+				</li>
+				<li>
+					<a href="http://bigtop01.cloudera.org:8080/view/Bigtop-trunk/job/Bigtop-trunk-packagetest/">Bigtop-trunk-packagetest</a>
+					: Runs the package tests.
+				</li>
+				<li>
+					<a 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>
+					<a 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>
+					<a 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>
+			</ul>
+		</section>
+	</body>
 </document>

Modified: bigtop/site/trunk/content/xdoc/irc-channel.xml
URL: http://svn.apache.org/viewvc/bigtop/site/trunk/content/xdoc/irc-channel.xml?rev=1614137&r1=1614136&r2=1614137&view=diff
==============================================================================
--- bigtop/site/trunk/content/xdoc/irc-channel.xml (original)
+++ bigtop/site/trunk/content/xdoc/irc-channel.xml Mon Jul 28 19:15:21 2014
@@ -1,31 +1,26 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements.  See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You 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
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file 
+	distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You 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. -->
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+	<properties>
+		<title>IRC Channel</title>
+	</properties>
+	<body>
 
-     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.
--->
-<document xmlns="http://maven.apache.org/XDOC/2.0"
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
-  <properties></properties>
-  <body>
-
-    <section name="IRC Channel"></section>
-    <p>There is an IRC channel dedicated to Bigtop at irc.freenode.org. The name of the channel is #bigtop.
-    <br/><br/>
-    The IRC channel can be used for online discussion about bigtop related stuff, but developers should be 
-    careful to transfer all the official decisions or useful discussions to the issue tracking system.
-    </p>
-    </body>
+		<section name="IRC Channel">
+			<p>
+				There is an IRC channel dedicated to Bigtop at irc.freenode.org. The name of the channel is #bigtop.
+				<br />
+				<br />
+				The IRC channel can be used for online discussion about bigtop related stuff, but developers should be
+				careful to transfer all the official decisions or useful discussions to the issue tracking system.
+			</p>
+		</section>
+	</body>
 </document>

Modified: bigtop/site/trunk/content/xdoc/issue-tracking.xml
URL: http://svn.apache.org/viewvc/bigtop/site/trunk/content/xdoc/issue-tracking.xml?rev=1614137&r1=1614136&r2=1614137&view=diff
==============================================================================
--- bigtop/site/trunk/content/xdoc/issue-tracking.xml (original)
+++ bigtop/site/trunk/content/xdoc/issue-tracking.xml Mon Jul 28 19:15:21 2014
@@ -1,33 +1,33 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements.  See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You 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
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file 
+	distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You 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. -->
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+	<properties>
+		<title>Issue Tracking</title>
+	</properties>
+	<body>
 
-     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.
--->
-<document xmlns="http://maven.apache.org/XDOC/2.0"
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
-  <properties></properties>
-  <body>
-
-    <section name="Issue Tracking"></section>
-    <p>Bigtop tracks both bugs and enhancement requests 
-    <a 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>Check the user <a href="./mail-lists.html">mailing list</a>, both by searching the archives and by asking questions.</li>
-    </ul>
-  </body>
+		<section name="Issue Tracking">
+			<p>
+				Bigtop tracks both bugs and enhancement requests
+				<a 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>
+					Check the user
+					<a href="./mail-lists.html">mailing list</a>
+					, both by searching the archives and by asking questions.
+				</li>
+			</ul>
+		</section>
+	</body>
 </document>

Modified: bigtop/site/trunk/content/xdoc/mail-lists.xml
URL: http://svn.apache.org/viewvc/bigtop/site/trunk/content/xdoc/mail-lists.xml?rev=1614137&r1=1614136&r2=1614137&view=diff
==============================================================================
--- bigtop/site/trunk/content/xdoc/mail-lists.xml (original)
+++ bigtop/site/trunk/content/xdoc/mail-lists.xml Mon Jul 28 19:15:21 2014
@@ -1,64 +1,78 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements.  See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You 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
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file 
+	distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You 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. -->
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+	<properties>
+	    <title>Mailing Lists</title>
+	</properties>
+	<body>
+		<section name="Mailing Lists">
+			<subsection name="Bigtop User List"></subsection>
+			<p>
+				If you use Bigtop, please subscribe to the Bigtop user mailing list.
+				<br />
+				The Bigtop user mailing list is :
+				<a href="mailto:user@bigtop.apache.org">user@bigtop.apache.org</a>
+				.
+			</p>
+			<ul>
+				<li>
+					<a href="mailto:user-subscribe@bigtop.apache.org">Subscribe to List</a>
+				</li>
+				<li>
+					<a href="mailto:user-unsubscribe@bigtop.apache.org">Unsubscribe from List</a>
+				</li>
+				<li>
+					<a href="http://mail-archives.apache.org/mod_mbox/bigtop-user/">Browse archives</a>
+				</li>
+			</ul>
 
-     http://www.apache.org/licenses/LICENSE-2.0
+			<subsection name="Bigtop Developer List"></subsection>
+			<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 href="mailto:dev@bigtop.apache.org">dev@bigtop.apache.org</a>
+				.
+			</p>
+			<ul>
+				<li>
+					<a href="mailto:dev-subscribe@bigtop.apache.org">Subscribe to List</a>
+				</li>
+				<li>
+					<a href="mailto:dev-unsubscribe@bigtop.apache.org">Unsubscribe from List</a>
+				</li>
+				<li>
+					<a href="http://mail-archives.apache.org/mod_mbox/bigtop-dev/">Browse archives</a>
+				</li>
+			</ul>
 
- 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.
--->
-<document xmlns="http://maven.apache.org/XDOC/2.0"
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
-  <properties></properties>
-  <body>
-
-    <section name="Mailing Lists"></section>
-
-    <subsection name="Bigtop User List"></subsection>
-    <p>
-    If you use Bigtop, please subscribe to the Bigtop user mailing list.<br /> 
-    The Bigtop user mailing list is : 
-    <a href="mailto:user@bigtop.apache.org">user@bigtop.apache.org</a>.
-    </p>
-    <ul>
-    <li><a href="mailto:user-subscribe@bigtop.apache.org">Subscribe to List</a></li>
-    <li><a href="mailto:user-unsubscribe@bigtop.apache.org">Unsubscribe from List</a></li>
-    <li><a href="http://mail-archives.apache.org/mod_mbox/bigtop-user/">Browse archives</a></li>
-    </ul>
-    
-    <subsection name="Bigtop Developer List"></subsection>
-    <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 href="mailto:dev@bigtop.apache.org">dev@bigtop.apache.org</a>.
-    </p>
-    <ul>
-    <li><a href="mailto:dev-subscribe@bigtop.apache.org">Subscribe to List</a></li>
-    <li><a href="mailto:dev-unsubscribe@bigtop.apache.org">Unsubscribe from List</a></li>
-    <li><a href="http://mail-archives.apache.org/mod_mbox/bigtop-dev/">Browse archives</a></li>
-    </ul>
-    
-    <subsection name="Bigtop Commit List"></subsection>
-    <p>
-    If you'd like to see changes made in Bigtop's version control system  then subscribe 
-    to the Bigtop commit mailing list.<br />
-    The Bigtop commit mailing list is : 
-    <a href="mailto:commits@bigtop.apache.org">commits@bigtop.apache.org</a>.
-    </p>
-    <ul>
-    <li><a href="mailto:commits-subscribe@bigtop.apache.org">Subscribe to List</a></li>
-    <li><a href="mailto:commits-unsubscribe@bigtop.apache.org">Unsubscribe from List</a></li>
-    <li><a href="http://mail-archives.apache.org/mod_mbox/bigtop-commits/">Browse archives</a></li>
-    </ul>
-    
-  </body>
-</document>
+			<subsection name="Bigtop Commit List"></subsection>
+			<p>
+				If you'd like to see changes made in Bigtop's version control system then subscribe
+				to the Bigtop commit mailing list.
+				<br />
+				The Bigtop commit mailing list is :
+				<a href="mailto:commits@bigtop.apache.org">commits@bigtop.apache.org</a>
+				.
+			</p>
+			<ul>
+				<li>
+					<a href="mailto:commits-subscribe@bigtop.apache.org">Subscribe to List</a>
+				</li>
+				<li>
+					<a href="mailto:commits-unsubscribe@bigtop.apache.org">Unsubscribe from List</a>
+				</li>
+				<li>
+					<a href="http://mail-archives.apache.org/mod_mbox/bigtop-commits/">Browse archives</a>
+				</li>
+			</ul>
+		</section>
+	</body>
+</document>
\ No newline at end of file