You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by lr...@apache.org on 2016/05/27 23:34:31 UTC

[48/48] bahir-website git commit: Initial website for Apache Bahir

Initial website for Apache Bahir

Initial website for Apache Bahir based on
Apache website template.

Closes #1


Project: http://git-wip-us.apache.org/repos/asf/bahir-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/bahir-website/commit/0bcc5140
Tree: http://git-wip-us.apache.org/repos/asf/bahir-website/tree/0bcc5140
Diff: http://git-wip-us.apache.org/repos/asf/bahir-website/diff/0bcc5140

Branch: refs/heads/master
Commit: 0bcc5140c9677bcd74dbd3fe9e108d4f2b399fa2
Parents: 5423666
Author: Christian Kadner <ck...@us.ibm.com>
Authored: Thu May 26 02:34:21 2016 -0700
Committer: Luciano Resende <lr...@apache.org>
Committed: Thu May 26 14:47:13 2016 -0700

----------------------------------------------------------------------
 NOTICE                                          |   2 +-
 README                                          |   4 +-
 README.md                                       |  19 +-
 apache-website-template.iml                     |   9 -
 site/.gitignore                                 |   2 +-
 site/_config.yml                                |   2 +-
 site/_data/contributors.yml                     | 214 +++++++++++++++++--
 site/_data/navigation.yml                       |  52 +++++
 site/_data/project.yml                          |  60 +++---
 site/_includes/themes/apache/_navigation.html   |  43 ++--
 site/_includes/themes/apache/default.html       |  14 +-
 site/_includes/themes/apache/footer.html        |   2 +-
 site/assets/themes/apache/css/style.css         |  35 +--
 .../img/docs-img/lens-interpreter-binding.png   | Bin 78255 -> 0 bytes
 .../img/docs-img/lens-interpreter-setting.png   | Bin 73297 -> 0 bytes
 .../themes/apache/img/docs-img/lens-logo.png    | Bin 223040 -> 0 bytes
 .../themes/apache/img/docs-img/lens-result.png  | Bin 57509 -> 0 bytes
 .../apache/img/docs-img/lens-ui-service.png     | Bin 87865 -> 0 bytes
 site/assets/themes/apache/img/logo.png          | Bin 16393 -> 30936 bytes
 site/community-members.md                       |  29 ++-
 site/community.md                               |   6 +-
 site/download.md                                |   2 +-
 site/history.md                                 |   6 +-
 site/index.md                                   |  25 ++-
 24 files changed, 394 insertions(+), 132 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir-website/blob/0bcc5140/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index 5ddd773..a09223d 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Website Template
-Copyright [2015] The Apache Software Foundation
+Copyright [2016] The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/0bcc5140/README
----------------------------------------------------------------------
diff --git a/README b/README
index bebf029..ce8acbf 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-Apache Website Template release 0.0.1
+Apache Bahir Website
 
-This is a source or binary distribution of Apache Website Template.
+This is a source or binary distribution of Apache Bahir Website.
 
 The LICENSE and NOTICE files contain license information.
 

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/0bcc5140/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 32c6a9d..d9d64da 100644
--- a/README.md
+++ b/README.md
@@ -17,12 +17,11 @@ limitations under the License.
 {% endcomment %}
 -->
 
-# Apache Website Template
+# Apache Bahir Website
 
