You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@quickstep.apache.org by sp...@apache.org on 2017/03/25 14:39:28 UTC

incubator-quickstep-site git commit: updated for release 0.1.0

Repository: incubator-quickstep-site
Updated Branches:
  refs/heads/asf-site daba250dd -> cd81badbf


updated for release 0.1.0


Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/commit/cd81badb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/tree/cd81badb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/diff/cd81badb

Branch: refs/heads/asf-site
Commit: cd81badbf8b7152a153d5cc1722d84dfed975af2
Parents: daba250
Author: cramja <ma...@gmail.com>
Authored: Sat Mar 25 09:39:19 2017 -0500
Committer: cramja <ma...@gmail.com>
Committed: Sat Mar 25 09:39:19 2017 -0500

----------------------------------------------------------------------
 _layouts/release.html      | 15 +++++++++++++++
 content/feed.xml           |  2 +-
 content/release/index.html | 18 +++++++++++-------
 releases.md                | 18 +++++++++++++++---
 4 files changed, 42 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/cd81badb/_layouts/release.html
----------------------------------------------------------------------
diff --git a/_layouts/release.html b/_layouts/release.html
new file mode 100644
index 0000000..53b5e9a
--- /dev/null
+++ b/_layouts/release.html
@@ -0,0 +1,15 @@
+---
+layout: default
+---
+
+<article class="post">
+
+  <header class="post-header">
+    <h1 class="post-title" itemprop="name headline">{{ page.title | escape }}</h1>
+    <p class="post-meta">Last Updated <time datetime="{{ page.updated  | date_to_xmlschema }}">{{ page.updated | updated: "%b %-d, %Y" }}</time>{% if page.updater %} \u2022 <span><span>{{ page.updater }}</span></span>{% endif %}</p>
+  </header>
+
+  <div class="post-content">
+    {{ content }}
+  </div>
+</article>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/cd81badb/content/feed.xml
----------------------------------------------------------------------
diff --git a/content/feed.xml b/content/feed.xml
index f546782..7a97d35 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xml" href="http://localhost:4000/feed.xslt.xml"?><feed xmlns="http://www.w3.org/2005/Atom"><generator uri="http://jekyllrb.com" version="3.3.1">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2017-03-16T16:04:46-05:00</updated><id>http://localhost:4000//</id><title type="html">Apache Quickstep (Incubating)</title><subtitle>Quickstep is a next-generation data processing platform designed  for high-performance analytical queries.
+<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xml" href="http://localhost:4000/feed.xslt.xml"?><feed xmlns="http://www.w3.org/2005/Atom"><generator uri="http://jekyllrb.com" version="3.3.1">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2017-03-25T09:38:35-05:00</updated><id>http://localhost:4000//</id><title type="html">Apache Quickstep (Incubating)</title><subtitle>Quickstep is a next-generation data processing platform designed  for high-performance analytical queries.
 </subtitle><entry><title type="html">Your First Query</title><link href="http://localhost:4000/guides/2016/12/10/FirstQuery.html" rel="alternate" type="text/html" title="Your First Query" /><published>2016-12-10T12:29:09-06:00</published><updated>2016-12-10T12:29:09-06:00</updated><id>http://localhost:4000/guides/2016/12/10/FirstQuery</id><content type="html" xml:base="http://localhost:4000/guides/2016/12/10/FirstQuery.html">&lt;p&gt;For this tutorial, I\u2019m going to assume you\u2019re running in a unix environment. If you\u2019re having trouble building on Windows, try asking the dev community (&lt;a href=&quot;mailto:dev@quickstep.incubating.apache.org&quot;&gt;dev@quickstep.incubating.apache.org&lt;/a&gt;). You can also find a complete guide &lt;a href=&quot;https://github.com/cramja/incubator-quickstep/blob/master/BUILDING.md&quot;&gt;here in our documentation&lt;/a&gt;.&lt;/p&gt;
 
 &lt;p&gt;If you\u2019re going to build Quickstep, you\u2019ll first need to clone it from Github and initialize the submodules&lt;/p&gt;

http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/cd81badb/content/release/index.html
----------------------------------------------------------------------
diff --git a/content/release/index.html b/content/release/index.html
index ac1254d..ed91edf 100644
--- a/content/release/index.html
+++ b/content/release/index.html
@@ -66,21 +66,25 @@
 
     <main class="page-content" aria-label="Content">
       <div class="wrapper">
-        <article class="post" itemscope itemtype="http://schema.org/BlogPosting">
+        <article class="post">
 
   <header class="post-header">
     <h1 class="post-title" itemprop="name headline">Releases</h1>
-    <p class="post-meta"><time datetime="2017-02-01T12:29:09-06:00" itemprop="datePublished">Feb 1, 2017</time> \u2022 <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Marc</span></span></p>
+    <p class="post-meta">Last Updated <time datetime="2017-03-27T00:00:00-05:00">2017-03-27</time> \u2022 <span><span>Marc</span></span></p>
   </header>
 
-  <div class="post-content" itemprop="articleBody">
-    
+  <div class="post-content">
+    <h1 id="010">0.1.0</h1>
+<ul>
+  <li><a href="https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz">apache-quickstep-incubating-0.1.0.tar.gz</a></li>
+  <li><a href="https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz.asc">apache-quickstep-incubating-0.1.0.tar.gz.asc</a></li>
+  <li><a href="https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz.md5">apache-quickstep-incubating-0.1.0.tar.gz.md5</a></li>
+  <li><a href="https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz.sha256">apache-quickstep-incubating-0.1.0.tar.gz.sha256</a></li>
+  <li><a href="https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz.sha512">apache-quickstep-incubating-0.1.0.tar.gz.sha512</a></li>
+</ul>
 
   </div>
-
-  
 </article>
-
       </div>
     </main>
 

http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/cd81badb/releases.md
----------------------------------------------------------------------
diff --git a/releases.md b/releases.md
index 2d3fbfc..2d20ec5 100644
--- a/releases.md
+++ b/releases.md
@@ -1,8 +1,20 @@
 ---
-layout: post
+layout: release
 permalink: /release/
 title: Releases
-date: 2017-02-01 12:29:09 -0600
-author: Marc
+updated: 2017-03-27
+updater: Marc
+
+# Note to editors
+#
+# When you update this page with a new release, please change the "updated" and "updater"
+# fields. Thanks!
+#
 ---
 
+# 0.1.0
+* [apache-quickstep-incubating-0.1.0.tar.gz](https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz)
+* [apache-quickstep-incubating-0.1.0.tar.gz.asc](https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz.asc)
+* [apache-quickstep-incubating-0.1.0.tar.gz.md5](https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz.md5)
+* [apache-quickstep-incubating-0.1.0.tar.gz.sha256](https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz.sha256)
+* [apache-quickstep-incubating-0.1.0.tar.gz.sha512](https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz.sha512)