From 0a0516703295d944ec59c7e4a8ec0f522f13cd99 Mon Sep 17 00:00:00 2001 From: erciccione Date: Wed, 15 Apr 2020 15:13:45 +0200 Subject: [PATCH] Refactor 'Library' section and reindented to make it more consistent with the rest of the repo (4 spaces instead of 2) --- _i18n/en.yml | 66 +++++++++++++++++++++--------------------------- library/index.md | 41 +++++++++++++++++------------- 2 files changed, 53 insertions(+), 54 deletions(-) diff --git a/_i18n/en.yml b/_i18n/en.yml index e00ed0ca..cb76aba6 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -603,43 +603,35 @@ specs: library: description: "Below are some publications, books or magazines available for you to download." - books: - - category: Books - publications: - - name: "Zero to Monero: Second Edition" - file: "Zero-to-Monero-2-0-0.pdf" - abstract: > - Published: April 4, 2020, with LaTeX source code here
- A comprehensive conceptual (and technical) explanation of Monero.
- We endeavor to teach anyone who knows basic algebra and simple computer science concepts like the ‘bit representation’ of a number not only how Monero works at a deep and comprehensive level, but also how useful and beautiful cryptography can be. - - name: "Zero to Monero: First Edition" - file: "Zero-to-Monero-1-0-0.pdf" - abstract: > - Published: June 26, 2018, with LaTeX source code here - - name: "Mastering Monero" - file: "https://masteringmonero.com/free-download.html" - abstract: > - A guide through the seemingly complex world of Monero.
- It includes: - - See Mastering Monero website for information. - - category: Magazines - publications: - - name: "Revuo Monero Q4 2017" - file: "Revuo-2017-Q4.pdf" - abstract: > - Quarterly Monero magazine, Q4 2017 edition.
- In this issue, updates about: development, Monero Research Lab, Kovri, and community. - - name: "Revuo Monero Q3 2017" - file: "Monero-Revuo-3Q-2017.pdf" - abstract: > - Quarterly Monero magazine, Q3 2017 edition.
- In this issue, updates about: development, Monero Research Lab, Kovri, community, Hardware, and Monerujo. + books: Books + zerotomonerov2: "Zero to Monero: Second Edition" + zerotomonerov2p: > + Published: April 4, 2020, with LaTeX source code here
+ A comprehensive conceptual (and technical) explanation of Monero.
+ We endeavor to teach anyone who knows basic algebra and simple computer science concepts like the ‘bit representation’ of a number not only how Monero works at a deep and comprehensive level, but also how useful and beautiful cryptography can be. + zerotomonerov1: "Zero to Monero: First Edition" + zerotomonerov1p: > + Published: June 26, 2018, with LaTeX source code here + masteringmonero: "Mastering Monero" + masteringmonerop: > + A guide through the seemingly complex world of Monero.
+ It includes: + + See Mastering Monero website for information. + magazines: Magazines + revuoq4: "Revuo Monero Q4 2017" + revuoq4p: > + Quarterly Monero magazine, Q4 2017 edition.
+ In this issue, updates about: development, Monero Research Lab, Kovri, and community. + revuoq3: "Revuo Monero Q3 2017" + revuoq3p: > + Quarterly Monero magazine, Q3 2017 edition.
+ In this issue, updates about: development, Monero Research Lab, Kovri, community, Hardware, and Monerujo. moneropedia: add_new_button: Add New Entry diff --git a/library/index.md b/library/index.md index b1064c2e..11a10c5e 100644 --- a/library/index.md +++ b/library/index.md @@ -5,24 +5,31 @@ permalink: /library/index.html --- {% t global.lang_tag %}
-
-

{% t library.description %}

-
- {% for book in site.translations[site.lang].library.books %} +
+

{% t library.description %}

+
-
-

{{ book.category }}

-
- {% for publication in book.publications %} - {% if publication.file contains 'https' %} -

{{ publication.name }}

- {% else %} -

{{ publication.name }}

- {% endif %} -

{{ publication.abstract }}

- {% endfor %} +
+

{% t library.books %}

+
+

{% t library.zerotomonerov2 %}

+

{% t library.zerotomonerov2p %}

+

{% t library.zerotomonerov1 %}

+

{% t library.zerotomonerov1p %}

+

Mastering Monero

+

{% t library.masteringmonerop %}

+
+
+
+
+
+

{% t library.magazines %}

+
+

Revuo Monero Q4 2017

+

{% t library.revuoq4p %}

+

Revuo Monero Q3 2017

+

{% t library.revuoq3p %}

+
-
- {% endfor %}