Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Helming2017-09-28 16:17:43 +0000
committerJonas Helming2017-09-28 16:17:43 +0000
commit073d9a1e873d69b3715b6d814dd87ba07a74a5b9 (patch)
tree279e609ebd58ac3000be380c6ad90184ac528896
parent1aad00a947587058c48b1e0ac29b071a21d93b32 (diff)
downloadmodeling-073d9a1e873d69b3715b6d814dd87ba07a74a5b9.tar.gz
modeling-073d9a1e873d69b3715b6d814dd87ba07a74a5b9.tar.xz
modeling-073d9a1e873d69b3715b6d814dd87ba07a74a5b9.zip
removed deprecate bleeding edge section
-rw-r--r--emf/downloads/extras-emf.php13
1 files changed, 5 insertions, 8 deletions
diff --git a/emf/downloads/extras-emf.php b/emf/downloads/extras-emf.php
index a2b29a7b..9a1db953 100644
--- a/emf/downloads/extras-emf.php
+++ b/emf/downloads/extras-emf.php
@@ -51,14 +51,6 @@ $oldrels = array(
"1.x" => array("2003","http://www.eclipse.org/modeling/emf/downloads/dl-emf1x.html")
);
-function doBleedingEdge ()
-{
- print '<div class="sideitem">
- <h6>News on Twitter</h6>
- <a class="twitter-timeline" href="https://twitter.com/hashtag/eclipsemf" data-widget-id="503883842478809088">#eclipsemf Tweets</a>
-<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
- </div>';
-}
function doRequirements()
{
@@ -67,6 +59,11 @@ function doRequirements()
$isUpdate = strpos($_SERVER["PHP_SELF"],"/updates/")!==false;
$reqNotePrefix = $isUpdate ? "/$PR/downloads/?project=$projct" : "";
?>
+<div class="sideitem">
+ <h6>News on Twitter</h6>
+ <a class="twitter-timeline" href="https://twitter.com/hashtag/eclipsemf" data-widget-id="503883842478809088">#eclipsemf Tweets</a>
+<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+ </div>
<div class="homeitem3col">
<h3>Getting Started</h3>
<p style="padding-left:10px"><b>First-time users</b> can get started quickly by simply downloading the latest<br/>

Back to the top