You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by bu...@apache.org on 2014/07/17 17:14:16 UTC

svn commit: r916554 [4/7] - /websites/staging/oodt/trunk/content/

Modified: websites/staging/oodt/trunk/content/contact.html
==============================================================================
--- websites/staging/oodt/trunk/content/contact.html (original)
+++ websites/staging/oodt/trunk/content/contact.html Thu Jul 17 15:14:15 2014
@@ -22,632 +22,21 @@ under the License. 
 <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 <meta charset="utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<meta name="author" content="dev@Nutch.apache.org" />
+<meta name="author" content="dev@oodt.apache.org" />
 
 <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
 <META name="Description"
-	content="Apache Nutch -- " />
-<META name="Keywords" content="Apache Nutch Web Crawler" />
-<META name="Owner" content="dev@nutch.apache.org" />
+	content="Apache OODT -- " />
+<META name="Keywords" content="Apache OODT, Catalogs, Archives and More" />
+<META name="Owner" content="dev@oodt.apache.org" />
 <META name="Robots" content="index, follow" />
 <META name="Security" content="Public" />
 <META name="Source" content="wiki template" />
-<META name="DC.Rights"  content="Copyright 2004-2014, The Apache Software Foundation" />
+<META name="DC.Rights"  content="Copyright 2010-2014, The Apache Software Foundation" />
 
-    <!-- Le styles -->
-    <link href="./assets/css/bootstrap.css" rel="stylesheet">
-    <link href="./assets/css/bootstrap-responsive.css" rel="stylesheet">
-    <style>
-
-    /* GLOBAL STYLES
-    -------------------------------------------------- */
-    /* Padding below the footer and lighter body text */
-
-    body {
-      padding-bottom: 40px;
-      color: #5a5a5a;
-    }
-
-
-
-    /* CUSTOMIZE THE NAVBAR
-    -------------------------------------------------- */
-
-    /* Special class on .container surrounding .navbar, used for positioning it into place. */
-    .navbar-wrapper {
-      position: absolute;
-      top: 0;
-      left: 0;
-      right: 0;
-      z-index: 10;
-      margin-top: 20px;
-      margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
-    }
-    .navbar-wrapper .navbar {
-
-    }
-
-    /* Remove border and change up box shadow for more contrast */
-    .navbar .navbar-inner {
-      border: 0;
-      -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
-         -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
-              box-shadow: 0 2px 10px rgba(0,0,0,.25);
-    }
-
-    /* Downsize the brand/project name a bit */
-    .navbar .brand {
-      padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
-      font-size: 16px;
-      font-weight: bold;
-      text-shadow: 0 -1px 0 rgba(0,0,0,.5);
-    }
-
-    /* Navbar links: increase padding for taller navbar */
-    .navbar .nav > li > a {
-      padding: 15px 20px;
-    }
-
-    /* Offset the responsive button for proper vertical alignment */
-    .navbar .btn-navbar {
-      margin-top: 10px;
-    }
-
-
-
-    /* CUSTOMIZE THE CAROUSEL
-    -------------------------------------------------- */
-
-    /* Carousel base class */
-    .carousel {
-      margin-bottom: 60px;
-    }
-
-    .carousel .container {
-      position: relative;
-      z-index: 9;
-    }
-
-    .carousel-control {
-      height: 80px;
-      margin-top: 0;
-      font-size: 120px;
-      text-shadow: 0 1px 1px rgba(0,0,0,.4);
-      background-color: transparent;
-      border: 0;
-      z-index: 10;
-    }
-
-    .carousel .item {
-      height: 500px;
-    }
-    .carousel img {
-      position: absolute;
-      top: 0;
-      left: 0;
-      min-width: 100%;
-      height: 500px;
-    }
-
-    .carousel-caption {
-      background-color: transparent;
-      position: static;
-      max-width: 550px;
-      padding: 0 20px;
-      margin-top: 200px;
-    }
-    .carousel-caption h1,
-    .carousel-caption .lead {
-      margin: 0;
-      line-height: 1.25;
-      color: #fff;
-      text-shadow: 0 1px 1px rgba(0,0,0,.4);
-    }
-    .carousel-caption .btn {
-      margin-top: 10px;
-    }
-
-    /* MARKETING CONTENT
-    -------------------------------------------------- */
-
-    /* Center align the text within the three columns below the carousel */
-    .marketing .span4 {
-      text-align: center;
-    }
-    .marketing h2 {
-      font-weight: normal;
-    }
-    .marketing .span4 p {
-      margin-left: 10px;
-      margin-right: 10px;
-    }
-
-
-    /* Featurettes
-    ------------------------- */
-
-    .featurette-divider {
-      margin: 80px 0; /* Space out the Bootstrap <hr> more */
-    }
-    .featurette {
-      padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
-      overflow: hidden; /* Vertically center images part 2: clear their floats. */
-    }
-    .featurette-image {
-      margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
-    }
-
-    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
-    .featurette-image.pull-left {
-      margin-right: 40px;
-    }
-    .featurette-image.pull-right {
-      margin-left: 40px;
-    }
-
-    /* Thin out the marketing headings */
-    .featurette-heading {
-      font-size: 50px;
-      font-weight: 300;
-      line-height: 1;
-      letter-spacing: -1px;
-    }
-
-    /* RESPONSIVE CSS
-    -------------------------------------------------- */
-
-    @media (max-width: 979px) {
-
-      .container.navbar-wrapper {
-        margin-bottom: 0;
-        width: auto;
-      }
-      .navbar-inner {
-        border-radius: 0;
-        margin: -20px 0;
-      }
-
-      .carousel .item {
-        height: 500px;
-      }
-      .carousel img {
-        width: auto;
-        height: 500px;
-      }
-
-      .featurette {
-        height: auto;
-        padding: 0;
-      }
-      .featurette-image.pull-left,
-      .featurette-image.pull-right {
-        display: block;
-        float: none;
-        max-width: 40%;
-        margin: 0 auto 20px;
-      }
-    }
-
-
-    @media (max-width: 767px) {
-
-      .navbar-inner {
-        margin: -20px;
-      }
-
-      .carousel {
-        margin-left: -20px;
-        margin-right: -20px;
-      }
-      .carousel .container {
-
-      }
-      .carousel .item {
-        height: 300px;
-      }
-      .carousel img {
-        height: 300px;
-      }
-      .carousel-caption {
-        width: 65%;
-        padding: 0 70px;
-        margin-top: 100px;
-      }
-      .carousel-caption h1 {
-        font-size: 30px;
-      }
-      .carousel-caption .lead,
-      .carousel-caption .btn {
-        font-size: 18px;
-      }
-
-      .marketing .span4 + .span4 {
-        margin-top: 40px;
-      }
-
-      .featurette-heading {
-        font-size: 30px;
-      }
-      .featurette .lead {
-        font-size: 18px;
-        line-height: 1.5;
-      }
-
-    }
-    </style>
-    
-    <style type="text/css">
-        /* Share This CSS */
-    .stpulldown-gradient {
-       background: #E1E1E1;
-       background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
-       background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
-       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
-       background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
-       color: #636363;
-     }
-     
-     #stpulldown .stpulldown-logo
-     {
-     height: 40px;
-     width: 300px;
-     margin-left: 20px;
-     margin-top: 5px;
-     background:url("http://apache.org/images/feather-small.gif") no-repeat;
-     }
-    </style>
-
-    <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-    <!--[if lt IE 9]>
-      <script src="../assets/js/html5shiv.js"></script>
-    <![endif]-->
-
-    <!-- Fav and touch icons -->
-    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="./assets/ico/apple-touch-icon-144-precomposed.png">
-    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="./assets/ico/apple-touch-icon-114-precomposed.png">
-    <link rel="apple-touch-icon-precomposed" sizes="72x72" href="./assets/ico/apple-touch-icon-72-precomposed.png">
-    <link rel="apple-touch-icon-precomposed" href="./assets/ico/apple-touch-icon-57-precomposed.png">
-    <link rel="shortcut icon" href="./assets/ico/favicon.ico">
-    
-    <script type="text/javascript">var switchTo5x=true;</script>
-    <script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
-    <script type="text/javascript" src="http://s.sharethis.com/loader.js"></script>
-
-  </head>
-
-  <body>
-    <!-- NAVBAR================================================== -->
-    <div class="navbar-wrapper">
-      <!-- Wrap the .navbar in .container to center it within the absolutely positioned parent. -->
-      <div class="container">
-
-        <div class="navbar navbar-inverse">
-          <div class="navbar-inner">
-            <!-- Responsive Navbar Part 1: Button for triggering responsive navbar (not covered in tutorial). Include responsive CSS to utilize. -->
-            <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-              <span class="icon-bar"></span>
-              <span class="icon-bar"></span>
-              <span class="icon-bar"></span>
-            </button>
-            <!--  a class="brand" href="#">Home</a-->
-            <a href="./index.html" class="brand">
-              <img src="./assets/img/nutch_logo_tm.png" alt="Apache" title="Apache" /> 
-            </a>
-            <!-- Responsive Navbar Part 2: Place all navbar contents you want collapsed withing .navbar-collapse.collapse. -->
-            <div class="nav-collapse collapse">
-              <ul class="nav">
-                <li><a href="./downloads.html">Downloads</a></li>
-                <li class="dropdown">
-                  <a href="#" class="dropdown-toggle" 
-                    data-toggle="dropdown">Community<b class="caret"></b></a>
-                  <ul class="dropdown-menu">
-                    <li><a href="https://whimsy.apache.org/board/minutes/Nutch.html">Board Reporting</a></li>
-                    <li><a href="./bot.html">Robots Information</a></li>
-                    <li><a href="http://wiki.apache.org/nutch/Becoming_A_Nutch_Developer">Contribute</a></li>
-                    <li><a href="./mailing_lists.html">Mailing Lists</a></li>
-                    <li><a href="./credits.html">People/Credits</a></li>
-                    <li><a href="http://www.cafepress.com/nutch">Buy Stuff</a></li>
-                    <li class="divider"></li>
-                    <li class="dropdown">
-                      <a href="#" class="dropdown-toggle" 
-                        data-toggle="dropdown">Related Projects<b class="caret"></b></a>
-                      <ul class="dropdown-header">
-                        <li><a href="http://lucene.apache.org">Apache Lucene</a></li>
-                        <li><a href="http://gora.apache.org">Apache Gora</a></li>
-                        <li><a href="http://hadoop.apache.org">Apache Hadoop</a></li>
-                        <li><a href="http://lucene.apache.org/solr">Apache Solr</a></li>
-                        <li><a href="http://tika.apache.org">Apache Tika</a></li>
-                      </ul>
-                  </ul>
-                </li>
-                <li class="dropdown">
-                  <a href="#" class="dropdown-toggle" 
-                    data-toggle="dropdown">Documentation<b class="caret"></b></a>
-                  <ul class="dropdown-menu">
-                    <li><a href="https://wiki.apache.org/nutch/FrontPage#What_is_Apache_Nutch.3F">About</a></li>
-                    <li><a href="http://wiki.apache.org/nutch/">Nutch Wiki</a></li>
-                    <li><a href="./javadoc.html">JavaDoc Documentation</a></li>
-                    <li><a href="http://wiki.apache.org/nutch/#Tutorials">Nutch Tutorials</a></li>
-					<li><a href="http://wiki.apache.org/nutch/FAQ">Nutch FAQs</a></li>
-                  </ul>
-                </li>
-                <li class="dropdown">
-                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development<b class="caret"></b></a>
-                  <ul class="dropdown-menu">
-                    <li><a href="https://issues.apache.org/jira/browse/NUTCH/">Issue Tracker</a></li>
-                    <li><a href="./mailing_lists.html">Mailing Lists</a></li>
-                    <li><a href="https://builds.apache.org/view/M-R/view/Nutch/">Nightly Builds</a></li>
-                  </ul>
-                </li>
-                <li class="dropdown">
-                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                    <img src="./assets/img/feather-small.png" alt="Apache" title="Apache" /> 
-                    <b class="caret"></b>
-                  </a>
-                  <ul class="dropdown-menu pull-right">
-                    <li><a href="http://www.apache.org">Apache Home</a></li>
-                    <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                    <li><a href="http://www.apache.org/security/">Security</a></li>
-                    <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
-                    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                  </ul>
-                </li>
-              </ul>
-            </div><!--/.nav-collapse -->
-          </div><!-- /.navbar-inner -->
-        </div><!-- /.navbar -->
-      </div> <!-- /.container -->
-    </div><!-- /.navbar-wrapper -->
-	<hr>
-
-	<div class="container" id="Nutch_">
-
-		<!DOCTYPE html>
-<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
-
-<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
-
-<!--[if IE 7]>    <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
-
-<!--[if IE 8]>    <html class="no-js lt-ie9" lang="en"> <![endif]-->
-
-<!--[if gt IE 8]><!-->
-
-<p><html class="no-js" lang="en">
-<!--<![endif]-->
-<head>
-<meta charset="utf-8"/>
-<!-- Set the viewport width to device width for mobile -->
-<meta name="viewport" content="width=device-width"/>
-<title>Studio Francesca - Premium Theme by WowThemes.net</title>
-<!-- Included CSS Files-->
-<link rel="stylesheet" href="stylesheets/style.css">
-<link rel="stylesheet" href="stylesheets/skins/teal.css"><!-- skin color -->
-<link rel="stylesheet" href="stylesheets/responsive.css">
-<!-- IE Fix for HTML5 Tags -->
-<!--[if lt IE 9]>
-    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
 </head>
