aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorOlaf Flebbe <of@fleb.be>2016-03-29 09:57:47 +0200
committerOlaf Flebbe <of@fleb.be>2016-03-31 09:27:37 +0200
commitc5b2a8807ad1fde4cd7beb91c851a680b95c6902 (patch)
tree67c4fe5b40c5833e5d85eef70e69ca200874ad32 /src
parentc9ce43cfc58326966d413b9cdb4e1fa83d6af2c4 (diff)
BIGTOP-2363: User Guide for version 1.1.0 is blank
Diffstat (limited to 'src')
-rw-r--r--src/site/docbookx/apache-bigtop-user-guide.xml85
-rw-r--r--src/site/docbookx/customization.xsl33
-rw-r--r--src/site/docbookx/userguide/introduction.xml32
-rw-r--r--src/site/docbookx/userguide/preface.xml28
-rw-r--r--src/site/docbookx/userguide/what-s-new.xml32
-rw-r--r--src/site/site.xml1
-rw-r--r--src/site/xdoc/index.xml2
7 files changed, 1 insertions, 212 deletions
diff --git a/src/site/docbookx/apache-bigtop-user-guide.xml b/src/site/docbookx/apache-bigtop-user-guide.xml
deleted file mode 100644
index f82c4fb6..00000000
--- a/src/site/docbookx/apache-bigtop-user-guide.xml
+++ /dev/null
@@ -1,85 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- /**
- *
- * 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.
- */
--->
-<book version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:svg="http://www.w3.org/2000/svg" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:html="http://www.w3.org/1999/xhtml"
- xmlns:db="http://docbook.org/ns/docbook" xml:id="book">
- <info>
- <title>
- <link xlink:href="http://bigtop.apache.org">
- The
- <trademark class='trade'>Apache Bigtop</trademark>
- User Guide
- </link>
- </title>
- <subtitle>
- <link xlink:href="http://bigtop.apache.org">
- <inlinemediaobject>
- <imageobject>
- <imagedata align="center" valign="center" fileref="bigtop-logo.png"/>
- </imageobject>
- </inlinemediaobject>
- </link>
- </subtitle>
- <copyright>
- <year>2013</year>
- <holder>
- Apache Software Foundation.
- All Rights Reserved. Apache Bigtop, Hadoop, Hadoop, MapReduce, HDFS, Zookeeper,
- HBase, and the
- Apache Bigtop project logo are trademarks of the Apache Software Foundation.
- </holder>
- </copyright>
- <abstract>
- <para>
- This is the official user guide of
- <link xlink:href="http://bigtop.apache.org">
- <trademark class='trade'>Apache Bigtop</trademark>
- </link>
- , a project for the development of packaging and tests of the
- <link xlink:href="http://hadoop.apache.org/">
- <trademark class='trade'>Apache Hadoop</trademark>
- </link>
- ecosystem.
- </para>
- </abstract>
-
- <revhistory>
- <revision>
- <revnumber>
- <?eval ${project.version}?>
- </revnumber>
- <date>
- <?eval ${buildDate}?>
- </date>
- </revision>
- </revhistory>
- </info>
-
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="userguide/preface.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="userguide/introduction.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="userguide/what-s-new.xml"/>
-
- <index xml:id="book_index">
- <title>Index</title>
- </index>
-
-</book>
diff --git a/src/site/docbookx/customization.xsl b/src/site/docbookx/customization.xsl
deleted file mode 100644
index 3301251c..00000000
--- a/src/site/docbookx/customization.xsl
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0"?>
-<xsl:stylesheet
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- version="1.0">
-<!--
-/**
- * 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.
- */
--->
- <xsl:import href="urn:docbkx:stylesheet"/>
- <xsl:output method="html" encoding="UTF-8" indent="no"/>
-
- <xsl:template name="user.header.content" >
- </xsl:template>
-
- <xsl:template name="user.footer.content">
- </xsl:template>
-
-</xsl:stylesheet>
diff --git a/src/site/docbookx/userguide/introduction.xml b/src/site/docbookx/userguide/introduction.xml
deleted file mode 100644
index f949f170..00000000
--- a/src/site/docbookx/userguide/introduction.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<chapter version="5.0" xml:id="introduction"
- xmlns="http://docbook.org/ns/docbook"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns:m="http://www.w3.org/1998/Math/MathML"
- xmlns:html="http://www.w3.org/1999/xhtml"
- xmlns:db="http://docbook.org/ns/docbook">
-<!--
-/**
- * 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.
- */
--->
- <title>Introduction</title>
-
-
-</chapter>
diff --git a/src/site/docbookx/userguide/preface.xml b/src/site/docbookx/userguide/preface.xml
deleted file mode 100644
index 86dce600..00000000
--- a/src/site/docbookx/userguide/preface.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<preface version="5.0" xml:id="preface" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:svg="http://www.w3.org/2000/svg" xmlns:m="http://www.w3.org/1998/Math/MathML"
- xmlns:html="http://www.w3.org/1999/xhtml" xmlns:db="http://docbook.org/ns/docbook">
- <!--
- /**
- * 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.
- */
- -->
- <title>Preface</title>
-
- <para>
- </para>
-</preface>
diff --git a/src/site/docbookx/userguide/what-s-new.xml b/src/site/docbookx/userguide/what-s-new.xml
deleted file mode 100644
index 7d5f9d66..00000000
--- a/src/site/docbookx/userguide/what-s-new.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<chapter version="5.0" xml:id="what-s-new"
- xmlns="http://docbook.org/ns/docbook"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns:m="http://www.w3.org/1998/Math/MathML"
- xmlns:html="http://www.w3.org/1999/xhtml"
- xmlns:db="http://docbook.org/ns/docbook">
-<!--
-/**
- * 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.
- */
--->
- <title>What is new in Apache Bigtop <?eval ${project.version}?></title>
-
-
-</chapter>
diff --git a/src/site/site.xml b/src/site/site.xml
index f4c89965..edba7016 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -61,7 +61,6 @@
<item name="Powered 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">
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 3934fd9c..6877a248 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -64,7 +64,7 @@
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:
+ There is a Jenkins server currently running for the project:
</p>
<ul>
<li>