Skip to content

Commit 6be19e8

Browse files
committed
Added an ecosystem download page
1 parent 1277480 commit 6be19e8

File tree

4 files changed

+54
-0
lines changed

4 files changed

+54
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<div class="download-section">
2+
<div id="download-link-ecosystem-dev-2-0-2-9" class="download-link" title="URL Copied To Clipboard" data-content="To install the Scala IDE for Eclipse, open Eclipse, go to 'Help > Install New Software', and paste this URL into the dialog box. Then, follow the on-screen instructions from there.">
3+
http://download.scala-ide.org/ecosystem/dev-2.0-2.9/site/
4+
</div>
5+
<script type="text/javascript" charset="utf-8">
6+
$(window).load(function() {
7+
8+
var clip = new ZeroClipboard.Client();
9+
clip.setHandCursor( true );
10+
clip.setText("http://download.scala-ide.org/ecosystem/dev-2.0-2.9/site/");
11+
clip.glue("download-link-ecosystem-dev-2-0-2-9");
12+
13+
});
14+
15+
</script>
16+
17+
</div>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<div class="download-section">
2+
<div id="download-link-ecosystem-dev-2-1-x-2-9" class="download-link" title="URL Copied To Clipboard" data-content="To install the Scala IDE for Eclipse, open Eclipse, go to 'Help > Install New Software', and paste this URL into the dialog box. Then, follow the on-screen instructions from there.">
3+
http://download.scala-ide.org/ecosystem/dev-master-2.9/site/
4+
</div>
5+
<script type="text/javascript" charset="utf-8">
6+
$(window).load(function() {
7+
8+
var clip = new ZeroClipboard.Client();
9+
clip.setHandCursor( true );
10+
clip.setText("http://download.scala-ide.org/ecosystem/dev-master-2.9/site/");
11+
clip.glue("download-link-ecosystem-dev-2-1-x-2-9");
12+
13+
});
14+
15+
</script>
16+
17+
</div>

_includes/topbar.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<li><a href="{{ site.baseurl }}/download/current.html">Stable</a></li>
1212
<li><a href="{{ site.baseurl }}/download/milestone.html">Milestone</a></li>
1313
<li><a href="{{ site.baseurl }}/download/nightly.html">Nightlies</a></li>
14+
<li><a href="{{ site.baseurl }}/download/ecosystem.html">Ecosystem</a></li>
1415
</ul>
1516
</li>
1617
<li><a href="{{ site.baseurl }}/blog">Blog</a></li>

download/ecosystem.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
layout: nightly-download
3+
title: Download the Eclipse plugins for Scala
4+
---
5+
6+
The Scala IDE ecosystem update sites provide Scala IDE and other plugins relevant for Scala development.
7+
8+
## Ecosystem update site with development versions, based on Scala IDE stable and Scala stable
9+
10+
This site provides Scala IDE 2.0.2 built on Scala 2.9.2, and the development version of plugins built on top of it.
11+
12+
{% include ecosystem-download-box-dev-2.0-2.9.txt %}
13+
14+
## Ecosystem update site with development versions, based on Scala IDE nightly and Scala stable
15+
16+
This site provides Scala IDE 2.1.x built on Scala 2.9.2, and the development version of plugins built on top of it.
17+
18+
{% include ecosystem-download-box-dev-2.1.x-2.9.txt %}
19+

0 commit comments

Comments
 (0)