This is an automated email from the ASF dual-hosted git repository. davidlim pushed a commit to branch download-page in repository https://gitbox.apache.org/repos/asf/incubator-druid-website.git
commit 7b7693bf00fa61bfc5886b08705aa9c3520e19b0 Author: dclim <[email protected]> AuthorDate: Fri Dec 14 17:17:37 2018 -0700 add download page with 0.13.0-incubating release --- css/main.css | 4 ++++ downloads.html | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 3 ++- 3 files changed, 63 insertions(+), 1 deletion(-) 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..7267e8d --- /dev/null +++ b/downloads.html @@ -0,0 +1,57 @@ +<!DOCTYPE html> +<html lang="en"> +<head> +<title>Apache Druid (incubating) - Downloads</title> +<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"> +<link rel="stylesheet" href="/css/header.css"> +<link rel="stylesheet" href="/css/footer.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>14 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 4c6904b..619e8c6 100644 --- a/index.html +++ b/index.html @@ -17,9 +17,10 @@ <div class="col-md-8 col-md-offset-2 text-center"> <p class="lead"><b>Apache Druid (incubating)</b> is a high-performance, column-oriented, distributed data store.</p> <p>Druid is an open source data store designed for real-time exploratory analytics on large data sets. Druid's key features are a column-oriented storage layout, a distributed shared-nothing architecture, and ability to generate and leverage indexing and caching structures. Druid is typically deployed in clusters of tens to hundreds of nodes, and has the ability to load data from Apache Kafka and Apache Hadoop, among other data sources. Druid offers two query languages: a SQL dialect [...] - <p>After years of development as an independent project and deployment at hundreds of sites, Druid has recently begun incubation at Apache! We will soon be migrating resources like our <a href="https://github.com/druid-io/druid">GitHub repo</a> and <a href="http://druid.io/">project web site</a>. To join the Druid development community, subscribe to our brand-new Apache dev list (<a href="https://lists.apache.org/[email protected]">[email protected]</a>) by sending a [...] + <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/[email protected]">[email protected]</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: [email protected] For additional commands, e-mail: [email protected]
