blob: f4fb493d359d01cafb2cdbb06ce4695d678e94a3 [file] [log] [blame]
<!DOCTYPE html>
<!--
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.
-->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Apache OpenWebBeans</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="/resources/css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
{% include "styles.css" %}
</style>
<link href="/resources/css/main.css" rel="stylesheet">
<!-- highlighting -->
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/styles/idea.min.css">
</head>
<body>
<nav class="navbar navbar-default navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<a 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>
</a>
<a class="navbar-brand" href="index.html"><img src="/resources/images/logo_dbg-small.png" height="25px"
alt="owb_logo_small"/></a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/index.html">Home</a></li>
<li><a href="/documentation.html">Documentation</a></li>
<li><a href="/source.html">Source</a></li>
<li><a href="/download.html">Download</a></li>
<li><a href="/community.html">Community</a></li>
<!-- <li><a href="/news.html">News</a></li> -->
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#" aria-haspopup="true">Misc<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://www.apache.org">Apache Home</a></li>
<li><a href="/misc/contact.html">Contact</a></li>
<li><a href="/misc/legal.html">Legal</a></li>
<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
<!-- <li class="divider"/> -->
</ul>
</li>
</ul>
<!--/.nav-collapse -->
<form id="search-form" action="https://www.google.com/search" method="get" class="navbar-search pull-right">
<input value="openwebbeans.apache.org" name="sitesearch" type="hidden"/>
<input class="search-query" name="q" id="query" type="search"/>
</form>
<script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=search-form"></script>
</div>
</div>
</nav>
<div class="container">
<div id="OwbContent_{{ page.title }}" class="wiki-content">
{% block content %}{% endblock %}
</div> <!-- /container (main block) -->
<hr>
<footer class="text-center">
<p>
<a href="https://www.apache.org"><img class="img-responsive center-block" src="https://www.apache.org/images/asf_logo_wide.png" height="55px" alt="asf_feather"/></a>
</p>
<p>Copyright &copy; 2008-{{CURRENTYEAR}} The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
<p>OpenWebBeans, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
</footer>
</div> <!-- /container -->
<!-- Javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="/resources/js/jquery-2.1.4.min.js"></script>
<script src="/resources/js/bootstrap.js"></script>
<script type="text/javascript" src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</body></html>