blob: 565e50ec294aa9d008bb808d14b751d7762f04e9 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--
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 charset="utf-8">
<title>{% block title %}{{ headers.title }}{% endblock %}</title>
<meta name="description" content="Apache Wink -- {% block title %}{{ headers.title }}{% endblock %}">
<meta name="author" content="dev@wink.apache.org">
<META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<META name="Keywords" content="Apache Wink JSR-237 REST JavaEE6" />
<META name="Owner" content="dev@wink.apache.org" />
<META name="Robots" content="index, follow" />
<META name="Security" content="Public" />
<META name="DC.Rights" content="Copyright &copy; 2009-2013, The Apache Software Foundation" />
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="{{base}}assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="{{base}}assets/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
</style>
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="{{base}}images/wink.png">
<link rel="shortcut icon" href="{{base}}images/favicon.ico">
<link rel="apple-touch-icon" href="{{base}}images/apple-touch-icon-iphone.png" />
<link rel="apple-touch-icon" sizes="72x72" href="{{base}}images/apple-touch-icon-ipad.png" />
<link rel="apple-touch-icon" sizes="114x114" href="{{base}}images/apple-touch-icon-iphone-retina.png" />
<link rel="apple-touch-icon" sizes="144x144" href="{{base}}images/apple-touch-icon-ipad-retina.png" />
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner fill">
<div class="container">
<!--<a class="brand" href="{{base}}index.html"><img src="{{base}}images/favicon.ico" width="15%" height="15%"/></a>-->
<ul class="nav">
<li class="active"><a href="{{base}}index.html">Home</a></li>
<li class="active"><a href="{{base}}news.html">News</a></li>
<li class="active"><a href="{{base}}downloads.html">Downloads</a></li>
<li class="active"><a href="{{base}}documentation.html">Documentation</a></li>
<li class="active"><a href="{{base}}community.html">Community</a></li>
<li class="active"><a href="{{base}}source.html">Source</a></li>
<li class="active"><a href="{{base}}faq.html">FAQ</a></li>
<li class="active"><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li class="active"><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
<li class="active"><a href="{{base}}privacy.html">Privacy</a></li>
</ul>
<!-- Google CSE Search Box Begins -->
<FORM class="navbar-form pull-right" id="searchbox_007756850371322559056:un2ixevjhis" action="http://www.google.com/cse">
<INPUT type="hidden" name="cx" value="007756850371322559056:un2ixevjhis">
<INPUT type="hidden" name="cof" value="FORID:0">
<INPUT name="q" type="text" placeholder="Search">
</FORM>
<!--<SCRIPT type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_007756850371322559056:un2ixevjhis"></SCRIPT>-->
<!-- Google CSE Search Box Ends -->
</div><!--/container -->
</div><!--/navbar-inner -->
</div><!--/navbar -->
{% block content %}
<div class="container" id="content">
{{ content|markdown }}
</div> <!-- /container/content -->
{% endblock %}
<hr>
<div class="container">
<footer>
<div class="xright">
Copyright &copy; 2009-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.</br>
Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</br>
</p>
</footer>
</div> <!-- /container/footer -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="{{base}}assets/jquery/jquery-1.9.1.min.js"></script>
<script src="{{base}}assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>