From 50930e2fb713d2502f5122d83298df070dd208cf Mon Sep 17 00:00:00 2001 From: erciccione Date: Wed, 18 Dec 2019 11:08:40 +0100 Subject: [PATCH 1/2] Add menu entry 'Press Kit' The page was only linked to from the footer, now it has its own menu voice under 'Resources' --- _data/lang/de/navigation.yml | 2 ++ _data/lang/en/navigation.yml | 2 ++ _data/lang/es/navigation.yml | 2 ++ _data/lang/fr/navigation.yml | 2 ++ _data/lang/it/navigation.yml | 2 ++ _data/lang/nl/navigation.yml | 2 ++ _data/lang/pl/navigation.yml | 2 ++ _data/lang/pt-br/navigation.yml | 2 ++ _data/lang/ru/navigation.yml | 2 ++ _data/lang/tr/navigation.yml | 2 ++ _data/lang/zh-cn/navigation.yml | 2 ++ _data/lang/zh-tw/navigation.yml | 2 ++ _i18n/en.yml | 2 +- 13 files changed, 25 insertions(+), 1 deletion(-) diff --git a/_data/lang/de/navigation.yml b/_data/lang/de/navigation.yml index 96f647ff..54430a55 100644 --- a/_data/lang/de/navigation.yml +++ b/_data/lang/de/navigation.yml @@ -52,3 +52,5 @@ url: technical-specs - page: Bibliothek url: library + - page: Press Kit + url: press-kit \ No newline at end of file diff --git a/_data/lang/en/navigation.yml b/_data/lang/en/navigation.yml index c22762f8..1a7f1118 100644 --- a/_data/lang/en/navigation.yml +++ b/_data/lang/en/navigation.yml @@ -52,3 +52,5 @@ url: technical-specs - page: Library url: library + - page: Press Kit + url: press-kit diff --git a/_data/lang/es/navigation.yml b/_data/lang/es/navigation.yml index 588e8008..dad20cc4 100644 --- a/_data/lang/es/navigation.yml +++ b/_data/lang/es/navigation.yml @@ -52,3 +52,5 @@ url: technical-specs - page: Librería url: library + - page: Press Kit + url: press-kit \ No newline at end of file diff --git a/_data/lang/fr/navigation.yml b/_data/lang/fr/navigation.yml index abcd1898..28b84209 100644 --- a/_data/lang/fr/navigation.yml +++ b/_data/lang/fr/navigation.yml @@ -52,3 +52,5 @@ url: technical-specs - page: Librairie url: library + - page: Press Kit + url: press-kit \ No newline at end of file diff --git a/_data/lang/it/navigation.yml b/_data/lang/it/navigation.yml index 4d0e9eff..b54a84db 100644 --- a/_data/lang/it/navigation.yml +++ b/_data/lang/it/navigation.yml @@ -52,3 +52,5 @@ url: technical-specs - page: Libreria url: library + - page: Press Kit + url: press-kit \ No newline at end of file diff --git a/_data/lang/nl/navigation.yml b/_data/lang/nl/navigation.yml index 762e9638..1c8c3347 100644 --- a/_data/lang/nl/navigation.yml +++ b/_data/lang/nl/navigation.yml @@ -52,3 +52,5 @@ url: technical-specs - page: Bibliotheek url: library + - page: Press Kit + url: press-kit \ No newline at end of file diff --git a/_data/lang/pl/navigation.yml b/_data/lang/pl/navigation.yml index bf461cd2..fc0686bd 100644 --- a/_data/lang/pl/navigation.yml +++ b/_data/lang/pl/navigation.yml @@ -52,3 +52,5 @@ url: technical-specs - page: Księgarnia url: library + - page: Press Kit + url: press-kit \ No newline at end of file diff --git a/_data/lang/pt-br/navigation.yml b/_data/lang/pt-br/navigation.yml index 6ed80832..462226e0 100644 --- a/_data/lang/pt-br/navigation.yml +++ b/_data/lang/pt-br/navigation.yml @@ -52,3 +52,5 @@ url: technical-specs - page: Biblioteca url: library + - page: Press Kit + url: press-kit \ No newline at end of file diff --git a/_data/lang/ru/navigation.yml b/_data/lang/ru/navigation.yml index 71da90d2..250dee9b 100644 --- a/_data/lang/ru/navigation.yml +++ b/_data/lang/ru/navigation.yml @@ -52,3 +52,5 @@ url: technical-specs - page: Библиотека url: library + - page: Press Kit + url: press-kit \ No newline at end of file diff --git a/_data/lang/tr/navigation.yml b/_data/lang/tr/navigation.yml index 2d539036..4ec9a53a 100644 --- a/_data/lang/tr/navigation.yml +++ b/_data/lang/tr/navigation.yml @@ -52,3 +52,5 @@ url: technical-specs - page: Kütüphane url: library + - page: Press Kit + url: press-kit \ No newline at end of file diff --git a/_data/lang/zh-cn/navigation.yml b/_data/lang/zh-cn/navigation.yml index 01c18050..f09424b1 100644 --- a/_data/lang/zh-cn/navigation.yml +++ b/_data/lang/zh-cn/navigation.yml @@ -52,3 +52,5 @@ url: technical-specs - page: 文库 url: library + - page: Press Kit + url: press-kit diff --git a/_data/lang/zh-tw/navigation.yml b/_data/lang/zh-tw/navigation.yml index 8ed4c126..a50af476 100644 --- a/_data/lang/zh-tw/navigation.yml +++ b/_data/lang/zh-tw/navigation.yml @@ -52,3 +52,5 @@ url: technical-specs - page: 圖書出版品 url: library + - page: Press Kit + url: press-kit diff --git a/_i18n/en.yml b/_i18n/en.yml index acea81b0..4f576228 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -59,7 +59,7 @@ titles: developerguides: Developer Guides technicalspecs: Technical Specs themoneroproject: The Monero Project - presskit: Monero Press Kit + presskit: Press Kit legal: Legal ffs: Forum Funding System ffs-cp: Completed Proposals From 29c097c2ee2ef2ab490f0e27d5afcc439b12bb1e Mon Sep 17 00:00:00 2001 From: erciccione Date: Wed, 18 Dec 2019 13:03:34 +0100 Subject: [PATCH 2/2] Add 'Marketing Material' section in press-kit page --- _i18n/ar.yml | 11 +++++++++++ _i18n/de.yml | 11 +++++++++++ _i18n/en.yml | 11 +++++++++++ _i18n/es.yml | 11 +++++++++++ _i18n/fr.yml | 11 +++++++++++ _i18n/it.yml | 11 +++++++++++ _i18n/nl.yml | 11 +++++++++++ _i18n/pl.yml | 11 +++++++++++ _i18n/pt-br.yml | 11 +++++++++++ _i18n/ru.yml | 19 +++++++++++++++++++ _i18n/tr.yml | 11 +++++++++++ _i18n/zh-cn.yml | 12 ++++++++++++ _i18n/zh-tw.yml | 11 +++++++++++ press-kit/index.md | 15 +++++++++++++-- 14 files changed, 165 insertions(+), 2 deletions(-) diff --git a/_i18n/ar.yml b/_i18n/ar.yml index 45148dbe..81362806 100644 --- a/_i18n/ar.yml +++ b/_i18n/ar.yml @@ -261,6 +261,17 @@ press-kit: abstract: > A quick and easy to read document to know everything about Monero: history, key differentiating factors, technical fundamentals, and features in development.
See Monero Outreach website for more information. + marketing: + - category: Marketing Material + publications: + - name: "The 'Don't buy Monero' sticker" + url_file: "https://github.com/monero-ecosystem/dont-buy-monero-sticker" + abstract: > + Spread Monero everywhere with the help of this sticker. Available in multiple languages and formats (vectors included). + - name: Guerrilla Toolkit + url_file: "https://www.monerooutreach.org/guerrilla-toolkit.php" + abstract: > + A document created by the Monero Outreach workgroup containing materials and tips for an effective guerrilla marketing campaign. accepting: translated: "yes" diff --git a/_i18n/de.yml b/_i18n/de.yml index 31b224d1..273b57d5 100644 --- a/_i18n/de.yml +++ b/_i18n/de.yml @@ -261,6 +261,17 @@ press-kit: abstract: > Ein kurzer Abriss des Grundwissens um Monero: Geschichte, herausstechende Unterscheidungsmerkmale, technische Grundlagen und Besonderheiten der Entwicklung.
Auf der Webseite Monero Outreachs gibt es weitere Informationen. + marketing: + - category: Marketing Material + publications: + - name: "The 'Don't buy Monero' sticker" + url_file: "https://github.com/monero-ecosystem/dont-buy-monero-sticker" + abstract: > + Spread Monero everywhere with the help of this sticker. Available in multiple languages and formats (vectors included). + - name: Guerrilla Toolkit + url_file: "https://www.monerooutreach.org/guerrilla-toolkit.php" + abstract: > + A document created by the Monero Outreach workgroup containing materials and tips for an effective guerrilla marketing campaign. accepting: translated: "yes" diff --git a/_i18n/en.yml b/_i18n/en.yml index 4f576228..43819be3 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -266,6 +266,17 @@ press-kit: abstract: > A quick and easy to read document to know everything about Monero: history, key differentiating factors, technical fundamentals, and features in development.
See Monero Outreach website for more information. + marketing: + - category: Marketing Material + publications: + - name: "The 'Don't buy Monero' sticker" + url_file: "https://github.com/monero-ecosystem/dont-buy-monero-sticker" + abstract: > + Spread Monero everywhere with the help of this sticker. Available in multiple languages and formats (vectors included). + - name: Guerrilla Toolkit + url_file: "https://www.monerooutreach.org/guerrilla-toolkit.php" + abstract: > + A document created by the Monero Outreach workgroup containing materials and tips for an effective guerrilla marketing campaign. accepting: translated: "yes" diff --git a/_i18n/es.yml b/_i18n/es.yml index 32777667..43368fe5 100644 --- a/_i18n/es.yml +++ b/_i18n/es.yml @@ -261,6 +261,17 @@ press-kit: abstract: > Una hoja de datos fácil de leer para conocer todo acerca de Monero: historia, factores clave de diferenciación, fundamentos técnicos y características en desarrollo.
Visita el sitio web de Monero Outreach para mayor información. + marketing: + - category: Marketing Material + publications: + - name: "The 'Don't buy Monero' sticker" + url_file: "https://github.com/monero-ecosystem/dont-buy-monero-sticker" + abstract: > + Spread Monero everywhere with the help of this sticker. Available in multiple languages and formats (vectors included). + - name: Guerrilla Toolkit + url_file: "https://www.monerooutreach.org/guerrilla-toolkit.php" + abstract: > + A document created by the Monero Outreach workgroup containing materials and tips for an effective guerrilla marketing campaign. accepting: translated: "yes" diff --git a/_i18n/fr.yml b/_i18n/fr.yml index 71d0a4a2..199e5f5c 100644 --- a/_i18n/fr.yml +++ b/_i18n/fr.yml @@ -263,6 +263,17 @@ press-kit: abstract: > Un document rapide et facile à lire pour tout savoir de Monero: historique, points clefs différenciateurs, fondamentaux techniques, et fonctionnalités en développement.
Voir le site web de Monero Outreach pour plus d'informations. + marketing: + - category: Marketing Material + publications: + - name: "The 'Don't buy Monero' sticker" + url_file: "https://github.com/monero-ecosystem/dont-buy-monero-sticker" + abstract: > + Spread Monero everywhere with the help of this sticker. Available in multiple languages and formats (vectors included). + - name: Guerrilla Toolkit + url_file: "https://www.monerooutreach.org/guerrilla-toolkit.php" + abstract: > + A document created by the Monero Outreach workgroup containing materials and tips for an effective guerrilla marketing campaign. accepting: translated: "yes" diff --git a/_i18n/it.yml b/_i18n/it.yml index a9aeba91..f951c363 100644 --- a/_i18n/it.yml +++ b/_i18n/it.yml @@ -261,6 +261,17 @@ press-kit: abstract: > Un documento veloce e semplice da leggere per conoscere tutto ciò che riguarda Monero: la storia, i fattori chiave che lo differenziano, i fondamenti tecnici e le funzionalità in sviluppo.
Visita il sito Monero Outreach per maggiori informazioni. + marketing: + - category: Marketing Material + publications: + - name: "The 'Don't buy Monero' sticker" + url_file: "https://github.com/monero-ecosystem/dont-buy-monero-sticker" + abstract: > + Spread Monero everywhere with the help of this sticker. Available in multiple languages and formats (vectors included). + - name: Guerrilla Toolkit + url_file: "https://www.monerooutreach.org/guerrilla-toolkit.php" + abstract: > + A document created by the Monero Outreach workgroup containing materials and tips for an effective guerrilla marketing campaign. accepting: translated: "yes" diff --git a/_i18n/nl.yml b/_i18n/nl.yml index 0b48bcd8..4ebcc3f2 100644 --- a/_i18n/nl.yml +++ b/_i18n/nl.yml @@ -261,6 +261,17 @@ press-kit: abstract: > Een vlot leesbaar document waarin de hoofdpunten van Monero worden uitgelegd: geschiedenis, unieke eigenschappen, technische basis en functies die nog worden ontwikkeld.
Zie de website Monero Outreach voor meer informatie. + marketing: + - category: Marketing Material + publications: + - name: "The 'Don't buy Monero' sticker" + url_file: "https://github.com/monero-ecosystem/dont-buy-monero-sticker" + abstract: > + Spread Monero everywhere with the help of this sticker. Available in multiple languages and formats (vectors included). + - name: Guerrilla Toolkit + url_file: "https://www.monerooutreach.org/guerrilla-toolkit.php" + abstract: > + A document created by the Monero Outreach workgroup containing materials and tips for an effective guerrilla marketing campaign. accepting: translated: "yes" diff --git a/_i18n/pl.yml b/_i18n/pl.yml index 01a919bc..9927c447 100644 --- a/_i18n/pl.yml +++ b/_i18n/pl.yml @@ -261,6 +261,17 @@ press-kit: abstract: > A quick and easy to read document to know everything about Monero: history, key differentiating factors, technical fundamentals, and features in development.
See Monero Outreach website for more information. + marketing: + - category: Marketing Material + publications: + - name: "The 'Don't buy Monero' sticker" + url_file: "https://github.com/monero-ecosystem/dont-buy-monero-sticker" + abstract: > + Spread Monero everywhere with the help of this sticker. Available in multiple languages and formats (vectors included). + - name: Guerrilla Toolkit + url_file: "https://www.monerooutreach.org/guerrilla-toolkit.php" + abstract: > + A document created by the Monero Outreach workgroup containing materials and tips for an effective guerrilla marketing campaign. accepting: translated: "yes" diff --git a/_i18n/pt-br.yml b/_i18n/pt-br.yml index ba3edcae..8abb5324 100644 --- a/_i18n/pt-br.yml +++ b/_i18n/pt-br.yml @@ -261,6 +261,17 @@ press-kit: abstract: > Um documento rápido e fácil de ler para saber tudo sobre o Monero: história, principais fatores de diferenciação, fundamentos técnicos e recursos de desenvolvimento.
Veja o website Monero Outreach para mais informações. + marketing: + - category: Marketing Material + publications: + - name: "The 'Don't buy Monero' sticker" + url_file: "https://github.com/monero-ecosystem/dont-buy-monero-sticker" + abstract: > + Spread Monero everywhere with the help of this sticker. Available in multiple languages and formats (vectors included). + - name: Guerrilla Toolkit + url_file: "https://www.monerooutreach.org/guerrilla-toolkit.php" + abstract: > + A document created by the Monero Outreach workgroup containing materials and tips for an effective guerrilla marketing campaign. accepting: translated: "yes" diff --git a/_i18n/ru.yml b/_i18n/ru.yml index a9af4806..b280d8fa 100644 --- a/_i18n/ru.yml +++ b/_i18n/ru.yml @@ -253,6 +253,25 @@ press-kit: large: Большой symbol_file: Символ в формате .ai logo_file: Логотип в формате .ai + documents: + - category: Press Documentation + publications: + - name: "Quick-Facts Sheet" + url_file: "http://www.monerooutreach.org/pubs/2018/QuickFacts/QuickFacts.pdf" + abstract: > + A quick and easy to read document to know everything about Monero: history, key differentiating factors, technical fundamentals, and features in development.
+ See Monero Outreach website for more information. + marketing: + - category: Marketing Material + publications: + - name: "The 'Don't buy Monero' sticker" + url_file: "https://github.com/monero-ecosystem/dont-buy-monero-sticker" + abstract: > + Spread Monero everywhere with the help of this sticker. Available in multiple languages and formats (vectors included). + - name: Guerrilla Toolkit + url_file: "https://www.monerooutreach.org/guerrilla-toolkit.php" + abstract: > + A document created by the Monero Outreach workgroup containing materials and tips for an effective guerrilla marketing campaign. accepting: translated: "yes" diff --git a/_i18n/tr.yml b/_i18n/tr.yml index 56d6a996..43f758df 100644 --- a/_i18n/tr.yml +++ b/_i18n/tr.yml @@ -261,6 +261,17 @@ press-kit: abstract: > Monero hakkındaki her şeyi öğrenmek için okuması hızlı ve kolay bir belge: tarihi, önemli farklılaştıran etkenleri, teknik temel prensipleri ve gelişimdeki özellikleri.
Daha fazla bilgi için Monero Outreach sayfasını görüntüleyin. + marketing: + - category: Marketing Material + publications: + - name: "The 'Don't buy Monero' sticker" + url_file: "https://github.com/monero-ecosystem/dont-buy-monero-sticker" + abstract: > + Spread Monero everywhere with the help of this sticker. Available in multiple languages and formats (vectors included). + - name: Guerrilla Toolkit + url_file: "https://www.monerooutreach.org/guerrilla-toolkit.php" + abstract: > + A document created by the Monero Outreach workgroup containing materials and tips for an effective guerrilla marketing campaign. accepting: translated: "yes" diff --git a/_i18n/zh-cn.yml b/_i18n/zh-cn.yml index 92b821d4..a01fff27 100644 --- a/_i18n/zh-cn.yml +++ b/_i18n/zh-cn.yml @@ -261,6 +261,18 @@ press-kit: abstract: > 这份门罗币简介可以帮你快速了解有关门罗币的所有内容: 门罗币的历史、和其他币的关键性差异、技术基础以及正在开发的功能。
浏览 门罗币宣传组 以获取更多信息。 + marketing: + marketing: + - category: Marketing Material + publications: + - name: "The 'Don't buy Monero' sticker" + url_file: "https://github.com/monero-ecosystem/dont-buy-monero-sticker" + abstract: > + Spread Monero everywhere with the help of this sticker. Available in multiple languages and formats (vectors included). + - name: Guerrilla Toolkit + url_file: "https://www.monerooutreach.org/guerrilla-toolkit.php" + abstract: > + A document created by the Monero Outreach workgroup containing materials and tips for an effective guerrilla marketing campaign. accepting: translated: "yes" diff --git a/_i18n/zh-tw.yml b/_i18n/zh-tw.yml index 6f5f7631..5c565766 100644 --- a/_i18n/zh-tw.yml +++ b/_i18n/zh-tw.yml @@ -261,6 +261,17 @@ press-kit: abstract: > 一份可以快速全面了解門羅幣的讀物: 發展歷史、關鍵的獨特之處、技術的奠基與開發中的功能。
參訪 Monero Outreach 網站以查看更多資訊。 + marketing: + - category: Marketing Material + publications: + - name: "The 'Don't buy Monero' sticker" + url_file: "https://github.com/monero-ecosystem/dont-buy-monero-sticker" + abstract: > + Spread Monero everywhere with the help of this sticker. Available in multiple languages and formats (vectors included). + - name: Guerrilla Toolkit + url_file: "https://www.monerooutreach.org/guerrilla-toolkit.php" + abstract: > + A document created by the Monero Outreach workgroup containing materials and tips for an effective guerrilla marketing campaign. accepting: translated: "yes" diff --git a/press-kit/index.md b/press-kit/index.md index 2fa80c04..62a2da1e 100644 --- a/press-kit/index.md +++ b/press-kit/index.md @@ -73,8 +73,8 @@ permalink: /press-kit/index.html -{% for press in site.translations[site.lang].press-kit.documents %}
+ {% for press in site.translations[site.lang].press-kit.documents %}

{{ press.category }}

@@ -84,8 +84,19 @@ permalink: /press-kit/index.html {% endfor %}
+ {% endfor %} +
+ {% for entry in site.translations[site.lang].press-kit.marketing %} +

{{ entry.category }}

+
+ {% for publication in entry.publications %} +

{{ publication.name }}

+

{{ publication.abstract }}

+ {% endfor %} +
+ {% endfor %} +
-{% endfor %}

{% t global.untranslated %} README.