Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add resources to main index and add license to other download files #497

Merged
merged 2 commits into from
Oct 31, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions _layouts/downloadpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ <h3>Software Requirements</h3>

{{ page.requirements }}

{{ content }}

{% if page.show_resources == "true" %}

<div>
Expand Down Expand Up @@ -116,7 +118,9 @@ <h3 hidden>Other resources</h3>

</div>

{{ content }}
<h3>License</h3>
The Scala distribution is released under the <a href="{{ site.baseurl }}/license.html">3-clause BSD license</a>.


<div id="getting-started-popup">
<div class="popup">
Expand All @@ -129,4 +133,3 @@ <h3 hidden>Other resources</h3>
</ul>
</div>
</div>

6 changes: 0 additions & 6 deletions _layouts/maindownloadpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,3 @@ <h3>Additional information</h3>
<li><a href="changelog.html">Changelog</a></li>
<li><a href="all.html">All previous Scala Releases</a></li>
</ul>

<h3>License</h3>
The Scala distribution is released under the <a href="{{ site.baseurl }}/license.html">3-clause BSD license</a>.


{{ content }}
1 change: 1 addition & 0 deletions download/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: maindownloadpage
title: Download
release_version: 2.11.8
release_date: "March 8, 2016"
show_resources: "true"
other_releases: [
["maintenance_version", "Last 2.9.x maintenance release", 2.9.3, "February 28, 2013"],
["maintenance_version", "Last 2.10.x maintenance release", 2.10.6, "September 18, 2015"],
Expand Down