blob: 3175d797f5f62f66489489275d1236d3ca4e6ebb [file] [log] [blame]
<?php
// archived releases
$oldrels = array(
"2.5.2" => "201402120812",
"2.5.1" => "201402030714",
"2.5.0" => "201312110906",
"2.4.2" => "201306120542",
"2.4.1" => "201304180855",
"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
}
?>