aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Boudnik <cos@apache.org>2016-04-16 15:52:27 -0700
committerKonstantin Boudnik <cos@apache.org>2016-04-17 15:42:14 -0700
commiteddc95aecacc848d7b9d9f1c659a4ab8a37609e0 (patch)
treec65ac3e25274da8d5127421b2a18c6d0393b2f8b
parent9fa68d18f97d8519f2db57cfb2e67d3c03e35d27 (diff)
BIGTOP-2395. Create separate page to point "Download now" link to
-rw-r--r--src/site/site.xml5
-rw-r--r--src/site/xdoc/download.xml62
-rw-r--r--src/site/xdoc/index.xml2
3 files changed, 68 insertions, 1 deletions
diff --git a/src/site/site.xml b/src/site/site.xml
index edba7016..f1fa5321 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -79,6 +79,11 @@
<item name="IRC channel" href="irc-channel.html" />
</menu>
+ <menu name="Downloads">
+ <item name="Latest release" href="download.html#releases"/>
+ <item name="Snapshots" href="download.html#snapshots"/>
+ </menu>
+
<menu name="ASF">
<item name="How Apache Works" href="http://www.apache.org/foundation/how-it-works.html"/>
<item name="Foundation" href="http://www.apache.org/foundation/"/>
diff --git a/src/site/xdoc/download.xml b/src/site/xdoc/download.xml
new file mode 100644
index 00000000..2ef6d9e8
--- /dev/null
+++ b/src/site/xdoc/download.xml
@@ -0,0 +1,62 @@
+<?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
+ ~
+ ~ 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 downloads</title>
+ </properties>
+ <body>
+ <section name="Software downloads">
+ <subsection name="Releases" id="releases"></subsection>
+ <p>
+ You can download the latest most stable release of Apache Bigtop project.
+ Source code of the framework will allow you to build, deploy, test, and
+ work with distributed (cluster) software for processing of large amounts
+ of data.
+ <br />
+ </p>
+ <ul>
+ <li>
+ The latest release of Apache Bigtop software framework <br/>
+ <a href="http://www.apache.org/dist/bigtop/bigtop-1.1.0/">Bigtop 1.1.0</a>
+ </li>
+ <li>
+ Repositories of instsallable binary packages built with latest release
+ of the Apache Bitop project <br/>
+ <a href="https://www.apache.org/dist/bigtop/bigtop-1.1.0/repos/">Installable binary artifacts</a>
+ </li>
+ </ul>
+ <subsection name="Nightly builds" id="snapshots"></subsection>
+ <p>
+ </p>
+ <ul>
+ <li>
+ If you would like to use the latest development version of the source code
+ please use <br />
+ <a href="https://git-wip-us.apache.org/repos/asf?p=bigtop.git">Apache Bigtop source code repo</a>
+ </li>
+ <li>
+ For the nightly built binaries of the Apache Bigtop bigdata stack proceed to <br/>
+ <a href="https://ci.bigtop.apache.org/view/Packages/job/Bigtop-trunk-packages/">CI trunk build matrix</a>
+ </li>
+ </ul>
+ </section>
+ </body>
+</document> \ No newline at end of file
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 6877a248..eccfda94 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -53,7 +53,7 @@
<br />
<subsection name="Download latest release of Bigtop"></subsection>
- <p><a href="http://www.apache.org/dist/bigtop/bigtop-1.1.0/">Bigtop-1.1.0</a> </p>
+ <p><a href="download.html#releases">Bigtop-1.1.0</a> </p>
<subsection name="All required tools will be installed by ./gradlew toolchain"></subsection>
<p>However place supply a suitable JRE (for instance openjdk7) first</p>