monero-site/community/hangouts/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

5.8 KiB

layout title permalink
custom titles.hangouts /community/hangouts/index.html

{% t global.lang_tag %}

{% t hangouts.intro %}

{% t hangouts.resources %}

{% t hangouts.resources_para %}

{% t hangouts.irc %}

{% t hangouts.irc_para %}

{% for channel in site.translations[site.lang].hangouts.irc_channels %}
#{{ channel.channel }}

{{ channel.description }}

{% endfor %}
            <!-- right one-third block-->
           <div class="right one-third col-lg-4 col-md-4 col-sm-12 col-xs-12">
                    <div class="info-block">
                        <div class="row center-xs">
                            <div class="col"><h2>{% t hangouts.stack_exchange %}</h2></div>
                        </div>
                        <div class="row start-xs">
                            <p>{% t hangouts.stack_exchange_para %}</p>
                        </div>
                        <div class="row start-xs sequestions">
                            <a href="https://monero.stackexchange.com/questions/4277/why-does-monero-have-higher-transaction-fees-than-bitcoin">Why does monero have higher transaction fees than bitcoin?</a>
                            <a href="https://monero.stackexchange.com/questions/4335/what-does-moneros-scaling-roadmap-look-like">What does Monero's scaling roadmap look like?</a>
                            <a href="https://monero.stackexchange.com/questions/4302/what-cryptography-primitives-concepts-other-than-the-basic-ones-does-monero-us">What cryptography primitives/concepts, other than the basic ones, does Monero use?</a>
                            <a href="https://monero.stackexchange.com/questions/4242/how-to-extract-data-from-local-blockchain">How to extract data from local blockchain?</a>
                            <a href="https://monero.stackexchange.com/questions/4377/hiding-tcp-traffic-for-monero-miners">Hiding TCP traffic for Monero miners?</a>
                        </div>  
                        <div class="row center-xs">
                            <p><a href="https://monero.stackexchange.com" class="btn-link btn-auto">{% t hangouts.stack_exchange_link %}</a></p>
                        </div>
                    </div>
           </div>
           <!-- end right one-third block-->
       </div>
    </section>

{% t global.untranslated %} README.