You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datafu.apache.org by mh...@apache.org on 2017/08/02 21:20:45 UTC

incubator-datafu git commit: Update website

Repository: incubator-datafu
Updated Branches:
  refs/heads/master 19837e6c2 -> a831aa379


Update website

Added new Issues page that explains where to file general issues and where to report security matters.


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

Branch: refs/heads/master
Commit: a831aa37953ad930415e4f7cb31cd3be4db3f101
Parents: 19837e6
Author: Matthew Hayes <mh...@apache.org>
Authored: Wed Aug 2 14:20:17 2017 -0700
Committer: Matthew Hayes <mh...@apache.org>
Committed: Wed Aug 2 14:20:17 2017 -0700

----------------------------------------------------------------------
 site/source/community/issues.html.markdown      | 25 ++++++++++++++++++++
 .../community/mailing-lists.html.markdown       |  6 +++--
 site/source/layouts/_docs_nav.erb               |  2 +-
 site/source/layouts/_footer.erb                 |  2 +-
 4 files changed, 31 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-datafu/blob/a831aa37/site/source/community/issues.html.markdown
----------------------------------------------------------------------
diff --git a/site/source/community/issues.html.markdown b/site/source/community/issues.html.markdown
new file mode 100644
index 0000000..e118ab9
--- /dev/null
+++ b/site/source/community/issues.html.markdown
@@ -0,0 +1,25 @@
+---
+title: Issues - Community
+section_name: Community
+license: >
+   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.
+---
+
+# Issues
+
+Tasks, bugs, feature requests, etc. are tracked in [JIRA](https://issues.apache.org/jira/browse/DATAFU).  Please report any non-security related issues there.
+
+For security-related issues, please email the private mailing list, [private@datafu.incubator.apache.org](mailto:private@datafu.incubator.apache.org).
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-datafu/blob/a831aa37/site/source/community/mailing-lists.html.markdown
----------------------------------------------------------------------
diff --git a/site/source/community/mailing-lists.html.markdown b/site/source/community/mailing-lists.html.markdown
index 3e40b68..e423fb2 100644
--- a/site/source/community/mailing-lists.html.markdown
+++ b/site/source/community/mailing-lists.html.markdown
@@ -20,10 +20,12 @@ license: >
 
 # Mailing Lists
 
-We have a few mailing lists hosted by Apache:
+We have a couple public mailing lists hosted by Apache:
 
 * dev@datafu.incubator.apache.org ([subscribe](mailto:dev-subscribe@datafu.incubator.apache.org), [unsubscribe](mailto:dev-unsubscribe@datafu.incubator.apache.org), [archive](http://mail-archives.apache.org/mod_mbox/incubator-datafu-dev/))<br>
   A list for discussion on DataFu development. Email here for help.
 
 * commits@datafu.incubator.apache.org ([subscribe](mailto:commits-subscribe@datafu.incubator.apache.org), [unsubscribe](mailto:commits-unsubscribe@datafu.incubator.apache.org), [archive](http://mail-archives.apache.org/mod_mbox/incubator-datafu-commits/))<br>
-  A list to track DataFu commits.
\ No newline at end of file
+  A list to track DataFu commits.
+
+For private matters, please email [private@datafu.incubator.apache.org](mailto:private@datafu.incubator.apache.org).
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-datafu/blob/a831aa37/site/source/layouts/_docs_nav.erb
----------------------------------------------------------------------
diff --git a/site/source/layouts/_docs_nav.erb b/site/source/layouts/_docs_nav.erb
index b5f8dc0..9ded15e 100644
--- a/site/source/layouts/_docs_nav.erb
+++ b/site/source/layouts/_docs_nav.erb
@@ -40,6 +40,6 @@
 <h4>Community</h4>
 <ul class="nav nav-pills nav-stacked">
   <li><a href="/community/contributing.html">Contributing</a></li>
+  <li><a href="/community/issues.html">Issues</a></li>
   <li><a href="/community/mailing-lists.html">Mailing Lists</a></li>
-  <li><a href="https://issues.apache.org/jira/browse/DATAFU">Bugs</a></li>
 </ul>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-datafu/blob/a831aa37/site/source/layouts/_footer.erb
----------------------------------------------------------------------
diff --git a/site/source/layouts/_footer.erb b/site/source/layouts/_footer.erb
index 19eef70..9e074d1 100644
--- a/site/source/layouts/_footer.erb
+++ b/site/source/layouts/_footer.erb
@@ -18,6 +18,6 @@
 %>
 
 <div class="footer">
-Copyright &copy; 2011-2016 <a href="http://www.apache.org/licenses/">The Apache Software Foundation</a>. <br>
+Copyright &copy; 2011-2017 <a href="http://www.apache.org/licenses/">The Apache Software Foundation</a>. <br>
 Apache DataFu, DataFu, Apache Pig, Apache Hadoop, Hadoop, Apache, and the Apache feather logo are either registered trademarks or trademarks of the Apache Software Foundation in the United States and other countries.
 </div>
\ No newline at end of file