This is an automated email from the ASF dual-hosted git repository.

magicaltrout pushed a commit to branch site-dev
in repository https://gitbox.apache.org/repos/asf/oodt.git


The following commit(s) were added to refs/heads/site-dev by this push:
     new 4006364  update site
4006364 is described below

commit 4006364bb3ff43e6bb1153ac5e6cc9c5f846eb99
Author: magicaltrout <t...@spicule.co.uk>
AuthorDate: Sun Aug 12 00:21:43 2018 +0200

    update site
---
 2016/01/04/oodt-011-released.html  |  154 ++++
 2016/02/26/oodt-012-released.html  |  167 ++++
 2016/06/26/oodt-10-released.html   |  157 ++++
 2017/07/27/oodt-110-released.html  |  162 ++++
 2017/08/28/oodt-112-released.html  |  153 ++++
 blog.html                          |  193 ++++-
 community.html                     |  243 +++++-
 documentation.html                 |  293 ++++++-
 download.html                      |  257 +++++-
 font-awesome/less/font-awesome.css | 1672 ++++++++++++++++++++++++++++++++++++
 font-awesome/less/mixins.css       |    0
 font-awesome/less/variables.css    |    0
 index.html                         |  232 ++++-
 medical-usecase.html               |  154 +++-
 staging-usecase.html               |  152 +++-
 streaming-usecase.html             |  154 +++-
 test.html                          |  150 +++-
 17 files changed, 4263 insertions(+), 30 deletions(-)

diff --git a/2016/01/04/oodt-011-released.html 
b/2016/01/04/oodt-011-released.html
new file mode 100644
index 0000000..445caac
--- /dev/null
+++ b/2016/01/04/oodt-011-released.html
@@ -0,0 +1,154 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <meta name="description" content="Apache OODT Releases new 0.11 version">
+  
+  <meta name="author" content="Apache OODT">
+
+  <title>Apache OODT - Distributed Data Management</title>
+
+  <!-- Bootstrap Core CSS -->
+  <link href="/css/bootstrap.min.css" rel="stylesheet">
+
+  <!-- Custom CSS -->
+  <link href="/css/stylish-portfolio.css" rel="stylesheet">
+
+  <!-- Custom Fonts -->
+  <link href="/font-awesome/css/font-awesome.min.css" rel="stylesheet" 
type="text/css">
+  <link 
href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic";
 rel="stylesheet" type="text/css">
+
+  <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media 
queries -->
+  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+  <!--[if lt IE 9]>
+    <script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
+    <script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+  <![endif]-->
+
+</head>
+
+
+<body>
+<nav class="navbar navbar-default">
+  <div class="container-fluid">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" 
aria-expanded="false">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a class="navbar-brand" href="#"><img 
src="/img/oodt_asf_logo_sm.png"/></a>
+    </div>
+
+    <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+
+    <ul class="nav navbar-nav">
+    <!--<a id="menu-close" href="#" class="btn btn-light btn-lg pull-right 
toggle"><i class="fa fa-times"></i></a>-->
+
+    <li>
+      <a href="/">Home</a>
+    </li>
+    <li>
+      <a href="/blog">News</a>
+    <li>
+      <a href="/site_docs/oodt/index.html">Components</a>
+    </li>
+    <li>
+      <a href="/documentation.html">Documentation</a>
+    </li>
+    <li>
+      <a href="/community.html" >Community</a>
+    </li>
+      <li>
+        <a href="/download.html" >Download</a>
+      </li>
+
+  </ul>
+  </div>
+</div>
+</nav>
+
+<div class="jumbotron oodt-lightbg">
+    <div class="container">
+        <h1 class="post-title">Apache OODT 0.11 Released</h1>
+        <p class="post-date">January 04, 2016</p>
+
+    </div>
+
+</div>
+
+<div class="container">
+
+    <div class="row">
+        <div class="col-md-offset-2 col-md-8">
+            <article class="post-content">
+                <p><strong>Happy New Year fellow data manipulators and data 
lovers.</strong></p>
+
+<p>We kick off the New Year with the news that Apache OODT 0.11 has been 
released(NB: I am the project chair and was release manager, this blog post in 
my consultancy capacity, not Apache member capacity).</p>
+
+<p>For those of you who haven’t heard of Apache OODT, OODT is a data 
management platform initially developed by NASA JPL and then donated to the 
Apache Software Foundation. Still used and developed by NASA, OODT allows 
developers to build large scale, distributed data management platforms, 
designed to ingest, manipulate, catalogue and search data on a large scale. 
Don’t be fooled though, just because it has a science background, this doesn’t 
mean it’s only suited to NASA and space applic [...]
+
+<p>OODT 0.11 has undergone a large code clean up and had some of its test 
suite looked at. On top of that, OODT 0.11 has improved support for DRAT which 
is a release audit tool written by Chris Mattmann, improved error logging and a 
few other improvements and enhancements.</p>
+
+<p>To get started with Apache OODT give the RADiX distribution a spin. RADiX 
allows you to build OODT projects with Maven which makes it easy to integrate 
into most IDEs.</p>
+
+<p>If you want to find out more about OODT, then pop over to the Community 
page to find out how to sign up to the developers mailing list to say ‘hi’.</p>
+
+            </article>
+        </div>
+    </div>
+</div>
+
+
+<footer class="sitefooter">
+  <div class="container">
+    <div class="row">
+      <div class="col-lg-10 col-lg-offset-1 text-center">
+      <a  href="http://www.apache.org/events/current-event.html";>
+        <img src="http://www.apache.org/events/current-event-234x60.png"/>
+      </a>
+        <h4><strong>Apache OODT</strong>
+        </h4>
+        <p>
+          
+        </p>
+        <ul class="list-unstyled">
+          <li><i class="fa fa-envelope-o fa-fw"></i>  <a 
href="mailto:d...@oodt.apache.org";>d...@oodt.apache.org</a>
+          </li>
+        </ul>
+        <br>
+        <ul class="list-inline">
+<!--          <li>
+            <a href="https://facebook.com/";><i class="fa fa-facebook fa-fw 
fa-3x"></i></a>
+          </li>-->
+          <li>
+            <a href="https://twitter.com/apache_oodt";><i class="fa fa-twitter 
fa-fw fa-3x"></i></a>
+          </li>
+          <li>
+            <a href="https://github.com/apache/oodt";><i class="fa fa-github 
fa-fw fa-3x"></i></a>
+          </li>
+        </ul>
+        <hr class="small">
+        <p class="text-muted">Copyright &copy; The Apache Foundation 2018</p>
+      </div>
+    </div>
+  </div>
+</footer>
+
+<!-- jQuery -->
+<script src="/js/jquery.js"></script>
+
+<!-- Bootstrap Core JavaScript -->
+<script src="/js/bootstrap.min.js"></script>
+
+<!-- Custom Theme JavaScript -->
+<script src="/js/custom.js"></script>
+
+
+</body>
+</html>
diff --git a/2016/02/26/oodt-012-released.html 
b/2016/02/26/oodt-012-released.html
new file mode 100644
index 0000000..501fa92
--- /dev/null
+++ b/2016/02/26/oodt-012-released.html
@@ -0,0 +1,167 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <meta name="description" content="Apache OODT 0.12 hits the shelves">
+  
+  <meta name="author" content="Apache OODT">
+
+  <title>Apache OODT - Distributed Data Management</title>
+
+  <!-- Bootstrap Core CSS -->
+  <link href="/css/bootstrap.min.css" rel="stylesheet">
+
+  <!-- Custom CSS -->
+  <link href="/css/stylish-portfolio.css" rel="stylesheet">
+
+  <!-- Custom Fonts -->
+  <link href="/font-awesome/css/font-awesome.min.css" rel="stylesheet" 
type="text/css">
+  <link 
href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic";
 rel="stylesheet" type="text/css">
+
+  <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media 
queries -->
+  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+  <!--[if lt IE 9]>
+    <script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
+    <script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+  <![endif]-->
+
+</head>
+
+
+<body>
+<nav class="navbar navbar-default">
+  <div class="container-fluid">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" 
aria-expanded="false">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a class="navbar-brand" href="#"><img 
src="/img/oodt_asf_logo_sm.png"/></a>
+    </div>
+
+    <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+
+    <ul class="nav navbar-nav">
+    <!--<a id="menu-close" href="#" class="btn btn-light btn-lg pull-right 
toggle"><i class="fa fa-times"></i></a>-->
+
+    <li>
+      <a href="/">Home</a>
+    </li>
+    <li>
+      <a href="/blog">News</a>
+    <li>
+      <a href="/site_docs/oodt/index.html">Components</a>
+    </li>
+    <li>
+      <a href="/documentation.html">Documentation</a>
+    </li>
+    <li>
+      <a href="/community.html" >Community</a>
+    </li>
+      <li>
+        <a href="/download.html" >Download</a>
+      </li>
+
+  </ul>
+  </div>
+</div>
+</nav>
+
+<div class="jumbotron oodt-lightbg">
+    <div class="container">
+        <h1 class="post-title">Apache OODT 0.12 hits the shelves</h1>
+        <p class="post-date">February 26, 2016</p>
+
+    </div>
+
+</div>
+
+<div class="container">
+
+    <div class="row">
+        <div class="col-md-offset-2 col-md-8">
+            <article class="post-content">
+                <p>Ok so, once again, I’m using this blog as an announcement 
platform because, well over at Apache OODT we don’t really have one… really 
need to fix that. Anyway, with my completely unofficial news reporter hat on 
once more, Apache OODT 0.12 has been released to the world.</p>
+
+<p>For those of you who don’t know what Apache OODT is, it is an open source 
Apache Software Foundation run data management platform originally developed 
and still used by NASA.</p>
+
+<p>This is a bug fix release mostly for those people who love to use Solr with 
Apache OODT. Thanks to some great bug reports from people testing Apache OODT 
with Solr we managed to track down and fix a number of what seem to be 
long-standing Solr support issues.</p>
+
+<p>The change log is available here, but as its quite short here’s what was 
fixed:</p>
+
+<ul>
+  <li>
+    <p>OODT-781 Add missing XMLRPC endpoint for remove hashtable.</p>
+  </li>
+  <li>
+    <p>OODT-923 Fix start script for solr deployments</p>
+  </li>
+  <li>
+    <p>OODT-924 Fix missing timestamp metadata field in returned data from 
solr</p>
+  </li>
+  <li>
+    <p>OODT-992 Fix incorrect product count for solr backed store</p>
+  </li>
+</ul>
+
+<p>As ever, as an open source project it depends on volunteers to make it 
happen. If you are interested in working on some cool technology and chat to a 
lot of friendly PhD folk (not me), then swing by the mailing list and say 
hello!</p>
+
+            </article>
+        </div>
+    </div>
+</div>
+
+
+<footer class="sitefooter">
+  <div class="container">
+    <div class="row">
+      <div class="col-lg-10 col-lg-offset-1 text-center">
+      <a  href="http://www.apache.org/events/current-event.html";>
+        <img src="http://www.apache.org/events/current-event-234x60.png"/>
+      </a>
+        <h4><strong>Apache OODT</strong>
+        </h4>
+        <p>
+          
+        </p>
+        <ul class="list-unstyled">
+          <li><i class="fa fa-envelope-o fa-fw"></i>  <a 
href="mailto:d...@oodt.apache.org";>d...@oodt.apache.org</a>
+          </li>
+        </ul>
+        <br>
+        <ul class="list-inline">
+<!--          <li>
+            <a href="https://facebook.com/";><i class="fa fa-facebook fa-fw 
fa-3x"></i></a>
+          </li>-->
+          <li>
+            <a href="https://twitter.com/apache_oodt";><i class="fa fa-twitter 
fa-fw fa-3x"></i></a>
+          </li>
+          <li>
+            <a href="https://github.com/apache/oodt";><i class="fa fa-github 
fa-fw fa-3x"></i></a>
+          </li>
+        </ul>
+        <hr class="small">
+        <p class="text-muted">Copyright &copy; The Apache Foundation 2018</p>
+      </div>
+    </div>
+  </div>
+</footer>
+
+<!-- jQuery -->
+<script src="/js/jquery.js"></script>
+
+<!-- Bootstrap Core JavaScript -->
+<script src="/js/bootstrap.min.js"></script>
+
+<!-- Custom Theme JavaScript -->
+<script src="/js/custom.js"></script>
+
+
+</body>
+</html>
diff --git a/2016/06/26/oodt-10-released.html b/2016/06/26/oodt-10-released.html
new file mode 100644
index 0000000..184bcb7
--- /dev/null
+++ b/2016/06/26/oodt-10-released.html
@@ -0,0 +1,157 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <meta name="description" content="Apache OODT 1.0 released - a major 
milestone in the development of the project!">
+  
+  <meta name="author" content="Apache OODT">
+
+  <title>Apache OODT - Distributed Data Management</title>
+
+  <!-- Bootstrap Core CSS -->
+  <link href="/css/bootstrap.min.css" rel="stylesheet">
+
+  <!-- Custom CSS -->
+  <link href="/css/stylish-portfolio.css" rel="stylesheet">
+
+  <!-- Custom Fonts -->
+  <link href="/font-awesome/css/font-awesome.min.css" rel="stylesheet" 
type="text/css">
+  <link 
href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic";
 rel="stylesheet" type="text/css">
+
+  <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media 
queries -->
+  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+  <!--[if lt IE 9]>
+    <script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
+    <script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+  <![endif]-->
+
+</head>
+
+
+<body>
+<nav class="navbar navbar-default">
+  <div class="container-fluid">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" 
aria-expanded="false">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a class="navbar-brand" href="#"><img 
src="/img/oodt_asf_logo_sm.png"/></a>
+    </div>
+
+    <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+
+    <ul class="nav navbar-nav">
+    <!--<a id="menu-close" href="#" class="btn btn-light btn-lg pull-right 
toggle"><i class="fa fa-times"></i></a>-->
+
+    <li>
+      <a href="/">Home</a>
+    </li>
+    <li>
+      <a href="/blog">News</a>
+    <li>
+      <a href="/site_docs/oodt/index.html">Components</a>
+    </li>
+    <li>
+      <a href="/documentation.html">Documentation</a>
+    </li>
+    <li>
+      <a href="/community.html" >Community</a>
+    </li>
+      <li>
+        <a href="/download.html" >Download</a>
+      </li>
+
+  </ul>
+  </div>
+</div>
+</nav>
+
+<div class="jumbotron oodt-lightbg">
+    <div class="container">
+        <h1 class="post-title">Apache OODT 1.0 released</h1>
+        <p class="post-date">June 26, 2016</p>
+
+    </div>
+
+</div>
+
+<div class="container">
+
+    <div class="row">
+        <div class="col-md-offset-2 col-md-8">
+            <article class="post-content">
+                <p>OODT 1.0!</p>
+
+<p>We’ve finally done it. OODT 1.0 has been signed off and has hit the 
mirrors.</p>
+
+<p>Thanks to everyone who has helped since OODT hit incubation at the Apache
+Software Foundation.</p>
+
+<p>As ever, more details regarding build and deployment can be found over on
+https://oodt.apache.org/.</p>
+
+<p>Great work, and here’s looking forward to some of the cool new stuff we
+have planned for 2.0!</p>
+
+<p>You can read more about it on our blog <a 
href="https://blogs.apache.org/foundation/entry/the_apache_software_foundation_announces95";>here</a>.</p>
+
+            </article>
+        </div>
+    </div>
+</div>
+
+
+<footer class="sitefooter">
+  <div class="container">
+    <div class="row">
+      <div class="col-lg-10 col-lg-offset-1 text-center">
+      <a  href="http://www.apache.org/events/current-event.html";>
+        <img src="http://www.apache.org/events/current-event-234x60.png"/>
+      </a>
+        <h4><strong>Apache OODT</strong>
+        </h4>
+        <p>
+          
+        </p>
+        <ul class="list-unstyled">
+          <li><i class="fa fa-envelope-o fa-fw"></i>  <a 
href="mailto:d...@oodt.apache.org";>d...@oodt.apache.org</a>
+          </li>
+        </ul>
+        <br>
+        <ul class="list-inline">
+<!--          <li>
+            <a href="https://facebook.com/";><i class="fa fa-facebook fa-fw 
fa-3x"></i></a>
+          </li>-->
+          <li>
+            <a href="https://twitter.com/apache_oodt";><i class="fa fa-twitter 
fa-fw fa-3x"></i></a>
+          </li>
+          <li>
+            <a href="https://github.com/apache/oodt";><i class="fa fa-github 
fa-fw fa-3x"></i></a>
+          </li>
+        </ul>
+        <hr class="small">
+        <p class="text-muted">Copyright &copy; The Apache Foundation 2018</p>
+      </div>
+    </div>
+  </div>
+</footer>
+
+<!-- jQuery -->
+<script src="/js/jquery.js"></script>
+
+<!-- Bootstrap Core JavaScript -->
+<script src="/js/bootstrap.min.js"></script>
+
+<!-- Custom Theme JavaScript -->
+<script src="/js/custom.js"></script>
+
+
+</body>
+</html>
diff --git a/2017/07/27/oodt-110-released.html 
b/2017/07/27/oodt-110-released.html
new file mode 100644
index 0000000..5fd77f3
--- /dev/null
+++ b/2017/07/27/oodt-110-released.html
@@ -0,0 +1,162 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <meta name="description" content="Apache OODT 1.1 released - many issues 
resolved, components removed, and project cleaned up.">
+  
+  <meta name="author" content="Apache OODT">
+
+  <title>Apache OODT - Distributed Data Management</title>
+
+  <!-- Bootstrap Core CSS -->
+  <link href="/css/bootstrap.min.css" rel="stylesheet">
+
+  <!-- Custom CSS -->
+  <link href="/css/stylish-portfolio.css" rel="stylesheet">
+
+  <!-- Custom Fonts -->
+  <link href="/font-awesome/css/font-awesome.min.css" rel="stylesheet" 
type="text/css">
+  <link 
href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic";
 rel="stylesheet" type="text/css">