-<body>
-<!-- HIDDEN PANEL 
-================================================== -->
-<div id="panel">
-    <div class="row">
-        <div class="twelve columns">
-            <img src="images/info.png" class="pics" alt="info">
-            <div class="infotext">
-                 Thank you for visiting my theme! Replace this with your message to visitors.
-            </div>
-        </div>
-    </div>
-</div>
-<p class="slide">
-    <a href="#" class="btn-slide"></a>
-</p>
-<!-- HEADER
-================================================== -->
-<div class="row">
-    <div class="four columns">
-        <div class="logo">
-            <a href="index.html">
-            <h4>Studio Francesca</h4>
-            </a>
-        </div>
-    </div>
-    <div class="eight columns noleftmarg">
-        <nav id="nav-wrap">
-        <ul class="nav-bar sf-menu">
-            <li class="current">
-            <a href="index.html">Home</a>
-            <ul></p>
-<div class="codehilite"><pre>            <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;index2.html&quot;</span><span class="nt">&gt;</span>Without slider<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-        <span class="nt">&lt;/ul&gt;</span>
-        <span class="nt">&lt;/li&gt;</span>
-        <span class="nt">&lt;li&gt;</span>
-        <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">&quot;#&quot;</span><span class="nt">&gt;</span>Portofolio<span class="nt">&lt;/a&gt;</span>
-        <span class="nt">&lt;ul&gt;</span>
-            <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;portofolio2.html&quot;</span><span class="nt">&gt;</span>2 Columns<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-            <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;portofolio3.html&quot;</span><span class="nt">&gt;</span>3 Columns<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-            <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;portofolio4.html&quot;</span><span class="nt">&gt;</span>4 Columns<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>               
-            <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;portofoliodetail.html&quot;</span><span class="nt">&gt;</span>Project Details<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-        <span class="nt">&lt;/ul&gt;</span>
-        <span class="nt">&lt;/li&gt;</span>
-        <span class="nt">&lt;li&gt;</span>
-        <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">&quot;#&quot;</span><span class="nt">&gt;</span>Blog<span class="nt">&lt;/a&gt;</span>
-        <span class="nt">&lt;ul&gt;</span>
-            <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;blogpage1.html&quot;</span><span class="nt">&gt;</span>Blog page style 1<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-            <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;blogpage2.html&quot;</span><span class="nt">&gt;</span>Blog page style 2<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-            <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;blogpage3.html&quot;</span><span class="nt">&gt;</span>Blog page style 3<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-            <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;blogsinglepost.html&quot;</span><span class="nt">&gt;</span>Single post<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-        <span class="nt">&lt;/ul&gt;</span>
-        <span class="nt">&lt;/li&gt;</span>
-        <span class="nt">&lt;li&gt;</span>
-        <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">&quot;#&quot;</span><span class="nt">&gt;</span>Pages<span class="nt">&lt;/a&gt;</span>
-        <span class="nt">&lt;ul&gt;</span>
-            <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;about.html&quot;</span><span class="nt">&gt;</span>About us<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-            <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;services.html&quot;</span><span class="nt">&gt;</span>Services<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>               
-        <span class="nt">&lt;/ul&gt;</span>
-        <span class="nt">&lt;/li&gt;</span>
-        <span class="nt">&lt;li&gt;</span>
-        <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">&quot;#&quot;</span><span class="nt">&gt;</span>Features<span class="nt">&lt;/a&gt;</span>
-        <span class="nt">&lt;ul&gt;</span>
-            <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;columns.html&quot;</span><span class="nt">&gt;</span>Columns<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-            <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;elements.html&quot;</span><span class="nt">&gt;</span>Elements<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-            <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;typography.html&quot;</span><span class="nt">&gt;</span>Typography<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-        <span class="nt">&lt;/ul&gt;</span>
-        <span class="nt">&lt;/li&gt;</span>
-        <span class="nt">&lt;li&gt;</span>
-        <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">&quot;contact.html&quot;</span><span class="nt">&gt;</span>Contact<span class="nt">&lt;/a&gt;</span>
-        <span class="nt">&lt;/li&gt;</span>
-    <span class="nt">&lt;/ul&gt;</span>
-    <span class="nt">&lt;/nav&gt;</span>
-<span class="nt">&lt;/div&gt;</span>
-</pre></div>
-
 
