[#1551] Add 404 pages etc to the web site

This commit is contained in:
Lukas Eder 2013-06-27 22:23:38 +02:00
parent af26f30303
commit 783c065166
17 changed files with 649 additions and 181 deletions

View File

@ -1,55 +1,32 @@
################################## Errors ######################################
#ErrorDocument 301 /error/301-moved_permanently.html
#ErrorDocument 302 /error/302-moved_temporarily.html
#ErrorDocument 303 /error/303-see_other.html
#ErrorDocument 400 /error/400-bad_request.html
ErrorDocument 401 /error/401-authorization_required.html
#ErrorDocument 402 /error/402-payment_required.html
ErrorDocument 403 /error/403-forbidden.html
ErrorDocument 404 /error/404-not_found.html
#ErrorDocument 405 /error/405-method_not_allowed.html
#ErrorDocument 406 /error/406-not_acceptable.html
#ErrorDocument 407 /error/407-proxy_authentication_required.html
ErrorDocument 408 /error/408-request_timed_out.html
#ErrorDocument 409 /error/409-conflicting_request.html
#ErrorDocument 410 /error/410-gone.html
#ErrorDocument 411 /error/411-content_length_required.html
#ErrorDocument 412 /error/412-precondition_failed.html
#ErrorDocument 413 /error/413-request_entity_too_long.html
#ErrorDocument 414 /error/414-request_uri_too_long.html
#ErrorDocument 415 /error/415-unsupported_media_type.html
ErrorDocument 500 /error/500-internal_server_error.html
#ErrorDocument 501 /error/501-not_implemented.html
#ErrorDocument 502 /error/502-bad_gateway.html
ErrorDocument 503 /error/503-service_unavailable.html
#ErrorDocument 504 /error/504-gateway_timeout.html
#ErrorDocument 505 /error/505-http_version_not_supported.html
################################################################################
######################### Howto map /~user to /user ############################
#RewriteEngine On
#RewriteCond %{REQUEST_URI} ^/([^/]+)$
#RewriteCond %{DOCUMENT_ROOT}/%1 !-d
#RewriteCond /home/sites/%{SERVER_NAME}/users/%1 -d
#RewriteRule ^([^/]+)$ http://%{HTTP_HOST}/$1/ [R,L]
#RewriteCond %{REQUEST_URI} ^/([^/]+)/
#RewriteCond %{DOCUMENT_ROOT}/%1 !-d
#RewriteCond /home/sites/%{SERVER_NAME}/users/%1 -d
#RewriteRule ^([^/]+)(.+)$ /~$1/$2
################################################################################
###################### Howto map /users/user to /users/user ####################
#RewriteEngine On
#RewriteCond %{REQUEST_URI} ^/users/([^/]+)$
#RewriteCond %{DOCUMENT_ROOT}/%1 !-d
#RewriteCond /home/sites/%{SERVER_NAME}/users/%1 -d
#RewriteRule ^users/([^/]+)$ http://%{HTTP_HOST}/users/$1/ [R,L]
#RewriteCond %{REQUEST_URI} ^/users/([^/]+)/
#RewriteCond %{DOCUMENT_ROOT}/%1 !-d
#RewriteCond /home/sites/%{SERVER_NAME}/users/%1 -d
#RewriteRule ^users/([^/]+)(.+)$ /~$1/$2
#ErrorDocument 301 /e/301-moved_permanently.html
#ErrorDocument 302 /e/302-moved_temporarily.html
#ErrorDocument 303 /e/303-see_other.html
#ErrorDocument 400 /e/400-bad_request.html
ErrorDocument 401 /e/401-authorization_required.html
#ErrorDocument 402 /e/402-payment_required.html
ErrorDocument 403 /e/403-forbidden.html
ErrorDocument 404 /e/404-not_found.html
#ErrorDocument 405 /e/405-method_not_allowed.html
#ErrorDocument 406 /e/406-not_acceptable.html
#ErrorDocument 407 /e/407-proxy_authentication_required.html
ErrorDocument 408 /e/408-request_timed_out.html
#ErrorDocument 409 /e/409-conflicting_request.html
#ErrorDocument 410 /e/410-gone.html
#ErrorDocument 411 /e/411-content_length_required.html
#ErrorDocument 412 /e/412-precondition_failed.html
#ErrorDocument 413 /e/413-request_entity_too_long.html
#ErrorDocument 414 /e/414-request_uri_too_long.html
#ErrorDocument 415 /e/415-unsupported_media_type.html
ErrorDocument 500 /e/500-internal_server_error.html
#ErrorDocument 501 /e/501-not_implemented.html
#ErrorDocument 502 /e/502-bad_gateway.html
ErrorDocument 503 /e/503-service_unavailable.html
#ErrorDocument 504 /e/504-gateway_timeout.html
#ErrorDocument 505 /e/505-http_version_not_supported.html
################################################################################
#Create uniform manual URLs, also for 2.4 manual
RewriteEngine On
RewriteBase /
RewriteRule ^manual(.*)$ doc/2.4/manual$1 [L,R=301]

View File

@ -0,0 +1,89 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>400 Bad Request</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/>400 Bad Request</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>

View File

@ -0,0 +1,89 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>401 Authorization Required</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/>401 Authorization Required</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>

View File

@ -0,0 +1,89 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>403 Forbidden</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/>403 Forbidden</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>

View File

@ -0,0 +1,89 @@
<!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>

View File

@ -0,0 +1,89 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>408 Request Timed Out</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/>408 Request Timed Out</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>

View File

@ -0,0 +1,89 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>500 Internal Server Error</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/>500 Internal Server Error</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>

View File

@ -0,0 +1,89 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>503 Service Unavailable</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/>503 Service Unavailable</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>

View File

@ -1,19 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>400 Bad Request</title>
</head>
<body>
<!--
Error documents (pages) under 512 bytes
are ignored by the IE5+ browser, this
comment is used to bypass this size
......................................
......................................
..............
-->
<h1>Bad Request</h1>
<p>Your browser sent a request that this server could not understand.</p>
<hr />
</body>
</html>

View File

@ -1,21 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>401 Authorization Required</title>
</head>
<body>
<!--
Error documents (pages) under 512 bytes
are ignored by the IE5+ browser, this
comment is used to bypass this size
-->
<h1>Authorization Required</h1>
<p>This server could not verify that you
are authorized to access the document
requested. Either you supplied the wrong
credentials (e.g., bad password), or your
browser doesn't understand how to supply
the credentials required.</p>
<hr />
</body>
</html>

View File

@ -1,19 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<!--
Error documents (pages) under 512 bytes
are ignored by the IE5+ browser, this
comment is used to bypass this size
......................................
......................................
.......................
-->
<h1>Forbidden</h1>
<p>You don't have permission to access this file on this server.</p>
<hr />
</body>
</html>

View File

@ -1,19 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>404 Not Found</title>
</head>
<body>
<!--
Error documents (pages) under 512 bytes
are ignored by the IE5+ browser, this
comment is used to bypass this size
......................................
......................................
......................................
-->
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<hr/>
</body>
</html>

View File

@ -1,19 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>408 Request Time-out</title>
</head>
<body>
<!--
Error documents (pages) under 512 bytes
are ignored by the IE5+ browser, this
comment is used to bypass this size
......................................
......................................
..........
-->
<h1>Request Time-out</h1>
<p>Server timeout waiting for the HTTP request from the client.</p>
<hr />
</body>
</html>

View File

@ -1,17 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Internal Server Error</title>
</head><body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p><p>
Please contact the server administrator,
and inform them of the time the error occurred,
and anything you might have done that may have
caused the error.</p><p>
More information about this error may be available
in the server error log.
</p>
<hr />
</body></html>

View File

@ -1,18 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>503 Service Temporarily Unavailable</title>
</head>
<body>
<!--
Error documents (pages) under 512 bytes
are ignored by the IE5+ browser, this
comment is used to bypass this size
-->
<h1>Service Temporarily Unavailable</h1>
<p>The server is temporarily unable to service your
request due to maintenance downtime or capacity
problems. Please try again later.</p>
<hr />
</body>
</html>