+
+  <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media 
queries -->
+  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+  <!--[if lt IE 9]>
+    <script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
+    <script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+  <![endif]-->
+
+</head>
+
+
+<body>
+<nav class="navbar navbar-default">
+  <div class="container-fluid">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" 
aria-expanded="false">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a class="navbar-brand" href="#"><img 
src="/img/oodt_asf_logo_sm.png"/></a>
+    </div>
+
+    <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+
+    <ul class="nav navbar-nav">
+    <!--<a id="menu-close" href="#" class="btn btn-light btn-lg pull-right 
toggle"><i class="fa fa-times"></i></a>-->
+
+    <li>
+      <a href="/">Home</a>
+    </li>
+    <li>
+      <a href="/blog">News</a>
+    <li>
+      <a href="/site_docs/oodt/index.html">Components</a>
+    </li>
+    <li>
+      <a href="/documentation.html">Documentation</a>
+    </li>
+    <li>
+      <a href="/community.html" >Community</a>
+    </li>
+      <li>
+        <a href="/download.html" >Download</a>
+      </li>
+
+  </ul>
+  </div>
+</div>
+</nav>
+
+<div class="jumbotron oodt-lightbg">
+    <div class="container">
+        <h1 class="post-title">Apache OODT 1.1 released</h1>
+        <p class="post-date">July 27, 2017</p>
+
+    </div>
+
+</div>
+
+<div class="container">
+
+    <div class="row">
+        <div class="col-md-offset-2 col-md-8">
+            <article class="post-content">
+                <p>OODT 1.1</p>
+
+<p>The OODT 1.1 release is now available.</p>
+
+<p>This release involves the resolution of 170 issues overall. Many of the 
issues
+included patches, PRs, review boards, and other code that had been sitting for
+years.</p>
+
+<p>The project underwent a major refactoring and reorganization as described 
in 
+<a href="https://issues.apache.org/jira/browse/OODT-837";>OODT-837</a>, 
including the removal
+of non essential components.</p>
+
+<p>This release also includes numerous bug fixes, and is a stable release in 
the
+branch line.</p>
+
+<p>More details regarding build and deployment can be found over on
+https://oodt.apache.org/.</p>
+
+<p>You can read the release announcement <a 
href="https://s.apache.org/aYCh";>here</a>.</p>
+
+            </article>
+        </div>
+    </div>
+</div>
+
+
+<footer class="sitefooter">
+  <div class="container">
+    <div class="row">
+      <div class="col-lg-10 col-lg-offset-1 text-center">
+      <a  href="http://www.apache.org/events/current-event.html";>
+        <img src="http://www.apache.org/events/current-event-234x60.png"/>
+      </a>
+        <h4><strong>Apache OODT</strong>
+        </h4>
+        <p>
+          
+        </p>
+        <ul class="list-unstyled">
+          <li><i class="fa fa-envelope-o fa-fw"></i>  <a 
href="mailto:d...@oodt.apache.org";>d...@oodt.apache.org</a>
+          </li>
+        </ul>
+        <br>
+        <ul class="list-inline">
+<!--          <li>
+            <a href="https://facebook.com/";><i class="fa fa-facebook fa-fw 
fa-3x"></i></a>
+          </li>-->
+          <li>
+            <a href="https://twitter.com/apache_oodt";><i class="fa fa-twitter 
fa-fw fa-3x"></i></a>
+          </li>
+          <li>
+            <a href="https://github.com/apache/oodt";><i class="fa fa-github 
fa-fw fa-3x"></i></a>
+          </li>
+        </ul>
+        <hr class="small">
+        <p class="text-muted">Copyright &copy; The Apache Foundation 2018</p>
+      </div>
+    </div>
+  </div>
+</footer>
+
+<!-- jQuery -->
+<script src="/js/jquery.js"></script>
+
+<!-- Bootstrap Core JavaScript -->
+<script src="/js/bootstrap.min.js"></script>
+
+<!-- Custom Theme JavaScript -->
+<script src="/js/custom.js"></script>
+
+
+</body>
+</html>
diff --git a/2017/08/28/oodt-112-released.html 
b/2017/08/28/oodt-112-released.html
new file mode 100644
index 0000000..70562b7
--- /dev/null
+++ b/2017/08/28/oodt-112-released.html
@@ -0,0 +1,153 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <meta name="description" content="Apache OODT 1.2 released - Solr catalog 
fixes.">
+  
+  <meta name="author" content="Apache OODT">
+
+  <title>Apache OODT - Distributed Data Management</title>
+
+  <!-- Bootstrap Core CSS -->
+  <link href="/css/bootstrap.min.css" rel="stylesheet">
+
+  <!-- Custom CSS -->
+  <link href="/css/stylish-portfolio.css" rel="stylesheet">
+
+  <!-- Custom Fonts -->
+  <link href="/font-awesome/css/font-awesome.min.css" rel="stylesheet" 
type="text/css">
+  <link 
href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic";
 rel="stylesheet" type="text/css">
+
+  <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media 
queries -->
+  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+  <!--[if lt IE 9]>
+    <script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
+    <script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+  <![endif]-->
+
+</head>
+
+
+<body>
+<nav class="navbar navbar-default">
+  <div class="container-fluid">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" 
aria-expanded="false">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a class="navbar-brand" href="#"><img 
src="/img/oodt_asf_logo_sm.png"/></a>
+    </div>
+
+    <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+
+    <ul class="nav navbar-nav">
+    <!--<a id="menu-close" href="#" class="btn btn-light btn-lg pull-right 
toggle"><i class="fa fa-times"></i></a>-->
+
+    <li>
+      <a href="/">Home</a>
+    </li>
+    <li>
+      <a href="/blog">News</a>
+    <li>
+      <a href="/site_docs/oodt/index.html">Components</a>
+    </li>
+    <li>
+      <a href="/documentation.html">Documentation</a>
+    </li>
+    <li>
+      <a href="/community.html" >Community</a>
+    </li>
+      <li>
+        <a href="/download.html" >Download</a>
+      </li>
+
+  </ul>
+  </div>
+</div>
+</nav>
+
+<div class="jumbotron oodt-lightbg">
+    <div class="container">
+        <h1 class="post-title">Apache OODT 1.2 released</h1>
+        <p class="post-date">August 28, 2017</p>
+
+    </div>
+
+</div>
+
+<div class="container">
+
+    <div class="row">
+        <div class="col-md-offset-2 col-md-8">
+            <article class="post-content">
+                <p>OODT 1.2</p>
+
+<p>The OODT 1.2 release is now available.</p>
+
+<p>This release fixed a couple of new bugs found in the updated Solr 
catalog.</p>
+
+<p>More details regarding build and deployment can be found over on
+https://oodt.apache.org/.</p>
+
+<p>You can read the release announcement <a 
href="https://s.apache.org/oodt1.2";>here</a>.</p>
+
+            </article>
+        </div>
+    </div>
+</div>
+
+
+<footer class="sitefooter">
+  <div class="container">
+    <div class="row">
+      <div class="col-lg-10 col-lg-offset-1 text-center">
+      <a  href="http://www.apache.org/events/current-event.html";>
+        <img src="http://www.apache.org/events/current-event-234x60.png"/>
+      </a>
+        <h4><strong>Apache OODT</strong>
+        </h4>
+        <p>
+          
+        </p>
+        <ul class="list-unstyled">
+          <li><i class="fa fa-envelope-o fa-fw"></i>  <a 
href="mailto:d...@oodt.apache.org";>d...@oodt.apache.org</a>
+          </li>
+        </ul>
+        <br>
+        <ul class="list-inline">
+<!--          <li>
+            <a href="https://facebook.com/";><i class="fa fa-facebook fa-fw 
fa-3x"></i></a>
+          </li>-->
+          <li>
+            <a href="https://twitter.com/apache_oodt";><i class="fa fa-twitter 
fa-fw fa-3x"></i></a>
+          </li>
+          <li>
+            <a href="https://github.com/apache/oodt";><i class="fa fa-github 
fa-fw fa-3x"></i></a>
+          </li>
+        </ul>
+        <hr class="small">
+        <p class="text-muted">Copyright &copy; The Apache Foundation 2018</p>
+      </div>
+    </div>
+  </div>
+</footer>
+
+<!-- jQuery -->
+<script src="/js/jquery.js"></script>
+
+<!-- Bootstrap Core JavaScript -->
+<script src="/js/bootstrap.min.js"></script>
+
+<!-- Custom Theme JavaScript -->
+<script src="/js/custom.js"></script>
+
+
+</body>
+</html>
diff --git a/blog.html b/blog.html
old mode 100755
new mode 100644
index bec3680..3d9561c
--- a/blog.html
+++ b/blog.html
@@ -1,3 +1,190 @@
----
-layout: blog
----
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  
+  <meta name="description" content="Apache Object Oriented Data Technology 
(OODT) is the smart way to integrate and archive your processes, your data, and 
its metadata. It facilitates the generation, processing, management, 
distribution, analysis of data management, data archiving, and data analytics 
systems allowing for the integration of data, computation, visualization and 
other components.
+">
+  
+  <meta name="author" content="Apache OODT">
+
+  <title>Apache OODT - Distributed Data Management</title>
+
+  <!-- Bootstrap Core CSS -->
+  <link href="/css/bootstrap.min.css" rel="stylesheet">
+
+  <!-- Custom CSS -->
+  <link href="/css/stylish-portfolio.css" rel="stylesheet">
+
+  <!-- Custom Fonts -->
+  <link href="/font-awesome/css/font-awesome.min.css" rel="stylesheet" 
type="text/css">
+  <link 
href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic";
 rel="stylesheet" type="text/css">
+
+  <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media 
queries -->
+  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+  <!--[if lt IE 9]>
+    <script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
+    <script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+  <![endif]-->
+
+</head>
+
+
+<body>
+<nav class="navbar navbar-default">
+  <div class="container-fluid">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" 
aria-expanded="false">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a class="navbar-brand" href="#"><img 
src="/img/oodt_asf_logo_sm.png"/></a>
+    </div>
+
+    <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+
+    <ul class="nav navbar-nav">
+    <!--<a id="menu-close" href="#" class="btn btn-light btn-lg pull-right 
toggle"><i class="fa fa-times"></i></a>-->
+
+    <li>
+      <a href="/">Home</a>
+    </li>
+    <li>
+      <a href="/blog">News</a>
+    <li>
+      <a href="/site_docs/oodt/index.html">Components</a>
+    </li>
+    <li>
+      <a href="/documentation.html">Documentation</a>
+    </li>
+    <li>
+      <a href="/community.html" >Community</a>
+    </li>
+      <li>
+        <a href="/download.html" >Download</a>
+      </li>
+
+  </ul>
+  </div>
+</div>
+</nav>
+
+<div class="jumbotron oodt-lightbg">
+    <div class="container">
+        <h1>Latest Posts</h1>
+        <p>News and information from the world of Apache OODT.</p>
+    </div>
+
+</div>
+
+
+<div class="container">
+    <div class="row">
+        <div class="col-md-offset-3 col-md-6">
+            <div class="list-group">
+                
+                
+                <a class="list-group-item" 
href="/2017/08/28/oodt-112-released.html">
+                    <h4 class="list-group-item-heading">Apache OODT 1.2 
released</h4>
+                    <p class="list-group-item-text"><p>OODT 1.2</p>
+
+</p>
+                </a>
+                
+                
+                
+                <a class="list-group-item" 
href="/2017/07/27/oodt-110-released.html">
+                    <h4 class="list-group-item-heading">Apache OODT 1.1 
released</h4>
+                    <p class="list-group-item-text"><p>OODT 1.1</p>
+
+</p>
+                </a>
+                
+                
+                
+                <a class="list-group-item" 
href="/2016/06/26/oodt-10-released.html">
+                    <h4 class="list-group-item-heading">Apache OODT 1.0 
released</h4>
+                    <p class="list-group-item-text"><p>OODT 1.0!</p>
+
+</p>
+                </a>
+                
+                
+                
+                <a class="list-group-item" 
href="/2016/02/26/oodt-012-released.html">
+                    <h4 class="list-group-item-heading">Apache OODT 0.12 hits 
the shelves</h4>
+                    <p class="list-group-item-text"><p>Ok so, once again, I’m 
using this blog as an announcement platform because, well over at Apache OODT 
we don’t really have one… really need to fix that. Anyway, with my completely 
unofficial news reporter hat on once more, Apache OODT 0.12 has been released 
to the world.</p>
+
+</p>
+                </a>
+                
+                
+                
+                <a class="list-group-item" 
href="/2016/01/04/oodt-011-released.html">
+                    <h4 class="list-group-item-heading">Apache OODT 0.11 
Released</h4>
+                    <p class="list-group-item-text"><p><strong>Happy New Year 
fellow data manipulators and data lovers.</strong></p>
+
+</p>
+                </a>
+                
+                
+
+                </div>
+            </div>
+        </div>
+    </div>
+
+
+<footer class="sitefooter">
+  <div class="container">
+    <div class="row">
+      <div class="col-lg-10 col-lg-offset-1 text-center">
+      <a  href="http://www.apache.org/events/current-event.html";>
+        <img src="http://www.apache.org/events/current-event-234x60.png"/>
+      </a>
+        <h4><strong>Apache OODT</strong>
+        </h4>
+        <p>
+          
+        </p>
+        <ul class="list-unstyled">
+          <li><i class="fa fa-envelope-o fa-fw"></i>  <a 
href="mailto:d...@oodt.apache.org";>d...@oodt.apache.org</a>
+          </li>
+        </ul>
+        <br>
+        <ul class="list-inline">
+<!--          <li>
+            <a href="https://facebook.com/";><i class="fa fa-facebook fa-fw 
fa-3x"></i></a>
+          </li>-->
+          <li>
+            <a href="https://twitter.com/apache_oodt";><i class="fa fa-twitter 
fa-fw fa-3x"></i></a>
+          </li>
+          <li>
+            <a href="https://github.com/apache/oodt";><i class="fa fa-github 
fa-fw fa-3x"></i></a>
+          </li>
+        </ul>
+        <hr class="small">
+        <p class="text-muted">Copyright &copy; The Apache Foundation 2018</p>
+      </div>
+    </div>
+  </div>
+</footer>
+
+<!-- jQuery -->
+<script src="/js/jquery.js"></script>
+
+<!-- Bootstrap Core JavaScript -->
+<script src="/js/bootstrap.min.js"></script>
+
+<!-- Custom Theme JavaScript -->
+<script src="/js/custom.js"></script>
+
+
+</body>
+</html>
diff --git a/community.html b/community.html
old mode 100755
new mode 100644
index ea0e2fb..176b262
--- a/community.html
+++ b/community.html
@@ -1,3 +1,240 @@
----
-layout: community
----
+<!DOCTYPE html>
+<html lang="en">
+
+  <head>
+
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  
+  <meta name="description" content="Apache Object Oriented Data Technology 
(OODT) is the smart way to integrate and archive your processes, your data, and 
its metadata. It facilitates the generation, processing, management, 
distribution, analysis of data management, data archiving, and data analytics 
systems allowing for the integration of data, computation, visualization and 
other components.
+">
+  
+  <meta name="author" content="Apache OODT">
+
+  <title>Apache OODT - Distributed Data Management</title>
+
+  <!-- Bootstrap Core CSS -->
+  <link href="/css/bootstrap.min.css" rel="stylesheet">
+
+  <!-- Custom CSS -->
+  <link href="/css/stylish-portfolio.css" rel="stylesheet">
+
+  <!-- Custom Fonts -->
+  <link href="/font-awesome/css/font-awesome.min.css" rel="stylesheet" 
type="text/css">
+  <link 
href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic";
 rel="stylesheet" type="text/css">
