You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by GitBox <gi...@apache.org> on 2020/06/11 15:48:38 UTC

[GitHub] [arrow-site] pitrou commented on a change in pull request #63: Revamp website for 1.0 release

pitrou commented on a change in pull request #63:
URL: https://github.com/apache/arrow-site/pull/63#discussion_r438886294



##########
File path: _layouts/home.html
##########
@@ -0,0 +1,21 @@
+{% include top.html %}
+
+<body class="wrap">
+  <header>
+    {% include header.html %}
+  </header>
+  <div class="big-arrow-bg">
+    <div class="container p-lg-4 centered">
+      <img src="{{ site.baseurl }}/img/arrow-inverse.png" style="max-width: 80%;"/>

Review comment:
       I think the logo is currently too big. It's taking much of the window's real estate. Reduce it to e.g. 40%?

##########
File path: community.md
##########
@@ -0,0 +1,66 @@
+---
+layout: default
+title: Apache Arrow Community
+description: Links and resources for participating in Apache Arrow
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+# Apache Arrow Community
+
+We welcome participation from everyone and encourage you to join us, ask questions, and get involved.
+
+All participation in the Apache Arrow project is governed by the Apache Software Foundation's [code of conduct](https://www.apache.org/foundation/policies/conduct.html).
+
+## Questions?
+
+### Mailing lists
+
+These arrow.apache.org mailing lists are for project discussion:
+
+<ul>
+  <li> <code>user@</code> is for questions on using Apache Arrow libraries {% include mailing_list_links.html list="user" %} </li>
+  <li> <code>dev@</code> is for discussions about contributing to the project development {% include mailing_list_links.html list="dev" %} </li>
+</ul>
+
+When emailing one of the lists, you may want to prefix the subject line with one or more tags, like `[C++] why did this segfault?`, `[Python] trouble with wheels`, etc., so that the appropriate people in the community notice the message.
+
+In addition, these lists log several activity streams:
+
+<ul>
+  <li> <code>issues@</code> for JIRA activity {% include mailing_list_links.html list="issues" %} </li>
+  <li> <code>github@</code> for all activity on the <a href="https://github.com/apache/arrow">apache/arrow</a> and <a href="https://github.com/apache/arrow-site">apache/arrow-site</a> repositories {% include mailing_list_links.html list="github" %} </li>
+  <li> <code>commits@</code> for just commits to those repositories (typically to <code>master</code> only) {% include mailing_list_links.html list="commits" %} </li>
+</ul>
+
+### Stack Overflow
+
+For questions on how to use Arrow libraries, you may want to use the Stack Overflow tag [apache-arrow](https://stackoverflow.com/questions/tagged/apache-arrow) in addition to the programming language. Some languages and subprojects may have their own tags (for example, [pyarrow](https://stackoverflow.com/questions/tagged/pyarrow)).
+
+### GitHub issues
+
+We support GitHub issues as a lightweight way to ask questions and engage with
+the Arrow developer community.
+That said, we use [JIRA](https://issues.apache.org/jira/browse/ARROW) for maintaining a queue of development work and as the public record for work on the project, and we use the mailing lists for development discussions, so to keep things in a single place, we prefer not to have lengthy discussions on GitHub issues.
+
+If you know your question is actually a bug report or feature request, we encourage you to go straight to JIRA. If you're not sure, feel free to make a GitHub issue to ask your question and we can triage/redirect your question there.
+
+## Contributing
+
+As mentioned above, we use [JIRA](https://issues.apache.org/jira/browse/ARROW) for our issue tracker and GitHub for source control. See the [contribution guidelines]({{ site.baseurl }}/docs/developers/contributing.html) for more.

Review comment:
       Link to the Github repo page?

##########
File path: format.html
##########
@@ -0,0 +1,55 @@
+---
+layout: default
+title: Format
+description: Arrow Format
+---
+
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+
+<div class="row">
+  <div class="col-md-6">
+    <h2>Performance Advantage of Columnar In-Memory</h2>

Review comment:
       Why does some text have to be written out as HTML, rather than Markdown?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org