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 2015/12/07 21:44:10 UTC

incubator-datafu git commit: Add (incubating) to website first mention

Repository: incubator-datafu
Updated Branches:
  refs/heads/master 158f99912 -> be4a95f7a


Add (incubating) to website first mention

I noticed in Incubator discussion we weren't in comliance, so fixing it.


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

Branch: refs/heads/master
Commit: be4a95f7a8381e258f0301279620b44bd618dceb
Parents: 158f999
Author: Matthew Hayes <ma...@gmail.com>
Authored: Mon Dec 7 12:44:13 2015 -0800
Committer: Matthew Hayes <ma...@gmail.com>
Committed: Mon Dec 7 12:44:13 2015 -0800

----------------------------------------------------------------------
 site/source/index.markdown.erb  | 4 ++--
 site/source/layouts/_header.erb | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-datafu/blob/be4a95f7/site/source/index.markdown.erb
----------------------------------------------------------------------
diff --git a/site/source/index.markdown.erb b/site/source/index.markdown.erb
index ca8aa3a..fdbc8c0 100644
--- a/site/source/index.markdown.erb
+++ b/site/source/index.markdown.erb
@@ -1,5 +1,5 @@
 ---
-title: Apache DataFu
+title: Apache DataFu (incubating)
 license: >
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
@@ -19,7 +19,7 @@ license: >
 
 # Apache DataFu
 
-Apache DataFu&trade; is a collection of libraries for working with large-scale data in Hadoop.
+Apache DataFu&trade; (incubating) is a collection of libraries for working with large-scale data in Hadoop.
 The project was inspired by the need for stable, well-tested libraries for data mining and statistics.
 
 It consists of two libraries:

http://git-wip-us.apache.org/repos/asf/incubator-datafu/blob/be4a95f7/site/source/layouts/_header.erb
----------------------------------------------------------------------
diff --git a/site/source/layouts/_header.erb b/site/source/layouts/_header.erb
index 07d8419..26370ac 100644
--- a/site/source/layouts/_header.erb
+++ b/site/source/layouts/_header.erb
@@ -24,6 +24,6 @@
     <li><%= link_to "Blog", "/blog" %></li>
   </ul>
 
-  <h3 class="header-title"><a href="/">Apache DataFu&trade;</a></h3>
+  <h3 class="header-title"><a href="/">Apache DataFu&trade; (incubating)</a></h3>
 
 </div>