+
+  <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media 
queries -->
+  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+  <!--[if lt IE 9]>
+    <script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
+    <script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+  <![endif]-->
+
+</head>
+
+
+<body>
+
+
+  <nav class="navbar navbar-default">
+  <div class="container-fluid">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" 
aria-expanded="false">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a class="navbar-brand" href="#"><img 
src="/img/oodt_asf_logo_sm.png"/></a>
+    </div>
+
+    <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+
+    <ul class="nav navbar-nav">
+    <!--<a id="menu-close" href="#" class="btn btn-light btn-lg pull-right 
toggle"><i class="fa fa-times"></i></a>-->
+
+    <li>
+      <a href="/">Home</a>
+    </li>
+    <li>
+      <a href="/blog">News</a>
+    <li>
+      <a href="/site_docs/oodt/index.html">Components</a>
+    </li>
+    <li>
+      <a href="/documentation.html">Documentation</a>
+    </li>
+    <li>
+      <a href="/community.html" >Community</a>
+    </li>
+      <li>
+        <a href="/download.html" >Download</a>
+      </li>
+
+  </ul>
+  </div>
+</div>
+</nav>
+
+  <div class="container" >
+
+  <!-- Nav tabs -->
+  <ul class="nav nav-tabs" role="tablist">
+    <li role="presentation" class="active"><a href="#home" 
aria-controls="home" role="tab" data-toggle="tab">About</a></li>
+    <li role="presentation"><a href="#profile" aria-controls="profile" 
role="tab" data-toggle="tab">The Team</a></li>
+  </ul>
+
+  <!-- Tab panes -->
+  <div class="tab-content">
+    <div role="tabpanel" class="tab-pane active" id="home">
+        <div class="row col-md-6 col-md-offset-3">
+<h1>Community</h1>
+Apache OODT has a dedicated community based globally. To keep in contact they 
make use of a variety of tools.
+
+<h2>Mailing Lists</h2>
+<p>Apache OODT runs a mailing list for general communication and development 
chat. To ask questions about Apache OODT join the d...@oodt.apache.org mailing 
list and say hello!</p>
+
+<h2>IRC</h2>
+<p>We also have an OODT IRC channel for real time OODT discussion, you can 
find this on Freenode at #oodt.</p>
+
+<p>If you don't haven an IRC client installed, you can still join the channel 
using the <a target="_blank" 
href="http://webchat.freenode.net/?channels=oodt";>webchat</a> to stop by and 
introduce yourself!</p>
+
+<h2>Blog</h2>
+<p>Keep up to date with News, Events and Tips and Tricks with our <a 
href="/blog"> new blog</a>.</p>
+<p>Similarly, if you have any OODT releated news, or interesting blog content, 
pop by our mailing list and tell us, we're always looking for interesting 
articles!</p>
+
+<h2>Social Media</h2>
+
+<h4>Follow our twitter account!</h4>
+<a href="https://twitter.com/apache_oodt"; class="twitter-follow-button" 
data-show-count="false" data-size="large" data-dnt="true">Follow 
@apache_oodt</a>
+<script>!function(d,s,id){var 
js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,
 'script', 'twitter-wjs');</script></a><br/>
+<h4>Join our facebook group!</h4>
+<img src="" alt="facebook logo" />
+<br/>
+<h4>If you use Google Plus you can find our community here!</h4>
+<script src="https://apis.google.com/js/platform.js"; async defer></script>
+<g:community width="300" layout="landscape" 
href="https://plus.google.com/communities/109940995190375177195";></g:community>
+  </div>
+
+    </div>
+    <div role="tabpanel" class="tab-pane" id="profile">
+      <div class="row col-md-6 col-md-offset-2">
+
+  <h1>What is it?</h1>
+  <p>Awarded 2003 NASA Software of the Year, Apache Object Oriented Data 
Technology (OODT) began at the Jet Propulsion Laboratory, in operations 
cataloging pictures of Mars and helping to detect cancer. Apache OODT is smart, 
open source software for science, research, or otherwise.</p>
+
+  <p>Apache OODT is the superior way to integrate and archive your processes, 
your data, and its metadata. It spans scientific and other disciplines and 
enable interoperability among data agnostic systems in the varying fields. 
Using OODT's framework of distributed objects and databases, the data collected 
by scientists and engineers in disparate disciplines can be jointly searched, 
stored, retrieved, and analyzed. It facilitates the creation, acquisition, and 
growth of data management a [...]
+
+  <h1>Why use it?</h1>
+  <strong>OODT is deployed operationally in:</strong>
+  <ul>
+    <li>DARPA's XDATA Presidential Big Data Initiative</li>
+    <li>NASA's Airborne Snow Observatory demonstration mission.</li>
+    <li>NASA's Carbon in Arctic Reservoirs Vulnerability Experiment</li>
+    <li>National Cancer Institute's Early Detection Research Network</li>
+    <li>NASA's Orbiting Carbon Observatory</li>
+    <li>The Sinai-Helmsley Alliance for Research Excellence data coordinating 
center project</li>
+    <li>MIT Haystack Observatory</li>
+    <li>NASA's Megacities Carbon Project</li>
+    <li>Children's Hospital of Los Angeles's Virtual Pediatric Intensive Care 
Unit</li>
+    <li>The Planetary Data System</li>
+    <li>NASA's Orbiting Carbon Observatory-2</li>
+    <li>NASA's Soil Moisture Active/Passive mission</li>
+    <li>The Square Kilometre Array South Africa project</li>
+    <li>NASA's Seawinds/QuickSCAT mission</li>
+    <li>and many more...</li>
+    <p>Processing pipelines are too often one-off custom solutions that fail 
to scale and evolve as systems evolve. Moreover, archived data undergoes a kind 
of atrophy as the tools used to analyze and process it are themselves one-off 
solutions with no maintenance. These haphazard approaches achieve only short 
term success, but are not effective in data search, discovery, analysis, 
cataloging, processing, or archiving. OODT replaces these manual, forgettable 
steps with reliable workflows [...]
+
+    <h1>How?</h1>
+    <p>Haphazard processing pipelines are commonly made up of custom UNIX 
shell scripts and/or fragile custom written glue code of Java, Python, and 
Perl. OODT uses structured XML-based capturing of the processing pipeline that 
can be understood and modified by non-programmers to create, edit, manage and 
provision workflow and task execution.</p>
+
+
+    <h1>Prerequisites</h1>
+
+    <h2>Operating Systems</h2>
+
+    <ul>
+      <li>UNIX (Linux, OS/X, Solaris, BSD, etc.)</li>
+      <li>Windows with Cygwin</li>
+    </ul>
+    <h2>Software</h2>
+
+    <ul>
+      <li>Java and/or Python</li>
+      <li>Maven</li>
+    </ul>
+    <h2>Knowledge</h2>
+    <ul>
+      <li>XML</li>
+      <li>Java and/or Python (in order to customize and extend)</li>
+    </ul>
+</div>
+<div class="col-md-2">
+  <h2>Project Management Committee</h2>
+  <p>The PMC provides management and governance of the project. The canonical 
list is always available <a 
href="http://people.apache.org/phonebook.html";>here</a>.</p>
+  Andrew Hart<br/>Angela Wang<br/>Brian Foster<br/>Bruce 
Barkstrom<br/>Chris<br/>Dan Crichton<br/>David Kale<br/>Dana J 
Freeborn<br/>Gabriel Resneck<br/>Gavin McDonald<br/>Cameron Goodale<br/>Ian 
Holsman<br/>Imesha Sudasingha<br/>Joshua Garcia<br/>Michael James 
Joyce<br/>John Steven Hughes<br/>Sean Kelly<br/>Lewis John McGibbney<br/>Luca 
Cinquini<br/>Tom Barber<br/>Chris Mattmann<br/>Michael Cayanan<br/>Nga Thien 
Chung<br/>Paul Ramirez<br/>Paul Vee<br/>Paul Zimdars<br/>Radu Manole<br/>Ri 
[...]
+  <h2>(Former) Apache Incubator Mentors</h2>
+  <p>Mentors are long-term Apache members that provided guidance to our 
project during its Incubation.</p>
+
+  Justin Erenkrantz<br/>
+  Ross Gardler<br/>
+  Ian Holsman<br/>
+  Jean-Frederic Clere<br/>
+  Chris Mattmann<br/>
+  
+</div>
+
+    </div>
+  </div>
+
+  
+</div>
+  <footer class="sitefooter">
+  <div class="container">
+    <div class="row">
+      <div class="col-lg-10 col-lg-offset-1 text-center">
+      <a  href="http://www.apache.org/events/current-event.html";>
+        <img src="http://www.apache.org/events/current-event-234x60.png"/>
+      </a>
+        <h4><strong>Apache OODT</strong>
+        </h4>
+        <p>
+          
+        </p>
+        <ul class="list-unstyled">
+          <li><i class="fa fa-envelope-o fa-fw"></i>  <a 
href="mailto:d...@oodt.apache.org";>d...@oodt.apache.org</a>
+          </li>
+        </ul>
+        <br>
+        <ul class="list-inline">
+<!--          <li>
+            <a href="https://facebook.com/";><i class="fa fa-facebook fa-fw 
fa-3x"></i></a>
+          </li>-->
+          <li>
+            <a href="https://twitter.com/apache_oodt";><i class="fa fa-twitter 
fa-fw fa-3x"></i></a>
+          </li>
+          <li>
+            <a href="https://github.com/apache/oodt";><i class="fa fa-github 
fa-fw fa-3x"></i></a>
+          </li>
+        </ul>
+        <hr class="small">
+        <p class="text-muted">Copyright &copy; The Apache Foundation 2018</p>
+      </div>
+    </div>
+  </div>
+</footer>
+
+  <!-- jQuery -->
+<script src="/js/jquery.js"></script>
+
+<!-- Bootstrap Core JavaScript -->
+<script src="/js/bootstrap.min.js"></script>
+
+<!-- Custom Theme JavaScript -->
+<script src="/js/custom.js"></script>
+
+
+</body>
+
+</html>
diff --git a/documentation.html b/documentation.html
old mode 100755
new mode 100644
index 4ff282b..3215054
--- a/documentation.html
+++ b/documentation.html
@@ -1,3 +1,290 @@
----
-layout: documentation
----
+<!DOCTYPE html>
+<html lang="en">
+
+  <head>
+
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  
+  <meta name="description" content="Apache Object Oriented Data Technology 
(OODT) is the smart way to integrate and archive your processes, your data, and 
its metadata. It facilitates the generation, processing, management, 
distribution, analysis of data management, data archiving, and data analytics 
systems allowing for the integration of data, computation, visualization and 
other components.
+">
+  
+  <meta name="author" content="Apache OODT">
+
+  <title>Apache OODT - Distributed Data Management</title>
+
+  <!-- Bootstrap Core CSS -->
+  <link href="/css/bootstrap.min.css" rel="stylesheet">
+
+  <!-- Custom CSS -->
+  <link href="/css/stylish-portfolio.css" rel="stylesheet">
+
+  <!-- Custom Fonts -->
+  <link href="/font-awesome/css/font-awesome.min.css" rel="stylesheet" 
type="text/css">
+  <link 
href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic";
 rel="stylesheet" type="text/css">
+
+  <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media 
queries -->
+  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+  <!--[if lt IE 9]>
+    <script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
+    <script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+  <![endif]-->
+
+</head>
+
+
+<body>
+
+
+  <nav class="navbar navbar-default">
+  <div class="container-fluid">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" 
aria-expanded="false">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a class="navbar-brand" href="#"><img 
src="/img/oodt_asf_logo_sm.png"/></a>
+    </div>
+
+    <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+
+    <ul class="nav navbar-nav">
+    <!--<a id="menu-close" href="#" class="btn btn-light btn-lg pull-right 
toggle"><i class="fa fa-times"></i></a>-->
+
+    <li>
+      <a href="/">Home</a>
+    </li>
+    <li>
+      <a href="/blog">News</a>
+    <li>
+      <a href="/site_docs/oodt/index.html">Components</a>
+    </li>
+    <li>
+      <a href="/documentation.html">Documentation</a>
+    </li>
+    <li>
+      <a href="/community.html" >Community</a>
+    </li>
+      <li>
+        <a href="/download.html" >Download</a>
+      </li>
+
+  </ul>
+  </div>
+</div>
+</nav>
+
+  <div class="container" >
+
+  <!-- Nav tabs -->
+  <ul class="nav nav-tabs" role="tablist">
+    <li role="presentation" class="active"><a href="#home" 
aria-controls="home" role="tab" data-toggle="tab">Getting Started</a></li>
+    <li role="presentation"><a href="#radix" aria-controls="radix" role="tab" 
data-toggle="tab">Radix</a></li>
+    <li role="presentation"><a href="#vagrant" aria-controls="vagrant" 
role="tab" data-toggle="tab">Vagrant</a></li>
+    <li role="presentation"><a href="#devres" aria-controls="devres" 
role="tab" data-toggle="tab">Development Resources</a></li>
+  </ul>
+
+  <!-- Tab panes -->
+  <div class="tab-content">
+    <div role="tabpanel" class="tab-pane active" id="home">
+      <div class="row col-md-12">
+  <h1>Getting Started</h1>
+  <p>Getting started with Apache OODT can be a daunting task. With a number of 
components to setup and configure it can be both time consuming and confusing. 
To help solve this problem Radix and the Vagrant Virtual Machine were 
created.</p>
+
+  <h2>RADiX</h2>
+  <p>RADiX is a Maven Archtype designed to get OODT up and running quickly and 
easily. Maven will download the correct libraries and run the correct 
configuration routines to deploy a fully working OODT platform including File 
Manage, Workflow, OpsUI etc.</p>
+
+  <p>RADiX can run on both Unix systems and Windows and requires nothing more 
than a Java JDK and Apache Maven installed on your computer.</p>
+
+  <p>To find out how to get started with RADiX quickly then visit its wiki 
page <a 
href="https://cwiki.apache.org/confluence/display/OODT/RADiX+Powered+By+OODT";>here</a></p>
+
+
+  <h2>Vagrant VM</h2>
+  <p>Vagrant extends upon Radix to give you a configured Virtual Machine with 
a preconfigured RADiX installation already built and ready along with the 
networking configuration setup so you can connect to OpsUI without having to 
change the networking setup.</p>
+
+  <p>The Vagrant VM is idea if you want a portable image that can be 
replicated time after time or copied around colleagues.</p>
+
+  <p>To get started with the OODT Vagrant VM, visit the wiki page.</p>
+
+
+  <h2>Apache OODT Wiki Documentation</h2>
+  <p>Apache OODT has a number of components and various ways to configure and 
use each one. To keep the documentation as up to date as possible, we have 
migrated all our documentation to the Apache OODT Wiki space.</p>
+
+  <p>The documentation on the wiki is updated regularly with component 
information, tutorials and examples. If you use Apache OODT and would like to 
help contribute to the sizable documentation effort, then please ask on the 
development mailing list for details about how you can help with OODT 
documentation.</p>
+
+  <h2>OODT Javadoc</h2>
+  <p>The Javadoc links below are a convenient way for your to browse current 
and previous versions of the project Java documentation:</p>
+
+  <ul>
+    <li>Nightly (current master SNAPSHOT)</li>
+    <li>0.10</li>
+    <li>0.9</li>
+    <li>0.8.1</li>
+    <li>0.8</li>
+    <li>0.7</li>
+  </ul>
+    <p>For earlier version of the Javadoc please get in touch with us and we 
can generate them for you.</p>
+</div>
+
+    </div>
+    <div role="tabpanel" class="tab-pane" id="radix">
+      <div class="row col-md-12 ">
+  <h1>Overview</h1>
+  <p>The high level goal of this effort is to build a distribution of OODT 
that sets up, installs, and runs within a few commands. Reducing the number of 
commands to run OODT is an effort to push the edge of ease of setup and 
configuration required to get going. This distribution of OODT will include 
both a deployment and source structure for managing the evolution of your 
installation of OODT.</p>
+  <p>Maven offers an improved way to export, configure and build OODT called 
Archetypes. Archetypes simply put are a way to define templates for projects. 
Within these project templates we will include packaging instructions to 
conform to the guidelines below to increase the similarity amongst deployments 
of OODT. Moreover, we will build higher level scripts and configuration to tie 
the pieces together at the system level. Finally, we will leverage the CAS 
Install Maven Plugin to take us [...]
+  <p>This wiki will be used to capture thoughts, ideas and plans for the first 
archetypes we develop for OODT. To keep things simple we are going to initially 
focus on a small number of modules that are typically deployed and configured 
together. Finally, our goal is to build an 80% solution that works in most 
cases to get people out of the gates and running with a full OODT solution. We 
believe this effort will help increase adoption and conformity amongst 
installations of an already gr [...]
+
+  <h1>Installing OODT with Radix</h1>
+
+
+<div class="panel panel-default">
+  <div class="panel-body">
+  <kbd>curl -s 
"https://git-wip-us.apache.org/repos/asf?p=oodt.git;a=blob_plain;f=mvn/archetypes/radix/src/main/resources/bin/radix;hb=HEAD";
 | bash</kbd><br/>
