| <?php include '../_includes/bare_header.php' ?> |
| <!-- Intro --> |
| <div id="noteworthy"> |
| <div class="container"> |
| <div class="row"> |
| <div class="offset1 span7"> |
| <h3>Mosquitto Releases - New and Noteworthy</h3> |
| <p class="lead">Click through to find new and noteworthy |
| things in Mosquitto releases.</p> |
| |
| <ul> |
| <li><a href="/mosquitto/noteworthy/1.4">Version 1.4</a></li> |
| </ul> |
| |
| </div> |
| <div class="span3" style="padding-top: 100px;"> |
| <a |
| href="http://www.eclipse.org/projects/what-is-incubation.php" |
| target="_blank"><img class="hidden-phone pull-right" |
| src='/mosquitto/images/incubation.png' alt="Eclipse Incubation egg"></a> |
| </div> |
| </div> |
| </div> |
| </div> |
| |
| <?php include '../_includes/bare_footer.php' ?> |
| |