-<p></div>
-<div class="clear">
-</div>
-<!-- SUBHEADER
-================================================== -->
-<div id="subheader">
-    <div class="row">
-        <div class="twelve columns">
-            <p class="left">
-                 CONTACT US
-            </p>
-            <p class="right">
-                 Get in touch today!
-            </p>
-        </div>
-    </div>
-</div>
-<div class="hr">
-</div>
-<!-- CONTENT 
-================================================== -->
-<div class="row">
-    <!-- GOOGLE MAP IFRAME -->
-    <div class="twelve columns">
-        <iframe class="gmap" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=disney+paris&amp;aq=&amp;sll=37.0625,-95.677068&amp;sspn=39.371738,86.572266&amp;ie=UTF8&amp;hq=disney&amp;hnear=Paris,+%C3%8Ele-de-France,+France&amp;t=m&amp;fll=48.881877,2.535095&amp;fspn=0.512051,1.352692&amp;st=103241701817924407489&amp;rq=1&amp;ev=zo&amp;split=1&amp;ll=49.027964,2.772675&amp;spn=0.315159,0.585022&amp;z=10&amp;iwloc=D&amp;output=embed">
-        </iframe>
-    </div>
-</div>
-<div class="row">
-    <!-- CONTACT FORM -->
-    <div class="twelve columns">
-        <div class="wrapcontact">
-            <h5>SEND US A MESSAGE</h5>
-            <div class="done">
-                <div class="alert-box success">
-                 Message has been sent! <a href="" class="close">x</a>
-                </div>
-            </div>        <br />
-                <form method="post" action="contact.php" id="contactform">
-                <div class="form">
-                    <div class="six columns noleftmargin">
-                    <label>Name</label>
-                    <input type="text" name="name" class="smoothborder" placeholder="Your name *"/>
-                    </div>
-                    <div class="six columns">
-                    <label>E-mail address</label>
-                    <input type="text" name="email" class="smoothborder" placeholder="Your e-mail address *"/>
-                    </div>
-                    <label>Message</label>
-                    <textarea name="comment" class="smoothborder ctextarea" rows="14" placeholder="Message, feedback, comments *"></textarea>
-                    <input type="submit" id="submit" class="readmore" value="Submit">
-                </div>
-                </form>       <br />
-        </div>
-    </div></p>
-<p></div>
-<div class="hr">
-</div>
-<!-- TWITTER + js calls 
-================================================== -->
-<div class="tweetarea">
-    <div class="tweettext">
-        <div class="row">
-            <div class="twelve columns">
-                <div class="tweet">
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-<!-- FOOOTER 
-================================================== -->
-<div id="footer">
-    <footer class="row">
-    <p class="back-top floatright">
-        <a href="#top"><span></span></a>
-    </p>
-    <div class="four columns">
-        <h1>ABOUT US</h1>
-         Our goal is to keep clients satisfied!
-    </div>
-    <div class="four columns">
-        <h1>GET SOCIAL</h1>
-        <div class="social facebook">
-            <a href="#"></a>
-        </div>
-        <div class="social twitter">
-            <a href="#"></a>
-        </div>
-        <div class="social deviantart">
-            <a href="#"></a>
-        </div>
-        <div class="social flickr">
-            <a href="#"></a>
-        </div>
-        <div class="social dribbble">
-            <a href="#"></a>
-        </div>
-    </div>
-    <div class="four columns">
-        <h1 class="newsmargin">NEWSLETTER</h1>
-        <div class="row collapse newsletter floatright">
-            <div class="ten mobile-three columns">
-                <input type="text" class="nomargin" placeholder="Enter your e-mail address...">
-            </div>
-            <div class="two mobile-one columns">
-                <a href="#" class="postfix button expand">GO</a>
-            </div>
-        </div>
-    </div>
-    </footer>
-</div>
-<div class="copyright">
-    <div class="row">
-        <div class="six columns">
-             &copy;<span class="small"> Copyright 2013 Your Agency Name</span>
-        </div>
-        <div class="six columns">
-            <span class="small floatright"> Purchase "Studio Francesca" - WowThemes.net</span>
-        </div>
-    </div>
-</div>
-<!-- JAVASCRIPTS 
-================================================== -->
-<!-- Javascript files placed here for faster loading -->
-<script src="javascripts/foundation.min.js"></script>
-<script src="javascripts/formvalidation.js"></script>
-<script src="javascripts/jquery.cycle.js"></script>
-<script src="javascripts/app.js"></script>
-<script src="javascripts/modernizr.foundation.js"></script>
-<script src="javascripts/slidepanel.js"></script>
-<script src="javascripts/scrolltotop.js"></script>
-<script src="javascripts/hoverIntent.js"></script>
-<script src="javascripts/superfish.js"></script>
-<script src="javascripts/responsivemenu.js"></script>
-<script src="javascripts/jquery.tweet.js"></script>
-<script src="javascripts/twitterusername.js"></script>
-</body>
-</html></p></div>
-	<!-- /container (main block) -->
-
-	<hr>
+  <body>
 
 	<div class="container">
 		<footer>
@@ -655,11 +44,11 @@ under the License. 
 			<a href="#">Back to top</a>
 		</p>
 		<p>
-			Copyright © 2004-2014 The Apache Software Foundation. Licensed under
+			Copyright © 2010-2014 The Apache Software Foundation. Licensed under
 			<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
 				License 2.0</a>.
 		</p>
-		<p>Apache Nutch, Nutch, Apache, the Apache feather logo, and the
+		<p>Apache OODT, OODT, Apache, the Apache feather logo, and the
 			Apache Nutch project logo are trademarks of The Apache Software
 			Foundation.</p>
 		</footer>

Modified: websites/staging/oodt/trunk/content/elements.html
==============================================================================
--- websites/staging/oodt/trunk/content/elements.html (original)
+++ websites/staging/oodt/trunk/content/elements.html Thu Jul 17 15:14:15 2014
@@ -22,919 +22,21 @@ under the License. 
 <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 <meta charset="utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<meta name="author" content="dev@Nutch.apache.org" />
+<meta name="author" content="dev@oodt.apache.org" />
 
 <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
 <META name="Description"
-	content="Apache Nutch -- " />
-<META name="Keywords" content="Apache Nutch Web Crawler" />
-<META name="Owner" content="dev@nutch.apache.org" />
+	content="Apache OODT -- " />
+<META name="Keywords" content="Apache OODT, Catalogs, Archives and More" />
+<META name="Owner" content="dev@oodt.apache.org" />
 <META name="Robots" content="index, follow" />
 <META name="Security" content="Public" />
 <META name="Source" content="wiki template" />
-<META name="DC.Rights"  content="Copyright 2004-2014, The Apache Software Foundation" />
+<META name="DC.Rights"  content="Copyright 2010-2014, The Apache Software Foundation" />
 