+  <kbd>mv oodt oodt-src; cd oodt-src; mvn install</kbd><br/>
+  <kbd>mkdir ../oodt; tar -xvf 
distribution/target/oodt-distribution-0.1-bin.tar.gz -C ../oodt</kbd><br/>
+  <kbd>cd ../oodt; ./bin/oodt start</kbd><br/>
+  <kbd>./resmgr/bin/batch_stub 2001</kbd><br/>
+  </div>
+</div>
+</div>
+
+    </div>
+    <div role="tabpanel" class="tab-pane" id="vagrant">
+      <div class="row col-md-12 ">
+
+
+<h1>Introduction</h1>
+    <p>This user-guide will help you understand, and set up a Vagrant powered 
Virtual Machine containing a pre-configured OODT installation.</p>
+    <h2>Requirements</h2>
+    <ul>
+        <li>Vagrant - please download from: http://www.vagrantup.com</li>
+        <li>VirtualBox - please download from: https://www.virtualbox.org/</li>
+        <li>At least 4GB disk space</li>
+    </ul>
+    <h2>OODT RADiX Vagrant Virtual Machine</h2>
+    <p>Launching this Vagrant VM will provide you with:
+
+        <ul>
+            <li>A pre-configured RADiX installation with a version of OODT of 
your choosing (including the latest OODT snapshots!)</li>
+            <li>A port-forwarded OPSUI control webapp at 
http://localhost:8080/opsui that you can quickly use to verify and control 
OODT</li>
+            <li>More time, because installing OODT is as easy as "vagrant 
up"</li>
+            <li>A fast way to produce a RADiX project tar-ball, which you can 
copy and use elsewhere</li>
+        </ul>
+    </p>
+    <h2>Steps</h2>
+    <ol>
+        <li>Download the latest Apache OODT distribution.</li>
+        <li>Extract the OODT distribution somewhere on your machine
+    <div class="panel panel-default">
+        <div class="panel-body">
+        <kbd># please change ${version} to the version you have</kbd><br/>
+        <kbd>$ unzip apache-oodt-${version}-src.zip</kbd><br/>
+        <kbd>$ cd apache-oodt-${version}-src/vagrant/radix/</kbd>
+            </div>
+        </div>
+            </li>
+        <li>
+    Customize your RADiX Vagrant distribution for your organization/project:
+            <ol>
+                <li>Open vagrant/env.sh in your favorite editor</li>
+                <li>Make sure you customize entries for the following 
variables:
+                    <ol>
+                        <li>(required) PROJECT_GROUP_ID - The namespace that 
will be used to create the RADiX distribution of OODT (e.g. 
com.mycompany.myorg)</li>
+                        <li>(required) PROJECT_ARTIFACT_ID - The specific name 
of the RADiX distribution project (e.g. myproject)</li>
+                        <li>(optional) BUILD_FLAGS - Set of build flags that 
will customize the RADiX deployment Vagrant will build. See more build flag 
options here.</li>
+                        <li>(optional) OODT_DEPLOYMENT_HOME - The location on 
the Vagrant Virtual Machine where OODT RADiX will be installed to</li>
+                        <li>(Optional) Change the top line of Vagrantfile that 
sets the VM_NAME to a name of your choosing. Note, every Vagrant virtual 
machine must have a unique name.</li>
+                        </ol>
+                </li>
+                </ol>
+            </li>
+        <li>
+    Install/Launch RADiX OODT
+        <ol>
+            <li>
+    Type vagrant up to launch the Virtual Machine (can take up to 15 minutes 
the first time you run)
+    <div class="panel panel-default">
+        <div class="panel-body">
+            <kbd>$ vagrant up</kbd>
+            </div>
+        </div>
+            </li>
+        </ol>
+            </li>
+        <li>
+    After the above command finished, navigate to the OODT OpsUI on your host 
machine: http://localhost:8080/opsui
+        </li>
+        </ol>
+</div>
+
+    </div>
+    <div role="tabpanel" class="tab-pane" id="devres">
+      <div class="row col-md-6 col-md-offset-2">
+
+<h2>Getting started</h2>
+
+<p>To get started with OODT development you will need JDK7+, an IDE(of course 
we recommend Netbeans as soon as it arrvies in the Apache Incubator, but 
Intellij and Eclipse are perfectly acceptable! ;) ) and Maven 3 or later is 
also needed to compile the source code.</p>
+
+<p>The easiest place to checkout the code is from Github: <a 
href="https://github.com/apache/oodt";>https://github.com/apache/oodt</a></p>
+
+<p>To compile the code from source simply run `mvn clean install` on the 
command line from within the checkout directory and the OODT code will start to 
compile.</p>
+
+<p>To file bugs or find new tasks to work on you can find the OODT issue track 
on the ASF Jira: <a 
href="http://issues.apache.org";>http://issues.apache.org</a></p>
+</div>
+
+    </div>
+  </div>
+
+  
+</div>
+  <footer class="sitefooter">
+  <div class="container">
+    <div class="row">
+      <div class="col-lg-10 col-lg-offset-1 text-center">
+      <a  href="http://www.apache.org/events/current-event.html";>
+        <img src="http://www.apache.org/events/current-event-234x60.png"/>
+      </a>
+        <h4><strong>Apache OODT</strong>
+        </h4>
+        <p>
+          
+        </p>
+        <ul class="list-unstyled">
+          <li><i class="fa fa-envelope-o fa-fw"></i>  <a 
href="mailto:d...@oodt.apache.org";>d...@oodt.apache.org</a>
+          </li>
+        </ul>
+        <br>
+        <ul class="list-inline">
+<!--          <li>
+            <a href="https://facebook.com/";><i class="fa fa-facebook fa-fw 
fa-3x"></i></a>
+          </li>-->
+          <li>
+            <a href="https://twitter.com/apache_oodt";><i class="fa fa-twitter 
fa-fw fa-3x"></i></a>
+          </li>
+          <li>
+            <a href="https://github.com/apache/oodt";><i class="fa fa-github 
fa-fw fa-3x"></i></a>
+          </li>
+        </ul>
+        <hr class="small">
+        <p class="text-muted">Copyright &copy; The Apache Foundation 2018</p>
+      </div>
+    </div>
+  </div>
+</footer>
+
+  <!-- jQuery -->
+<script src="/js/jquery.js"></script>
+
+<!-- Bootstrap Core JavaScript -->
+<script src="/js/bootstrap.min.js"></script>
+
+<!-- Custom Theme JavaScript -->
+<script src="/js/custom.js"></script>
+
+
+</body>
+
+</html>
diff --git a/download.html b/download.html
old mode 100755
new mode 100644
index 6479dbb..43c7f5a
--- a/download.html
+++ b/download.html
@@ -1,3 +1,254 @@
----
-layout: download
----
+<!DOCTYPE html>
+<html lang="en">
+
+  <head>
+
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  
+  <meta name="description" content="Apache Object Oriented Data Technology 
(OODT) is the smart way to integrate and archive your processes, your data, and 
its metadata. It facilitates the generation, processing, management, 
distribution, analysis of data management, data archiving, and data analytics 
systems allowing for the integration of data, computation, visualization and 
other components.
+">
+  
+  <meta name="author" content="Apache OODT">
+
+  <title>Apache OODT - Distributed Data Management</title>
+
+  <!-- Bootstrap Core CSS -->
+  <link href="/css/bootstrap.min.css" rel="stylesheet">
+
+  <!-- Custom CSS -->
+  <link href="/css/stylish-portfolio.css" rel="stylesheet">
+
+  <!-- Custom Fonts -->
+  <link href="/font-awesome/css/font-awesome.min.css" rel="stylesheet" 
type="text/css">
+  <link 
href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic";
 rel="stylesheet" type="text/css">
+
+  <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media 
queries -->
+  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+  <!--[if lt IE 9]>
+    <script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
+    <script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+  <![endif]-->
+
+</head>
+
+
+<body>
+
+
+  <nav class="navbar navbar-default">
+  <div class="container-fluid">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" 
aria-expanded="false">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a class="navbar-brand" href="#"><img 
src="/img/oodt_asf_logo_sm.png"/></a>
+    </div>
+
+    <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+
+    <ul class="nav navbar-nav">
+    <!--<a id="menu-close" href="#" class="btn btn-light btn-lg pull-right 
toggle"><i class="fa fa-times"></i></a>-->
+
+    <li>
+      <a href="/">Home</a>
+    </li>
+    <li>
+      <a href="/blog">News</a>
+    <li>
+      <a href="/site_docs/oodt/index.html">Components</a>
+    </li>
+    <li>
+      <a href="/documentation.html">Documentation</a>
+    </li>
+    <li>
+      <a href="/community.html" >Community</a>
+    </li>
+      <li>
+        <a href="/download.html" >Download</a>
+      </li>
+
+  </ul>
+  </div>
+</div>
+</nav>
+
+  <div class="container" >
+
+  <div class="row">
+    <div class="col-md-8">
+      <h1>Introduction</h1>
+      <p>Thanks for checking out Apache OODT. On this page you can download 
our official release.<br/> <strong>N.B. OODT is ONLY released as source code 
and NOT binary</strong>. This is because you will most likely want to recompile 
various aspects of the codebase with configuration before deploying an OODT 
system.</p>
+
+      <p>See the <a 
href="https://raw.githubusercontent.com/apache/oodt/1.2.3/CHANGES.txt";>1.2.3-CHANGES.txt</a>
 file for more information on the list of updates in this release.</p>
