Repository: bigtop Updated Branches: refs/heads/master 9fa68d18f -> eddc95aec
BIGTOP-2395. Create separate page to point "Download now" link to Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/eddc95ae Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/eddc95ae Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/eddc95ae Branch: refs/heads/master Commit: eddc95aecacc848d7b9d9f1c659a4ab8a37609e0 Parents: 9fa68d1 Author: Konstantin Boudnik <[email protected]> Authored: Sat Apr 16 15:52:27 2016 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Sun Apr 17 15:42:14 2016 -0700 ---------------------------------------------------------------------- src/site/site.xml | 5 ++++ src/site/xdoc/download.xml | 62 +++++++++++++++++++++++++++++++++++++++++ src/site/xdoc/index.xml | 2 +- 3 files changed, 68 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/eddc95ae/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index edba701..f1fa532 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/"/> http://git-wip-us.apache.org/repos/asf/bigtop/blob/eddc95ae/src/site/xdoc/download.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/download.xml b/src/site/xdoc/download.xml new file mode 100644 index 0000000..2ef6d9e --- /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 http://git-wip-us.apache.org/repos/asf/bigtop/blob/eddc95ae/src/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 6877a24..eccfda9 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>
