90 lines
3.5 KiB
HTML
90 lines
3.5 KiB
HTML
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html>
|
|
<head>
|
|
<title>404 Not Found</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
|
<meta property="og:title" content="jOOQ" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="http://www.jooq.org" />
|
|
<meta property="og:image" content="http://www.jooq.org/img/logo.png" />
|
|
<meta property="og:site_name" content="jOOQ" />
|
|
<meta property="fb:admins" content="649865547" />
|
|
|
|
<meta name="description" content="jOOQ, a fluent API for typesafe SQL query construction and execution."/>
|
|
<meta name="author" content="Lukas Eder"/>
|
|
<meta name="keywords" content="jOOQ, JDBC, database abstraction, source code generation, SQL, stored procedures, stored functions, UDT, UDF, typesafe, fluentAPI, fluent API, jOOQL"/>
|
|
|
|
<link href='http://fonts.googleapis.com/css?family=Oxygen' rel='stylesheet' type='text/css'>
|
|
<link href='http://fonts.googleapis.com/css?family=Special+Elite' rel='stylesheet' type='text/css'>
|
|
<link href="/css/jooq.css" type="text/css" rel="stylesheet" />
|
|
<link href="/js/prettify/prettify.css" type="text/css" rel="stylesheet" />
|
|
<script type="text/javascript" src="/js/jquery.js"></script>
|
|
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
|
|
<script type="text/javascript" src="/js/prettify/prettify.js"></script>
|
|
<script type="text/javascript" src="/js/prettify/lang-sql.js"></script>
|
|
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
|
|
|
|
<script>
|
|
$(document).ready(function() {
|
|
$("a").filter("[href*='http']").filter(":not([href*='jooq.org'])").attr("target", "_blank");
|
|
});
|
|
</script>
|
|
</head>
|
|
<body onload="prettyPrint()">
|
|
<div id="navigation">
|
|
<div class="wrapper">
|
|
|
|
<div id="menu">
|
|
<div class="navigation-item-left ">
|
|
<a href="/" title="jOOQ Home Page">Start</a>
|
|
</div>
|
|
<div class="navigation-item-left ">
|
|
<a href="/learn.php" title="Learn about jOOQ">Learn</a>
|
|
</div>
|
|
<div class="navigation-item-left ">
|
|
<a href="/download.php" title="Download jOOQ">Download</a>
|
|
</div>
|
|
<div class="navigation-item-left ">
|
|
<a href="/community.php" title="See who's behind jOOQ and contribute">Community</a>
|
|
</div>
|
|
<div class="navigation-item-left ">
|
|
<a href="/donate.php" title="Show some love to the jOOQ developer">Donate</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="header">
|
|
<div class="wrapper">
|
|
<table width="100%" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td width="700" valign="top">
|
|
<h1>Error:<br/>404 Not Found</h1></td>
|
|
<td align="right" valign="top"><img src="/img/logo.png" alt="jOOQ Logo"/></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="footer">
|
|
<div class="wrapper">
|
|
<p class="right">
|
|
<div style="float: left; width: 400px">
|
|
Copyright (c) 2009-2013 by <a href="http://blog.jooq.org" title="Lukas's Blog about Java, SQL, and jOOQ">Lukas Eder</a>.
|
|
Distributed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" title="Apache 2.0 License">Apache 2.0 licence</a>
|
|
</div>
|
|
<div style="float: right; width: 400px">
|
|
Want to see your brand here? <a href="mailto:lukas.eder@gmail.com" title="contact me">Contact me</a> to partner up with jOOQ
|
|
</div>
|
|
<br/>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div style="display: none">
|
|
<img src="/img/logo.png" alt="The jOOQ Logo" title="jOOQ Logo"/>
|
|
</body>
|
|
</html>
|