-    <!-- Le styles -->
-    <link href="./assets/css/bootstrap.css" rel="stylesheet">
-    <link href="./assets/css/bootstrap-responsive.css" rel="stylesheet">
-    <style>
-
-    /* GLOBAL STYLES
-    -------------------------------------------------- */
-    /* Padding below the footer and lighter body text */
-
-    body {
-      padding-bottom: 40px;
-      color: #5a5a5a;
-    }
-
-
-
-    /* CUSTOMIZE THE NAVBAR
-    -------------------------------------------------- */
-
-    /* Special class on .container surrounding .navbar, used for positioning it into place. */
-    .navbar-wrapper {
-      position: absolute;
-      top: 0;
-      left: 0;
-      right: 0;
-      z-index: 10;
-      margin-top: 20px;
-      margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
-    }
-    .navbar-wrapper .navbar {
-
-    }
-
-    /* Remove border and change up box shadow for more contrast */
-    .navbar .navbar-inner {
-      border: 0;
-      -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
-         -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
-              box-shadow: 0 2px 10px rgba(0,0,0,.25);
-    }
-
-    /* Downsize the brand/project name a bit */
-    .navbar .brand {
-      padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
-      font-size: 16px;
-      font-weight: bold;
-      text-shadow: 0 -1px 0 rgba(0,0,0,.5);
-    }
-
-    /* Navbar links: increase padding for taller navbar */
-    .navbar .nav > li > a {
-      padding: 15px 20px;
-    }
-
-    /* Offset the responsive button for proper vertical alignment */
-    .navbar .btn-navbar {
-      margin-top: 10px;
-    }
-
-
-
-    /* CUSTOMIZE THE CAROUSEL
-    -------------------------------------------------- */
-
-    /* Carousel base class */
-    .carousel {
-      margin-bottom: 60px;
-    }
-
-    .carousel .container {
-      position: relative;
-      z-index: 9;
-    }
-
-    .carousel-control {
-      height: 80px;
-      margin-top: 0;
-      font-size: 120px;
-      text-shadow: 0 1px 1px rgba(0,0,0,.4);
-      background-color: transparent;
-      border: 0;
-      z-index: 10;
-    }
-
-    .carousel .item {
-      height: 500px;
-    }
-    .carousel img {
-      position: absolute;
-      top: 0;
-      left: 0;
-      min-width: 100%;
-      height: 500px;
-    }
-
-    .carousel-caption {
-      background-color: transparent;
-      position: static;
-      max-width: 550px;
-      padding: 0 20px;
-      margin-top: 200px;
-    }
-    .carousel-caption h1,
-    .carousel-caption .lead {
-      margin: 0;
-      line-height: 1.25;
-      color: #fff;
-      text-shadow: 0 1px 1px rgba(0,0,0,.4);
-    }
-    .carousel-caption .btn {
-      margin-top: 10px;
-    }
-
-    /* MARKETING CONTENT
-    -------------------------------------------------- */
-
-    /* Center align the text within the three columns below the carousel */
-    .marketing .span4 {
-      text-align: center;
-    }
-    .marketing h2 {
-      font-weight: normal;
-    }
-    .marketing .span4 p {
-      margin-left: 10px;
-      margin-right: 10px;
-    }
-
-
-    /* Featurettes
-    ------------------------- */
-
-    .featurette-divider {
-      margin: 80px 0; /* Space out the Bootstrap <hr> more */
-    }
-    .featurette {
-      padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
-      overflow: hidden; /* Vertically center images part 2: clear their floats. */
-    }
-    .featurette-image {
-      margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
-    }
-
-    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
-    .featurette-image.pull-left {
-      margin-right: 40px;
-    }
-    .featurette-image.pull-right {
-      margin-left: 40px;
-    }
-
-    /* Thin out the marketing headings */
-    .featurette-heading {
-      font-size: 50px;
-      font-weight: 300;
-      line-height: 1;
-      letter-spacing: -1px;
-    }
-
-    /* RESPONSIVE CSS
-    -------------------------------------------------- */
-
-    @media (max-width: 979px) {
-
-      .container.navbar-wrapper {
-        margin-bottom: 0;
-        width: auto;
-      }
-      .navbar-inner {
-        border-radius: 0;
-        margin: -20px 0;
-      }
-
-      .carousel .item {
-        height: 500px;
-      }
-      .carousel img {
-        width: auto;
-        height: 500px;
-      }
-
-      .featurette {
-        height: auto;
-        padding: 0;
-      }
-      .featurette-image.pull-left,
-      .featurette-image.pull-right {
-        display: block;
-        float: none;
-        max-width: 40%;
-        margin: 0 auto 20px;
-      }
-    }
-
-
-    @media (max-width: 767px) {
-
-      .navbar-inner {
-        margin: -20px;
-      }
-
-      .carousel {
-        margin-left: -20px;
-        margin-right: -20px;
-      }
-      .carousel .container {
-
-      }
-      .carousel .item {
-        height: 300px;
-      }
-      .carousel img {
-        height: 300px;
-      }
-      .carousel-caption {
-        width: 65%;
-        padding: 0 70px;
-        margin-top: 100px;
-      }
-      .carousel-caption h1 {
-        font-size: 30px;
-      }
-      .carousel-caption .lead,
-      .carousel-caption .btn {
-        font-size: 18px;
-      }
-
-      .marketing .span4 + .span4 {
-        margin-top: 40px;
-      }
-
-      .featurette-heading {
-        font-size: 30px;
-      }
-      .featurette .lead {
-        font-size: 18px;
-        line-height: 1.5;
-      }
-
-    }
-    </style>
-    
-    <style type="text/css">
-        /* Share This CSS */
-    .stpulldown-gradient {
-       background: #E1E1E1;
-       background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
-       background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
-       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
-       background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
-       color: #636363;
-     }
-     
-     #stpulldown .stpulldown-logo
-     {
-     height: 40px;
-     width: 300px;
-     margin-left: 20px;
-     margin-top: 5px;
-     background:url("http://apache.org/images/feather-small.gif") no-repeat;
-     }
-    </style>
-
-    <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-    <!--[if lt IE 9]>
-      <script src="../assets/js/html5shiv.js"></script>
-    <![endif]-->
-
-    <!-- Fav and touch icons -->
-    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="./assets/ico/apple-touch-icon-144-precomposed.png">
-    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="./assets/ico/apple-touch-icon-114-precomposed.png">
-    <link rel="apple-touch-icon-precomposed" sizes="72x72" href="./assets/ico/apple-touch-icon-72-precomposed.png">
-    <link rel="apple-touch-icon-precomposed" href="./assets/ico/apple-touch-icon-57-precomposed.png">
-    <link rel="shortcut icon" href="./assets/ico/favicon.ico">
-    
-    <script type="text/javascript">var switchTo5x=true;</script>
-    <script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
-    <script type="text/javascript" src="http://s.sharethis.com/loader.js"></script>
-
-  </head>
-
-  <body>
-    <!-- NAVBAR================================================== -->
-    <div class="navbar-wrapper">
-      <!-- Wrap the .navbar in .container to center it within the absolutely positioned parent. -->
-      <div class="container">
-
-        <div class="navbar navbar-inverse">
-          <div class="navbar-inner">
-            <!-- Responsive Navbar Part 1: Button for triggering responsive navbar (not covered in tutorial). Include responsive CSS to utilize. -->
-            <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-              <span class="icon-bar"></span>
-              <span class="icon-bar"></span>
-              <span class="icon-bar"></span>
-            </button>
-            <!--  a class="brand" href="#">Home</a-->
-            <a href="./index.html" class="brand">
-              <img src="./assets/img/nutch_logo_tm.png" alt="Apache" title="Apache" /> 
-            </a>
-            <!-- Responsive Navbar Part 2: Place all navbar contents you want collapsed withing .navbar-collapse.collapse. -->
-            <div class="nav-collapse collapse">
-              <ul class="nav">
-                <li><a href="./downloads.html">Downloads</a></li>
-                <li class="dropdown">
-                  <a href="#" class="dropdown-toggle" 
-                    data-toggle="dropdown">Community<b class="caret"></b></a>
-                  <ul class="dropdown-menu">
-                    <li><a href="https://whimsy.apache.org/board/minutes/Nutch.html">Board Reporting</a></li>
-                    <li><a href="./bot.html">Robots Information</a></li>
-                    <li><a href="http://wiki.apache.org/nutch/Becoming_A_Nutch_Developer">Contribute</a></li>
-                    <li><a href="./mailing_lists.html">Mailing Lists</a></li>
-                    <li><a href="./credits.html">People/Credits</a></li>
-                    <li><a href="http://www.cafepress.com/nutch">Buy Stuff</a></li>
-                    <li class="divider"></li>
-                    <li class="dropdown">
-                      <a href="#" class="dropdown-toggle" 
-                        data-toggle="dropdown">Related Projects<b class="caret"></b></a>
-                      <ul class="dropdown-header">
-                        <li><a href="http://lucene.apache.org">Apache Lucene</a></li>
-                        <li><a href="http://gora.apache.org">Apache Gora</a></li>
-                        <li><a href="http://hadoop.apache.org">Apache Hadoop</a></li>
-                        <li><a href="http://lucene.apache.org/solr">Apache Solr</a></li>
-                        <li><a href="http://tika.apache.org">Apache Tika</a></li>
-                      </ul>
-                  </ul>
-                </li>
-                <li class="dropdown">
-                  <a href="#" class="dropdown-toggle" 
-                    data-toggle="dropdown">Documentation<b class="caret"></b></a>
-                  <ul class="dropdown-menu">
-                    <li><a href="https://wiki.apache.org/nutch/FrontPage#What_is_Apache_Nutch.3F">About</a></li>
-                    <li><a href="http://wiki.apache.org/nutch/">Nutch Wiki</a></li>
-                    <li><a href="./javadoc.html">JavaDoc Documentation</a></li>
-                    <li><a href="http://wiki.apache.org/nutch/#Tutorials">Nutch Tutorials</a></li>
-					<li><a href="http://wiki.apache.org/nutch/FAQ">Nutch FAQs</a></li>
-                  </ul>
-                </li>
-                <li class="dropdown">
-                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development<b class="caret"></b></a>
-                  <ul class="dropdown-menu">
-                    <li><a href="https://issues.apache.org/jira/browse/NUTCH/">Issue Tracker</a></li>
-                    <li><a href="./mailing_lists.html">Mailing Lists</a></li>
-                    <li><a href="https://builds.apache.org/view/M-R/view/Nutch/">Nightly Builds</a></li>
-                  </ul>
-                </li>
-                <li class="dropdown">
-                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                    <img src="./assets/img/feather-small.png" alt="Apache" title="Apache" /> 
-                    <b class="caret"></b>
-                  </a>
-                  <ul class="dropdown-menu pull-right">
-                    <li><a href="http://www.apache.org">Apache Home</a></li>
-                    <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                    <li><a href="http://www.apache.org/security/">Security</a></li>
-                    <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
-                    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                  </ul>
-                </li>
-              </ul>
-            </div><!--/.nav-collapse -->
-          </div><!-- /.navbar-inner -->
-        </div><!-- /.navbar -->
-      </div> <!-- /.container -->
-    </div><!-- /.navbar-wrapper -->
-	<hr>
-
-	<div class="container" id="Nutch_">
-
-		<!DOCTYPE html>
-<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
-
-<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
-
-<!--[if IE 7]>    <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
-
-<!--[if IE 8]>    <html class="no-js lt-ie9" lang="en"> <![endif]-->
-
-<!--[if gt IE 8]><!-->
-
-<p><html class="no-js" lang="en">
-<!--<![endif]-->
-<head>
-<meta charset="utf-8"/>
-<!-- Set the viewport width to device width for mobile -->
-<meta name="viewport" content="width=device-width"/>
-<title>Studio Francesca - Premium Theme by WowThemes.net</title>
-<!-- Included CSS Files-->
-<link rel="stylesheet" href="stylesheets/style.css">
-<link rel="stylesheet" href="stylesheets/skins/teal.css"><!-- skin color -->
-<link rel="stylesheet" href="stylesheets/responsive.css">
-<!-- IE Fix for HTML5 Tags -->
-<!--[if lt IE 9]>
-    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->  <br />
 </head>
