You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by gi...@apache.org on 2019/04/23 00:48:14 UTC

[incubator-druid-website] branch asf-site updated (1157252 -> 9b8ca09)

This is an automated email from the ASF dual-hosted git repository.

gian pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-druid-website.git.


    from 1157252  Merge pull request #1 from jon-wei/0.14.0-download
     new 11b37fe  Add HTTPS canonical links for existing pages
     new 9c62a32  omit index.html from canonical link
     new 9b8ca09  Merge pull request #2 from jon-wei/canonicals

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 downloads.html | 1 +
 index.html     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[incubator-druid-website] 10/10: Merge pull request #2 from jon-wei/canonicals

Posted by gi...@apache.org.
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 9b8ca09ca2423834d442fdf30b2149ff9dfc1e8c
Merge: 1157252 9c62a32
Author: Gian Merlino <gi...@gmail.com>
AuthorDate: Mon Apr 22 17:48:10 2019 -0700

    Merge pull request #2 from jon-wei/canonicals
    
    Add HTTPS canonical links for existing pages

 downloads.html | 1 +
 index.html     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[incubator-druid-website] 09/10: omit index.html from canonical link

Posted by gi...@apache.org.
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 9c62a329eb645d363bdc910d61379095f96f9d89
Author: jon-wei <jo...@imply.io>
AuthorDate: Mon Apr 22 17:39:17 2019 -0700

    omit index.html from canonical link
---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 608d996..5232231 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <title>Apache Druid (incubating)</title>
-<link rel="canonical" href="https://druid.apache.org/index.html" />
+<link rel="canonical" href="https://druid.apache.org/" />
 <script async src="https://www.googletagmanager.com/gtag/js?id=UA-131010415-1"></script>
 <script>
   window.dataLayer = window.dataLayer || [];


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[incubator-druid-website] 05/10: add GA events for downloads

Posted by gi...@apache.org.
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 9bba075a3a5be6166e508a5359bd2de5491a4ed2
Author: dclim <da...@gmail.com>
AuthorDate: Tue Dec 18 16:27:57 2018 -0700

    add GA events for downloads
---
 downloads.html | 28 +++++++++++++++++++++++++---
 index.html     |  1 +
 2 files changed, 26 insertions(+), 3 deletions(-)

diff --git a/downloads.html b/downloads.html
index 3d6f5f6..5344883 100644
--- a/downloads.html
+++ b/downloads.html
@@ -9,6 +9,13 @@
   function gtag(){dataLayer.push(arguments);}
   gtag('js', new Date());
   gtag('config', 'UA-131010415-1');
+
+  function trackDownload(type, url) {
+    gtag('event', type, {
+      'event_category' : 'download',
+      'event_label' : url
+    });
+  }
 </script>
 
 <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
@@ -39,9 +46,23 @@
         <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>
