blob: dadaf29e5aa25391fb3b6cc6b7e3dfa39d09c318 [file] [log] [blame]
<?php
$sidebar = <<<EOHTML
<div class="sideitem">
<h3>Contributors</h3>
<ul><li><a href="http://www.sonatype.com" target="_blank">Sonatype</a></li></ul>
</div>
<div class="sideitem">
<h6>Incubation</h6>
<div align="center"><a href="/projects/what-is-incubation.php"><img
src="/images/egg-incubation.png" border="0" alt="Incubation" /></a></div>
<div align="center">This project is in the
<a href="/projects/dev_process/validation-phase.php">Incubation Phase</a>
</div>
</div>
EOHTML
?>