mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-06 08:27:35 +00:00
4c1e8dd858
+ 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
92 lines
No EOL
4.6 KiB
Markdown
92 lines
No EOL
4.6 KiB
Markdown
---
|
|
layout: custom
|
|
title: titles.contributing
|
|
permalink: /get-started/contributing/index.html
|
|
---
|
|
{% t global.lang_tag %}
|
|
<div class="text-center container description">
|
|
<p>{% t contributing.intro %}</p>
|
|
</div>
|
|
<div class="contribute">
|
|
<section class="container">
|
|
<div class="row">
|
|
<!-- full block-->
|
|
<div class="full col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
|
<div class="info-block text-adapt">
|
|
<div class="row center-xs">
|
|
<div class="col">
|
|
<h2>{% t contributing.network %}</h2>
|
|
</div>
|
|
</div>
|
|
<div class="row start-xs">
|
|
<h3>{% t contributing.develop %}</h3>
|
|
<p>{% t contributing.develop_para1 %} <a href="https://github.com/monero-project">{% t contributing.develop_para2 %}</a> {% t contributing.develop_para3 %} <a href="https://github.com/monero-project/monero/issues">{% t contributing.develop_para4 %}</a></p>
|
|
<h3>{% t contributing.full-node %}</h3>
|
|
<p>{% t contributing.full-node_para %}</p>
|
|
<h3>{% t contributing.mine %}</h3>
|
|
<p>{% t contributing.mine_para1 %} <a href="https://reddit.com/r/MoneroMining">{% t contributing.mine_para2 %}</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end full block-->
|
|
<!-- full block-->
|
|
<div class="full col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
|
<div class="info-block text-adapt">
|
|
<div class="row center-xs">
|
|
<div class="col">
|
|
<h2>{% t contributing.ffs %}</h2>
|
|
</div>
|
|
</div>
|
|
<div class="row start-xs">
|
|
<p>{% t contributing.ffs_para1 %} <a href="https://forum.getmonero.org">{% t contributing.ffs_para2 %}</a> {% t contributing.ffs_para3 %}</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end full block-->
|
|
<!-- full block-->
|
|
<div class="full col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
|
<div class="info-block text-adapt">
|
|
<div class="row center-xs">
|
|
<div class="col">
|
|
<h2>{% t contributing.donate %}</h2>
|
|
</div>
|
|
</div>
|
|
<div class="row start-xs">
|
|
<p>{% t contributing.donate_para1 %} <a href="{{site.baseurl}}/community/sponsorships/">{% t contributing.donate_para2 %}</a></p>
|
|
</div>
|
|
<div class="row center-xs">
|
|
<div class="col-lg-6">
|
|
<img src="/img/donate-monero.png" alt=""/>
|
|
</div>
|
|
<div class="col-lg-6">
|
|
<img src="/img/donate-bitcoin.png" alt=""/>
|
|
</div>
|
|
</div>
|
|
<div class="row start-xs">
|
|
<div class="col-xs-12">
|
|
<h3>{% t contributing.donate-xmr %}</h3>
|
|
<p>{% t contributing.donate-xmr_para %} donate.getmonero.org {% t contributing.or %} 44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A</p>
|
|
</div>
|
|
</div>
|
|
<div class="row start-xs">
|
|
<div class="col-xs-12">
|
|
<h3>{% t contributing.donate-btc %}</h3>
|
|
<p>{% t contributing.donate-btc_para %} donate.getmonero.org {% t contributing.or %} 1KTexdemPdxSBcG55heUuTjDRYqbC5ZL8H</p>
|
|
</div>
|
|
</div>
|
|
<div class="row start-xs">
|
|
<div class="col-xs-12">
|
|
<h3>{% t contributing.donate-other %}</h3>
|
|
<p>{% t contributing.donate-other_para1 %} <a href="mailto:dev@getmonero.org">dev@getmonero.org</a> {% t contributing.donate-other_para2 %}</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- full block-->
|
|
</div>
|
|
</section>
|
|
</div>
|
|
|
|
<div class="untranslated {% t contributing.translated %}">
|
|
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://github.com/monero-project/monero-site/blob/master/README.md">README</a>.</p>
|
|
</div> |