+
+      <p>OODT is always distributed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0.html";>Apache License, version 
2.0</a>.</p>
+
+      <h1>Prerequisites</h1>
+      <p>You require <a href="http://maven.apache.org/";>Apache Maven</a> to 
build the OODT source code. Maven can either be downloaded and installed 
manually or alternatively via command line via your operating system package 
manager.</p>
+
+      <h1>Official Release</h1>
+      <p>AUG-2018: The Latest Apache™ OODT version 1.2.3 is now released and 
available for download.</p>
+
+      <p><a href="http://www.apache.org/dyn/closer.lua/oodt"; class="btn 
btn-primary">Download OODT</a>
+      <h2>Download OODT</h2>
+
+      <h3>Mirrors</h3>
+      <p>The link in the Mirrors column below should display a default mirror 
selection based on your inferred location. If (when you browse to it) you do 
not see that page, try a different browser. The checksum and signature are 
links to the originals on the main distribution server.</p>
+
+      <table class="table">
+       <tr>
+         <th>Version</th>
+         <th>Mirrors</th>
+         <th>MD5 Checksum</th>
+         <th>Signature</th>
+         <th>SHA Checksum</th>
+       </tr>
+       <tr>
+         <td>
+           Apache OODT 1.2.3 (zip)
+         </td>
+         <td>
+           <a 
href="http://www.apache.org/dyn/closer.cgi/oodt/apache-oodt-1.2.3-src.zip";>apache-oodt-1.2.3-src.zip</a>
+         </td>
+         <td>
+           <a 
href="http://www.apache.org/dist/oodt/apache-oodt-1.2.3-src.zip.md5";>apache-oodt-1.2.3-src.zip.md5</a>
+         </td>
+         <td>
+           <a 
href="http://www.apache.org/dist/oodt/apache-oodt-1.2.3-src.zip.asc";>apache-oodt-1.2.3-src.zip.asc</a>
+         </td>
+         <td>
+           <a 
href="http://www.apache.org/dist/oodt/apache-oodt-1.2.3-src.zip.sha1";>apache-oodt-1.2.3-src.zip.sha1</a>
+         </td>
+       </tr>
+      </table>
+      <h3>Verify Releases</h3>
+      <p>It is essential that you verify the integrity of the downloaded files 
using the PGP, MD5 and/or SHA signatures. published with every OODT release.</p>
+
+      <p>Please read <a 
href="http://httpd.apache.org/dev/verification.html";>Verifying Apache HTTP 
Server Releases</a> for more information on why you should verify our 
releases.</p>
+
+      <p>We strongly recommend you verify your downloads with at least both 
PGP and MD5. Guidance for doing so is provided below.</p>
+
+      <h4>PGP Signature</h4>
+      <p>The PGP signatures can be verified using PGP or GPG. First download 
the <a href="https://people.apache.org/keys/group/oodt.asc";>KEYS</a> as well as 
the asc signature file for the relevant distribution.</p>
+
+      <p>N.B.Make sure you get these files from the <a 
href="http://www.apache.org/dist/oodt/";>main distribution directory</a>, rather 
than from a mirror. Then verify the signatures using the following:</p>
+
+      <code>$ gpg --import KEYS $ gpg --verify 
apache-oodt-1.2.3-src.zip.asc</code>
+      <p>The files in the most recent release are signed by 2048R/5E91D429 Tom 
Barber (CODE SIGNING KEY)</p>
+
+      <h4>MD5 Signature</h4>
+      <p>Alternatively, you can verify the MD5 signature on the files. A unix 
program called md5 or md5sum is included in many unix distributions.</p>
+
+      <code>$ md5sum apache-oodt-1.2.3-src.tar.gz</code>
+      <p>... output should match the string in 
apache-oodt-1.2.3-src.zip.md5</p>
+
+    </div>
+    <div class="col-md-4">
+      <h1>Previous Releases</h1>
+      
+      <p>
+      Release Date: AUG-2017<br/>
+      Version: OODT 1.2<br/>
+      <a 
href="http://www.apache.org/dyn/closer.lua/oodt/apache-oodt-1.2-src.zip";>Download</a><br/>
+      <a href="#">Verification KEYS</a>
+      </p>
+      
+      <p>
+      Release Date: JUL-2017<br/>
+      Version: OODT 1.1<br/>
+      <a 
href="http://www.apache.org/dyn/closer.lua/oodt/apache-oodt-1.1-src.zip";>Download</a><br/>
+      <a href="#">Verification KEYS</a>
+      </p>
+      
+      <p>
+      Release Date: JUN-2016<br/>
+      Version: OODT 1.0<br/>
+      <a 
href="http://www.apache.org/dyn/closer.lua/oodt/apache-oodt-1.0-src.zip";>Download</a><br/>
+      <a href="#">Verification KEYS</a>
+      </p>
+      
+      <p>
+      Release Date: FEB-2016<br/>
+      Version: OODT 0.12<br/>
+      <a 
href="http://www.apache.org/dyn/closer.lua/oodt/apache-oodt-0.12-src.zip";>Download</a><br/>
+      <a href="#">Verification KEYS</a>
+      </p>
+      
+      <p>
+      Release Date: JAN-2016<br/>
+      Version: OODT 0.11<br/>
+      <a 
href="http://www.apache.org/dyn/closer.lua/oodt/apache-oodt-0.11-src.zip";>Download</a><br/>
+      <a href="#">Verification KEYS</a>
+      </p>
+      
+      <p>
+      Release Date: AUG-2015<br/>
+      Version: OODT 0.10<br/>
+      <a 
href="http://www.apache.org/dyn/closer.lua/oodt/apache-oodt-0.10-src.zip";>Download</a><br/>
+      <a href="#">Verification KEYS</a>
+      </p>
+      
+      <p>
+      Release Date: JUN-2015<br/>
+      Version: OODT 0.9<br/>
+      <a 
href="http://www.apache.org/dyn/closer.lua/oodt/apache-oodt-0.9-src.zip";>Download</a><br/>
+      <a href="#">Verification KEYS</a>
+      </p>
+      
+    </div>
+  </div>
+</div>
+
+  <footer class="sitefooter">
+  <div class="container">
+    <div class="row">
+      <div class="col-lg-10 col-lg-offset-1 text-center">
+      <a  href="http://www.apache.org/events/current-event.html";>
+        <img src="http://www.apache.org/events/current-event-234x60.png"/>
+      </a>
+        <h4><strong>Apache OODT</strong>
+        </h4>
+        <p>
+          
+        </p>
+        <ul class="list-unstyled">
+          <li><i class="fa fa-envelope-o fa-fw"></i>  <a 
href="mailto:d...@oodt.apache.org";>d...@oodt.apache.org</a>
+          </li>
+        </ul>
+        <br>
+        <ul class="list-inline">
+<!--          <li>
+            <a href="https://facebook.com/";><i class="fa fa-facebook fa-fw 
fa-3x"></i></a>
+          </li>-->
+          <li>
+            <a href="https://twitter.com/apache_oodt";><i class="fa fa-twitter 
fa-fw fa-3x"></i></a>
+          </li>
+          <li>
+            <a href="https://github.com/apache/oodt";><i class="fa fa-github 
fa-fw fa-3x"></i></a>
+          </li>
+        </ul>
+        <hr class="small">
+        <p class="text-muted">Copyright &copy; The Apache Foundation 2018</p>
+      </div>
+    </div>
+  </div>
+</footer>
+
+  <!-- jQuery -->
+<script src="/js/jquery.js"></script>
+
+<!-- Bootstrap Core JavaScript -->
+<script src="/js/bootstrap.min.js"></script>
+
+<!-- Custom Theme JavaScript -->
+<script src="/js/custom.js"></script>
+
+
+</body>
+
+</html>
diff --git a/font-awesome/less/font-awesome.css 
b/font-awesome/less/font-awesome.css
new file mode 100644
index 0000000..4040b3c
--- /dev/null
+++ b/font-awesome/less/font-awesome.css
@@ -0,0 +1,1672 @@
+/*!
+ *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
+ *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT 
License)
+ */
+/* FONT PATH
+ * -------------------------- */
+@font-face {
+  font-family: 'FontAwesome';
+  src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
+  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') 
format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') 
format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') 
format('truetype'), 
url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') 
format('svg');
+  font-weight: normal;
+  font-style: normal;
+}
+.fa {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+}
+/* makes the font 33% larger relative to the icon container */
+.fa-lg {
+  font-size: 1.33333333em;
+  line-height: 0.75em;
+  vertical-align: -15%;
+}
+.fa-2x {
+  font-size: 2em;
+}
+.fa-3x {
+  font-size: 3em;
+}
+.fa-4x {
+  font-size: 4em;
+}
+.fa-5x {
+  font-size: 5em;
+}
+.fa-fw {
+  width: 1.28571429em;
+  text-align: center;
+}
+.fa-ul {
+  padding-left: 0;
+  margin-left: 2.14285714em;
+  list-style-type: none;
+}
+.fa-ul > li {
+  position: relative;
+}
+.fa-li {
+  position: absolute;
+  left: -2.14285714em;
+  width: 2.14285714em;
+  top: 0.14285714em;
+  text-align: center;
+}
+.fa-li.fa-lg {
+  left: -1.85714286em;
+}
+.fa-border {
+  padding: .2em .25em .15em;
+  border: solid 0.08em #eeeeee;
+  border-radius: .1em;
+}
+.pull-right {
+  float: right;
+}
+.pull-left {
+  float: left;
+}
+.fa.pull-left {
+  margin-right: .3em;
+}
+.fa.pull-right {
+  margin-left: .3em;
+}
+.fa-spin {
+  -webkit-animation: fa-spin 2s infinite linear;
+  animation: fa-spin 2s infinite linear;
+}
+@-webkit-keyframes fa-spin {
+  0% {
+    -webkit-transform: rotate(0deg);
+    transform: rotate(0deg);
+  }
+  100% {
+    -webkit-transform: rotate(359deg);
+    transform: rotate(359deg);
+  }
+}
+@keyframes fa-spin {
+  0% {
+    -webkit-transform: rotate(0deg);
+    transform: rotate(0deg);
+  }
+  100% {
+    -webkit-transform: rotate(359deg);
+    transform: rotate(359deg);
+  }
+}
+.fa-rotate-90 {
+  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
+  -webkit-transform: rotate(90deg);
+  -ms-transform: rotate(90deg);
+  transform: rotate(90deg);
+}
+.fa-rotate-180 {
+  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
+  -webkit-transform: rotate(180deg);
+  -ms-transform: rotate(180deg);
+  transform: rotate(180deg);
+}
+.fa-rotate-270 {
+  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
+  -webkit-transform: rotate(270deg);
+  -ms-transform: rotate(270deg);
+  transform: rotate(270deg);
+}
+.fa-flip-horizontal {
+  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
+  -webkit-transform: scale(-1, 1);
+  -ms-transform: scale(-1, 1);
+  transform: scale(-1, 1);
+}
+.fa-flip-vertical {
+  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
+  -webkit-transform: scale(1, -1);
+  -ms-transform: scale(1, -1);
+  transform: scale(1, -1);
+}
+:root .fa-rotate-90,
+:root .fa-rotate-180,
+:root .fa-rotate-270,
+:root .fa-flip-horizontal,
+:root .fa-flip-vertical {
+  filter: none;
+}
+.fa-stack {
+  position: relative;
+  display: inline-block;
+  width: 2em;
+  height: 2em;
+  line-height: 2em;
+  vertical-align: middle;
+}
+.fa-stack-1x,
+.fa-stack-2x {
+  position: absolute;
+  left: 0;
+  width: 100%;
+  text-align: center;
+}
+.fa-stack-1x {
+  line-height: inherit;
+}
+.fa-stack-2x {
+  font-size: 2em;
+}
+.fa-inverse {
+  color: #ffffff;
+}
+/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
+   readers do not read off random characters that represent icons */
+.fa-glass:before {
+  content: "\f000";
+}
+.fa-music:before {
+  content: "\f001";
+}
+.fa-search:before {
+  content: "\f002";
+}
+.fa-envelope-o:before {
+  content: "\f003";
+}
+.fa-heart:before {
+  content: "\f004";
+}
+.fa-star:before {
+  content: "\f005";
+}
+.fa-star-o:before {
+  content: "\f006";
+}
+.fa-user:before {
+  content: "\f007";
+}
+.fa-film:before {
+  content: "\f008";
+}
+.fa-th-large:before {
+  content: "\f009";
+}
+.fa-th:before {
+  content: "\f00a";
+}
+.fa-th-list:before {
+  content: "\f00b";
+}
+.fa-check:before {
+  content: "\f00c";
+}
+.fa-remove:before,
+.fa-close:before,
+.fa-times:before {
+  content: "\f00d";
+}
+.fa-search-plus:before {
+  content: "\f00e";
+}
+.fa-search-minus:before {
+  content: "\f010";
+}
+.fa-power-off:before {
+  content: "\f011";
+}
+.fa-signal:before {
+  content: "\f012";
+}
+.fa-gear:before,
+.fa-cog:before {
+  content: "\f013";
+}
+.fa-trash-o:before {
+  content: "\f014";
+}
+.fa-home:before {
+  content: "\f015";
+}
+.fa-file-o:before {
+  content: "\f016";
+}
+.fa-clock-o:before {
+  content: "\f017";
+}
+.fa-road:before {
+  content: "\f018";
+}
+.fa-download:before {
+  content: "\f019";
+}
+.fa-arrow-circle-o-down:before {
+  content: "\f01a";
+}
+.fa-arrow-circle-o-up:before {
+  content: "\f01b";
+}
+.fa-inbox:before {
+  content: "\f01c";
+}
+.fa-play-circle-o:before {
+  content: "\f01d";
+}
+.fa-rotate-right:before,
+.fa-repeat:before {
+  content: "\f01e";
+}
+.fa-refresh:before {
+  content: "\f021";
+}
+.fa-list-alt:before {
+  content: "\f022";
+}
+.fa-lock:before {
+  content: "\f023";
+}
+.fa-flag:before {
+  content: "\f024";
+}
+.fa-headphones:before {
+  content: "\f025";
+}
+.fa-volume-off:before {
+  content: "\f026";
+}
+.fa-volume-down:before {
+  content: "\f027";
+}
+.fa-volume-up:before {
+  content: "\f028";
+}
+.fa-qrcode:before {
+  content: "\f029";
+}
+.fa-barcode:before {
+  content: "\f02a";
+}
+.fa-tag:before {
+  content: "\f02b";
+}
+.fa-tags:before {
+  content: "\f02c";
+}
+.fa-book:before {
+  content: "\f02d";
+}
+.fa-bookmark:before {
+  content: "\f02e";
+}
+.fa-print:before {
+  content: "\f02f";
+}
+.fa-camera:before {
+  content: "\f030";
+}
+.fa-font:before {
+  content: "\f031";
+}
+.fa-bold:before {
+  content: "\f032";
+}
+.fa-italic:before {
+  content: "\f033";
+}
+.fa-text-height:before {
+  content: "\f034";
+}
+.fa-text-width:before {
+  content: "\f035";
+}
+.fa-align-left:before {
+  content: "\f036";
+}
+.fa-align-center:before {
+  content: "\f037";
+}
+.fa-align-right:before {
+  content: "\f038";
+}
+.fa-align-justify:before {
+  content: "\f039";
+}
+.fa-list:before {
+  content: "\f03a";
+}
+.fa-dedent:before,
+.fa-outdent:before {
+  content: "\f03b";
+}
+.fa-indent:before {
+  content: "\f03c";
+}
+.fa-video-camera:before {
+  content: "\f03d";
+}
+.fa-photo:before,
+.fa-image:before,
+.fa-picture-o:before {
+  content: "\f03e";
+}
+.fa-pencil:before {
+  content: "\f040";
+}
+.fa-map-marker:before {
+  content: "\f041";
+}
+.fa-adjust:before {
+  content: "\f042";
+}
+.fa-tint:before {
+  content: "\f043";
+}
+.fa-edit:before,
+.fa-pencil-square-o:before {
+  content: "\f044";
+}
+.fa-share-square-o:before {
+  content: "\f045";
+}
+.fa-check-square-o:before {
+  content: "\f046";
+}
+.fa-arrows:before {
+  content: "\f047";
+}
+.fa-step-backward:before {
+  content: "\f048";
+}
+.fa-fast-backward:before {
+  content: "\f049";
+}
+.fa-backward:before {
+  content: "\f04a";
+}
+.fa-play:before {
+  content: "\f04b";
+}
+.fa-pause:before {
+  content: "\f04c";
+}
+.fa-stop:before {
+  content: "\f04d";
+}
+.fa-forward:before {
+  content: "\f04e";
+}
+.fa-fast-forward:before {
+  content: "\f050";
+}
+.fa-step-forward:before {
+  content: "\f051";
+}
+.fa-eject:before {
+  content: "\f052";
+}
+.fa-chevron-left:before {
+  content: "\f053";
+}
+.fa-chevron-right:before {
+  content: "\f054";
+}
+.fa-plus-circle:before {
+  content: "\f055";
+}
+.fa-minus-circle:before {
+  content: "\f056";
+}
+.fa-times-circle:before {
+  content: "\f057";
+}
+.fa-check-circle:before {
+  content: "\f058";
+}
+.fa-question-circle:before {
+  content: "\f059";
+}
+.fa-info-circle:before {
+  content: "\f05a";
+}
+.fa-crosshairs:before {
+  content: "\f05b";
+}
+.fa-times-circle-o:before {
+  content: "\f05c";
+}
+.fa-check-circle-o:before {
+  content: "\f05d";
+}
+.fa-ban:before {
+  content: "\f05e";
+}
+.fa-arrow-left:before {
+  content: "\f060";
+}
+.fa-arrow-right:before {
+  content: "\f061";
+}
+.fa-arrow-up:before {
+  content: "\f062";
+}
+.fa-arrow-down:before {
+  content: "\f063";
+}
+.fa-mail-forward:before,
+.fa-share:before {
+  content: "\f064";
+}
+.fa-expand:before {
+  content: "\f065";
+}
+.fa-compress:before {
+  content: "\f066";
+}
+.fa-plus:before {
+  content: "\f067";
+}
+.fa-minus:before {
+  content: "\f068";
+}
+.fa-asterisk:before {
+  content: "\f069";
+}
+.fa-exclamation-circle:before {
+  content: "\f06a";
+}
+.fa-gift:before {
+  content: "\f06b";
+}
+.fa-leaf:before {
+  content: "\f06c";
+}
+.fa-fire:before {
+  content: "\f06d";
+}
+.fa-eye:before {
+  content: "\f06e";
+}
+.fa-eye-slash:before {
+  content: "\f070";
+}
+.fa-warning:before,
+.fa-exclamation-triangle:before {
+  content: "\f071";
+}
+.fa-plane:before {
+  content: "\f072";
+}
+.fa-calendar:before {
+  content: "\f073";
+}
+.fa-random:before {
+  content: "\f074";
+}
+.fa-comment:before {
+  content: "\f075";
+}
+.fa-magnet:before {
+  content: "\f076";
+}
+.fa-chevron-up:before {
+  content: "\f077";
+}
+.fa-chevron-down:before {
+  content: "\f078";
+}
+.fa-retweet:before {
+  content: "\f079";
+}
+.fa-shopping-cart:before {
+  content: "\f07a";
+}
+.fa-folder:before {
+  content: "\f07b";
+}
+.fa-folder-open:before {
+  content: "\f07c";
+}
+.fa-arrows-v:before {
+  content: "\f07d";
+}
+.fa-arrows-h:before {
+  content: "\f07e";
+}
+.fa-bar-chart-o:before,
+.fa-bar-chart:before {
+  content: "\f080";
+}
+.fa-twitter-square:before {
+  content: "\f081";
+}
+.fa-facebook-square:before {
+  content: "\f082";
+}
+.fa-camera-retro:before {
+  content: "\f083";
+}
+.fa-key:before {
+  content: "\f084";
+}
+.fa-gears:before,
+.fa-cogs:before {
+  content: "\f085";
+}
+.fa-comments:before {
+  content: "\f086";
+}
+.fa-thumbs-o-up:before {
+  content: "\f087";
+}
+.fa-thumbs-o-down:before {
+  content: "\f088";
+}
+.fa-star-half:before {
+  content: "\f089";
+}
+.fa-heart-o:before {
+  content: "\f08a";
+}
+.fa-sign-out:before {
+  content: "\f08b";
+}
+.fa-linkedin-square:before {
+  content: "\f08c";
+}
+.fa-thumb-tack:before {
+  content: "\f08d";
+}
+.fa-external-link:before {
+  content: "\f08e";
+}
+.fa-sign-in:before {
+  content: "\f090";
+}
+.fa-trophy:before {
+  content: "\f091";
+}
+.fa-github-square:before {
+  content: "\f092";
+}
+.fa-upload:before {
+  content: "\f093";
+}
+.fa-lemon-o:before {
+  content: "\f094";
+}
+.fa-phone:before {
+  content: "\f095";
+}
+.fa-square-o:before {
+  content: "\f096";
+}
+.fa-bookmark-o:before {
+  content: "\f097";
+}
+.fa-phone-square:before {
+  content: "\f098";
+}
+.fa-twitter:before {
+  content: "\f099";
+}
+.fa-facebook:before {
+  content: "\f09a";
+}
+.fa-github:before {
+  content: "\f09b";
+}
+.fa-unlock:before {
+  content: "\f09c";
+}
+.fa-credit-card:before {
+  content: "\f09d";
+}
+.fa-rss:before {
+  content: "\f09e";
+}
+.fa-hdd-o:before {
+  content: "\f0a0";
+}
+.fa-bullhorn:before {
+  content: "\f0a1";
+}
+.fa-bell:before {
+  content: "\f0f3";
+}
+.fa-certificate:before {
+  content: "\f0a3";
+}
+.fa-hand-o-right:before {
+  content: "\f0a4";
+}
+.fa-hand-o-left:before {
+  content: "\f0a5";
+}
+.fa-hand-o-up:before {
+  content: "\f0a6";
+}
+.fa-hand-o-down:before {
+  content: "\f0a7";
+}
+.fa-arrow-circle-left:before {
+  content: "\f0a8";
+}
+.fa-arrow-circle-right:before {
+  content: "\f0a9";
+}
+.fa-arrow-circle-up:before {
+  content: "\f0aa";
+}
+.fa-arrow-circle-down:before {
+  content: "\f0ab";
+}
+.fa-globe:before {
+  content: "\f0ac";
+}
+.fa-wrench:before {
+  content: "\f0ad";
+}
+.fa-tasks:before {
+  content: "\f0ae";
+}
+.fa-filter:before {
+  content: "\f0b0";
+}
+.fa-briefcase:before {
+  content: "\f0b1";
+}
+.fa-arrows-alt:before {
+  content: "\f0b2";
+}
+.fa-group:before,
+.fa-users:before {
+  content: "\f0c0";
+}
+.fa-chain:before,
+.fa-link:before {
+  content: "\f0c1";
+}
+.fa-cloud:before {
+  content: "\f0c2";
+}
+.fa-flask:before {
+  content: "\f0c3";
+}
+.fa-cut:before,
+.fa-scissors:before {
+  content: "\f0c4";
+}
+.fa-copy:before,
+.fa-files-o:before {
+  content: "\f0c5";
+}
+.fa-paperclip:before {
+  content: "\f0c6";
+}
+.fa-save:before,
+.fa-floppy-o:before {
+  content: "\f0c7";
+}
+.fa-square:before {
+  content: "\f0c8";
+}
+.fa-navicon:before,
+.fa-reorder:before,
+.fa-bars:before {
+  content: "\f0c9";
+}
+.fa-list-ul:before {
+  content: "\f0ca";
+}
+.fa-list-ol:before {
+  content: "\f0cb";
+}
+.fa-strikethrough:before {
+  content: "\f0cc";
+}
+.fa-underline:before {
+  content: "\f0cd";
+}
+.fa-table:before {
+  content: "\f0ce";
+}
+.fa-magic:before {
+  content: "\f0d0";
+}
+.fa-truck:before {
+  content: "\f0d1";
+}
+.fa-pinterest:before {
+  content: "\f0d2";
+}
+.fa-pinterest-square:before {
+  content: "\f0d3";
+}
+.fa-google-plus-square:before {
+  content: "\f0d4";
+}
+.fa-google-plus:before {
+  content: "\f0d5";
+}
+.fa-money:before {
+  content: "\f0d6";
+}
+.fa-caret-down:before {
+  content: "\f0d7";
+}
+.fa-caret-up:before {
+  content: "\f0d8";
+}
+.fa-caret-left:before {
+  content: "\f0d9";
+}
+.fa-caret-right:before {
+  content: "\f0da";
+}
+.fa-columns:before {
+  content: "\f0db";
+}
+.fa-unsorted:before,
+.fa-sort:before {
+  content: "\f0dc";
+}
+.fa-sort-down:before,
+.fa-sort-desc:before {
+  content: "\f0dd";
+}
+.fa-sort-up:before,
+.fa-sort-asc:before {
+  content: "\f0de";
+}
+.fa-envelope:before {
+  content: "\f0e0";
+}
+.fa-linkedin:before {
+  content: "\f0e1";
+}
+.fa-rotate-left:before,
+.fa-undo:before {
+  content: "\f0e2";
+}
+.fa-legal:before,
+.fa-gavel:before {
+  content: "\f0e3";
+}
+.fa-dashboard:before,
+.fa-tachometer:before {
+  content: "\f0e4";
+}
+.fa-comment-o:before {
+  content: "\f0e5";
+}
+.fa-comments-o:before {
+  content: "\f0e6";
+}
+.fa-flash:before,
+.fa-bolt:before {
+  content: "\f0e7";
+}
+.fa-sitemap:before {
+  content: "\f0e8";
+}
+.fa-umbrella:before {
+  content: "\f0e9";
+}
+.fa-paste:before,
+.fa-clipboard:before {
+  content: "\f0ea";
+}
+.fa-lightbulb-o:before {
+  content: "\f0eb";
+}
+.fa-exchange:before {
+  content: "\f0ec";
+}
+.fa-cloud-download:before {
+  content: "\f0ed";
+}
+.fa-cloud-upload:before {
+  content: "\f0ee";
+}
+.fa-user-md:before {
+  content: "\f0f0";
+}
+.fa-stethoscope:before {
+  content: "\f0f1";
+}
+.fa-suitcase:before {
+  content: "\f0f2";
+}
+.fa-bell-o:before {
+  content: "\f0a2";
+}
+.fa-coffee:before {
+  content: "\f0f4";
+}
+.fa-cutlery:before {
+  content: "\f0f5";
+}
+.fa-file-text-o:before {
+  content: "\f0f6";
+}
+.fa-building-o:before {
+  content: "\f0f7";
+}
+.fa-hospital-o:before {
+  content: "\f0f8";
+}
+.fa-ambulance:before {
+  content: "\f0f9";
+}
+.fa-medkit:before {
+  content: "\f0fa";
+}
+.fa-fighter-jet:before {
+  content: "\f0fb";
+}
+.fa-beer:before {
+  content: "\f0fc";
+}
+.fa-h-square:before {
+  content: "\f0fd";
+}
+.fa-plus-square:before {
+  content: "\f0fe";
+}
+.fa-angle-double-left:before {
+  content: "\f100";
+}
+.fa-angle-double-right:before {
+  content: "\f101";
+}
+.fa-angle-double-up:before {
+  content: "\f102";
+}
+.fa-angle-double-down:before {
+  content: "\f103";
+}
+.fa-angle-left:before {
+  content: "\f104";
+}
+.fa-angle-right:before {
+  content: "\f105";
+}
+.fa-angle-up:before {
+  content: "\f106";
+}
+.fa-angle-down:before {
+  content: "\f107";
+}
+.fa-desktop:before {
+  content: "\f108";
+}
+.fa-laptop:before {
+  content: "\f109";
+}
+.fa-tablet:before {
+  content: "\f10a";
+}
+.fa-mobile-phone:before,
+.fa-mobile:before {
+  content: "\f10b";
+}
+.fa-circle-o:before {
+  content: "\f10c";
+}
+.fa-quote-left:before {
+  content: "\f10d";
+}
+.fa-quote-right:before {
+  content: "\f10e";
+}
+.fa-spinner:before {
+  content: "\f110";
+}
+.fa-circle:before {
+  content: "\f111";
+}
+.fa-mail-reply:before,
+.fa-reply:before {
+  content: "\f112";
+}
+.fa-github-alt:before {
+  content: "\f113";
+}
+.fa-folder-o:before {
+  content: "\f114";
+}
+.fa-folder-open-o:before {
+  content: "\f115";
+}
+.fa-smile-o:before {
+  content: "\f118";
+}
+.fa-frown-o:before {
+  content: "\f119";
+}
+.fa-meh-o:before {
+  content: "\f11a";
+}
+.fa-gamepad:before {
+  content: "\f11b";
+}
+.fa-keyboard-o:before {
+  content: "\f11c";
+}
+.fa-flag-o:before {
+  content: "\f11d";
+}
+.fa-flag-checkered:before {
+  content: "\f11e";
+}
+.fa-terminal:before {
+  content: "\f120";
+}
+.fa-code:before {
+  content: "\f121";
+}
+.fa-mail-reply-all:before,
+.fa-reply-all:before {
+  content: "\f122";
+}
+.fa-star-half-empty:before,
+.fa-star-half-full:before,
+.fa-star-half-o:before {
+  content: "\f123";
+}
+.fa-location-arrow:before {
+  content: "\f124";
+}
+.fa-crop:before {
+  content: "\f125";
+}
+.fa-code-fork:before {
+  content: "\f126";
+}
+.fa-unlink:before,
+.fa-chain-broken:before {
+  content: "\f127";
+}
+.fa-question:before {
+  content: "\f128";
+}
+.fa-info:before {
+  content: "\f129";
+}
+.fa-exclamation:before {
+  content: "\f12a";
+}
+.fa-superscript:before {
+  content: "\f12b";
+}
+.fa-subscript:before {
+  content: "\f12c";
+}
+.fa-eraser:before {
+  content: "\f12d";
+}
+.fa-puzzle-piece:before {
+  content: "\f12e";
+}
+.fa-microphone:before {
+  content: "\f130";
+}
+.fa-microphone-slash:before {
+  content: "\f131";
+}
+.fa-shield:before {
+  content: "\f132";
+}
+.fa-calendar-o:before {
+  content: "\f133";
+}
+.fa-fire-extinguisher:before {
+  content: "\f134";
+}
+.fa-rocket:before {
+  content: "\f135";
+}
+.fa-maxcdn:before {
+  content: "\f136";
+}
+.fa-chevron-circle-left:before {
+  content: "\f137";
+}
+.fa-chevron-circle-right:before {
+  content: "\f138";
+}
+.fa-chevron-circle-up:before {
+  content: "\f139";
+}
+.fa-chevron-circle-down:before {
+  content: "\f13a";
+}
+.fa-html5:before {
+  content: "\f13b";
+}
+.fa-css3:before {
+  content: "\f13c";
+}
+.fa-anchor:before {
+  content: "\f13d";
+}
+.fa-unlock-alt:before {
+  content: "\f13e";
+}
+.fa-bullseye:before {
+  content: "\f140";
+}
+.fa-ellipsis-h:before {
+  content: "\f141";
+}
+.fa-ellipsis-v:before {
+  content: "\f142";
+}
+.fa-rss-square:before {
+  content: "\f143";
+}
+.fa-play-circle:before {
+  content: "\f144";
+}
+.fa-ticket:before {
+  content: "\f145";
+}
+.fa-minus-square:before {
+  content: "\f146";
+}
+.fa-minus-square-o:before {
+  content: "\f147";
+}
+.fa-level-up:before {
+  content: "\f148";
+}
+.fa-level-down:before {
+  content: "\f149";
+}
+.fa-check-square:before {
+  content: "\f14a";
+}
+.fa-pencil-square:before {
+  content: "\f14b";
+}
+.fa-external-link-square:before {
+  content: "\f14c";
+}
+.fa-share-square:before {
+  content: "\f14d";
+}
+.fa-compass:before {
+  content: "\f14e";
+}
+.fa-toggle-down:before,
+.fa-caret-square-o-down:before {
+  content: "\f150";
+}
+.fa-toggle-up:before,
+.fa-caret-square-o-up:before {
+  content: "\f151";
+}
+.fa-toggle-right:before,
+.fa-caret-square-o-right:before {
+  content: "\f152";
+}
+.fa-euro:before,
+.fa-eur:before {
+  content: "\f153";
+}
+.fa-gbp:before {
+  content: "\f154";
+}
+.fa-dollar:before,
+.fa-usd:before {
+  content: "\f155";
+}
+.fa-rupee:before,
+.fa-inr:before {
+  content: "\f156";
+}
+.fa-cny:before,
+.fa-rmb:before,
+.fa-yen:before,
+.fa-jpy:before {
+  content: "\f157";
+}
+.fa-ruble:before,
+.fa-rouble:before,
+.fa-rub:before {
+  content: "\f158";
+}
+.fa-won:before,
+.fa-krw:before {
+  content: "\f159";
+}
+.fa-bitcoin:before,
+.fa-btc:before {
+  content: "\f15a";
+}
+.fa-file:before {
+  content: "\f15b";
+}
+.fa-file-text:before {
+  content: "\f15c";
+}
+.fa-sort-alpha-asc:before {
+  content: "\f15d";
+}
+.fa-sort-alpha-desc:before {
+  content: "\f15e";
+}
+.fa-sort-amount-asc:before {
+  content: "\f160";
+}
+.fa-sort-amount-desc:before {
+  content: "\f161";
+}
+.fa-sort-numeric-asc:before {
+  content: "\f162";
+}
+.fa-sort-numeric-desc:before {
+  content: "\f163";
+}
+.fa-thumbs-up:before {
+  content: "\f164";
+}
+.fa-thumbs-down:before {
+  content: "\f165";
+}
+.fa-youtube-square:before {
+  content: "\f166";
+}
+.fa-youtube:before {
+  content: "\f167";
+}
+.fa-xing:before {
+  content: "\f168";
+}
+.fa-xing-square:before {
+  content: "\f169";
+}
+.fa-youtube-play:before {
+  content: "\f16a";
+}
+.fa-dropbox:before {
+  content: "\f16b";
+}
+.fa-stack-overflow:before {
+  content: "\f16c";
+}
+.fa-instagram:before {
+  content: "\f16d";
+}
+.fa-flickr:before {
+  content: "\f16e";
+}
+.fa-adn:before {
+  content: "\f170";
+}
+.fa-bitbucket:before {
+  content: "\f171";
+}
+.fa-bitbucket-square:before {
+  content: "\f172";
+}
+.fa-tumblr:before {
+  content: "\f173";
+}
+.fa-tumblr-square:before {
+  content: "\f174";
+}
+.fa-long-arrow-down:before {
+  content: "\f175";
+}
+.fa-long-arrow-up:before {
+  content: "\f176";
+}
+.fa-long-arrow-left:before {
+  content: "\f177";
+}
+.fa-long-arrow-right:before {
+  content: "\f178";
+}
+.fa-apple:before {
+  content: "\f179";
+}
+.fa-windows:before {
+  content: "\f17a";
+}
+.fa-android:before {
+  content: "\f17b";
+}
+.fa-linux:before {
+  content: "\f17c";
+}
+.fa-dribbble:before {
+  content: "\f17d";
+}
+.fa-skype:before {
+  content: "\f17e";
+}
+.fa-foursquare:before {
+  content: "\f180";
+}
+.fa-trello:before {
+  content: "\f181";
+}
+.fa-female:before {
+  content: "\f182";
+}
+.fa-male:before {
+  content: "\f183";
+}
+.fa-gittip:before {
+  content: "\f184";
+}
+.fa-sun-o:before {
+  content: "\f185";
+}
+.fa-moon-o:before {
+  content: "\f186";
+}
+.fa-archive:before {
+  content: "\f187";
+}
+.fa-bug:before {
+  content: "\f188";
+}
+.fa-vk:before {
+  content: "\f189";
+}
+.fa-weibo:before {
+  content: "\f18a";
+}
+.fa-renren:before {
+  content: "\f18b";
+}
+.fa-pagelines:before {
+  content: "\f18c";
+}
+.fa-stack-exchange:before {
+  content: "\f18d";
+}
+.fa-arrow-circle-o-right:before {
+  content: "\f18e";
+}
+.fa-arrow-circle-o-left:before {
+  content: "\f190";
+}
+.fa-toggle-left:before,
+.fa-caret-square-o-left:before {
+  content: "\f191";
+}
+.fa-dot-circle-o:before {
+  content: "\f192";
+}
+.fa-wheelchair:before {
+  content: "\f193";
+}
+.fa-vimeo-square:before {
+  content: "\f194";
+}
+.fa-turkish-lira:before,
+.fa-try:before {
+  content: "\f195";
+}
+.fa-plus-square-o:before {
+  content: "\f196";
+}
+.fa-space-shuttle:before {
+  content: "\f197";
+}
+.fa-slack:before {
+  content: "\f198";
+}
+.fa-envelope-square:before {
+  content: "\f199";
+}
+.fa-wordpress:before {
+  content: "\f19a";
+}
+.fa-openid:before {
+  content: "\f19b";
+}
+.fa-institution:before,
+.fa-bank:before,
+.fa-university:before {
+  content: "\f19c";
+}
+.fa-mortar-board:before,
+.fa-graduation-cap:before {
+  content: "\f19d";
+}
+.fa-yahoo:before {
+  content: "\f19e";
+}
+.fa-google:before {
+  content: "\f1a0";
+}
+.fa-reddit:before {
+  content: "\f1a1";
+}
+.fa-reddit-square:before {
+  content: "\f1a2";
+}
+.fa-stumbleupon-circle:before {
+  content: "\f1a3";
+}
+.fa-stumbleupon:before {
+  content: "\f1a4";
+}
+.fa-delicious:before {
+  content: "\f1a5";
+}
+.fa-digg:before {
+  content: "\f1a6";
+}
+.fa-pied-piper:before {
+  content: "\f1a7";
+}
+.fa-pied-piper-alt:before {
+  content: "\f1a8";
+}
+.fa-drupal:before {
+  content: "\f1a9";
+}
+.fa-joomla:before {
+  content: "\f1aa";
+}
+.fa-language:before {
+  content: "\f1ab";
+}
+.fa-fax:before {
+  content: "\f1ac";
+}
+.fa-building:before {
+  content: "\f1ad";
+}
+.fa-child:before {
+  content: "\f1ae";
+}
+.fa-paw:before {
+  content: "\f1b0";
+}
+.fa-spoon:before {
+  content: "\f1b1";
+}
+.fa-cube:before {
+  content: "\f1b2";
+}
+.fa-cubes:before {
+  content: "\f1b3";
+}
+.fa-behance:before {
+  content: "\f1b4";
+}
+.fa-behance-square:before {
+  content: "\f1b5";
+}
+.fa-steam:before {
+  content: "\f1b6";
+}
+.fa-steam-square:before {
+  content: "\f1b7";
+}
+.fa-recycle:before {
+  content: "\f1b8";
+}
+.fa-automobile:before,
+.fa-car:before {
+  content: "\f1b9";
+}
+.fa-cab:before,
+.fa-taxi:before {
+  content: "\f1ba";
+}
+.fa-tree:before {
+  content: "\f1bb";
+}
+.fa-spotify:before {
+  content: "\f1bc";
+}
+.fa-deviantart:before {
+  content: "\f1bd";
+}
+.fa-soundcloud:before {
+  content: "\f1be";
+}
+.fa-database:before {
+  content: "\f1c0";
+}
+.fa-file-pdf-o:before {
+  content: "\f1c1";
+}
+.fa-file-word-o:before {
+  content: "\f1c2";
+}
+.fa-file-excel-o:before {
+  content: "\f1c3";
+}
+.fa-file-powerpoint-o:before {
+  content: "\f1c4";
+}
+.fa-file-photo-o:before,
+.fa-file-picture-o:before,
+.fa-file-image-o:before {
+  content: "\f1c5";
+}
+.fa-file-zip-o:before,
+.fa-file-archive-o:before {
+  content: "\f1c6";
+}
+.fa-file-sound-o:before,
+.fa-file-audio-o:before {
+  content: "\f1c7";
+}
+.fa-file-movie-o:before,
+.fa-file-video-o:before {
+  content: "\f1c8";
+}
+.fa-file-code-o:before {
+  content: "\f1c9";
+}
+.fa-vine:before {
+  content: "\f1ca";
+}
+.fa-codepen:before {
+  content: "\f1cb";
+}
+.fa-jsfiddle:before {
+  content: "\f1cc";
+}
+.fa-life-bouy:before,
+.fa-life-buoy:before,
+.fa-life-saver:before,
+.fa-support:before,
+.fa-life-ring:before {
+  content: "\f1cd";
+}
+.fa-circle-o-notch:before {
+  content: "\f1ce";
+}
+.fa-ra:before,
+.fa-rebel:before {
+  content: "\f1d0";
+}
+.fa-ge:before,
+.fa-empire:before {
+  content: "\f1d1";
+}
+.fa-git-square:before {
+  content: "\f1d2";
+}
+.fa-git:before {
+  content: "\f1d3";
+}
+.fa-hacker-news:before {
+  content: "\f1d4";
+}
+.fa-tencent-weibo:before {
+  content: "\f1d5";
+}
+.fa-qq:before {
+  content: "\f1d6";
+}
+.fa-wechat:before,
+.fa-weixin:before {
+  content: "\f1d7";
+}
+.fa-send:before,
+.fa-paper-plane:before {
+  content: "\f1d8";
+}
+.fa-send-o:before,
+.fa-paper-plane-o:before {
+  content: "\f1d9";
+}
+.fa-history:before {
+  content: "\f1da";
+}
+.fa-circle-thin:before {
+  content: "\f1db";
+}
+.fa-header:before {
+  content: "\f1dc";
+}
+.fa-paragraph:before {
+  content: "\f1dd";
+}
+.fa-sliders:before {
+  content: "\f1de";
+}
+.fa-share-alt:before {
+  content: "\f1e0";
+}
+.fa-share-alt-square:before {
+  content: "\f1e1";
+}
+.fa-bomb:before {
+  content: "\f1e2";
+}
+.fa-soccer-ball-o:before,
+.fa-futbol-o:before {
+  content: "\f1e3";
+}
+.fa-tty:before {
+  content: "\f1e4";
+}
+.fa-binoculars:before {
+  content: "\f1e5";
+}
+.fa-plug:before {
+  content: "\f1e6";
+}
+.fa-slideshare:before {
+  content: "\f1e7";
+}
+.fa-twitch:before {
+  content: "\f1e8";
+}
+.fa-yelp:before {
+  content: "\f1e9";
+}
+.fa-newspaper-o:before {
+  content: "\f1ea";
+}
+.fa-wifi:before {
+  content: "\f1eb";
+}
+.fa-calculator:before {
+  content: "\f1ec";
+}
+.fa-paypal:before {
+  content: "\f1ed";
+}
+.fa-google-wallet:before {
+  content: "\f1ee";
+}
+.fa-cc-visa:before {
+  content: "\f1f0";
+}
+.fa-cc-mastercard:before {
+  content: "\f1f1";
+}
+.fa-cc-discover:before {
+  content: "\f1f2";
+}
+.fa-cc-amex:before {
+  content: "\f1f3";
+}
+.fa-cc-paypal:before {
+  content: "\f1f4";
+}
+.fa-cc-stripe:before {
+  content: "\f1f5";
+}
+.fa-bell-slash:before {
+  content: "\f1f6";
+}
+.fa-bell-slash-o:before {
+  content: "\f1f7";
+}
+.fa-trash:before {
+  content: "\f1f8";
+}
+.fa-copyright:before {
+  content: "\f1f9";
+}
+.fa-at:before {
+  content: "\f1fa";
+}
+.fa-eyedropper:before {
+  content: "\f1fb";
+}
+.fa-paint-brush:before {
+  content: "\f1fc";
+}
+.fa-birthday-cake:before {
+  content: "\f1fd";
+}
+.fa-area-chart:before {
+  content: "\f1fe";
+}
+.fa-pie-chart:before {
+  content: "\f200";
+}
+.fa-line-chart:before {
+  content: "\f201";
+}
+.fa-lastfm:before {
+  content: "\f202";
+}
+.fa-lastfm-square:before {
+  content: "\f203";
+}
+.fa-toggle-off:before {
+  content: "\f204";
+}
+.fa-toggle-on:before {
+  content: "\f205";
+}
+.fa-bicycle:before {
+  content: "\f206";
+}
+.fa-bus:before {
+  content: "\f207";
+}
+.fa-ioxhost:before {
+  content: "\f208";
+}
+.fa-angellist:before {
+  content: "\f209";
+}
+.fa-cc:before {
+  content: "\f20a";
+}
+.fa-shekel:before,
+.fa-sheqel:before,
+.fa-ils:before {
+  content: "\f20b";
+}
+.fa-meanpath:before {
+  content: "\f20c";
+}
diff --git a/font-awesome/less/mixins.css b/font-awesome/less/mixins.css
new file mode 100644
index 0000000..e69de29
diff --git a/font-awesome/less/variables.css b/font-awesome/less/variables.css
new file mode 100644
index 0000000..e69de29
diff --git a/index.html b/index.html
old mode 100755
new mode 100644
index b9b2499..777d5e2
--- a/index.html
+++ b/index.html
@@ -1,3 +1,229 @@
----
-layout: front
----
+<!DOCTYPE html>
+<html lang="en">
+
+  <head>
+
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  
+  <meta name="description" content="Apache Object Oriented Data Technology 
(OODT) is the smart way to integrate and archive your processes, your data, and 
its metadata. It facilitates the generation, processing, management, 
distribution, analysis of data management, data archiving, and data analytics 
systems allowing for the integration of data, computation, visualization and 
other components.
+">
+  
+  <meta name="author" content="Apache OODT">
+
+  <title>Apache OODT - Distributed Data Management</title>
+
+  <!-- Bootstrap Core CSS -->
+  <link href="/css/bootstrap.min.css" rel="stylesheet">
+
+  <!-- Custom CSS -->
+  <link href="/css/stylish-portfolio.css" rel="stylesheet">
+
+  <!-- Custom Fonts -->
+  <link href="/font-awesome/css/font-awesome.min.css" rel="stylesheet" 
type="text/css">
+  <link 
href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic";
 rel="stylesheet" type="text/css">