-This project contains a template web site that aims to follow all the various required
-Apache Website Policies.
+The Apache Bahir website was forked from the [Apache Website Template](https://github.com/apache/apache-website-template).
 
-This template was generated using [Jekyll](https://jekyllrb.com/).
+The website gets generated using [Jekyll](https://jekyllrb.com/).
 
 To use it, copy the `site` directory into your project.  You must also
 include licensing information from the `LICENSE` and `NOTICE` files in
@@ -37,7 +36,7 @@ your own project.
 
 ```
 1. cd site
-2. svn co https://svn.apache.org/repos/asf/foo/site target
+2. svn co https://svn.apache.org/repos/asf/bahir/site target
 3. sudo apt-get install rubygems ruby2.1-dev zlib1g-dev
 4. sudo gem install bundler github-pages jekyll
 5. bundle install
@@ -51,7 +50,7 @@ into svn each time you need to re-generate.
 ```
 1. cd ..
 2. mvn -DskipTests site
-3. mv target/site/apidocs site/target
+3. mv target/site/apidocs site/_site
 ```
 
 ## Running locally
@@ -67,7 +66,7 @@ running from within the directory:
 ## Pushing to site
 
 ```
-1. cd site/target
+1. cd site/_site
 2. svn status
 3. You'll need to `svn add` any new files
 4. svn ci
@@ -75,11 +74,11 @@ running from within the directory:
 
 Within a few minutes, svnpubsub should kick in and you'll be able to
 see the results at
-[foo.apache.org](https://foo.apache.org/).
+[bahir.apache.org](https://bahir.apache.org/).
 
 ## Adding contributors
 
 To add a contributor to the project, or to modify existing contributors,
 edit `site/_data/contributors.yml`.
-The [project members]([http://localhost:4000/community.html#project-members]
-list will re-generate.
+The [project members](http://localhost:4000/community-members)
+list will be re-generated.

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/0bcc5140/apache-website-template.iml
----------------------------------------------------------------------
diff --git a/apache-website-template.iml b/apache-website-template.iml
deleted file mode 100644
index 8021953..0000000
--- a/apache-website-template.iml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="WEB_MODULE" version="4">
-  <component name="NewModuleRootManager" inherit-compiler-output="true">
-    <exclude-output />
-    <content url="file://$MODULE_DIR$" />
-    <orderEntry type="inheritedJdk" />
-    <orderEntry type="sourceFolder" forTests="false" />
-  </component>
-</module>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/0bcc5140/site/.gitignore
----------------------------------------------------------------------
diff --git a/site/.gitignore b/site/.gitignore
index df1f8d6..35fff84 100644
--- a/site/.gitignore
+++ b/site/.gitignore
@@ -32,4 +32,4 @@
 Gemfile.lock
 
 # generated site
-target
+_site

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/0bcc5140/site/_config.yml
----------------------------------------------------------------------
diff --git a/site/_config.yml b/site/_config.yml
index 6fd56af..00330c9 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -18,7 +18,7 @@ permalink: /news/:year/:month/:day/:title/
 excerpt_separator: ""
 
 repository: https://github.com/apache/apache-website-template
-destination: target
+destination: _site
 exclude: [README.md,Gemfile*]
 keep_files: [".git", ".svn", "apidocs"]
 

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/0bcc5140/site/_data/contributors.yml
----------------------------------------------------------------------
diff --git a/site/_data/contributors.yml b/site/_data/contributors.yml
index 8454a3b..96aa7c5 100644
--- a/site/_data/contributors.yml
+++ b/site/_data/contributors.yml
@@ -17,35 +17,221 @@
 # Pages such as community.md use this data.
 # Please keep the list in alphabetical order.
 #
+
+- name: Andrew Or
+  apacheId: andrewor14
+  githubId: andrewor14
+  org: Databricks
+  role: Apache Spark PMC
+
+- name: Andy Konwinski
+  apacheId: andrew
+  githubId: andyk
+  org: Databricks
+  role: Apache Spark PMC
+
+- name: Ankur Dave
+  apacheId: ankurdave
+  githubId: ankurdave
+  org: UC Berkeley
+  role: Apache Spark PMC
+
+- name: Cheng Lian
+  apacheId: lian
+  githubId: liancheng
+  org: Databricks
+  role: Apache Spark committer
+
+- name: Chris Mattmann
+  apacheId: mattmann
+  githubId: chrismattmann
+  org: NASA
+  role: PMC Member
+
+- name: Davies Liu
+  apacheId: davies
+  githubId: davies
+  org: Databricks
+  role: Apache Spark committer
+
 - name: DB Tsai
   apacheId: dbtsai
   githubId: dbtsai
-  role: PMC
   org: Netflix
+  role: Apache Spark committer
 
-- name: Julian Hyde
-  apacheId: jhyde
-  githubId: julianhyde
-  org: Hortonworks
-  role: Contributor
-  homepage: http://people.apache.org/~jhyde
+- name: Haoyuan Li
+  apacheId: haoyuan
+  githubId: haoyuan
+  org: Alluxio, UC Berkeley
+  role: Apache Spark PMC
+
+- name: Herman van H�vell
+  apacheId: hvanhovell
+  githubId: hvanhovell
+  org: QuestTec B.V.
+  role: Apache Spark committer
+
+- name: Imran Rashid
+  apacheId: irashid
+  githubId: squito
+  org: Cloudera
+  role: Apache Spark PMC
+
+- name: Jean-Baptiste Onofr�
+  apacheId: jbonofre
+  githubId: jbonofre
+  org: Talend
+  role: PMC Member
+
+- name: Joseph Kurata Bradley
+  apacheId: jkbradley
+  githubId: jkbradley
+  org: Databricks
+  role: Apache Spark PMC
+
+- name: Josh Rosen
+  apacheId: joshrosen
+  githubId: JoshRosen
+  org: Databricks
+  role: Apache Spark PMC
+
+- name: Kay Ousterhout
+  apacheId: kayousterhout
+  githubId: kayousterhout
+  org: UC Berkeley
+  role: Apache Spark PMC
+
+- name: Kousuke Saruta
+  apacheId: sarutak
+  githubId: sarutak
+  org: NTT Data
+  role: Apache Spark committer
 
 - name: Luciano Resende
   apacheId: lresende
   githubId: lresende
   org: IBM
-  role: Committer and Mentor
+  role: PMC Member
+
+- name: Marcelo Masiero Vanzin
+  apacheId: vanzin
+  githubId: vanzin
+  org: Cloudera
+  role: PMC Member
+
+- name: Mark Hamstra
+  apacheId: markhamstra
+  githubId: markhamstra
+  org: ClearStory Data
+  role: Apache Spark PMC
+
+- name: Matei Alexandru Zaharia
+  apacheId: matei
+  githubId: mateiz
+  org: Databricks
+  role: Apache Spark PMC
+
+- name: Michael Armbrust
+  apacheId: marmbrus
+  githubId: marmbrus
+  org: Databricks
+  role: Apache Spark PMC
+
+- name: Mridul Muralidharan
+  apacheId: mridulm80
+  githubId: mridulm
+  org: Yahoo! Research Labs
+  role: PMC Member
+
+- name: Patrick Wendell
+  apacheId: pwendell
+  githubId: pwendell
+  org: Databricks
+  role: Apache Spark PMC
+
+- name: Prashant Sharma
+  apacheId: prashant
+  githubId: ScrapCodes
+  org: IBM
+  role: Apache Spark PMC
+
+- name: Ram Sriharsha
+  apacheId: harsha
+  githubId: harsha2010
+  org: Databricks
+  role: Apache Spark committer
 
 - name: Reynold Xin
   apacheId: rxin
   githubId: rxin
   org: Databricks
-  role: Committer and Mentor
+  role: PMC Member
+
+- name: Sanford Ryza
+  apacheId: sandy
+  githubId: sryza
+  org: Clover Health
+  role: Apache Spark committer
+
+- name: Sean R. Owen
+  apacheId: srowen
+  githubId: srowen
+  org: Cloudera
+  role: PMC Member
+
+- name: Shivaram Venkataraman
+  apacheId: shivaram
+  githubId: shivaram
+  org: UC Berkeley
+  role: Apache Spark PMC
+
+- name: Shixiong Zhu
+  apacheId: zsxwing
+  githubId: zsxwing
+  org: Databricks
+  role: Apache Spark committer
 
-- name: Rich Bowen
-  apacheId: rbowen
-  githubId: rbowen
-  org:
-  role: Mentor
+- name: Steve Loughran
+  apacheId: stevel
+  githubId: steveloughran
+  org: Hortonworks
+  role: PMC Member
+
+- name: Tathagata Das
+  apacheId: tdas
+  githubId: tdas
+  org: Databricks
+  role: Apache Spark PMC
+
+- name: Thomas Graves
+  apacheId: tgraves
+  githubId: tgravescs
+  org: Yahoo!
+  role: Apache Spark PMC
+
+- name: Wenchen Fan
+  apacheId: wenchen
+  githubId: cloud-fan
+  org: Databricks
+  role: Apache Spark committer
+
+- name: Xiangrui Meng
+  apacheId: meng
+  githubId: mengxr
+  org: Databricks
+  role: Apache Spark PMC
+
+- name: Yin Huai
+  apacheId: yhuai
+  githubId: yhuai
+  org: Databricks
+  role: Apache Spark PMC
+
+- name: Zhihong Yu
+  apacheId: tedyu
+  githubId: tedyu
+  org: Hortonworks
+  role: Apache HBase PMC
 
 # End contributors.yml

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/0bcc5140/site/_data/navigation.yml
----------------------------------------------------------------------
diff --git a/site/_data/navigation.yml b/site/_data/navigation.yml
new file mode 100644
index 0000000..3f0b39c
--- /dev/null
+++ b/site/_data/navigation.yml
@@ -0,0 +1,52 @@
+## Topnav single links
+## if you want to list an external url, use external_url instead of url. the theme will apply a different link base.
+#    - title: Sample
+#      url: /mydoc/sample.html
+#      audience: developers, consumers
+#      platform: all
+#      product: all
+#      version: all
+#      output: web
+
+
+#            <li id="community">
+#              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
+#               <ul class="dropdown-menu dropdown-left">
+#                <li><a href="/community">Get Involved</a></li>
+#                <li><a href="/community-members">Who we are</a></li>
+#               </ul>
+#            </li>
+#            <li><a href="{{ site.data.project.source_repository }}">GitHub</a></li>
+#            <li id="apache">
+#              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
+#               <ul class="dropdown-menu">
+#                <li><a href="http://www.apache.org/foundation/how-it-works.html">Apache Software Foundation</a></li>
+#                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
+#                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+#                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+#                </ul>
+#            </li>
+
+
+topnav:
+
+- title: Community
+  subcategories:
+  - title: Get Involved
+    url: /community
+  - title: Who we are
+    url: /community-members
+
+- title: GitHub
+  url: https://github.com/apache/bahir
+
+- title: Apache
+  subcategories:
+  - title: Apache Software Foundation
+    url: http://www.apache.org/foundation/how-it-works.html
+  - title: Apache License
+    url: http://www.apache.org/licenses/
+  - title: Sponsorship
+    url: http://www.apache.org/foundation/sponsorship
+  - title: Thanks
+    url: http://www.apache.org/foundation/thanks.html

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/0bcc5140/site/_data/project.yml
----------------------------------------------------------------------
diff --git a/site/_data/project.yml b/site/_data/project.yml
index b2d0cfd..cd3fdec 100644
--- a/site/_data/project.yml
+++ b/site/_data/project.yml
@@ -15,42 +15,42 @@
 #
 # Apache Project configurations
 #
-name: Apache SystemML
-short_name: SystemML
-unix_name: systemml
-incubator_name: incubator-systemml
-incubator_slash_name: incubator/systemml
-description: Apache SystemML is a distributed and declarative machine learning platform.
-
-download: /download.html
-
-dev_list: dev@systemml.incubator.apache.org
-dev_list_subscribe: dev-subscribe@systemml.incubator.apache.org
-dev_list_unsubscribe: dev-unsubscribe@systemml.incubator.apache.org
-dev_list_archive: http://mail-archives.apache.org/mod_mbox/systemml-dev/
-dev_list_archive_mailarchive: https://www.mail-archive.com/dev@systemml.incubator.apache.org/
+name: Apache Bahir
+short_name: Bahir
+unix_name: bahir
+github_project_name: bahir
+description: Apache Bahir is a community project managing extensions to Apache Spark.
+
+download: /download
+latest_release:
+
+dev_list: dev@bahir.apache.org
+dev_list_subscribe: dev-subscribe@bahir.apache.org
+dev_list_unsubscribe: dev-unsubscribe@bahir.apache.org
+dev_list_archive: http://mail-archives.apache.org/mod_mbox/bahir-dev/
+dev_list_archive_mailarchive: https://www.mail-archive.com/dev@bahir.apache.org/
 dev_list_archive_markmail:
 
-user_list:
-user_list_subscribe:
-user_list_unsubscribe:
-user_list_archive:
-user_list_archive_mailarchive:
+user_list: user@bahir.apache.org
+user_list_subscribe: user-subscribe@bahir.apache.org
+user_list_unsubscribe: user-unsubscribe@bahir.apache.org
+user_list_archive: http://mail-archives.apache.org/mod_mbox/bahir-user/
+user_list_archive_mailarchive: https://www.mail-archive.com/user@bahir.apache.org/
 user_list_archive_markmail:
 
-commits_list: commits@systemml.incubator.apache.org
-commits_list_subscribe: commits-subscribe@systemml.incubator.apache.org
-commits_list_unsubscribe: commits-unsubscribe@systemml.incubator.apache.org
-commits_list_archive: http://mail-archives.apache.org/mod_mbox/systemml-commits/
-commits_list_archive_mailarchive: https://www.mail-archive.com/commits@systemml.incubator.apache.org/
+commits_list: commits@bahir.apache.org
+commits_list_subscribe: commits-subscribe@bahir.apache.org
+commits_list_unsubscribe: commits-unsubscribe@bahir.apache.org
+commits_list_archive: http://mail-archives.apache.org/mod_mbox/bahir-commits/
+commits_list_archive_mailarchive: https://www.mail-archive.com/commits@bahir.apache.org/
 commits_list_archive_markmail:
 
-jira: SYSTEMML
+jira: BAHIR
 
-source_repository: https://git-wip-us.apache.org/repos/asf/incubator-systemml.git
-source_repository_mirror: https://github.com/apache/incubator-systemml
+source_repository: https://git-wip-us.apache.org/repos/asf/bahir.git
+source_repository_mirror: https://github.com/apache/bahir
 
-website_repository: https://git-wip-us.apache.org/repos/asf/incubator-systemml-website.git
-website_repository_mirror: https://github.com/apache/incubator-systemml-website
+website_repository: https://git-wip-us.apache.org/repos/asf/bahir-website.git
+website_repository_mirror: https://github.com/apache/bahir-website
 
-podling: true
\ No newline at end of file
+podling: false
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/0bcc5140/site/_includes/themes/apache/_navigation.html
----------------------------------------------------------------------
diff --git a/site/_includes/themes/apache/_navigation.html b/site/_includes/themes/apache/_navigation.html
index 786e96b..02dc76d 100644
--- a/site/_includes/themes/apache/_navigation.html
+++ b/site/_includes/themes/apache/_navigation.html
@@ -7,42 +7,49 @@
             <span class="icon-bar"></span>
             <span class="icon-bar"></span>
           </button>
-          <a class="navbar-brand" href="{{ BASE_PATH }}">
-              <img src="/assets/themes/apache/img/logo.png" width="50">
+          <a class="navbar-brand" href="/">
+              <img src="/assets/themes/apache/img/logo.png" width="33">
               {{ site.data.project.name }}
           </a>
         </div>
+
         <nav class="navbar-collapse collapse" role="navigation">
           <ul class="nav navbar-nav navbar-right">
-            <li id="community">
-              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
-               <ul class="dropdown-menu dropdown-left">
-                <li><a href="/community">Get Involved</a></li>
-                <li><a href="/community-members">Who we are</a></li>
-               </ul>
-            </li>
-            <li><a href="{{ site.data.project.source_repository }}">GitHub</a></li>
-            <li id="apache">
-              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
-               <ul class="dropdown-menu">
-                <li><a href="http://www.apache.org/foundation/how-it-works.html">Apache Software Foundation</a></li>
-                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+            {% for entry in site.data.navigation.topnav %}
+            <li id="{{ entry.title | slugify }}">
+              {% if entry.subcategories %}
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">{{ entry.title }}<b class="caret"></b></a>
+                <ul class="dropdown-menu dropdown-left">
+                {% for subitem in entry.subcategories %}
+                  {% if subitem.url contains "http" %}
+                    {% assign target = "_blank" %}{% else %}
+                    {% assign target = "_self" %}{% endif %}
+                  <li><a href="{{ subitem.url }}" target="{{ target }}">{{ subitem.title }}</a></li>
+                {% endfor %}
                 </ul>
+              {% else %}
+                {% if entry.url contains "http" %}
+                  {% assign target = "_blank" %}{% else %}
+                  {% assign target = "_self" %}{% endif %}
+                <a href="{{ entry.url }}" target="{{ target }}">{{ entry.title }}</a>
+              {% endif %}
             </li>
+            {% endfor %}
           </ul>
         </nav><!--/.navbar-collapse -->
+
       </div>
     </div>
 
+
+
 {% if page.title == "Home" %}
 <div class="jumbotron">
   <div class="container">
     <h1>{{ site.data.project.name }}</h1>
     <p>{{ site.data.project.description }}</p>
 
-    {% if site.data.project.download %}
+    {% if site.data.project.latest_release %}
        <a href="{{ site.data.project.download }}" class="btn btn-primary btn-lg bigFingerButton" role="button">Get {{ site.data.project.short_name }}</a></p>
     {% endif %}
   </div>

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/0bcc5140/site/_includes/themes/apache/default.html
----------------------------------------------------------------------
diff --git a/site/_includes/themes/apache/default.html b/site/_includes/themes/apache/default.html
index 7c1ca9e..1978452 100644
--- a/site/_includes/themes/apache/default.html
+++ b/site/_includes/themes/apache/default.html
@@ -26,6 +26,10 @@
     <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
   -->
 
+    <!-- make tables sortable by adding class tag "sortable" to table elements -->
+    <script src="http://www.kryogenix.org/code/browser/sorttable/sorttable.js"></script>
+
+
   </head>
 
   <body>
@@ -33,12 +37,14 @@
     {% include themes/apache/_navigation.html %}
 
     <div class="container">
+
       {{ content }}
+
       <hr>
-      <footer>
-        <!-- <p>&copy; {{ site.time | date: '%Y' }} {{ site.author.name }}</p>-->
-        {% include themes/apache/footer.html %}
-      </footer>
+
+      <!-- <p>&copy; {{ site.time | date: '%Y' }} {{ site.author.name }}</p>-->
+      {% include themes/apache/footer.html %}
+
     </div>
 
     {% include JB/analytics %}

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/0bcc5140/site/_includes/themes/apache/footer.html
----------------------------------------------------------------------
diff --git a/site/_includes/themes/apache/footer.html b/site/_includes/themes/apache/footer.html
index 50d9b72..2f6835c 100644
--- a/site/_includes/themes/apache/footer.html
+++ b/site/_includes/themes/apache/footer.html
@@ -18,7 +18,7 @@
                 </div>
                 {% endif %}
                 <div>
-                    Copyright &copy; 2015 <a href="http://www.apache.org">The Apache Software Foundation</a>.
+                    Copyright &copy; 2016 <a href="http://www.apache.org">The Apache Software Foundation</a>.
                     Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
                     2.0</a>.
                     <br>

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/0bcc5140/site/assets/themes/apache/css/style.css
----------------------------------------------------------------------
diff --git a/site/assets/themes/apache/css/style.css b/site/assets/themes/apache/css/style.css
index 92f25bf..9cc1910 100644
--- a/site/assets/themes/apache/css/style.css
+++ b/site/assets/themes/apache/css/style.css
@@ -7,7 +7,7 @@ body {
 }
 
 .jumbotron {
-    background-color: #3071a9;
+    background-color: #0d5373 /* #3071a9 */;
 }
 
 .navbar-brand {
@@ -17,29 +17,29 @@ body {
 }
 
 .navbar {
- background-color:#3071a9;
+ background-color:#0d5373 /* #3071a9 */;
  border-bottom:0px;
- height: 50px;
+ /*height: 50px; */
 }
 
 .navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
- background-color:#3071a9;
+ background-color: #0d5373 /* #3071a9 */;
 }
 
-.navbar-inverse .navbar-nav > li > a:hover, 
+.navbar-inverse .navbar-nav > li > a:hover,
 .navbar-inverse .navbar-nav > li > a:focus {
   color: #ffffff;
-  background-color: #2C6094;
+  background-color: #3D758F /* #2C6094 */;
 }
-.navbar-inverse .navbar-nav > li > a.active:hover, 
+.navbar-inverse .navbar-nav > li > a.active:hover,
 .navbar-inverse .navbar-nav > li > a.active:focus {
   text-decoration: none;
-  background-color: #265380;
+  background-color: #3D758F /* #265380 */;
 }
 
 .navbar-inverse .navbar-nav > li > a.active {
-  background-color: #265380;
+  background-color: #3D758F /* #265380 */;
 }
 
 .navbar-inverse .navbar-brand:hover,
@@ -54,8 +54,8 @@ body {
 
 .navbar-inverse .navbar-collapse,
 .navbar-inverse .navbar-form {
-  border-color: #265380;
-  background-color: #3071a9;
+  border-color: #062A3A;
+  background-color: #0d5373 /* #3071a9 */;
 }
 
 @media (max-width: 768px) {
@@ -89,6 +89,10 @@ body {
   outline-width: 0px;
 }
 
+a {
+  color: #3D758F /* #428bca */;
+  text-decoration: none;
+}
 
 /* CUSTOMIZE THE CAROUSEL
 -------------------------------------------------- */
@@ -320,7 +324,14 @@ body {
 .navbar-inverse .navbar-nav > .open > a:hover,
 .navbar-inverse .navbar-nav > .open > a:focus {
   color: #ffffff;
-  background-color: #286090;
+  background-color: #0A3E56;
+}
+
+.navbar-nav > .open > .dropdown-menu > li > a:hover,
+.navbar-nav > .open > .dropdown-menu > li > a:focus {
+  color: #092C3E;
+  text-decoration: none;
+  background-color: #DBE5EA;
 }
 
 /* Custom, iPhone Retina */ 

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/0bcc5140/site/assets/themes/apache/img/docs-img/lens-interpreter-binding.png
----------------------------------------------------------------------
diff --git a/site/assets/themes/apache/img/docs-img/lens-interpreter-binding.png b/site/assets/themes/apache/img/docs-img/lens-interpreter-binding.png
deleted file mode 100644
index 11b96ed..0000000
Binary files a/site/assets/themes/apache/img/docs-img/lens-interpreter-binding.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/0bcc5140/site/assets/themes/apache/img/docs-img/lens-interpreter-setting.png
----------------------------------------------------------------------
diff --git a/site/assets/themes/apache/img/docs-img/lens-interpreter-setting.png b/site/assets/themes/apache/img/docs-img/lens-interpreter-setting.png
deleted file mode 100644
index 867e1d6..0000000
Binary files a/site/assets/themes/apache/img/docs-img/lens-interpreter-setting.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/0bcc5140/site/assets/themes/apache/img/docs-img/lens-logo.png
----------------------------------------------------------------------
diff --git a/site/assets/themes/apache/img/docs-img/lens-logo.png b/site/assets/themes/apache/img/docs-img/lens-logo.png
deleted file mode 100644
index 2606b4e..0000000
Binary files a/site/assets/themes/apache/img/docs-img/lens-logo.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/0bcc5140/site/assets/themes/apache/img/docs-img/lens-result.png
----------------------------------------------------------------------
diff --git a/site/assets/themes/apache/img/docs-img/lens-result.png b/site/assets/themes/apache/img/docs-img/lens-result.png
deleted file mode 100644
index e5d48f6..0000000
Binary files a/site/assets/themes/apache/img/docs-img/lens-result.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/0bcc5140/site/assets/themes/apache/img/docs-img/lens-ui-service.png
----------------------------------------------------------------------
diff --git a/site/assets/themes/apache/img/docs-img/lens-ui-service.png b/site/assets/themes/apache/img/docs-img/lens-ui-service.png
deleted file mode 100644
index ec223d4..0000000
Binary files a/site/assets/themes/apache/img/docs-img/lens-ui-service.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/0bcc5140/site/assets/themes/apache/img/logo.png
----------------------------------------------------------------------
diff --git a/site/assets/themes/apache/img/logo.png b/site/assets/themes/apache/img/logo.png
index 0b45fa4..d4b2ad2 100644
Binary files a/site/assets/themes/apache/img/logo.png and b/site/assets/themes/apache/img/logo.png differ

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/0bcc5140/site/community-members.md
----------------------------------------------------------------------
diff --git a/site/community-members.md b/site/community-members.md
index 4edf3ae..5f09c9c 100644
--- a/site/community-members.md
+++ b/site/community-members.md
@@ -30,20 +30,29 @@ limitations under the License.
 ### {{ site.data.project.short_name }} Team Members
 
 {% if site.data.contributors %}
-<table class="table table-hover">
-    <tr>
-        <th><b></b></th><th><b>Full Name</b></th><th><b>Apache ID</b></th><th><b>GitHub</b><th><b>Role</b></th><th><b>Affiliation</b></th>
-    </tr>
+<table class="table table-hover sortable">
+    <thead>
+        <tr>
+            <th><b></b></th>
+            <th><b>Full Name</b></th>
+            <th><b>Apache ID</b></th>
+            <th><b>GitHub</b></th>
+            <th><b>Role</b></th>
+            <th><b>Affiliation</b></th>
+        </tr>
+    </thead>
+    <tbody>
     {% for member in site.data.contributors %}
         <tr>
-        <td><a href="http://github.com/{{ member.githubId }}"><img width="64" src="{% unless c.avatar %}http://github.com/{{ member.githubId }}.png{% else %}{{ member.avatar }}{% endunless %}"></a></td>
-        <td>{{member.name}}</td>
-        <td>{{member.apacheId}}</td>
-        <td><a href="http://github.com/{{ member.githubId }}">{{ member.githubId }}</a></td>
-        <td>{{member.role}}</td>
-        <td>{{member.org}}</td>
+            <td><a href="http://github.com/{{ member.githubId }}"><img width="64" src="{% unless c.avatar %}http://github.com/{{ member.githubId }}.png{% else %}{{ member.avatar }}{% endunless %}"></a></td>
+            <td>{{member.name}}</td>
+            <td>{{member.apacheId}}</td>
+            <td><a href="http://github.com/{{ member.githubId }}">{{ member.githubId }}</a></td>
+            <td>{{member.role}}</td>
+            <td>{{member.org}}</td>
         </tr>
     {% endfor %}
+    </tbody>
 </table>
 {% endif %}
 

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/0bcc5140/site/community.md
----------------------------------------------------------------------
diff --git a/site/community.md b/site/community.md
index 42139e5..e54d30f 100644
--- a/site/community.md
+++ b/site/community.md
@@ -38,15 +38,13 @@ You can:
 * Report bugs and submit patches.
 * Contribute code, javadocs, documentation.
 
-Visit the [Contributing] page for more information.
+Visit the [Contributing](/community) page for more information.
 
 ### Mailing list
 
 Get help using {{ site.data.project.short_name }} or contribute to the project on our mailing lists:
 
-{% if site.data.project.user_list %}
-* [site.data.project.user_list](mailto:{{ site.data.project.user_list }}) is for usage questions, help, and announcements. [subscribe](mailto:{{ site.data.project.user_list_subscribe }}?subject=send this email to subscribe),     [unsubscribe](mailto:{{ site.data.project.dev_list_unsubscribe }}?subject=send this email to unsubscribe), [archives]({{ site.data.project.user_list_archive_mailarchive }})
-{% endif %}
+* [{{ site.data.project.user_list }}](mailto:{{ site.data.project.user_list }}) is for usage questions, help, and announcements. [subscribe](mailto:{{ site.data.project.user_list_subscribe }}?subject=send this email to subscribe),     [unsubscribe](mailto:{{ site.data.project.dev_list_unsubscribe }}?subject=send this email to unsubscribe), [archives]({{ site.data.project.user_list_archive_mailarchive }})
 * [{{ site.data.project.dev_list }}](mailto:{{ site.data.project.dev_list }}) is for people who want to contribute code to {{ site.data.project.short_name }}. [subscribe](mailto:{{ site.data.project.dev_list_subscribe }}?subject=send this email to subscribe), [unsubscribe](mailto:{{ site.data.project.dev_list_unsubscribe }}?subject=send this email to unsubscribe), [archives]({{ site.data.project.dev_list_archive_mailarchive }})
 * [{{ site.data.project.commits_list }}](mailto:{{ site.data.project.commits_list }}) is for commit messages and patches to {{ site.data.project.short_name }}. [subscribe](mailto:{{ site.data.project.commits_list_subscribe }}?subject=send this email to subscribe), [unsubscribe](mailto:{{ site.data.project.commits_list_unsubscribe }}?subject=send this email to unsubscribe), [archives]({{ site.data.project.commits_list_archive_mailarchive }})
 

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/0bcc5140/site/download.md
----------------------------------------------------------------------
diff --git a/site/download.md b/site/download.md
index 37843c4..d24c5b8 100644
--- a/site/download.md
+++ b/site/download.md
@@ -26,7 +26,7 @@ limitations under the License.
 
 ## {{ site.data.project.name }} Downloads
 
-{{ site.data.project.name }} is released as a source artifact, and also through Maven.
+{{ site.data.project.name }} will be released as a source and binary artifacts, as well as through Maven.
 
 ### Source releases
 

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/0bcc5140/site/history.md
----------------------------------------------------------------------
diff --git a/site/history.md b/site/history.md
index 0b8d55b..a80c557 100644
--- a/site/history.md
+++ b/site/history.md
@@ -28,11 +28,11 @@ limitations under the License.
 ## {{ site.data.project.name }} Downloads
 
 For a full list of releases, see
-<a href="https://github.com/apache/{{ site.data.project.incubator_slash_name }}/releases">github</a>.
+<a href="https://github.com/apache/{{ site.data.project.github_project_name }}/releases">github</a>.
 Downloads are available on the
 [downloads page]({{ site.baseurl }}/download.html).
 
-## <a href="https://github.com/apache/{{ site.data.project.incubator_slash_name }}/releases/tag/{{ site.data.project.unix_name }}-0.2.0">0.2.0</a> / 2015-11-10
+## <a href="https://github.com/apache/{{ site.data.project.github_project_name }}/releases/tag/{{ site.data.project.unix_name }}-0.2.0">0.2.0</a> / 2015-11-10
 {: #v0-2-0}
 
 Our second release!
@@ -44,7 +44,7 @@ New features
 * [<a href="https://issues.apache.org/jira/browse/FOO-845">FOO-845</a>]
   Derive `FOO` return type by a customizable policy
 
-## <a href="https://github.com/apache/{{ site.data.project.incubator_slash_name }}/releases/tag/{{ site.data.project.unix_name }}-0.1.0">0.1.0</a> / 2015-09-25
+## <a href="https://github.com/apache/{{ site.data.project.github_project_name }}/releases/tag/{{ site.data.project.unix_name }}-0.1.0">0.1.0</a> / 2015-09-25
 {: #v0-1-0}
 
 Our first release!

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/0bcc5140/site/index.md
----------------------------------------------------------------------
diff --git a/site/index.md b/site/index.md
index 0d1f178..b7c4a96 100644
--- a/site/index.md
+++ b/site/index.md
@@ -24,14 +24,17 @@ limitations under the License.
 
 {% include JB/setup %}
 
-## Apache SystemML
-
-SystemML provides declarative large-scale machine learning (ML) that aims at flexible specification 
-of ML algorithms and automatic generation of hybrid runtime plans ranging from single node, 
-in-memory computations, to distributed computations on Apache Hadoop and  Apache Spark. 
-ML algorithms are expressed in a R or Python syntax, that includes linear algebra primitives, statistical functions, 
-and ML-specific constructs. This high-level language significantly increases the productivity of data scientists 
-as it provides (1) full flexibility in expressing custom analytics, and (2) data independence from the underlying 
-input formats and physical data representations. Automatic optimization according to data characteristics such as 
-distribution on the disk file system, and sparsity as well as processing characteristics in the distributed environment 
-like number of nodes, CPU, memory per node, ensures both efficiency and scalability. 
+## {{ site.data.project.name }}
+
+{{ site.data.project.name }} is an [Apache Software Foundation](http://www.apache.org){:target="_blank"} project providing extensions to [Apache Spark](http://spark.apache.org){:target="_blank"}
+
+Initially Apache Bahir will contain streaming connectors that were a part of Apache Spark prior to version 2.0:
+
+ - streaming-akka
+ - streaming-mqtt
+ - streaming-twitter
+ - streaming-zeromq
+ 
+<br>
+
+<br>