blob: 8215a06b67fe03128104977cc65d36a239a2f7f9 [file] [log] [blame]
<?php
/**
* Copyright (c) 2014, 2015, 2016, 2018 Eclipse Foundation.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Christopher Guindon (Eclipse Foundation) - Initial implementation
* Eric Poirier (Eclipse Foundation)
*
* SPDX-License-Identifier: EPL-2.0
*/
?>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 40%;">
<col style="width: 40%;">
<col style="width: 20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Release Version</th>
<th class="tableblock halign-left valign-top">Guides</th>
<th class="tableblock halign-left valign-top">Resources</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><b>Jetty 11</b></p></td>
<td class="tableblock halign-left valign-top">
<p class="tableblock">
<a href="/jetty/documentation/jetty-11/operations_guide.php">Operations Guide</a><br/>
<a href="/jetty/documentation/jetty-11/programming_guide.php">Programming Guide</a><br/>
</p>
</td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="/jetty/javadoc/jetty-11/index.html?overview-summary.html">api</a> / <a href="https://github.com/eclipse/jetty.project/tree/jetty-<?php print $jetty['jetty_11.0']['version']; ?>">source</a></p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><b>Jetty 10</b></p></td>
<td class="tableblock halign-left valign-top">
<p class="tableblock">
<a href="/jetty/documentation/jetty-10/operations_guide.php">Operations Guide</a><br/>
<a href="/jetty/documentation/jetty-10/programming_guide.php">Programming Guide</a><br/>
</p>
</td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="/jetty/javadoc/jetty-10/index.html?overview-summary.html">api</a> / <a href="https://github.com/eclipse/jetty.project/tree/jetty-<?php print $jetty['jetty_10.0']['version']; ?>">source</a></p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><b>Jetty 9</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="/jetty/documentation/jetty-9/index.php">Documentation</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="/jetty/javadoc/jetty-9/index.html?overview-summary.html">api</a> / <a href="https://github.com/eclipse/jetty.project/tree/jetty-<?php print $jetty['jetty_9.4']['version']; ?>">source</a></p></td>
</tr>
</tbody>
</table>