+
+  <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media 
queries -->
+  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+  <!--[if lt IE 9]>
+    <script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
+    <script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+  <![endif]-->
+
+</head>
+
+
+<body>
+
+
+  <nav class="navbar navbar-default">
+  <div class="container-fluid">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" 
aria-expanded="false">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a class="navbar-brand" href="#"><img 
src="/img/oodt_asf_logo_sm.png"/></a>
+    </div>
+
+    <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+
+    <ul class="nav navbar-nav">
+    <!--<a id="menu-close" href="#" class="btn btn-light btn-lg pull-right 
toggle"><i class="fa fa-times"></i></a>-->
+
+    <li>
+      <a href="/">Home</a>
+    </li>
+    <li>
+      <a href="/blog">News</a>
+    <li>
+      <a href="/site_docs/oodt/index.html">Components</a>
+    </li>
+    <li>
+      <a href="/documentation.html">Documentation</a>
+    </li>
+    <li>
+      <a href="/community.html" >Community</a>
+    </li>
+      <li>
+        <a href="/download.html" >Download</a>
+      </li>
+
+  </ul>
+  </div>
+</div>
+</nav>
+
+  <header id="top" class="header">
+    <div class="text-vertical-center">
+      <div class="row transparent" style="padding:10px;" >
+    <div class="text-vertical-center col-md-9">
+      <img src="img/oodt_asf_logo_med.png" class="img-responsive" 
style="margin: 0 auto;" alt="OODT LOGO" />
+    <h3>Catalogs, archives, metadata & more</h3>
+    <br>
+     <a href="/download.html" class="btn btn-dark btn-lg">Download OODT</a>
+    </div>
+    <div class="col-md-3" >
+       <h3>Latest News</h3>
+    <ul class="list-group">
+      
+      <li class="list-group-item">
+       <a href="/2017/08/28/oodt-112-released.html">Apache OODT 1.2 
released</a>
+      </li>
+      
+      <li class="list-group-item">
+       <a href="/2017/07/27/oodt-110-released.html">Apache OODT 1.1 
released</a>
+      </li>
+      
+      <li class="list-group-item">
+       <a href="/2016/06/26/oodt-10-released.html">Apache OODT 1.0 released</a>
+      </li>
+      
+      <li class="list-group-item">
+       <a href="/2016/02/26/oodt-012-released.html">Apache OODT 0.12 hits the 
shelves</a>
+      </li>
+      
+      <li class="list-group-item">
+       <a href="/2016/01/04/oodt-011-released.html">Apache OODT 0.11 
Released</a>
+      </li>
+      
+    </ul>
+    </div>
+      </div>
+</div>
+</header>
+ 
+
+  <div class="container" >
+<div class="row" >
+
+  <div class="col-md-6" >
+    <h1>Disciplined Data Management</h1>
+    <p>Apache Object Oriented Data Technology (OODT) is the smart way to 
integrate and archive your processes, your data, and its metadata.
+      OODT allows you to:
+      <ul>
+       <li>Generate Data</li>
+       <li>Process Data</li>
+       <li>Manage Your Data</li>
+       <li>Distribute Your Data</li>
+       <li>Analyze Your Data</li>
+      </ul>
+     Allowing for the integration of data, computation, visualization and 
other components.</p>
+  </div>
+  <div class="col-md-6">
+  <h1>Solidify Your Data Processing</h1>
+  <p>Traditional processing pipelines are commonly made up of custom UNIX 
shell scripts and fragile custom written glue code. Apache OODT uses structured 
XML-based capturing of the processing pipeline that can be understood and 
modified by non-programmers to create, edit, manage and provision workflow and 
task execution.</p>
+  <p>OODT also allows for remote execution of jobs on scalable computational 
infrastructures so that computational and data-intensive processing can be 
integrated into OODT’s data processing pipelines using cloud computing and 
high-performance computing environments.</p>
+  </div>
+
+</div>
+<div class="row" >
+  <div class="col-md-8 col-md-offset-2">
+    <img class="img-responsive" src="img/oodt-diag.png"/>
+  </div>
+</div>
+<div class="row" >
+
+  <div class="col-md-6" >
+    <h1>Use Cases</h1>
+    <ul class="list-group">
+      <li class="list-group-item"><a href="/staging-usecase.html">Staging Area 
Storage Indexing</a></li>
+      <li class="list-group-item"><a href="/medical-usecase.html">Medical 
Record Indexing</a></li>
+      <li class="list-group-item"><a href="/streaming-usecase.html">Streaming 
data</a></li>
+    </ul>
+  </div>
+  <div class="col-md-6">
+    <h1>Distributed Data Environments</h1>
+    <p>
+      Apache OODT facilitates the integration of highly distributed and 
heterogeneous data intensive systems enabling the integration of different, 
distributed software systems, metadata and data. OODT spans disciplines and 
enables interoperability among data agnostic systems in any field.
+    </p>
+    <p>
+      In a world of cloud computing Apache OODT can make the most of it. With 
support for:
+      <ul>
+       <li>Grid Computing</li>
+       <li>Apache Mesos</li>
+      </ul>
+      Developers can build highly distributed, scalable, data platforms that 
can process even the largest amounts of data, without breaking a sweat.
+    </p>
+  </div>
+
+</div>
+<div class="row col-md-12">
+  <h1>Some of our users <small>Award-winning software birthed at NASA's Jet 
Propulsion Laboratory</small></h1>
+  <div class="text-center" ><img src="img/nasa_logo.png"/>
+  <img src="img/darpa_logo.png"/>
+  <img src="img/nci_logo.png"/></div>
+</div>
+</div>
+
+  <footer class="sitefooter">
+  <div class="container">
+    <div class="row">
+      <div class="col-lg-10 col-lg-offset-1 text-center">
+      <a  href="http://www.apache.org/events/current-event.html";>
+        <img src="http://www.apache.org/events/current-event-234x60.png"/>
+      </a>
+        <h4><strong>Apache OODT</strong>
+        </h4>
+        <p>
+          
+        </p>
+        <ul class="list-unstyled">
+          <li><i class="fa fa-envelope-o fa-fw"></i>  <a 
href="mailto:d...@oodt.apache.org";>d...@oodt.apache.org</a>
+          </li>
+        </ul>
+        <br>
+        <ul class="list-inline">
+<!--          <li>
+            <a href="https://facebook.com/";><i class="fa fa-facebook fa-fw 
fa-3x"></i></a>
+          </li>-->
+          <li>
+            <a href="https://twitter.com/apache_oodt";><i class="fa fa-twitter 
fa-fw fa-3x"></i></a>
+          </li>
+          <li>
+            <a href="https://github.com/apache/oodt";><i class="fa fa-github 
fa-fw fa-3x"></i></a>
+          </li>
+        </ul>
+        <hr class="small">
+        <p class="text-muted">Copyright &copy; The Apache Foundation 2018</p>
+      </div>
+    </div>
+  </div>
+</footer>
+
+  <!-- jQuery -->
+<script src="/js/jquery.js"></script>
+
+<!-- Bootstrap Core JavaScript -->
+<script src="/js/bootstrap.min.js"></script>
+
+<!-- Custom Theme JavaScript -->
+<script src="/js/custom.js"></script>
+
+
+</body>
+
+</html>
diff --git a/medical-usecase.html b/medical-usecase.html
old mode 100755
new mode 100644
index f4a411c..73580ae
--- a/medical-usecase.html
+++ b/medical-usecase.html
@@ -1,3 +1,151 @@
----
-layout: medical-usecase
----
+<!DOCTYPE html>
+<html lang="en">
+
+  <head>
+
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  
+  <meta name="description" content="Apache Object Oriented Data Technology 
(OODT) is the smart way to integrate and archive your processes, your data, and 
its metadata. It facilitates the generation, processing, management, 
distribution, analysis of data management, data archiving, and data analytics 
systems allowing for the integration of data, computation, visualization and 
other components.
+">
+  
+  <meta name="author" content="Apache OODT">
+
+  <title>Apache OODT - Distributed Data Management</title>
+
+  <!-- Bootstrap Core CSS -->
+  <link href="/css/bootstrap.min.css" rel="stylesheet">
+
+  <!-- Custom CSS -->
+  <link href="/css/stylish-portfolio.css" rel="stylesheet">
+
+  <!-- Custom Fonts -->
+  <link href="/font-awesome/css/font-awesome.min.css" rel="stylesheet" 
type="text/css">
+  <link 
href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic";
 rel="stylesheet" type="text/css">
