| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
| <html lang="en"> |
| <head> |
| <title> |
| {% block title %}{{ headers.title }}{% endblock %} |
| </title> |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif"> |
| <link href="css/hdt.css" rel="stylesheet" type="text/css"> |
| <link rel="alternate" href="{{%20headers.atom.url%20}}" type="application/atom+xml" title="{{ headers.atom.title }}"> |
| <base href="{{%20headers.base%20}}"> |
| </head> |
| <body> |
| <p> |
| {% if headers.atom %} {% endif %} {% if headers.base %}{% endif %} {% if headers.notice %}<!-- {{ headers.notice }} -->{% endif %} |
| </p> |
| <div id="banner"> |
| |
| </div> |
| <div id="navigation"> |
| {% filter markdown %}{% include "sidenav.mdtext" %}{% endfilter %} |
| </div> |
| <div id="bannertext"> |
| <img id="logo" alt="Apache Hadoop Development Tools" src="images/hdt.png" name="logo">™ |
| <img style="float:right" src="http://incubator.apache.org/images/egg-logo.png" alt="apache Incubator Logo" /> |
| </div> |
| <div id="content"> |
| <h1 class="title"> |
| {% block title %}{{ headers.title }}{% endblock %} |
| </h1>{% block content %}{{ content|markdown }}{% endblock %} |
| <h2 id="disclaimer">Disclaimer</h2> |
| <p>Apache Hadoop Development Tools is an effort undergoing incubation at <a href="http://apache.org/">The Apache Software Foundation |
| (ASF)</a> sponsored by the <a href="http://incubator.apache.org/">Apache Incubator PMC</a>. |
| Incubation is required of all newly accepted projects until a further review |
| indicates that the infrastructure, communications, and decision making process |
| have stabilized in a manner consistent with other successful ASF projects. |
| While incubation status is not necessarily a reflection of the completeness or |
| stability of the code, it does indicate that the project has yet to be fully |
| endorsed by the ASF.</p> |
| </div> |
| <div id="copyright" class="copyright"> |
| <p> |
| Copyright © 2011 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br> |
| Apache and the Apache feather logo are trademarks of The Apache Software Foundation. |
| </p> |
| </div> |
| </body> |
| </html> |