-<body>
-<!-- HIDDEN PANEL 
-================================================== -->
-<div id="panel">
-    <div class="row">
-        <div class="twelve columns">
-            <img src="images/info.png" class="pics" alt="info">
-            <div class="infotext">
-                Thank you for visiting my theme! Replace this with your message to visitors.
-            </div>
-        </div>
-    </div>
-</div>
-<p class="slide">
-    <a href="#" class="btn-slide"></a>
-</p>
-<!-- HEADER
-================================================== -->
-<div class="row"> <br />
-        <div class="four columns">
-            <div class="logo">
-                <a href="index.html"><h4>Studio Francesca</h4></a>
-            </div>
-        </div>
-        <div class="eight columns noleftmarg">    <br />
-            <nav id="nav-wrap">
-                <ul class="nav-bar sf-menu"></p>
-<div class="codehilite"><pre>                <span class="nt">&lt;li</span> <span class="na">class=</span><span class="s">&quot;current&quot;</span><span class="nt">&gt;</span>
-                <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">&quot;index.html&quot;</span><span class="nt">&gt;</span>Home<span class="nt">&lt;/a&gt;</span>
-                    <span class="nt">&lt;ul&gt;</span>
-
-                    <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;index2.html&quot;</span><span class="nt">&gt;</span>Without slider<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>                       
-                    <span class="nt">&lt;/ul&gt;</span>
-                <span class="nt">&lt;/li&gt;</span>
-
-                <span class="nt">&lt;li&gt;</span>
-                <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">&quot;#&quot;</span><span class="nt">&gt;</span>Portofolio<span class="nt">&lt;/a&gt;</span>
-                    <span class="nt">&lt;ul&gt;</span>
-                    <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;portofolio2.html&quot;</span><span class="nt">&gt;</span>2 Columns<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-                    <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;portofolio3.html&quot;</span><span class="nt">&gt;</span>3 Columns<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-                    <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;portofolio4.html&quot;</span><span class="nt">&gt;</span>4 Columns<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>                       
-                    <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;portofoliodetail.html&quot;</span><span class="nt">&gt;</span>Project Details<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-                    <span class="nt">&lt;/ul&gt;</span>
-                <span class="nt">&lt;/li&gt;</span>
-
-                <span class="nt">&lt;li&gt;</span>
-                <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">&quot;#&quot;</span><span class="nt">&gt;</span>Blog<span class="nt">&lt;/a&gt;</span>
-                    <span class="nt">&lt;ul&gt;</span>
-                    <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;blogpage1.html&quot;</span><span class="nt">&gt;</span>Blog page style 1<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-                    <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;blogpage2.html&quot;</span><span class="nt">&gt;</span>Blog page style 2<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-                    <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;blogpage3.html&quot;</span><span class="nt">&gt;</span>Blog page style 3<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-                    <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;blogsinglepost.html&quot;</span><span class="nt">&gt;</span>Single post<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-                    <span class="nt">&lt;/ul&gt;</span>
-                <span class="nt">&lt;/li&gt;</span>
-
-                <span class="nt">&lt;li&gt;</span>
-                <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">&quot;#&quot;</span><span class="nt">&gt;</span>Pages<span class="nt">&lt;/a&gt;</span>
-                    <span class="nt">&lt;ul&gt;</span>
-                    <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;about.html&quot;</span><span class="nt">&gt;</span>About us<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-                    <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;services.html&quot;</span><span class="nt">&gt;</span>Services<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>                       
-                    <span class="nt">&lt;/ul&gt;</span>
-                <span class="nt">&lt;/li&gt;</span>
-
-                <span class="nt">&lt;li&gt;</span>
-                <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">&quot;#&quot;</span><span class="nt">&gt;</span>Features<span class="nt">&lt;/a&gt;</span>
-                    <span class="nt">&lt;ul&gt;</span>
-                    <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;columns.html&quot;</span><span class="nt">&gt;</span>Columns<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-                    <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;elements.html&quot;</span><span class="nt">&gt;</span>Elements<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-                    <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;typography.html&quot;</span><span class="nt">&gt;</span>Typography<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
-                    <span class="nt">&lt;/ul&gt;</span>
-                <span class="nt">&lt;/li&gt;</span>
 
-                <span class="nt">&lt;li&gt;</span>
-                <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">&quot;contact.html&quot;</span><span class="nt">&gt;</span>Contact<span class="nt">&lt;/a&gt;</span>
-                <span class="nt">&lt;/li&gt;</span>
-
-            <span class="nt">&lt;/ul&gt;</span>
-            <span class="nt">&lt;/nav&gt;</span>
-    <span class="nt">&lt;/div&gt;</span>
-</pre></div>
-
-
-<p></div>
-<div class="clear">
-</div>
-<!-- SUBHEADER
-================================================== -->
-<div id="subheader" class="blogstyle">
-    <div class="row">
-        <div class="eight columns">
-            <p class="bread leftalign">
-                 You are here: <a href="index.html"> Home</a> / <a href="elements.html">Elements</a>
-            </p>
-        </div>
-        <div class="four columns">
-            <div class="row collapse">
-                <div class="ten mobile-three columns">
-                    <input type="text" class="nomargin" placeholder="Search...">
-                </div>
-                <div class="two mobile-one columns">
-                    <a href="#" class="postfix button expand">Go</a>
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-<div class="hr">
-</div>
-<!-- CONTENT 
-================================================== -->
-<div class="row">
-    <!-- TABS-->
-    <div class="six columns">
-        <h5>TABS</h5>
-        <dl class="tabs">
-            <dd class="active"><a href="#simple1">Simple Tab 1</a></dd>
-            <dd><a href="#simple2">Simple Tab 2</a></dd>
-            <dd><a href="#simple3">Simple Tab 3</a></dd>
-        </dl>
-        <ul class="tabs-content">
-            <li class="active" id="simple1Tab">
-            <p>
-                This is simple tab 1's content. Pretty neat, huh? Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et non ex maxima parte de tota iudicabis? Item de contrariis, a quibus ad genera formasque generum.
-            </p>
-            <p>
-                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et non ex maxima parte de tota iudicabis? Item de contrariis, a quibus ad genera formasque generum venerunt. Sit enim idem caecus, debilis. Duo Reges: constructio interrete.
-            </p>
-            <p>
-                Sit enim idem caecus, debilis. Duo Reges: constructio interrete.
-            </p>
-            </li>
-            <li id="simple2Tab">This is simple tab 2's content. Now you see it! Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et non ex maxima parte de tota iudicabis? Item de contrariis, a quibus ad genera formasque generum.</li>
-            <li id="simple3Tab">This is simple tab 3's content. It's, you know...okay. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et non ex maxima parte de tota iudicabis? Item de contrariis, a quibus ad genera formasque generum.</li>
-        </ul>
-    </div>
-    <!-- ACCORDIONS-->
-    <div class="six columns">
-        <h5>ACCORDIONS</h5>
-        <ul class="accordion">
-            <li class="active">
-            <div class="title">
-                <b>Accordion Panel 1</b>
-            </div>
-            <div class="content" style="overflow: hidden; display: block; ">
-                <p>
-                    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
-                </p>
-            </div>
-            </li>
-            <li class="">
-            <div class="title">
-                <b>Accordion Panel 2</b>
-            </div>
-            <div class="content" style="overflow: hidden; display: none; ">
-                <p>
-                    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
-                </p>
-            </div>
-            </li>
-            <li class="">
-            <div class="title">
-                <b>Accordion Panel 3</b>
-            </div>
-            <div class="content" style="overflow: hidden; display: none; ">
-                <p>
-                    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
-                </p>
-                </div>
-                </li>
-            </ul></p>
-<div class="codehilite"><pre><span class="o">&lt;/</span><span class="n">div</span><span class="o">&gt;</span>
-</pre></div>
-
-
-<p></div>
-    <div class="row">
-        <hr>
-        <!-- TABLES-->
-        <div class="seven columns">
-            <h5>TABLES</h5>
-            <table>
-            <thead>
-            <tr>
-                <th>
-                    Table Header
-                </th>
-                <th>
-                    Table Header
-                </th>
-                <th>
-                    Table Header
-                </th>
-                <th>
-                    Table Header
-                </th>
-            </tr>
-            </thead>
-            <tbody>
-            <tr>
-                <td>
-                    Content
-                </td>
-                <td>
-                    This is longer content
-                </td>
-                <td>
-                    Content
-                </td>
-                <td>
-                    Content
-                </td>
-            </tr>
-            <tr>
-                <td>
-                    Content
-                </td>
-                <td>
-                    This is longer content
-                </td>
-                <td>
-                    Content
-                </td>
-                <td>
-                    Content
-                </td>
-            </tr>
-            <tr>
-                <td>
-                    Content
-                </td>
-                <td>
-                    This is longer content
-                </td>
-                <td>
-                    Content
-                </td>
-                <td>
-                    Content
-                </td>
-            </tr>
-            <tr>
-                <td>
-                    Content
-                </td>
-                <td>
-                    This is longer content
-                </td>
-                <td>
-                    Content
-                </td>
-                <td>
-                    Content
-                </td>
-            </tr>
-            </tbody>
-            </table>
-        </div>
-        <!-- ALERTS-->
-        <div class="five columns">
-            <h5>ALERTS</h5>
-            <div class="alert-box default">
-                 This is the default alert. <a href="" class="close">x</a>
-            </div>
-            <div class="alert-box">
-                 This is a standard alert. <a href="" class="close">x</a>
-            </div>
-            <div class="alert-box success">
-                 This is a success alert. <a href="" class="close">x</a>
-            </div>
-            <div class="alert-box alert">
-                 This is an alert. <a href="" class="close">x</a>
-            </div>
-            <div class="alert-box secondary">
-                 This is a secondary alert. <a href="" class="close">x</a>
-            </div>
-        </div>
-    </div>
-    <div class="row">
-        <hr>
-        <!-- VIDEOS-->
-        <div class="seven columns">
-            <h5>VIDEOS</h5>
-            <dl class="tabs contained">
-                <dd class="active"><a href="#video1">4:3</a></dd>
-                <dd class=""><a href="#video2">Widescreen</a></dd>
-                <dd class=""><a href="#video3">Vimeo</a></dd>
-            </dl>
-            <ul class="tabs-content contained">
-                <li class="active" id="video1Tab" style="display: block; ">
-                <div class="flex-video">
-                    <iframe width="420" height="315" src="http://www.youtube.com/embed/9otNWTHOJi8" style="border:0px;">
-                    </iframe>
-                </div>
-                </li>
-                <li id="video2Tab" style="display: none; " class="">
-                <div class="flex-video widescreen">
-                    <iframe width="560" height="315" src="http://www.youtube.com/embed/N966cATFWjI" style="border:0px;">
-                    </iframe>
-                </div>
-                </li>
-                <li id="video3Tab" style="display: none; " class="">
-                <div class="flex-video widescreen vimeo">
-                    <iframe src="http://player.vimeo.com/video/21762736?title=0&amp;byline=0&amp;portrait=0" width="400" height="225" style="border:0px;">
-                    </iframe>
-                </div>
-                </li>
-            </ul>
-        </div>
-        <!-- PROGRESS BARS-->
-        <div class="five columns">
-            <h5>PROGRESS BARS</h5>
-            <div class="progress six">
-                <span class="meter"></span>
-            </div>
-            <div class="radius progress success eight">
-                <span class="meter"></span>
-            </div>
-            <div class="nice round progress alert ten">
-                <span class="meter"></span>
-            </div>
-            <div class="nice secondary progress">
-                <span class="meter"></span>
-            </div>
-            <div class="hr">
-            </div>
-            <h5>BUTTONS</h5>
-            <a href="#" class="button">Button</a>
-            <a href="#" class="success button">Button</a>
-            <a href="#" class="secondary button">Button</a>
-            <a href="#" class="alert button">Button</a>
-            <div class="minipause"></div>
-            <div class="button dropdown">
-                 Dropdown
-                <ul>
-                    <li><a href="#">Dropdown Item</a></li>
-                    <li><a href="#">Another Dropdown Item</a></li>
-                    <li class="divider"></li>
-                    <li><a href="#">Last Item</a></li>
-                </ul>
-            </div>
-        </div>
-    </div>
-    <div class="row">
-        <hr>
-        <!-- FORMS-->
-        <div class="seven columns">
-            <h5>FORMS</h5>
-            <form>
-                <fieldset>
-                    <legend>Form Title Here</legend>
-                    <div class="row">
-                        <div class="five columns">
-                            <label>Name</label>
-                            <input type="text" class="smoothborder"/>
-                            <label>Occupation</label>
-                            <input type="text" class="smoothborder"/>
-                            <label>Twitter</label>
-                            <div class="row collapse">
-                                <div class="two columns">
-                                    <span class="prefix">@</span>
-                                </div>
-                                <div class="ten columns">
-                                    <input type="text" placeholder="twitterusername" class="smoothborder"/>
-                                </div>
-                            </div>
-                            <label>URL</label>
-                            <div class="row collapse">
-                                <div class="nine columns">
-                                    <input type="text" placeholder="website" class="smoothborder"/>
-                                </div>
-                                <div class="three columns">
-                                    <span class="postfix">.com</span>
-                                </div>
-                            </div>
-                        </div>
-                    </div>
-                    <label>Address</label>
-                    <input type="text" placeholder="Street (e.g. 123 Amazing St.)"/>
-                    <div class="row">
-                        <div class="eight columns">
-                            <input type="text" placeholder="City" class="smoothborder"/>
-                        </div>
-                        <div class="four columns">
-                            <input type="text" placeholder="ZIP" class="smoothborder"/>
-                        </div>
-                    </div>
-                </fieldset>
-            </form>
-        </div>    <br />
-        <div class="five columns">
-            <!-- PANELS-->
-            <h5>PANELS</h5>
-            <div class="panel">
-                <h5>This is a regular panel.</h5>
-                <p>
-                    It has an easy to override visual style, and is appropriately subdued.
-                </p>
-            </div>
-            <div class="panel callout radius">
-                <h5>This is a callout panel.</h5>
-                <p>
-                    A little ostentatious, but useful for important content.
-                </p>
-            </div>
-            <div class="hr">
-            </div>
-            <!-- PAGINATION-->
-            <h5>PAGINATION</h5>
-            <ul class="pagination">
-                <li class="arrow unavailable"><a href="">&laquo;</a></li>
-                <li class="current"><a href="">1</a></li>
-                <li><a href="">2</a></li>
-                <li><a href="">3</a></li>
-                <li><a href="">4</a></li>
-                <li class="unavailable"><a href="">&hellip;</a></li>
-                <li><a href="">12</a></li>
-                <li><a href="">13</a></li>
-                <li class="arrow"><a href="">&raquo;</a></li>
-            </ul>
-        </div>
-    </div>
-<div class="hr">
-</div>
-<!-- TWITTER
-================================================== -->
-<div class="tweetarea">
-    <div class="tweettext">
-        <div class="row">
-            <div class="twelve columns">
-                <div class="tweet">
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-<!-- FOOOTER 
-================================================== -->
-<div id="footer">
-    <footer class="row">
-    <p class="back-top floatright">
-        <a href="#top"><span></span></a>
-    </p>
-    <div class="four columns">
-        <h1>ABOUT US</h1>
-         Our goal is to keep clients satisfied!
-    </div>
-    <div class="four columns">
-        <h1>GET SOCIAL</h1>
-        <div class="social facebook">
-            <a href="#"></a>
-        </div>
-        <div class="social twitter">
-            <a href="#"></a>
-        </div>
-        <div class="social deviantart">
-            <a href="#"></a>
-        </div>
-        <div class="social flickr">
-            <a href="#"></a>
-        </div>
-        <div class="social dribbble">
-            <a href="#"></a>
-        </div>
-    </div>
-    <div class="four columns">
-        <h1 class="newsmargin">NEWSLETTER</h1>
-        <div class="row collapse newsletter floatright">
-            <div class="ten mobile-three columns">
-                <input type="text" class="nomargin" placeholder="Enter your e-mail address...">
-            </div>
-            <div class="two mobile-one columns">
-                <a href="#" class="postfix button expand">GO</a>
-            </div>
-        </div>
-    </div>
-    </footer>
-</div>
-<div class="copyright">
-    <div class="row">
-        <div class="six columns">
-             &copy;<span class="small"> Copyright 2013 Your Agency Name</span>
-        </div>
-        <div class="six columns">
-            <span class="small floatright"> Purchase "Studio Francesca" - WowThemes.net</span>
-        </div>
-    </div>
-</div>
-<!-- JAVASCRIPTS 
-================================================== -->
-<!-- Javascript files placed here for faster loading -->
-<script src="javascripts/foundation.min.js"></script>
-<script src="javascripts/jquery.cycle.js"></script>
-<script src="javascripts/app.js"></script>
-<script src="javascripts/modernizr.foundation.js"></script>
-<script src="javascripts/slidepanel.js"></script>
-<script src="javascripts/scrolltotop.js"></script>
-<script src="javascripts/hoverIntent.js"></script>
-<script src="javascripts/superfish.js"></script>
-<script src="javascripts/responsivemenu.js"></script>
-<script src="javascripts/jquery.tweet.js"></script>
-<script src="javascripts/twitterusername.js"></script>
-</body>
-</html></p></div>
-	<!-- /container (main block) -->
-
-	<hr>
+  <body>
 
 	<div class="container">
 		<footer>