+
+  <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media 
queries -->
+  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+  <!--[if lt IE 9]>
+    <script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
+    <script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+  <![endif]-->
+
+</head>
+
+
+<body>
+
+
+  <nav class="navbar navbar-default">
+  <div class="container-fluid">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" 
aria-expanded="false">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a class="navbar-brand" href="#"><img 
src="/img/oodt_asf_logo_sm.png"/></a>
+    </div>
+
+    <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+
+    <ul class="nav navbar-nav">
+    <!--<a id="menu-close" href="#" class="btn btn-light btn-lg pull-right 
toggle"><i class="fa fa-times"></i></a>-->
+
+    <li>
+      <a href="/">Home</a>
+    </li>
+    <li>
+      <a href="/blog">News</a>
+    <li>
+      <a href="/site_docs/oodt/index.html">Components</a>
+    </li>
+    <li>
+      <a href="/documentation.html">Documentation</a>
+    </li>
+    <li>
+      <a href="/community.html" >Community</a>
+    </li>
+      <li>
+        <a href="/download.html" >Download</a>
+      </li>
+
+  </ul>
+  </div>
+</div>
+</nav>
+
+  <div class="row col-md-6 col-md-offset-3">
+
+    <h1>
+        OODT and Medical Research
+    </h1>
+    <p>
+        Not only is Apache OODT put to good use in the Space and Aeronautical 
sectors, OODT already has a number of excellent use cases for the medical 
research field.
+        Used for Cancer Biomarker research in a number of hospitals in North 
America and underpinning Genomics research, OODT has excellent pedegree to help 
enhance the next
+        medical research project.
+    </p>
+    <h2>Distributed Data</h2>
+    <p>
+        Data can be located anywhere and processing it can be hard because 
data analysts need to get their hands on it. Using the OODT file manager, data 
scientists can get
+        instant access to their data regardless of location. With commit hooks 
and post processing, data pumped into OODT can be enhanced, merged and 
reindexed to ensure
+        that the scientists who need the data get the best that is available 
to them.
+    </p>
+    <h2>Enriching The Data</h2>
+    <p>
+        Ingesting a lot of medical data is one thing, enhancing and enriching 
it is quite another. By pairing up OODT and Apache CTakes, researchers and 
scientists can embrace open source
+        technologies and allow them to gain extra insight into the data, not 
only with the metadata stored within the file, but with the wealth of 
information available from the electronical
+        medical record free text.
+    </p>
+
+</div>
+  <footer class="sitefooter">
+  <div class="container">
+    <div class="row">
+      <div class="col-lg-10 col-lg-offset-1 text-center">
+      <a  href="http://www.apache.org/events/current-event.html";>
+        <img src="http://www.apache.org/events/current-event-234x60.png"/>
+      </a>
+        <h4><strong>Apache OODT</strong>
+        </h4>
+        <p>
+          
+        </p>
+        <ul class="list-unstyled">
+          <li><i class="fa fa-envelope-o fa-fw"></i>  <a 
href="mailto:d...@oodt.apache.org";>d...@oodt.apache.org</a>
+          </li>
+        </ul>
+        <br>
+        <ul class="list-inline">
+<!--          <li>
+            <a href="https://facebook.com/";><i class="fa fa-facebook fa-fw 
fa-3x"></i></a>
+          </li>-->
+          <li>
+            <a href="https://twitter.com/apache_oodt";><i class="fa fa-twitter 
fa-fw fa-3x"></i></a>
+          </li>
+          <li>
+            <a href="https://github.com/apache/oodt";><i class="fa fa-github 
fa-fw fa-3x"></i></a>
+          </li>
+        </ul>
+        <hr class="small">
+        <p class="text-muted">Copyright &copy; The Apache Foundation 2018</p>
+      </div>
+    </div>
+  </div>
+</footer>
+
+  <!-- jQuery -->
+<script src="/js/jquery.js"></script>
+
+<!-- Bootstrap Core JavaScript -->
+<script src="/js/bootstrap.min.js"></script>
+
+<!-- Custom Theme JavaScript -->
+<script src="/js/custom.js"></script>
+
+
+</body>
+
+</html>
diff --git a/staging-usecase.html b/staging-usecase.html
old mode 100755
new mode 100644
index 38595de..2d3b7b7
--- a/staging-usecase.html
+++ b/staging-usecase.html
@@ -1,3 +1,149 @@
----
-layout: staging-usecase
----
+<!DOCTYPE html>
+<html lang="en">
+
+  <head>
+
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  
+  <meta name="description" content="Apache Object Oriented Data Technology 
(OODT) is the smart way to integrate and archive your processes, your data, and 
its metadata. It facilitates the generation, processing, management, 
distribution, analysis of data management, data archiving, and data analytics 
systems allowing for the integration of data, computation, visualization and 
other components.
+">
+  
+  <meta name="author" content="Apache OODT">
+
+  <title>Apache OODT - Distributed Data Management</title>
+
+  <!-- Bootstrap Core CSS -->
+  <link href="/css/bootstrap.min.css" rel="stylesheet">
+
+  <!-- Custom CSS -->
+  <link href="/css/stylish-portfolio.css" rel="stylesheet">
+
+  <!-- Custom Fonts -->
+  <link href="/font-awesome/css/font-awesome.min.css" rel="stylesheet" 
type="text/css">
+  <link 
href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic";
 rel="stylesheet" type="text/css">
