You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@crail.apache.org by pe...@apache.org on 2018/06/07 11:26:13 UTC

incubator-crail-website git commit: Add download page

Repository: incubator-crail-website
Updated Branches:
  refs/heads/master 8cc99e1c4 -> 63f2c5e23


Add download page


Project: http://git-wip-us.apache.org/repos/asf/incubator-crail-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-crail-website/commit/63f2c5e2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-crail-website/tree/63f2c5e2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-crail-website/diff/63f2c5e2

Branch: refs/heads/master
Commit: 63f2c5e237472d2eb89c0421fa0772655865897b
Parents: 8cc99e1
Author: Jonas Pfefferle <jp...@zurich.ibm.com>
Authored: Thu Jun 7 13:25:19 2018 +0200
Committer: Jonas Pfefferle <jp...@zurich.ibm.com>
Committed: Thu Jun 7 13:25:49 2018 +0200

----------------------------------------------------------------------
 site/_config.yml       |  6 ++++--
 site/download/index.md | 27 +++++++++++++++++++++++++++
 site/index.html        |  1 +
 3 files changed, 32 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-crail-website/blob/63f2c5e2/site/_config.yml
----------------------------------------------------------------------
diff --git a/site/_config.yml b/site/_config.yml
index 353e5fc..7bce964 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -26,8 +26,8 @@ categories: [blog, news]
 front_page_news: 5
 
 # Base pathname for links.
-base: 'http://crail.incubator.apache.org'
-#base: 'http://127.0.0.1:4000'
+#base: 'http://crail.incubator.apache.org'
+base: 'http://127.0.0.1:4000'
 
 
 # gem dependencies
@@ -39,6 +39,8 @@ navigation:
       link: /
     - title: Overview
       link: /overview/
+    - title: Downloads
+      link: /download/
     - title: Blog
       link: /blog/
     - title: Community

http://git-wip-us.apache.org/repos/asf/incubator-crail-website/blob/63f2c5e2/site/download/index.md
----------------------------------------------------------------------
diff --git a/site/download/index.md b/site/download/index.md
new file mode 100644
index 0000000..e9cfe87
--- /dev/null
+++ b/site/download/index.md
@@ -0,0 +1,27 @@
+---
+layout: default
+title: Downloads
+---
+
+### Source Release ###
+
+Apache Crail 1.0-incubating
+
+[zip](https://www.apache.org/dyn/closer.lua/incubator/crail/1.0-incubating/apache-crail-1.0-incubating-src.zip) | [sha256](https://dist.apache.org/repos/dist/release/incubator/crail/1.0-incubating/apache-crail-1.0-incubating-src.zip.sha256) | [signature](https://dist.apache.org/repos/dist/release/incubator/crail/1.0-incubating/apache-crail-1.0-incubating-src.zip.asc)
+[tar.gz](https://www.apache.org/dyn/closer.lua/incubator/crail/1.0-incubating/apache-crail-1.0-incubating-src.tar.gz) | [sha256](https://dist.apache.org/repos/dist/release/incubator/crail/1.0-incubating/apache-crail-1.0-incubating-src.tar.gz.sha256) | [signature](https://dist.apache.org/repos/dist/release/incubator/crail/1.0-incubating/apache-crail-1.0-incubating-src.tar.gz.asc)
+
+### Release Notes ###
+
+The latest release notes can be found [here](https://github.com/apache/incubator-crail/blob/master/HISTORY.md)
+
+### Previous Releases ###
+
+Previous releases of Apache Crail can be found in the [archive](http://archive.apache.org/dist/incubator/crail/).
+
+### Verifying a Release ###
+
+You can find instructions for checking hashes and signatures on the [Verifying Apache Software Foundation Releases](http://www.apache.org/info/verification.html) page. The committer's pgp signatures can be found [here](https://www.apache.org/dist/incubator/crail/KEYS).
+
+For fast downloads, current source distributions are hosted on mirror servers; older source distributions are in the archive.
+For security, hash and signature files are always hosted at Apache.
+

http://git-wip-us.apache.org/repos/asf/incubator-crail-website/blob/63f2c5e2/site/index.html
----------------------------------------------------------------------
diff --git a/site/index.html b/site/index.html
index 2cf50e9..60f5bf4 100644
--- a/site/index.html
+++ b/site/index.html
@@ -5,6 +5,7 @@ notitle: true
 ---
 <div class="jumbotron">
 <h4>Apache Crail is a high-performance distributed data store designed for fast sharing of ephemeral data in distributed data processing workloads</h4>
+<p><a class="btn btn-success" href="download/">Download Now</a></p>
 </div>
 
 <br>