monero-site/downloads/index.md
el00ruobuob 4c1e8dd858
Moneropedia relocalized
+ correction on Italian Account
+ Removed leftover miners.md (replaced by mining.md)
+ Removed Dust and update Copyright
+ Code improvement to avoid reading the config file and to use the builtin jekyll config variable passed in the content
+ Ammount.md:25/26 glitch "\@transaction-privacy" corrected. PL to be checked twice.
+ Italian ammount.md moneropedia links corrected (terms added to destination entries, unnecessary markdown links removed)
+ Polish corrections
+ extend ruby \word-boundary in regex to match `-based` `-like` `-form`
+ Updated readme according to the new way to add or translate a moneropedia entry
+ fix mining with CryptoNight variant
+ rebased to include AR
+ chery picked #820 to avoid conflicts
2018-08-03 06:34:28 +02:00

8.7 KiB

layout title permalink
custom titles.downloads /downloads/index.html

{% t global.lang_tag %}

{% t downloads.intro1 %} {% t downloads.intro2 %} {% t downloads.intro3 %}

{% t downloads.note1 %} getmonero.org/downloads/hashes.txt {% t downloads.note2 %}

{% for data_downloads in site.data.downloads %}

{% if data_downloads.icon != null %} {% endif %} {{data_downloads.platform}}

{% if data_downloads.cli_hash == "source" %}

{% t downloads.sourcecode %}

{% t downloads.blockchain1 %} {% t downloads.blockchain2 %} {% t downloads.blockchain3 %}

{% elsif data_downloads.id == "hardware" %}

{% t downloads.hardware1 %} {% t downloads.hardware2 %} {% t downloads.hardware3 %} {% t downloads.hardware4 %}

{% elsif data_downloads.id == "mobilelight" %}

{% t downloads.mobilelight1 %} {% t downloads.mobilelight2 %}{% t downloads.mobilelight3 %}

Cake Wallet Logo
Monerujo Logo
MyMonero Logo
{% elsif data_downloads.gui_hash == nil and data_downloads.cli_hash != nil %}

{{ data_downloads.platform }} {% t downloads.clionly %}

{% t downloads.currentversion %}: {{ data_downloads.version }} {{ data_downloads.tag }}

SHA256 Hash:

{{ data_downloads.cli_hash }}

{% elsif data_downloads.gui_hash != nil and data_downloads.cli_hash == nil %}

{{ data_downloads.platform }}

{% t downloads.currentversion %}: {{ data_downloads.version }} {{ data_downloads.tag }}

SHA256 Hash:

{{ data_downloads.gui_hash }}

{% elsif data_downloads.gui_hash != nil and data_downloads.cli_hash != nil %}

{{ data_downloads.platform }}

{% t downloads.currentversion %}: {{ data_downloads.gui_version }} {{ data_downloads.tag }}

SHA256 Hash (GUI):

{{ data_downloads.gui_hash }}

{{ data_downloads.platform }} {% t downloads.clionly %}

{% t downloads.currentversion %}: {{ data_downloads.cli_version }} {{ data_downloads.tag }}

SHA256 Hash (CLI):

{{ data_downloads.cli_hash }}

{% endif %}
{% endfor %}

{% t global.untranslated %} README.