BIGTOP-1156. Fix formating in our website.

The pdf plugin is defined in our pom but do not work because of some malformed 
xdoc files.
This commit does the following:
* Update the version of the pdf plugin
* Fix xdoc files so a pdf of our website can be generated

This was tested by typing: mvn pdf:pdf


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

Branch: refs/heads/master
Commit: d83362bcc5f3af6169d021e5a9966409c797f633
Parents: 83a7f8f
Author: Bruno Mahé <[email protected]>
Authored: Sun Dec 8 17:14:21 2013 -0800
Committer: Bruno Mahé <[email protected]>
Committed: Wed Dec 11 00:15:14 2013 -0800

----------------------------------------------------------------------
 pom.xml                          |    2 +-
 src/site/xdoc/index.xml          |  263 +-
 src/site/xdoc/irc-channel.xml    |   51 +-
 src/site/xdoc/issue-tracking.xml |   60 +-
 src/site/xdoc/mail-lists.xml     |  136 +-
 src/site/xdoc/release-notes.xml  | 6496 +++++++++++++++++++++++----------
 src/site/xdoc/team-list.xml      |  368 +-
 7 files changed, 5013 insertions(+), 2363 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/d83362bc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7dd35d6..3e7c1fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -271,7 +271,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-pdf-plugin</artifactId>
-          <version>1.1</version>
+          <version>1.2</version>
           <dependencies>
             <dependency>
               <groupId>org.apache.maven.doxia</groupId>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/d83362bc/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 5702490..ed5cc6a 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -1,120 +1,149 @@
 <?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
-
- 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="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>
+               <section name="Apache Bigtop">
+                       <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>
+               </section>
+       </body>
 </document>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/d83362bc/src/site/xdoc/irc-channel.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/irc-channel.xml b/src/site/xdoc/irc-channel.xml
index de2df3e..6331f14 100644
--- a/src/site/xdoc/irc-channel.xml
+++ b/src/site/xdoc/irc-channel.xml
@@ -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>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/d83362bc/src/site/xdoc/issue-tracking.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/issue-tracking.xml b/src/site/xdoc/issue-tracking.xml
index 42bd5a9..9e66ce6 100644
--- a/src/site/xdoc/issue-tracking.xml
+++ b/src/site/xdoc/issue-tracking.xml
@@ -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>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/d83362bc/src/site/xdoc/mail-lists.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml
index 563b6df..61e59b9 100644
--- a/src/site/xdoc/mail-lists.xml
+++ b/src/site/xdoc/mail-lists.xml
@@ -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:[email protected]";>[email protected]</a>
+                               .
+                       </p>
+                       <ul>
+                               <li>
+                                       <a 
href="mailto:[email protected]";>Subscribe to List</a>
+                               </li>
+                               <li>
+                                       <a 
href="mailto:[email protected]";>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:[email protected]";>[email protected]</a>
+                               .
+                       </p>
+                       <ul>
+                               <li>
+                                       <a 
href="mailto:[email protected]";>Subscribe to List</a>
+                               </li>
+                               <li>
+                                       <a 
href="mailto:[email protected]";>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:[email protected]";>[email protected]</a>.
-    </p>
-    <ul>
-    <li><a href="mailto:[email protected]";>Subscribe to 
List</a></li>
-    <li><a href="mailto:[email protected]";>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:[email protected]";>[email protected]</a>.
-    </p>
-    <ul>
-    <li><a href="mailto:[email protected]";>Subscribe to 
List</a></li>
-    <li><a href="mailto:[email protected]";>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:[email protected]";>[email protected]</a>.
-    </p>
-    <ul>
-    <li><a href="mailto:[email protected]";>Subscribe to 
List</a></li>
-    <li><a href="mailto:[email protected]";>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:[email protected]";>[email protected]</a>
+                               .
+                       </p>
+                       <ul>
+                               <li>
+                                       <a 
href="mailto:[email protected]";>Subscribe to List</a>
+                               </li>
+                               <li>
+                                       <a 
href="mailto:[email protected]";>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

Reply via email to