blob: 1e88baf1a139b1d58475317c83ed8d971ae0b649 [file] [log] [blame]
<?php
// archived releases
$oldrels = array(
"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/2.0.0" target="new_window">http://download.itemis.de/updates/releases/2.0.0</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
}
?>