+          <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" onclick="trackDownload('click', '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" onclick="trackDownload('click', '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" onclick="trackDownload('click', '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" onclick="trackDownload('click', '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" onclick="trackDownload('click', '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" onclick="trackDownload('click', '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>
@@ -57,6 +78,7 @@
 <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>
 </div>
 </footer>
 
diff --git a/index.html b/index.html
index 10e4809..89a891a 100644
--- a/index.html
+++ b/index.html
@@ -38,6 +38,7 @@
 <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>
 </div>
 </footer>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[incubator-druid-website] 01/10: Initial placeholder site

Posted by gi...@apache.org.
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 ba419c45e412b23ad66c23d57de018c29c997ca7
Author: Gian Merlino <gi...@gmail.com>
AuthorDate: Thu Apr 12 23:38:26 2018 -0400

    Initial placeholder site
---
 css/main.css | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 index.html   | 37 +++++++++++++++++++++++++
 2 files changed, 125 insertions(+)

diff --git a/css/main.css b/css/main.css
new file mode 100644
index 0000000..e492e2c
--- /dev/null
+++ b/css/main.css
@@ -0,0 +1,88 @@
+/* @font-face {
+    font-family: 'Conv_framd';
+    src: url('../fonts/framd.eot');
+    src: url('../fonts/framd.eot?#iefix') format('embedded-opentype'),
+         url('../fonts/framd.woff') format('woff'),
+         url('../fonts/framd.ttf') format('truetype'),
+         url('../fonts/framd.svg#heroregular') format('svg');
+    font-weight: normal;
+    font-style: normal;
+} */
+
+html, body {
+	position:relative;
+	height:100%;
+	min-height:100%;
+	height:100%;	
+	color:#444;
+        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
+        font-weight: 400;
+	 /* font:400 14px/26px 'Open Sans', Arial, Helvetica, sans-serif; */
+	margin:0;
+	word-wrap:break-word;
+}
+
+h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
+  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
+  font-weight: 300;
+}
+
+body {
+  background-color: #EEE;
+}
+
+.druid-masthead {
+  padding: 44px 0 24px;
+  text-align: center;
+  margin: 0 auto 20px;
+}
+
+.druid-masthead .lead {
+  font-size: 1.5em;
+  font-weight: 400;
+  margin-top: 8px;
+  margin-bottom: 26px;
+}
+
+.druid-footer {
+  padding: 40px 0;
+  /* background-color: #eee; */
+  background-color: #f3f3f3;
+  border-top: 1px solid white;
+  margin-top: 50px;
+}
+
+.druid-masthead .btn-lg {
+  min-width: 145px;
+  margin: 3px 6px;
+  font-size: 1.2em;
+  padding: 8px;
+  color: white;
+  background: #1776BB;
+  transition: background-color 0.1s ease;
+}
+
+.druid-masthead .btn-lg:hover,
+.druid-masthead .btn-lg:active {
+  background: #0C62A0;
+}
+
+a {
+  color: #2576CC;
+}
+
+a:hover, a:focus {
+  /* color: #1a5491; */
+  color: #b1bac6;
+  text-decoration: none;
+}
+
+p {
+  line-height: 1.7em;
+}
+
+footer {
+   font-size: 14px;
+   color: #000000;
+   font-weight: 300;
+}
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..f3ee04f
--- /dev/null
+++ b/index.html
@@ -0,0 +1,37 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<title>Apache Druid (incubating)</title>
+<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
+<link rel="stylesheet" href="//static.druid.io/web-assets/bootstrap/3.3.5/css/bootstrap.min.css">
+<link href='http://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 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/list.html?dev@druid.apache.org">dev@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="http://druid.io/"><span class="fa fa-external-link"></span> Go to the current community site</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[incubator-druid-website] 07/10: Merge pull request #1 from jon-wei/0.14.0-download

Posted by gi...@apache.org.
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 1157252f39ade9d5c2803acb84002fea45956bae
Merge: 9bba075 8df8b9f
Author: Jonathan Wei <jo...@users.noreply.github.com>
AuthorDate: Tue Apr 9 13:52:30 2019 -0700

    Merge pull request #1 from jon-wei/0.14.0-download
    
    Add downloads for 0.14.0-incubating

 downloads.html | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[incubator-druid-website] 04/10: add download page with 0.13.0-incubating release

Posted by gi...@apache.org.
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 <da...@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?dev@druid.apache.org">dev@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-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[incubator-druid-website] 02/10: Get rid of insecure links

Posted by gi...@apache.org.
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 7539474194d4033072b396a5fc806edcaca43a36
Author: Gian Merlino <gi...@gmail.com>
AuthorDate: Thu May 3 11:18:02 2018 -0700

    Get rid of insecure links
---
 css/bootstrap.min.css | 5 +++++
 index.html            | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/css/bootstrap.min.css b/css/bootstrap.min.css
new file mode 100644
index 0000000..d65c66b
--- /dev/null
+++ b/css/bootstrap.min.css
@@ -0,0 +1,5 @@
+/*!
+ * Bootstrap v3.3.5 (http://getbootstrap.com)
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr [...]
\ No newline at end of file
diff --git a/index.html b/index.html
index f3ee04f..4c6904b 100644
--- a/index.html
+++ b/index.html
@@ -3,8 +3,8 @@
 <head>
 <title>Apache Druid (incubating)</title>
 <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
-<link rel="stylesheet" href="//static.druid.io/web-assets/bootstrap/3.3.5/css/bootstrap.min.css">
-<link href='http://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/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">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[incubator-druid-website] 06/10: Add downloads for 0.14.0-incubating

Posted by gi...@apache.org.
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 8df8b9f899da89b69f78aa83eeea818678469921
Author: jon-wei <jo...@imply.io>
AuthorDate: Mon Apr 8 15:31:08 2019 -0700

    Add downloads for 0.14.0-incubating
---
 downloads.html | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/downloads.html b/downloads.html
index 5344883..e12b323 100644
--- a/downloads.html
+++ b/downloads.html
@@ -44,6 +44,27 @@
       </thead>
       <tbody>
         <tr>
+          <th scope="row">0.14.0-incubating</th>
+          <td>09 Apr 2019</td>
+          <td>
+            <a href="https://www.apache.org/dyn/closer.cgi?path=/incubator/druid/0.14.0-incubating/apache-druid-0.14.0-incubating-src.tar.gz" onclick="trackDownload('click', 'https://www.apache.org/dyn/closer.cgi?path=/incubator/druid/0.14.0-incubating/apache-druid-0.14.0-incubating-src.tar.gz');">source</a>
+
+            (<a href="https://www.apache.org/dist/incubator/druid/0.14.0-incubating/apache-druid-0.14.0-incubating-src.tar.gz.sha512" onclick="trackDownload('click', 'https://www.apache.org/dist/incubator/druid/0.14.0-incubating/apache-druid-0.14.0-incubating-src.tar.gz.sha512');">sha512</a>
+
+            <a href="https://www.apache.org/dist/incubator/druid/0.14.0-incubating/apache-druid-0.14.0-incubating-src.tar.gz.asc" onclick="trackDownload('click', 'https://www.apache.org/dist/incubator/druid/0.14.0-incubating/apache-druid-0.14.0-incubating-src.tar.gz.asc');">pgp</a>)
+          </td>
+          <td>
+            <a href="https://www.apache.org/dyn/closer.cgi?path=/incubator/druid/0.14.0-incubating/apache-druid-0.14.0-incubating-bin.tar.gz" onclick="trackDownload('click', 'https://www.apache.org/dyn/closer.cgi?path=/incubator/druid/0.14.0-incubating/apache-druid-0.14.0-incubating-bin.tar.gz');">binary</a>
+
+            (<a href="https://www.apache.org/dist/incubator/druid/0.14.0-incubating/apache-druid-0.14.0-incubating-bin.tar.gz.sha512" onclick="trackDownload('click', 'https://www.apache.org/dist/incubator/druid/0.14.0-incubating/apache-druid-0.14.0-incubating-bin.tar.gz.sha512');">sha512</a>
+
+            <a href="https://www.apache.org/dist/incubator/druid/0.14.0-incubating/apache-druid-0.14.0-incubating-bin.tar.gz.asc" onclick="trackDownload('click', 'https://www.apache.org/dist/incubator/druid/0.14.0-incubating/apache-druid-0.14.0-incubating-bin.tar.gz.asc');">pgp</a>)
+          </td>
+          <td>
+            <a href="https://github.com/apache/incubator-druid/releases/tag/druid-0.14.0-incubating">Release notes</a>
+          </td>
+        </tr>        
+        <tr>
           <th scope="row">0.13.0-incubating</th>
           <td>18 Dec 2018</td>
           <td>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[incubator-druid-website] 03/10: add Google Analytics

Posted by gi...@apache.org.
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 2115a1271ddbf5078d0ce5f873b30f04a6808720
Author: dclim <da...@gmail.com>
AuthorDate: Fri Dec 14 17:58:56 2018 -0700

    add Google Analytics
---
 favicon.ico | Bin 0 -> 1595 bytes
 index.html  |  13 ++++++++++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..b6b6c2c
Binary files /dev/null and b/favicon.ico differ
diff --git a/index.html b/index.html
index 4c6904b..95bc073 100644
--- a/index.html
+++ b/index.html
@@ -2,12 +2,19 @@
 <html lang="en">
 <head>
 <title>Apache Druid (incubating)</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">
-<link rel="stylesheet" href="/css/header.css">
-<link rel="stylesheet" href="/css/footer.css">
 </head>
 <body>
 
@@ -17,7 +24,7 @@
     <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/list.html?dev@druid.apache.org">dev@druid.apache.org</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/list.html?dev@druid.apache.org">dev@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="http://druid.io/"><span class="fa fa-external-link"></span> Go to the current community site</a>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[incubator-druid-website] 08/10: Add HTTPS canonical links for existing pages

Posted by gi...@apache.org.
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 11b37fef3e3537dd08bd03b421b351f6230183ee
Author: jon-wei <jo...@imply.io>
AuthorDate: Mon Apr 22 16:31:11 2019 -0700

    Add HTTPS canonical links for existing pages
---
 downloads.html | 1 +
 index.html     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/downloads.html b/downloads.html
index e12b323..912162a 100644
--- a/downloads.html
+++ b/downloads.html
@@ -2,6 +2,7 @@
 <html lang="en">
 <head>
 <title>Apache Druid (incubating) - Downloads</title>
+<link rel="canonical" href="https://druid.apache.org/downloads.html" />
 
 <script async src="https://www.googletagmanager.com/gtag/js?id=UA-131010415-1"></script>
 <script>
diff --git a/index.html b/index.html
index 89a891a..608d996 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <title>Apache Druid (incubating)</title>
-
+<link rel="canonical" href="https://druid.apache.org/index.html" />
 <script async src="https://www.googletagmanager.com/gtag/js?id=UA-131010415-1"></script>
 <script>
   window.dataLayer = window.dataLayer || [];


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org