[ 
https://issues.apache.org/jira/browse/ARROW-1872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16329202#comment-16329202
 ] 

ASF GitHub Bot commented on ARROW-1872:
---------------------------------------

riboflavin commented on a change in pull request #1483: ARROW-1872: [Website] 
Minor edits and addition of YAML for versions
URL: https://github.com/apache/arrow/pull/1483#discussion_r162146910
 
 

 ##########
 File path: site/index.html
 ##########
 @@ -1,74 +1,69 @@
 ---
 layout: default
 ---
-    <div class="container">
-      <div class="jumbotron">
+<div class="container">
+    <div class="jumbotron">
         <h1>Apache Arrow</h1>
         <p class="lead">Powering Columnar In-Memory Analytics</p>
         <p>
-          <a class="btn btn-lg btn-success" 
href="mailto:[email protected]"; role="button">Join Mailing List</a>
-          <a class="btn btn-lg btn-primary" href="{{ site.baseurl }}/install/" 
role="button">Install (0.8.0 Release - December 18, 2017)</a>
+            <a class="btn btn-lg btn-success" 
href="mailto:[email protected]"; role="button">Join Mailing List</a>
+            <a class="btn btn-lg btn-primary" href="{{ site.baseurl 
}}/install/" role="button">Install ({{site.data.versions['current'].number}} 
Release - {{site.data.versions['current'].date}})</a>
         </p>
-      </div>
-      <h4><a href="{{ site.baseurl }}/blog/"><strong>See Latest 
News</strong></a></h4>
-      <div class="row">
+    </div>
+    <h4><a href="{{ site.baseurl }}/blog/"><strong>See Latest 
News</strong></a></h4>
+    <div class="row">
         <div class="col-lg-4">
-          <h2>Fast</h2>
-          <p>Apache Arrow&#8482; enables execution engines to take advantage of
- the latest SIMD (Single input multiple data) operations included in modern
- processors, for native vectorized optimization of analytical data
- processing. Columnar layout is optimized for data locality for better
- performance on modern hardware like CPUs and GPUs.</p>
+            <p>Apache Arrow is an open source development platform for 
columnar in-memory data structures and processing. It defines a 
language-independent physical memory layout, enabling zero-copy, 
zero-deserialization interchange of flat and nested columnar data amongst a 
variety of systems such as Python, R, Apache Spark, ODBC protocols, and 
proprietary systems that utilize the open source components.</p>
 
 Review comment:
   Got it. I've added a new commit with this language.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> [Website] Populate hard-coded fields for current release from a YAML file
> -------------------------------------------------------------------------
>
>                 Key: ARROW-1872
>                 URL: https://issues.apache.org/jira/browse/ARROW-1872
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Website
>            Reporter: Wes McKinney
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.9.0
>
>
> Jekyll supports interpolating data from YAML files when generating the static 
> site. This will simplify updating the website by not having to edit 
> hard-coded fields in Markdown or HTML files



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to