jetty-9 link to jetty blogs

This commit is contained in:
Greg Wilkins 2013-02-28 12:46:28 +11:00
parent 0ec0da9b4b
commit ec083b4ecc
2 changed files with 97 additions and 70 deletions

View File

@ -1,28 +1,33 @@
<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\">
<head>
<META http-equiv="Pragma" content="no-cache">
<META http-equiv="Cache-Control" content="no-cache,no-store">
<META HTTP-EQUIV="Content-Script-Type" CONTENT="text/javascript">
<title>Welcome to Jetty-9</title>
<style type="text/css" title="jetty">
@import url(jetty.css);
</style>
</head>
<body>
<div id="header"></div>
<div id="content">
<h1>Welcome to Jetty 9</h1>
<html xmlns=\ "http://www.w3.org/1999/xhtml\" xml:lang=\"en\">
<head>
<META http-equiv="Pragma" content="no-cache">
<META http-equiv="Cache-Control" content="no-cache,no-store">
<META HTTP-EQUIV="Content-Script-Type" CONTENT="text/javascript">
<title>Welcome to Jetty-9</title>
<style type="text/css" title="jetty">
@import url(jetty.css);
</style>
</head>
<body>
<p>
The Jetty project is a 100% Java <a href="http://en.wikipedia.org/wiki/Java_Servlet">Servlet</a> Container which supports asynchronous server and client implementations of the <a href="http://en.wikipedia.org/wiki/HTTP">HTTP</a>, <a href="http://en.wikipedia.org/wiki/WebSocket">Websocket</a> and <a href="http://en.wikipedia.org/wiki/SPDY">SPDY</a> protocols.
The project is 100% <a href="http://en.wikipedia.org/wiki/Open_source">Open Source</a> and hosted by the <a href="http://www.eclipse.org">Eclipse Foundation</a> at <a href="http://www.eclipse.org/jetty/">http://www.eclipse.org/jetty</a>.
</p>
</div>
<div id="header"></div>
<div id="links">
<table>
<div id="content">
<h1>Welcome to Jetty 9</h1>
<p>
The Jetty project is a 100% Java <a
href="http://en.wikipedia.org/wiki/Java_Servlet">Servlet</a>
Container which supports asynchronous server and client
implementations of the <a href="http://en.wikipedia.org/wiki/HTTP">HTTP</a>,
<a href="http://en.wikipedia.org/wiki/WebSocket">Websocket</a> and <a
href="http://en.wikipedia.org/wiki/SPDY">SPDY</a> protocols. The
project is 100% <a href="http://en.wikipedia.org/wiki/Open_source">Open Source</a> and hosted by the <a href="http://www.eclipse.org">Eclipse Foundation</a> at <a href="http://www.eclipse.org/jetty/">http://www.eclipse.org/jetty</a>.
</p>
</div>
<div id="links">
<table>
<tr>
<td>
<h2>examples ...</h2>
@ -31,28 +36,34 @@ The project is 100% <a href="http://en.wikipedia.org/wiki/Open_source">Open Sour
<li><a href="/async-rest/">Async Rest</a></li>
<li><a href="/proxy/apidocs/">Transparent Proxy to Javadoc</a></li>
<li><a href="/proxy/xref/">Transparent Proxy to Xref</a></li>
<li><a href="/oldContextPath/">Redirected Context</a></li>
<li><a href="/oldContextPath/">Redirected Context</a></li>
</ul>
</td>
<td>
<h2>information ... </h2>
<ul>
<li><a href="http://www.eclipse.org/jetty/">Jetty @ Eclipse Home</a></li>
<li><a href="http://wiki.eclipse.org/Jetty">Jetty @ Eclipse Doco</a></li>
<li><a href="http://docs.codehaus.org/display/JETTY/Jetty+Powered">Jetty Powered</a></li>
</ul>
</td>
<td>
<h2>getting&nbsp;help ...</h2>
<ul>
<li><a href="http://www.eclipse.org/jetty/mailinglists.php">Mailing lists @ eclipse</a></li>
<li><a href="http://www.webtide.com/advice/">Developer Advice</a></li>
<li><a href="http://www.webtide.com/development">Custom Development</a></li>
<li><a href="http://www.webtide.com/support">Production support</a></li>
</ul>
</td>
</td>
<td>
<h2>information ...</h2>
<ul>
<li><a href="http://www.eclipse.org/jetty/">Jetty @ Eclipse Home</a></li>
<li><a href="http://wiki.eclipse.org/Jetty">Jetty @ Eclipse Doco</a></li>
<li><a
href="http://docs.codehaus.org/display/JETTY/Jetty+Powered">Jetty Powered</a></li>
</ul>
</td>
<td>
<h2>getting&nbsp;help ...</h2>
<ul>
<li><a href="http://www.eclipse.org/jetty/mailinglists.php">Mailing lists @ eclipse</a></li>
<li><a href="http://www.webtide.com/advice/">Developer Advice</a></li>
<li><a href="http://www.webtide.com/development">Custom Development</a></li>
<li><a href="http://www.webtide.com/support">Production support</a></li>
</ul>
</td>
</tr>
</table>
</div>
</body>
</table>
</div>
<div id='blog'>
<h1>Jetty Blog</h1>
<iframe src="http://webtide.intalio.com/blog.jsp" />
</div>
</body>
</html>

View File

@ -3,6 +3,7 @@ BODY
font-family: Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
font-size: 10pt;
color: #666666;
}
img
@ -11,6 +12,33 @@ img
}
div#header
{
clear: both;
background-image: url('images/jetty-header.jpg');
background-repeat: no-repeat;
background-position: center;
height:200px;
border-bottom: 3px ridge #cccccc;
border-right: 3px ridge #cccccc;
border-top: 3px groove #cccccc;
border-left: 3px groove #cccccc;
width: 850px;
margin-left: auto;
margin-right: auto;
}
div#content
{
clear: both;
font-size: 10pt;
font-weight: normal;
color: #666666;
margin-top: 30px;
width: 850px;
margin-left: auto;
margin-right: auto;
}
div#links table
{
@ -67,40 +95,23 @@ div#links h2
}
div#header
div#blog
{
clear: both;
background-image: url('images/jetty-header.jpg');
background-repeat: no-repeat;
background-position: center;
height:200px;
border-bottom: 3px ridge #cccccc;
border-right: 3px ridge #cccccc;
border-top: 3px groove #cccccc;
border-left: 3px groove #cccccc;
margin-top: 20px;
width: 850px;
margin-left: auto;
margin-right: auto;
}
div#content
div#blog iframe
{
clear: both;
font-size: 10pt;
font-weight: normal;
color: #666666;
margin-top: 30px;
width: 850px;
margin-left: auto;
margin-right: auto;
width: 100%;
height:350px;
border: 2px dotted #cccccc;
}
div#content h1
{
font-size: 14pt;
text-align:center;
}
div#footer
{
@ -113,6 +124,11 @@ div#footer
h1
{
font-size: 14pt;
text-align:center;
}
A:link
{