Merge pull request #2044

Change "magazines" section to "newsletters" and update resources at library page
This commit is contained in:
luigi1111 2023-06-06 13:49:42 -05:00 committed by GitHub
commit dec0f62816
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 13 deletions

View file

@ -934,14 +934,13 @@ library:
zkbasicscheatsheet20220621: "ZK Basics Cheatsheet" zkbasicscheatsheet20220621: "ZK Basics Cheatsheet"
zkbasicscheatsheet20220621p: > zkbasicscheatsheet20220621p: >
A lightly theoretical interlude (hopefully still gentle, trying to stress concepts more than formalism and selecting the approached topics) to lay the foundations for Bulletproof and other future Zero-Knowledge-related features, if any. A lightly theoretical interlude (hopefully still gentle, trying to stress concepts more than formalism and selecting the approached topics) to lay the foundations for Bulletproof and other future Zero-Knowledge-related features, if any.
magazines: Magazines newsletters: Newsletters
revuoq4p: > themonerostandard: >
Quarterly Monero magazine, Q4 2017 edition.<br> Monero Standard is a weekly publication by recanman, providing up-to-date news and information on the Monero protocol.
In this issue, updates about: development, Monero Research Lab, Kovri, and community. In addition to covering the latest developments in the Monero community, The Monero Standard also includes a weekly price chart, mining pool chart, blockchain statistics, and even a Meme of the Week.
revuoq3p: > moneroobserverblitz: >
Quarterly Monero magazine, Q3 2017 edition.<br> Monero Observer Blitz provides monthly updates on the latest developments in the Monero community and protocol.
In this issue, updates about: development, Monero Research Lab, Kovri, community, Hardware, and Monerujo. Written by escapethe3RA, this publication covers news related to Monero's ongoing development, community events, and notable achievements within the space.
moneropedia: moneropedia:
description: > description: >
The terminology around Monero can be very complex and technical. The Moneropedia is a tool created by the Monero community to provide an explanation of these terms in a simple way. Listed below you'll find all the Moneropedia entries in alphabetic order. The terminology around Monero can be very complex and technical. The Moneropedia is a tool created by the Monero community to provide an explanation of these terms in a simple way. Listed below you'll find all the Moneropedia entries in alphabetic order.

Binary file not shown.

Binary file not shown.

View file

@ -44,12 +44,12 @@ meta_descr: library.description
</section> </section>
<section class="container full"> <section class="container full">
<div class="info-block text-adapt"> <div class="info-block text-adapt">
<h2>{% t library.magazines %}</h2> <h2>{% t library.newsletters %}</h2>
<div> <div>
<h3><a href="{{ site.baseurl_root }}/library/Revuo-2017-Q4.pdf">Revuo Monero Q4 2017</a></h3> <h3><a href="https://localmonero.co/the-monero-standard">The Monero Standard</a></h3>
<p>{% t library.revuoq4p %}</p> <p>{% t library.themonerostandard %}</p>
<h3><a href="{{ site.baseurl_root }}/library/Monero-Revuo-3Q-2017.pdf">Revuo Monero Q3 2017</a></h3> <h3><a href="https://monero.observer/tag/blitz/">Monero Observer Blitz</a></h3>
<p>{% t library.revuoq3p %}</p> <p>{% t library.moneroobserverblitz %}</p>
</div> </div>
</div> </div>
</section> </section>