@@ -942,11 +44,11 @@ under the License. 
 			<a href="#">Back to top</a>
 		</p>
 		<p>
-			Copyright © 2004-2014 The Apache Software Foundation. Licensed under
+			Copyright © 2010-2014 The Apache Software Foundation. Licensed under
 			<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
 				License 2.0</a>.
 		</p>
-		<p>Apache Nutch, Nutch, Apache, the Apache feather logo, and the
+		<p>Apache OODT, OODT, Apache, the Apache feather logo, and the
 			Apache Nutch project logo are trademarks of The Apache Software
 			Foundation.</p>
 		</footer>

Modified: websites/staging/oodt/trunk/content/index.html
==============================================================================
--- websites/staging/oodt/trunk/content/index.html (original)
+++ websites/staging/oodt/trunk/content/index.html Thu Jul 17 15:14:15 2014
@@ -22,677 +22,21 @@ under the License. 
 <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 <meta charset="utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<meta name="author" content="dev@Nutch.apache.org" />
+<meta name="author" content="dev@oodt.apache.org" />
 
 <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
 <META name="Description"
-	content="Apache Nutch -- " />
-<META name="Keywords" content="Apache Nutch Web Crawler" />
-<META name="Owner" content="dev@nutch.apache.org" />
+	content="Apache OODT -- " />
+<META name="Keywords" content="Apache OODT, Catalogs, Archives and More" />
+<META name="Owner" content="dev@oodt.apache.org" />
 <META name="Robots" content="index, follow" />
 <META name="Security" content="Public" />
 <META name="Source" content="wiki template" />
-<META name="DC.Rights"  content="Copyright 2004-2014, The Apache Software Foundation" />
+<META name="DC.Rights"  content="Copyright 2010-2014, The Apache Software Foundation" />
 
