| <?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 | |
| ?> |