| <?php |
| // archived releases |
| $oldrels = array( |
| "2.4.0" => "201303201134", |
| "2.3.0" => "201206120633", |
| "2.2.0" => "201112071226", |
| "2.1.0" => "201111010612", |
| "2.0.0" => "201106070531", |
| "1.0.1" => "201008251220", |
| "1.0.0" => "201006170321", |
| "0.7.2" => "200908120607", |
| "0.7.1" => "200907171100", |
| "0.7.0" => "200906161042", |
| ); |
| |
| function showNotes() |
| { |
| ?> |
| <div class="homeitem3col"> |
| <h3>Notes</h3> |
| <p>In addition we highly recommend to install the ANTLR generator from <a href="http://download.itemis.de/updates/releases/" target="new_window">http://download.itemis.de/updates/releases/</a></p> |
| <p>Read more <a href="http://www.eclipse.org/Xtext/download.html" target="new_window">http://www.eclipse.org/Xtext/download.html</a></p> |
| </div> |
| <?php |
| } |
| ?> |