-    <!-- Le styles -->
-    <link href="./assets/css/bootstrap.css" rel="stylesheet">
-    <link href="./assets/css/bootstrap-responsive.css" rel="stylesheet">
-    <style>
-
-    /* GLOBAL STYLES
-    -------------------------------------------------- */
-    /* Padding below the footer and lighter body text */
-
-    body {
-      padding-bottom: 40px;
-      color: #5a5a5a;
-    }
-
-
-
-    /* CUSTOMIZE THE NAVBAR
-    -------------------------------------------------- */
-
-    /* Special class on .container surrounding .navbar, used for positioning it into place. */
-    .navbar-wrapper {
-      position: absolute;
-      top: 0;
-      left: 0;
-      right: 0;
-      z-index: 10;
-      margin-top: 20px;
-      margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
-    }
-    .navbar-wrapper .navbar {
-
-    }
-
-    /* Remove border and change up box shadow for more contrast */
-    .navbar .navbar-inner {
-      border: 0;
-      -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
-         -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
-              box-shadow: 0 2px 10px rgba(0,0,0,.25);
-    }
-
-    /* Downsize the brand/project name a bit */
-    .navbar .brand {
-      padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
-      font-size: 16px;
-      font-weight: bold;
-      text-shadow: 0 -1px 0 rgba(0,0,0,.5);
-    }
-
-    /* Navbar links: increase padding for taller navbar */
-    .navbar .nav > li > a {
-      padding: 15px 20px;
-    }
-
-    /* Offset the responsive button for proper vertical alignment */
-    .navbar .btn-navbar {
-      margin-top: 10px;
-    }
-
-
-
-    /* CUSTOMIZE THE CAROUSEL
-    -------------------------------------------------- */
-
-    /* Carousel base class */
-    .carousel {
-      margin-bottom: 60px;
-    }
-
-    .carousel .container {
-      position: relative;
-      z-index: 9;
-    }
-
-    .carousel-control {
-      height: 80px;
-      margin-top: 0;
-      font-size: 120px;
-      text-shadow: 0 1px 1px rgba(0,0,0,.4);
-      background-color: transparent;
-      border: 0;
-      z-index: 10;
-    }
-
-    .carousel .item {
-      height: 500px;
-    }
-    .carousel img {
-      position: absolute;
-      top: 0;
-      left: 0;
-      min-width: 100%;
-      height: 500px;
-    }
-
-    .carousel-caption {
-      background-color: transparent;
-      position: static;
-      max-width: 550px;
-      padding: 0 20px;
-      margin-top: 200px;
-    }
-    .carousel-caption h1,
-    .carousel-caption .lead {
-      margin: 0;
-      line-height: 1.25;
-      color: #fff;
-      text-shadow: 0 1px 1px rgba(0,0,0,.4);
-    }
-    .carousel-caption .btn {
-      margin-top: 10px;
-    }
-
-    /* MARKETING CONTENT
-    -------------------------------------------------- */
-
-    /* Center align the text within the three columns below the carousel */
-    .marketing .span4 {
-      text-align: center;
-    }
-    .marketing h2 {
-      font-weight: normal;
-    }
-    .marketing .span4 p {
-      margin-left: 10px;
-      margin-right: 10px;
-    }
-
-
-    /* Featurettes
-    ------------------------- */
-
-    .featurette-divider {
-      margin: 80px 0; /* Space out the Bootstrap <hr> more */
-    }
-    .featurette {
-      padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
-      overflow: hidden; /* Vertically center images part 2: clear their floats. */
-    }
-    .featurette-image {
-      margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
-    }
-
-    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
-    .featurette-image.pull-left {
-      margin-right: 40px;
-    }
-    .featurette-image.pull-right {
-      margin-left: 40px;
-    }
-
-    /* Thin out the marketing headings */
-    .featurette-heading {
-      font-size: 50px;
-      font-weight: 300;
-      line-height: 1;
-      letter-spacing: -1px;
-    }
-
-    /* RESPONSIVE CSS
-    -------------------------------------------------- */
-
-    @media (max-width: 979px) {
-
-      .container.navbar-wrapper {
-        margin-bottom: 0;
-        width: auto;
-      }
-      .navbar-inner {
-        border-radius: 0;
-        margin: -20px 0;
-      }
-
-      .carousel .item {
-        height: 500px;
-      }
-      .carousel img {
-        width: auto;
-        height: 500px;
-      }
-
-      .featurette {
-        height: auto;
-        padding: 0;
-      }
-      .featurette-image.pull-left,
-      .featurette-image.pull-right {
-        display: block;
-        float: none;
-        max-width: 40%;
-        margin: 0 auto 20px;
-      }
-    }
-
-
-    @media (max-width: 767px) {
-
-      .navbar-inner {
-        margin: -20px;
-      }
-
-      .carousel {
-        margin-left: -20px;
-        margin-right: -20px;
-      }
-      .carousel .container {
-
-      }
-      .carousel .item {
-        height: 300px;
-      }
-      .carousel img {
-        height: 300px;
-      }
-      .carousel-caption {
-        width: 65%;
-        padding: 0 70px;
-        margin-top: 100px;
-      }
-      .carousel-caption h1 {
-        font-size: 30px;
-      }
-      .carousel-caption .lead,
-      .carousel-caption .btn {
-        font-size: 18px;
-      }
-
-      .marketing .span4 + .span4 {
-        margin-top: 40px;
-      }
-
-      .featurette-heading {
-        font-size: 30px;
-      }
-      .featurette .lead {
-        font-size: 18px;
-        line-height: 1.5;
-      }
-
-    }
-    </style>
-    
-    <style type="text/css">
-        /* Share This CSS */
-    .stpulldown-gradient {
-       background: #E1E1E1;
-       background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
-       background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
-       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
-       background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
-       color: #636363;
-     }
-     
-     #stpulldown .stpulldown-logo
-     {
-     height: 40px;
-     width: 300px;
-     margin-left: 20px;
-     margin-top: 5px;
-     background:url("http://apache.org/images/feather-small.gif") no-repeat;
-     }
-    </style>
-
-    <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-    <!--[if lt IE 9]>
-      <script src="../assets/js/html5shiv.js"></script>
-    <![endif]-->
-
-    <!-- Fav and touch icons -->
-    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="./assets/ico/apple-touch-icon-144-precomposed.png">
-    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="./assets/ico/apple-touch-icon-114-precomposed.png">
-    <link rel="apple-touch-icon-precomposed" sizes="72x72" href="./assets/ico/apple-touch-icon-72-precomposed.png">
-    <link rel="apple-touch-icon-precomposed" href="./assets/ico/apple-touch-icon-57-precomposed.png">
-    <link rel="shortcut icon" href="./assets/ico/favicon.ico">
-    
-    <script type="text/javascript">var switchTo5x=true;</script>
-    <script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
-    <script type="text/javascript" src="http://s.sharethis.com/loader.js"></script>
-
-  </head>
-
-  <body>
-    <!-- NAVBAR================================================== -->
-    <div class="navbar-wrapper">
-      <!-- Wrap the .navbar in .container to center it within the absolutely positioned parent. -->
-      <div class="container">
-
-        <div class="navbar navbar-inverse">
-          <div class="navbar-inner">
-            <!-- Responsive Navbar Part 1: Button for triggering responsive navbar (not covered in tutorial). Include responsive CSS to utilize. -->
-            <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-              <span class="icon-bar"></span>
-              <span class="icon-bar"></span>
-              <span class="icon-bar"></span>
-            </button>
-            <!--  a class="brand" href="#">Home</a-->
-            <a href="./index.html" class="brand">
-              <img src="./assets/img/nutch_logo_tm.png" alt="Apache" title="Apache" /> 
-            </a>
-            <!-- Responsive Navbar Part 2: Place all navbar contents you want collapsed withing .navbar-collapse.collapse. -->
-            <div class="nav-collapse collapse">
-              <ul class="nav">
-                <li><a href="./downloads.html">Downloads</a></li>
-                <li class="dropdown">
-                  <a href="#" class="dropdown-toggle" 
-                    data-toggle="dropdown">Community<b class="caret"></b></a>
-                  <ul class="dropdown-menu">
-                    <li><a href="https://whimsy.apache.org/board/minutes/Nutch.html">Board Reporting</a></li>
-                    <li><a href="./bot.html">Robots Information</a></li>
-                    <li><a href="http://wiki.apache.org/nutch/Becoming_A_Nutch_Developer">Contribute</a></li>
-                    <li><a href="./mailing_lists.html">Mailing Lists</a></li>
-                    <li><a href="./credits.html">People/Credits</a></li>
-                    <li><a href="http://www.cafepress.com/nutch">Buy Stuff</a></li>
-                    <li class="divider"></li>
-                    <li class="dropdown">
-                      <a href="#" class="dropdown-toggle" 
-                        data-toggle="dropdown">Related Projects<b class="caret"></b></a>
-                      <ul class="dropdown-header">
-                        <li><a href="http://lucene.apache.org">Apache Lucene</a></li>
-                        <li><a href="http://gora.apache.org">Apache Gora</a></li>
-                        <li><a href="http://hadoop.apache.org">Apache Hadoop</a></li>
-                        <li><a href="http://lucene.apache.org/solr">Apache Solr</a></li>
-                        <li><a href="http://tika.apache.org">Apache Tika</a></li>
-                      </ul>
-                  </ul>
-                </li>
-                <li class="dropdown">
-                  <a href="#" class="dropdown-toggle" 
-                    data-toggle="dropdown">Documentation<b class="caret"></b></a>
-                  <ul class="dropdown-menu">
-                    <li><a href="https://wiki.apache.org/nutch/FrontPage#What_is_Apache_Nutch.3F">About</a></li>
-                    <li><a href="http://wiki.apache.org/nutch/">Nutch Wiki</a></li>
-                    <li><a href="./javadoc.html">JavaDoc Documentation</a></li>
-                    <li><a href="http://wiki.apache.org/nutch/#Tutorials">Nutch Tutorials</a></li>
-					<li><a href="http://wiki.apache.org/nutch/FAQ">Nutch FAQs</a></li>
-                  </ul>
-                </li>
-                <li class="dropdown">
-                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development<b class="caret"></b></a>
-                  <ul class="dropdown-menu">
-                    <li><a href="https://issues.apache.org/jira/browse/NUTCH/">Issue Tracker</a></li>
-                    <li><a href="./mailing_lists.html">Mailing Lists</a></li>
-                    <li><a href="https://builds.apache.org/view/M-R/view/Nutch/">Nightly Builds</a></li>
-                  </ul>
-                </li>
-                <li class="dropdown">
-                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                    <img src="./assets/img/feather-small.png" alt="Apache" title="Apache" /> 
-                    <b class="caret"></b>
-                  </a>
-                  <ul class="dropdown-menu pull-right">
-                    <li><a href="http://www.apache.org">Apache Home</a></li>
-                    <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                    <li><a href="http://www.apache.org/security/">Security</a></li>
-                    <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
-                    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                  </ul>
-                </li>
-              </ul>
-            </div><!--/.nav-collapse -->
-          </div><!-- /.navbar-inner -->
-        </div><!-- /.navbar -->
-      </div> <!-- /.container -->
-    </div><!-- /.navbar-wrapper -->
-	<hr>
-
-	<div class="container" id="Nutch_">
-
-		<!DOCTYPE html>
-<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
-
-<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
-
-<!--[if IE 7]>    <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
-
-<!--[if IE 8]>    <html class="no-js lt-ie9" lang="en"> <![endif]-->
-
-<!--[if gt IE 8]><!-->
-
-<p><html class="no-js" lang="en">
-<!--<![endif]-->
-<head>
-<meta charset="utf-8"/>
-<!-- Set the viewport width to device width for mobile -->
-<meta name="viewport" content="width=device-width"/>
-<title>Apache OODT</title>
-<!-- Included CSS Files-->
-<link rel="stylesheet" href="stylesheets/style.css">
-<link rel="stylesheet" href="stylesheets/homepage.css"><!-- homepage stylesheet -->
-<link rel="stylesheet" href="stylesheets/skins/teal.css"><!-- skin color -->
-<link rel="stylesheet" href="stylesheets/responsive.css">
-<!-- IE Fix for HTML5 Tags -->
-<!--[if lt IE 9]>
-    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->  <br />
 </head>