+
+  <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media 
queries -->
+  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+  <!--[if lt IE 9]>
+    <script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
+    <script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+  <![endif]-->
+
+</head>
+
+
+<body>
+
+
+  <nav class="navbar navbar-default">
+  <div class="container-fluid">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" 
aria-expanded="false">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a class="navbar-brand" href="#"><img 
src="/img/oodt_asf_logo_sm.png"/></a>
+    </div>
+
+    <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+
+    <ul class="nav navbar-nav">
+    <!--<a id="menu-close" href="#" class="btn btn-light btn-lg pull-right 
toggle"><i class="fa fa-times"></i></a>-->
+
+    <li>
+      <a href="/">Home</a>
+    </li>
+    <li>
+      <a href="/blog">News</a>
+    <li>
+      <a href="/site_docs/oodt/index.html">Components</a>
+    </li>
+    <li>
+      <a href="/documentation.html">Documentation</a>
+    </li>
+    <li>
+      <a href="/community.html" >Community</a>
+    </li>
+      <li>
+        <a href="/download.html" >Download</a>
+      </li>
+
+  </ul>
+  </div>
+</div>
+</nav>
+
+  <div class="row col-md-6 col-md-offset-3">
+
+    <h1>
+        Tracking Data Inside Your Data Pool
+    </h1>
+    <p>
+        Storage is cheap, so businesses like to store data, lots of it. This 
is fine but it adds complexity to the data storage pool, data locality, what 
data is stored and so on.
+        What OODT provides is a way for users and administrators to keep track 
of the data that is available to them and search through sets of data with 
relative ease.
+    </p>
+    <h2>Track data by metadata</h2>
+    <p>
+        By putting OODT in front of your staging area or data storage pool, 
you can use metadata extractors like Apache Tika to extract data from the files 
you plan to ingest
+        into your data warehouse. For example, embedded in every Excel 
spreadsheet will be the creator, the last edited date and so on which can be 
valuable to users because
+        it allows them to discover data by metadata instead of by folder or 
file name. Should you use HDFS or another clustered file system you can also 
add connectivity to that
+        file system with relative ease, allowing you instant ingestion and 
tracking via OODT whilst allowing your NOSQL jobs to run over the content 
instantly.
+    </p>
+    <h2>Solr Analysis</h2>
+    <p>
+        By pumping your metadata catalog into Solr you can have instant 
analysis at your fingertips. Front Solr with Banana and you can ask questions 
of your metadata, giving
+        analysts another entry point into your data warehouse.
+    </p>
+</div>
+  <footer class="sitefooter">
+  <div class="container">
+    <div class="row">
+      <div class="col-lg-10 col-lg-offset-1 text-center">
+      <a  href="http://www.apache.org/events/current-event.html";>
+        <img src="http://www.apache.org/events/current-event-234x60.png"/>
+      </a>
+        <h4><strong>Apache OODT</strong>
+        </h4>
+        <p>
+          
+        </p>
+        <ul class="list-unstyled">
+          <li><i class="fa fa-envelope-o fa-fw"></i>  <a 
href="mailto:d...@oodt.apache.org";>d...@oodt.apache.org</a>
+          </li>
+        </ul>
+        <br>
+        <ul class="list-inline">
+<!--          <li>
+            <a href="https://facebook.com/";><i class="fa fa-facebook fa-fw 
fa-3x"></i></a>
+          </li>-->
+          <li>
+            <a href="https://twitter.com/apache_oodt";><i class="fa fa-twitter 
fa-fw fa-3x"></i></a>
+          </li>
+          <li>
+            <a href="https://github.com/apache/oodt";><i class="fa fa-github 
fa-fw fa-3x"></i></a>
+          </li>
+        </ul>
+        <hr class="small">
+        <p class="text-muted">Copyright &copy; The Apache Foundation 2018</p>
+      </div>
+    </div>
+  </div>
+</footer>
+
+  <!-- jQuery -->
+<script src="/js/jquery.js"></script>
+
+<!-- Bootstrap Core JavaScript -->
+<script src="/js/bootstrap.min.js"></script>
+
+<!-- Custom Theme JavaScript -->
+<script src="/js/custom.js"></script>
+
+
+</body>
+
+</html>
diff --git a/streaming-usecase.html b/streaming-usecase.html
old mode 100755
new mode 100644
index bfe904d..e26f6ff
--- a/streaming-usecase.html
+++ b/streaming-usecase.html
@@ -1,3 +1,151 @@
----
-layout: streaming-usecase
----
+<!DOCTYPE html>
+<html lang="en">
+
+  <head>
+
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  
+  <meta name="description" content="Apache Object Oriented Data Technology 
(OODT) is the smart way to integrate and archive your processes, your data, and 
its metadata. It facilitates the generation, processing, management, 
distribution, analysis of data management, data archiving, and data analytics 
systems allowing for the integration of data, computation, visualization and 
other components.
+">
+  
+  <meta name="author" content="Apache OODT">
+
+  <title>Apache OODT - Distributed Data Management</title>
+
+  <!-- Bootstrap Core CSS -->
+  <link href="/css/bootstrap.min.css" rel="stylesheet">
+
+  <!-- Custom CSS -->
+  <link href="/css/stylish-portfolio.css" rel="stylesheet">
+
+  <!-- Custom Fonts -->
+  <link href="/font-awesome/css/font-awesome.min.css" rel="stylesheet" 
type="text/css">
+  <link 
href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic";
 rel="stylesheet" type="text/css">
+
+  <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media 
queries -->
+  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+  <!--[if lt IE 9]>
+    <script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
+    <script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+  <![endif]-->
+
+</head>
+
+
+<body>
+
+
+  <nav class="navbar navbar-default">
+  <div class="container-fluid">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" 
aria-expanded="false">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a class="navbar-brand" href="#"><img 
src="/img/oodt_asf_logo_sm.png"/></a>
+    </div>
+
+    <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+
+    <ul class="nav navbar-nav">
+    <!--<a id="menu-close" href="#" class="btn btn-light btn-lg pull-right 
toggle"><i class="fa fa-times"></i></a>-->
+
+    <li>
+      <a href="/">Home</a>
+    </li>
+    <li>
+      <a href="/blog">News</a>
+    <li>
+      <a href="/site_docs/oodt/index.html">Components</a>
+    </li>
+    <li>
+      <a href="/documentation.html">Documentation</a>
+    </li>
+    <li>
+      <a href="/community.html" >Community</a>
+    </li>
+      <li>
+        <a href="/download.html" >Download</a>
+      </li>
+
+  </ul>
+  </div>
+</div>
+</nav>
+
+  <div class="row col-md-6 col-md-offset-3">
+
+    <h1>
+       Streaming Data With Apache OODT
+    </h1>
+    <p>
+        As more realtime and near realtime data workloads are being managed, 
the data processing paradigm has shifted. No longer is it batch processed, bulk 
ingested data loads,
+        its streaming input and window querying of data to find out what's 
going on here and now and allowing businesses to be able to react to it.
+    </p>
+    <p>
+        OODT allows you to leverage the streaming capabilities of
+        <ul>
+            <li>Apache Spark</li>
+            <li>Apache Mesos</li>
+            <li>Tachyon</li>
+            <li>Apache Kafka</li>
+            <li>Apache Hadoop</li>
+        </ul>
+        to enable users to no only stream data into the platform but
+        also perform workflows and tasks off the back of this streaming data. 
Allowing you to enrich your data further with more metadata, post processing 
analysis and more and then once
+        again reingesting that data to ensure you get the full picture and not 
just part of it.
+    </p>
+    <p>Leverage the power of OODT along side well known projects like Apache 
Spark to process your data, be it web data, logs, or IOT data coming from 
sensors and appliances around the globe.</p>
+</div>
+  <footer class="sitefooter">
+  <div class="container">
+    <div class="row">
+      <div class="col-lg-10 col-lg-offset-1 text-center">
+      <a  href="http://www.apache.org/events/current-event.html";>
+        <img src="http://www.apache.org/events/current-event-234x60.png"/>
+      </a>
+        <h4><strong>Apache OODT</strong>
+        </h4>
+        <p>
+          
+        </p>
+        <ul class="list-unstyled">
+          <li><i class="fa fa-envelope-o fa-fw"></i>  <a 
href="mailto:d...@oodt.apache.org";>d...@oodt.apache.org</a>
+          </li>
+        </ul>
+        <br>
+        <ul class="list-inline">
+<!--          <li>
+            <a href="https://facebook.com/";><i class="fa fa-facebook fa-fw 
fa-3x"></i></a>
+          </li>-->
+          <li>
+            <a href="https://twitter.com/apache_oodt";><i class="fa fa-twitter 
fa-fw fa-3x"></i></a>
+          </li>
+          <li>
+            <a href="https://github.com/apache/oodt";><i class="fa fa-github 
fa-fw fa-3x"></i></a>
+          </li>
+        </ul>
+        <hr class="small">
+        <p class="text-muted">Copyright &copy; The Apache Foundation 2018</p>
+      </div>
+    </div>
+  </div>
+</footer>
+
+  <!-- jQuery -->
+<script src="/js/jquery.js"></script>
+
+<!-- Bootstrap Core JavaScript -->
+<script src="/js/bootstrap.min.js"></script>
+
+<!-- Custom Theme JavaScript -->
+<script src="/js/custom.js"></script>
+
+
+</body>
+
+</html>
diff --git a/test.html b/test.html
old mode 100755
new mode 100644
index 41dab38..251b070
--- a/test.html
+++ b/test.html
@@ -1,9 +1,93 @@
----
-layout: post
-title: Apache OODT 0.11 Release1
-description: Apache OODT Releases new 0.11 version
----
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <meta name="description" content="Apache OODT Releases new 0.11 version">
+  
+  <meta name="author" content="Apache OODT">
+
+  <title>Apache OODT - Distributed Data Management</title>
+
+  <!-- Bootstrap Core CSS -->
+  <link href="/css/bootstrap.min.css" rel="stylesheet">
+
+  <!-- Custom CSS -->
+  <link href="/css/stylish-portfolio.css" rel="stylesheet">
+
+  <!-- Custom Fonts -->
+  <link href="/font-awesome/css/font-awesome.min.css" rel="stylesheet" 
type="text/css">
+  <link 
href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic";
 rel="stylesheet" type="text/css">
+
+  <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media 
queries -->
+  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+  <!--[if lt IE 9]>
+    <script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
+    <script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+  <![endif]-->
+
+</head>
+
+
+<body>
+<nav class="navbar navbar-default">
+  <div class="container-fluid">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" 
aria-expanded="false">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a class="navbar-brand" href="#"><img 
src="/img/oodt_asf_logo_sm.png"/></a>
+    </div>
+
+    <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+
+    <ul class="nav navbar-nav">
+    <!--<a id="menu-close" href="#" class="btn btn-light btn-lg pull-right 
toggle"><i class="fa fa-times"></i></a>-->
+
+    <li>
+      <a href="/">Home</a>
+    </li>
+    <li>
+      <a href="/blog">News</a>
+    <li>
+      <a href="/site_docs/oodt/index.html">Components</a>
+    </li>
+    <li>
+      <a href="/documentation.html">Documentation</a>
+    </li>
+    <li>
+      <a href="/community.html" >Community</a>
+    </li>
+      <li>
+        <a href="/download.html" >Download</a>
+      </li>
+
+  </ul>
+  </div>
+</div>
+</nav>
+
+<div class="jumbotron oodt-lightbg">
+    <div class="container">
+        <h1 class="post-title">Apache OODT 0.11 Release1</h1>
+        <p class="post-date"></p>
+
+    </div>
+
+</div>
+
+<div class="container">
+
+    <div class="row">
+        <div class="col-md-offset-2 col-md-8">
+            <article class="post-content">
+                <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 06-Apr-2016 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
@@ -314,3 +398,57 @@ window.onLoad = init();
   </body>
 </html>
 
+
+            </article>
+        </div>
+    </div>
+</div>
+
+
+<footer class="sitefooter">
+  <div class="container">
+    <div class="row">
+      <div class="col-lg-10 col-lg-offset-1 text-center">
+      <a  href="http://www.apache.org/events/current-event.html";>
+        <img src="http://www.apache.org/events/current-event-234x60.png"/>
+      </a>
+        <h4><strong>Apache OODT</strong>
+        </h4>
+        <p>
+          
+        </p>
+        <ul class="list-unstyled">
+          <li><i class="fa fa-envelope-o fa-fw"></i>  <a 
href="mailto:d...@oodt.apache.org";>d...@oodt.apache.org</a>
+          </li>
+        </ul>
+        <br>
+        <ul class="list-inline">
+<!--          <li>
+            <a href="https://facebook.com/";><i class="fa fa-facebook fa-fw 
fa-3x"></i></a>
+          </li>-->
+          <li>
+            <a href="https://twitter.com/apache_oodt";><i class="fa fa-twitter 
fa-fw fa-3x"></i></a>
+          </li>
+          <li>
+            <a href="https://github.com/apache/oodt";><i class="fa fa-github 
fa-fw fa-3x"></i></a>
+          </li>
+        </ul>
+        <hr class="small">
+        <p class="text-muted">Copyright &copy; The Apache Foundation 2018</p>
+      </div>
+    </div>
+  </div>
+</footer>
+
+<!-- jQuery -->
+<script src="/js/jquery.js"></script>
+
+<!-- Bootstrap Core JavaScript -->
+<script src="/js/bootstrap.min.js"></script>
+
+<!-- Custom Theme JavaScript -->
+<script src="/js/custom.js"></script>
+
+
+</body>
+</html>

Reply via email to