You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ja...@apache.org on 2016/08/01 02:58:58 UTC

[1/2] arrow-site git commit: Add link to Arrow Slack room.

Repository: arrow-site
Updated Branches:
  refs/heads/asf-site ba014c2c9 -> 50c6e0cdc


Add link to Arrow Slack room.

This closes #1.


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

Branch: refs/heads/asf-site
Commit: c8a3dd72219d60a878df0eb1065f2b9fc3baa05c
Parents: ba014c2
Author: Smyatkin Maxim <sm...@gmail.com>
Authored: Wed Jun 8 21:53:42 2016 +0300
Committer: Jacques Nadeau <ja...@apache.org>
Committed: Thu Jun 9 10:49:36 2016 -0700

----------------------------------------------------------------------
 index.html | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow-site/blob/c8a3dd72/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 7d0852d..a94bf14 100644
--- a/index.html
+++ b/index.html
@@ -76,6 +76,7 @@
           <h4>Links</h4>
             <p><a href="https://github.com/apache/arrow">Source Code</a></p>
             <p><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker (JIRA)</a></p>
+            <p><a href="https://apachearrowslackin.herokuapp.com">Chat Room (Slack)</a></p>
         </div>
     </div>
 <h2>Performance Advantage of Columnar In-Memory</h2>


[2/2] arrow-site git commit: Remove github and clarify developer links.

Posted by ja...@apache.org.
Remove github and clarify developer links.


Project: http://git-wip-us.apache.org/repos/asf/arrow-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/arrow-site/commit/50c6e0cd
Tree: http://git-wip-us.apache.org/repos/asf/arrow-site/tree/50c6e0cd
Diff: http://git-wip-us.apache.org/repos/asf/arrow-site/diff/50c6e0cd

Branch: refs/heads/asf-site
Commit: 50c6e0cdcd7503a98d34c762b0a0133e2e46ed8e
Parents: c8a3dd7
Author: Jacques Nadeau <ja...@apache.org>
Authored: Sun Jul 31 19:40:18 2016 -0700
Committer: Jacques Nadeau <ja...@apache.org>
Committed: Sun Jul 31 19:40:18 2016 -0700

----------------------------------------------------------------------
 index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow-site/blob/50c6e0cd/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index a94bf14..31aa508 100644
--- a/index.html
+++ b/index.html
@@ -44,7 +44,6 @@
         <p class="lead">Powering Columnar In-Memory Analytics</p>
         <p>
           <a class="btn btn-lg btn-success" href="mailto:dev-subscribe@arrow.apache.org" role="button">Join Mailing List</a>
-          <a class="btn btn-lg btn-success" href="https://github.com/apache/arrow" role="button">Source Code</a>
         </p>
       </div>
       <div class="row">
@@ -73,8 +72,9 @@
             </ul>
           </div>
         <div class="col-lg-6">
-          <h4>Links</h4>
-            <p><a href="https://github.com/apache/arrow">Source Code</a></p>
+          <h4>Developer Resources</h4>
+            <p>Arrow is still in development, no end user releases yet available. These resources are only for developers working on the Arrow project.</p>
+            <p>Source Code (<a href="https://git-wip-us.apache.org/repos/asf?p=arrow.git">http</a>) (<a href="git://git.apache.org/arrow.git">git</a>)</p>
             <p><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker (JIRA)</a></p>
             <p><a href="https://apachearrowslackin.herokuapp.com">Chat Room (Slack)</a></p>
         </div>