2015-02-18 10:41:18 +02:00
|
|
|
---
|
|
|
|
layout: static_page
|
|
|
|
title: "All Monero Downloads"
|
|
|
|
title-pre-kick: "All Monero"
|
|
|
|
title-kick: "Downloads"
|
|
|
|
title-post-kick: ""
|
|
|
|
kick-class: "red-kicks"
|
|
|
|
icon: "icon_all_downloads"
|
|
|
|
attribution: "<!-- Icon is based on work by Freepik (http://www.freepik.com) and is licensed under Creative Commons BY 3.0 -->"
|
|
|
|
---
|
|
|
|
|
2016-01-14 05:28:26 +02:00
|
|
|
### {% t downloads.core %}
|
2015-02-18 18:29:56 +02:00
|
|
|
|
2016-01-14 05:28:26 +02:00
|
|
|
{% t downloads.core_text_1 %}
|
2015-02-18 18:29:56 +02:00
|
|
|
|
2016-01-14 05:28:26 +02:00
|
|
|
{% t downloads.core_text_2 %}
|
2015-03-29 14:21:13 +03:00
|
|
|
|
2016-01-14 05:28:26 +02:00
|
|
|
{% t downloads.core_text_3 %}
|
2015-02-23 20:38:39 +02:00
|
|
|
|
2015-02-18 18:29:56 +02:00
|
|
|
<div class="row">
|
|
|
|
|
|
|
|
{% for data_downloads in site.data.downloads %}
|
|
|
|
|
|
|
|
{% if data_downloads.hash == "source" %}
|
|
|
|
|
|
|
|
<div class="col-lg-6" style="padding-bottom: 5px;">
|
|
|
|
|
2015-03-02 13:26:21 +02:00
|
|
|
<h4 id="{{ data_downloads.platform | slugify }}">
|
2015-02-18 18:29:56 +02:00
|
|
|
<a href="{{ data_downloads.url }}">
|
2015-02-19 21:25:40 +02:00
|
|
|
<img src="//static.getmonero.org/images/platforms/{{ data_downloads.icon }}" style="height: 30px;"> {{ data_downloads.platform }}
|
2015-02-18 18:29:56 +02:00
|
|
|
</a>
|
|
|
|
</h4>
|
|
|
|
|
2016-01-14 05:28:26 +02:00
|
|
|
<strong>{% t downloads.current_version %}</strong> {{ data_downloads.version }} <em>{{ data_downloads.tag }}</em><br>
|
2015-02-18 18:29:56 +02:00
|
|
|
<hr>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{% elsif data_downloads.hash == "none" %}
|
|
|
|
|
|
|
|
<div class="col-lg-6" style="padding-bottom: 5px;">
|
|
|
|
|
2015-03-02 13:26:21 +02:00
|
|
|
<h4 id="{{ data_downloads.platform | slugify }}">
|
2015-02-19 21:25:40 +02:00
|
|
|
<img src="//static.getmonero.org/images/platforms/{{ data_downloads.icon }}" style="height: 30px;"> {{ data_downloads.platform }}
|
2015-02-18 18:29:56 +02:00
|
|
|
</h4>
|
|
|
|
|
2016-01-01 20:17:28 +02:00
|
|
|
<br>
|
2016-01-14 05:28:26 +02:00
|
|
|
<strong>{% t downloads.coming_soon %}</strong><br>
|
2015-02-18 18:29:56 +02:00
|
|
|
<hr>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{% else %}
|
|
|
|
|
|
|
|
<div class="col-lg-6" style="padding-bottom: 5px;">
|
|
|
|
|
2015-03-02 13:26:21 +02:00
|
|
|
<h4 id="{{ data_downloads.platform | slugify }}">
|
2015-02-23 11:58:12 +02:00
|
|
|
<a href="//downloads.getmonero.org/{{ data_downloads.url }}">
|
2015-02-19 21:25:40 +02:00
|
|
|
<img src="//static.getmonero.org/images/platforms/{{ data_downloads.icon }}" style="height: 30px;"> {{ data_downloads.platform }}
|
2015-02-18 18:29:56 +02:00
|
|
|
</a>
|
|
|
|
</h4>
|
|
|
|
|
2016-01-14 05:28:26 +02:00
|
|
|
<strong>{% t downloads.current_version %}:</strong> {{ data_downloads.version }} <em>{{ data_downloads.tag }}</em><br>
|
2015-02-18 18:29:56 +02:00
|
|
|
<strong>SHA Hash:</strong> {{ data_downloads.hash }}<br>
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
{% endfor %}
|
|
|
|
</div>
|
|
|
|
|
2016-01-14 05:28:26 +02:00
|
|
|
### {% t downloads.other_downloads %}
|
2015-02-18 18:29:56 +02:00
|
|
|
|
2016-01-14 05:28:26 +02:00
|
|
|
{% t downloads.other_text_1 %}
|
|
|
|
{% t downloads.other_text_2 %}
|
|
|
|
{% t downloads.other_text_3 %}
|