This is an automated email from the ASF dual-hosted git repository. gian pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-druid-website.git
commit 19ab77662f832b2273a2bda4811ebeb80e4c9c5d Author: dclim <david.clarence....@gmail.com> AuthorDate: Fri Dec 14 18:03:35 2018 -0700 add download page with 0.13.0-incubating release --- css/main.css | 4 ++++ downloads.html | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 1 + 3 files changed, 69 insertions(+) diff --git a/css/main.css b/css/main.css index e492e2c..6e9914a 100644 --- a/css/main.css +++ b/css/main.css @@ -86,3 +86,7 @@ footer { color: #000000; font-weight: 300; } + +td { + text-align: left; +} diff --git a/downloads.html b/downloads.html new file mode 100644 index 0000000..3d6f5f6 --- /dev/null +++ b/downloads.html @@ -0,0 +1,64 @@ +<!DOCTYPE html> +<html lang="en"> +<head> +<title>Apache Druid (incubating) - Downloads</title> + +<script async src="https://www.googletagmanager.com/gtag/js?id=UA-131010415-1"></script> +<script> + window.dataLayer = window.dataLayer || []; + function gtag(){dataLayer.push(arguments);} + gtag('js', new Date()); + gtag('config', 'UA-131010415-1'); +</script> + +<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> +<link rel="stylesheet" href="/css/bootstrap.min.css"> +<link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic|Open+Sans:300italic,400italic,600italic,400,300,600,700' rel='stylesheet' type='text/css'> +<link rel="stylesheet" href="/css/main.css"> +</head> +<body> + +<main class="druid-masthead"> + <div class="container"> + <div class="row"> + <div class="col-md-8 col-md-offset-2"> + <p class="lead"><b>Apache Druid (incubating)</b> is a high-performance, column-oriented, distributed data store.</p> + <p class="lead"><b>Downloads</b></p> + + <table class="table"> + <thead> + <tr> + <th scope="col">Version</th> + <th scope="col">Date</th> + <th scope="col">Source</th> + <th scope="col">Binary</th> + <th scope="col">Release notes</th> + </tr> + </thead> + <tbody> + <tr> + <th scope="row">0.13.0-incubating</th> + <td>18 Dec 2018</td> + <td><a href="https://www.apache.org/dyn/closer.cgi?path=/incubator/druid/0.13.0-incubating/apache-druid-0.13.0-incubating-src.tar.gz">source</a> (<a href="https://www.apache.org/dist/incubator/druid/0.13.0-incubating/apache-druid-0.13.0-incubating-src.tar.gz.sha512">sha512</a> <a href="https://www.apache.org/dist/incubator/druid/0.13.0-incubating/apache-druid-0.13.0-incubating-src.tar.gz.asc">pgp</a>)</td> + <td><a href="https://www.apache.org/dyn/closer.cgi?path=/incubator/druid/0.13.0-incubating/apache-druid-0.13.0-incubating-bin.tar.gz">binary</a> (<a href="https://www.apache.org/dist/incubator/druid/0.13.0-incubating/apache-druid-0.13.0-incubating-bin.tar.gz.sha512">sha512</a> <a href="https://www.apache.org/dist/incubator/druid/0.13.0-incubating/apache-druid-0.13.0-incubating-bin.tar.gz.asc">pgp</a>)</td> + <td><a href="https://github.com/apache/incubator-druid/releases/tag/druid-0.13.0-incubating">Release notes</a></td> + </tr> + </tbody> + </table> + + <br /> + <p>You should verify your download by following these <a href="https://www.apache.org/info/verification.html">procedures</a> and using these <a href="https://www.apache.org/dist/incubator/druid/KEYS">KEYS</a>. + </div> + </div> + </div> +</main> + +<footer class="druid-footer"> +<div class="container"> + <div class="text-center"> + <p><i>Disclaimer:</i> Apache Druid is an effort undergoing incubation at <a href="https://www.apache.org/">The Apache Software Foundation (ASF)</a>, sponsored by the <a href="https://incubator.apache.org/">Apache Incubator</a>. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is no [...] +</div> +</footer> + +</body> +</html> diff --git a/index.html b/index.html index 95bc073..10e4809 100644 --- a/index.html +++ b/index.html @@ -27,6 +27,7 @@ <p>After years of development as an independent project and deployment at hundreds of sites, Druid has recently begun incubation at Apache! We have migrated our <a href="https://github.com/apache/incubator-druid">GitHub repo</a> and will soon be migrating our <a href="http://druid.io/">project web site</a>. To join the Druid development community, subscribe to our Apache dev list (<a href="https://lists.apache.org/list.html?d...@druid.apache.org">d...@druid.apache.org</a>) by sending a [...] <p>This web site is a placeholder until we have migrated our current community site from <a href="http://druid.io">http://druid.io/</a>. For downloads of pre-Apache releases and for detailed project information, please visit that website.</p> <br /> + <p><a class="btn btn-lg" href="downloads.html"><span class="fa"></span> Download</a> <p><a class="btn btn-lg" href="http://druid.io/"><span class="fa fa-external-link"></span> Go to the current community site</a> </div> </div> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org For additional commands, e-mail: commits-h...@druid.apache.org