-<body>
-<!-- HIDDEN PANEL 
-================================================== -->
-<div id="panel">
- <div class="row">
-  <div class="twelve columns">
-   <img src="images/info.png" class="pics" alt="info">
-   <div class="infotext">
-   Thank you for visiting my theme! Replace this with your message to visitors.
-   </div>
-  </div>
-</div>
-</div>
-<p class="slide">
- <a href="#" class="btn-slide"></a>
-</p>
-<!-- HEADER
-================================================== -->
-<div class="row"> <br />
- <div class="four columns">
-  <div class="logo">
-   <a href="index2.html"><h4>Apache OODT</h4></a>
-  </div>
- </div>
-<div class="eight  columns noleftmarg">   <br />
- <nav id="nav-wrap">
-  <ul class="nav-bar sf-menu">
-   <li class="current">
-   <a href="index2.html">Home</a>
-   <ul>
-   <li><a href="index2.html">Without slider</a></li>                      <br />
-   </ul>
-   </li>
-   <li>
-   <a href="#">About</a>
-   </li>
-   <li>
-   <a href="portofolio4.html">Components</a>
-   </li>
-   <li>
-   <a href="services.html">Downloads</a>
-   </li>
-   <li>
-   <a href="columns.html">Development</a>
-   </li>
-   <li>
-   <a href="contact.html">Contact</a>
-   </li>
-   </ul>
-   </nav>
-  </div>  <br />
-</div>
-<div class="clear">
-</div>
-<!-- SUBHEADER
-================================================== -->
-<div id="subheader" class="subheadertext">
-    <div class="row">
-        <div class="twelve columns">
-            <div class="noslide">
-                <img src="./oodt-images/oodt_asf_logo.png" style="height:130px">
-                <!-- <h1>Apache OODT</h1> -->
-                <h3>Catalogs, archives, metadata, &amp; more</h3>
-            <div class="minipause"></div><br/>
-            <a href="#" class="clear actbutton">Download OODT</a>
-            </div>
-        </div>
-    </div>
-</div>
-<!-- ANIMATED COLUMNS 
-================================================== -->
-<div class="row">
-    <div class="twelve columns">
-        <ul class="ca-menu">
-            <li>
-            <a href="#">
-            <span class="ca-icon">H</span>
-            <div class="ca-content">
-                <h2 class="ca-main">About</h2>
-                <h3 class="ca-sub">Straight to the point</h3>
-            </div>
-            </a>
-            </li>
-            <li>
-            <a href="#">
-            <span class="ca-icon">F</span>
-            <div class="ca-content">
-                <h2 class="ca-main">Getting Started</h2>
-                <h3 class="ca-sub">
-                Download the latest release<br/>
-                Read the quick start guide</h3>
-            </div>
-            </a>
-            </li>
-            <li>
-            <a href="#">
-            <span class="ca-icon">d</span>
-            <div class="ca-content">
-                <h2 class="ca-main">Latest Updates</h2>
-                <h3 class="ca-sub">Full slider, boxed or none</h3>
-            </div>
-            </a>
-            </li>
-            <li>
-            <a href="#">
-            <span class="ca-icon">K</span>
-            <div class="ca-content">
-                <h2 class="ca-main">Community</h2>
-                <h3 class="ca-sub">Find your place</h3>
-            </div>
-            </a>
-            </li>
-        </ul>
-    </div>
-</div>
-<!-- CONTENT 
-================================================== -->
-<div class="row">
-    <div class="twelve columns">
-        <div class="centersectiontitle">
-            <h4>What we do</h4>
-        </div>
-    </div>
-    <div class="four columns">
-        <h5>Photography</h5>
-        <p>
-             Swine short ribs meatball irure bacon nulla pork belly cupidatat meatloaf cow. Nulla corned beef sunt ball tip, qui bresaola enim jowl. Capicola short ribs minim salami nulla nostrud pastrami.
-        </p>
-        <p>
-            <a href="#" class="readmore">Learn more</a>
-        </p>
-    </div>
-    <div class="four columns">
-        <h5>Artwork</h5>
-        <p>
-            Swine short ribs meatball irure bacon nulla pork belly cupidatat meatloaf cow. Nulla corned beef sunt ball tip, qui bresaola enim jowl. Capicola short ribs minim salami nulla nostrud pastrami.
-        </p>
-        <p>
-            <a href="#" class="readmore">Learn more</a>
-        </p>
-    </div>
-    <div class="four columns">
-        <h5>Logos</h5>
-        <p>
-             Swine short ribs meatball irure bacon nulla pork belly cupidatat meatloaf cow. Nulla corned beef sunt ball tip, qui bresaola enim jowl. Capicola short ribs minim salami nulla nostrud pastrami.
-        </p>
-        <p>
-            <a href="#" class="readmore">Learn more</a>
-        </p>
-    </div>
-</div>
-<div class="hr">
-</div>
-<!-- TESTIMONIALS 
-================================================== -->
-<div class="row">
-    <div class="twelve columns">
-        <div id="testimonials">
-            <blockquote>
-                <p>
-                     "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. " <cite>&ndash;Martin - NY</cite>
-                </p>
-            </blockquote>
-            <blockquote>
-                <p>
-                     "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." <cite>&ndash;Sandra - LA</cite>
-                </p>
-            </blockquote>
-            <blockquote>
-                <p>
-                     "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." <cite>&ndash;Jason - MA</cite>
-                </p>
-            </blockquote>
-        </div>
-        <!--end testimonials-->
-    </div>
-</div>
-<!-- TWITTER
-================================================== -->
-<div class="tweetarea">
-    <div class="tweettext">
-        <div class="row">
-            <div class="twelve columns">
-                <div class="tweet">
-                </div>
-            </div>
-        </div>
-    </div>
-</div>
-<!-- FOOOTER 
-================================================== -->
-<div id="footer">
-    <footer class="row">
-    <p class="back-top floatright">
-        <a href="#top"><span></span></a>
-    </p>
-    <div class="four columns">
-        <h1>ABOUT US</h1>
-         Our goal is to keep clients satisfied!
-    </div>
-    <div class="four columns">
-        <h1>GET SOCIAL</h1>
-        <div class="social facebook">
-            <a href="#"></a>
-        </div>
-        <div class="social twitter">
-            <a href="#"></a>
-        </div>
-        <div class="social deviantart">
-            <a href="#"></a>
-        </div>
-        <div class="social flickr">
-            <a href="#"></a>
-        </div>
-        <div class="social dribbble">
-            <a href="#"></a>
-        </div>
-    </div>
-    <div class="four columns">
-        <h1 class="newsmargin">NEWSLETTER</h1>
-        <div class="row collapse newsletter floatright">
-            <div class="ten mobile-three columns">
-                <input type="text" class="nomargin" placeholder="Enter your e-mail address...">
-            </div>
-            <div class="two mobile-one columns">
-                <a href="#" class="postfix button expand">GO</a>
-            </div>
-        </div>
-    </div>
-    </footer>
-</div>
-<div class="copyright">
-    <div class="row">
-        <div class="six columns">
-             &copy;<span class="small"> Copyright 2013 Your Agency Name</span>
-        </div>
-        <div class="six columns"></p>
-<div class="codehilite"><pre>    <span class="nt">&lt;/div&gt;</span>
-<span class="nt">&lt;/div&gt;</span>
-</pre></div>
-
 
-<p></div>
-<!-- JAVASCRIPTS 
-================================================== -->
-<!-- Javascript files placed here for faster loading -->
-<script src="javascripts/foundation.min.js"></script> 
-<script src="javascripts/jquery.carouFredSel-6.0.5-packed.js"></script>
-<script src="javascripts/jquery.cycle.js"></script>
-<script src="javascripts/app.js"></script>
-<script src="javascripts/modernizr.foundation.js"></script>
-<script src="javascripts/slidepanel.js"></script>
-<script src="javascripts/scrolltotop.js"></script>
-<script src="javascripts/hoverIntent.js"></script>
-<script src="javascripts/superfish.js"></script>
-<script src="javascripts/responsivemenu.js"></script>
-<script src="javascripts/jquery.tweet.js"></script>
-<script src="javascripts/twitterusername.js"></script>
-</body>
-</html></p></div>
-	<!-- /container (main block) -->
-
-	<hr>
+  <body>
 
 	<div class="container">
 		<footer>
@@ -700,11 +44,11 @@ under the License. 
 			<a href="#">Back to top</a>
 		</p>
 		<p>
-			Copyright © 2004-2014 The Apache Software Foundation. Licensed under
+			Copyright © 2010-2014 The Apache Software Foundation. Licensed under
 			<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
 				License 2.0</a>.
 		</p>
-		<p>Apache Nutch, Nutch, Apache, the Apache feather logo, and the
+		<p>Apache OODT, OODT, Apache, the Apache feather logo, and the
 			Apache Nutch project logo are trademarks of The Apache Software
 			Foundation.</p>
 		</footer>