jetty-9 link to jetty blogs
This commit is contained in:
parent
0ec0da9b4b
commit
ec083b4ecc
|
@ -16,8 +16,13 @@
|
||||||
<h1>Welcome to Jetty 9</h1>
|
<h1>Welcome to Jetty 9</h1>
|
||||||
|
|
||||||
<p>
|
<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 Jetty project is a 100% Java <a
|
||||||
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>.
|
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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -39,7 +44,8 @@ The project is 100% <a href="http://en.wikipedia.org/wiki/Open_source">Open Sour
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://www.eclipse.org/jetty/">Jetty @ Eclipse Home</a></li>
|
<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://wiki.eclipse.org/Jetty">Jetty @ Eclipse Doco</a></li>
|
||||||
<li><a href="http://docs.codehaus.org/display/JETTY/Jetty+Powered">Jetty Powered</a></li>
|
<li><a
|
||||||
|
href="http://docs.codehaus.org/display/JETTY/Jetty+Powered">Jetty Powered</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
@ -54,5 +60,10 @@ The project is 100% <a href="http://en.wikipedia.org/wiki/Open_source">Open Sour
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id='blog'>
|
||||||
|
<h1>Jetty Blog</h1>
|
||||||
|
<iframe src="http://webtide.intalio.com/blog.jsp" />
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -3,6 +3,7 @@ BODY
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
|
color: #666666;
|
||||||
}
|
}
|
||||||
|
|
||||||
img
|
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
|
div#links table
|
||||||
{
|
{
|
||||||
|
@ -67,40 +95,23 @@ div#links h2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
div#header
|
|
||||||
|
div#blog
|
||||||
{
|
{
|
||||||
clear: both;
|
margin-top: 20px;
|
||||||
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;
|
width: 850px;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#blog iframe
|
||||||
div#content
|
|
||||||
{
|
{
|
||||||
clear: both;
|
width: 100%;
|
||||||
font-size: 10pt;
|
height:350px;
|
||||||
font-weight: normal;
|
border: 2px dotted #cccccc;
|
||||||
color: #666666;
|
|
||||||
margin-top: 30px;
|
|
||||||
width: 850px;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div#content h1
|
|
||||||
{
|
|
||||||
font-size: 14pt;
|
|
||||||
text-align:center;
|
|
||||||
}
|
|
||||||
|
|
||||||
div#footer
|
div#footer
|
||||||
{
|
{
|
||||||
|
@ -113,6 +124,11 @@ div#footer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
h1
|
||||||
|
{
|
||||||
|
font-size: 14pt;
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
|
|
||||||
A:link
|
A:link
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue