From f93dce0445d1d9545e5dd43afeb048d645abc7dc Mon Sep 17 00:00:00 2001 From: lostinlight Date: Fri, 1 Mar 2019 18:17:56 +0300 Subject: [PATCH] Number, link updates --- source/_data/numbers.json | 56 +++++++++++++++---------------- source/_data/pleroma.json | 3 +- themes/starter/languages/en.yml | 1 + themes/starter/layout/pleroma.ejs | 6 ++-- 4 files changed, 34 insertions(+), 32 deletions(-) diff --git a/source/_data/numbers.json b/source/_data/numbers.json index d46e464..36bf513 100644 --- a/source/_data/numbers.json +++ b/source/_data/numbers.json @@ -2,72 +2,72 @@ { "list": { - "lastUpdate": "20/02/19", + "lastUpdate": "01/03/19", "diaspora": { - "population": "678.314", - "activeUsers": "70.724", - "podsNum": "298" + "population": "682.071", + "activeUsers": "74.115", + "podsNum": "284" }, "friendica": { - "population": "14.250", - "activeUsers": "2.382", - "podsNum": "375" + "population": "14.196", + "activeUsers": "2.438", + "podsNum": "376" }, "hubzilla": { - "population": "6.508", - "activeUsers": "3.980", - "podsNum": "250" + "population": "6.230", + "activeUsers": "4.052", + "podsNum": "248" }, "ganggo": { - "population": "225", - "activeUsers": "121", + "population": "227", + "activeUsers": "119", "podsNum": "3" }, "socialhome": { - "population": "962", - "activeUsers": "366", + "population": "972", + "activeUsers": "364", "podsNum": "5" }, "mastodon": { - "population": "1.973.994", - "activeUsers": "1.309.463", - "podsNum": "2.689" + "population": "2.048.273", + "activeUsers": "1.009.590", + "podsNum": "2.673" }, "gnusocial": { - "population": "12.981", + "population": "12.982", "activeUsers": "", - "podsNum": "140" + "podsNum": "141" }, "pleroma": { - "population": "11.248", + "population": "12.516", "activeUsers": "", - "podsNum": "446" + "podsNum": "457" }, "misskey": { - "population": "1.070", + "population": "766", "activeUsers": "", - "podsNum": "43" + "podsNum": "47" }, "peertube": { - "population": "12.271", + "population": "12.708", "activeUsers": "", - "podsNum": "308" + "podsNum": "311" }, "pixelfed": { - "population": "7.200", - "activeUsers": "3.948", - "podsNum": "37" + "population": "7.351", + "activeUsers": "3.858", + "podsNum": "39" } } } diff --git a/source/_data/pleroma.json b/source/_data/pleroma.json index bc12b0e..158a630 100644 --- a/source/_data/pleroma.json +++ b/source/_data/pleroma.json @@ -30,7 +30,8 @@ "tutorials": [ {"id": "0", "url": "https://i2p.rocks/blog/the-magical-world-of-pleroma-setting-up-your-instance.html"}, - {"id": "1", "url": "https://git.pleroma.social/pleroma/pleroma-fe/wikis/dual-boot-with-qvitter"} + {"id": "1", "url": "https://git.pleroma.social/pleroma/pleroma-fe/wikis/dual-boot-with-qvitter"}, + {"id": "2", "url": "https://github.com/wimvanderbauwhede/limited-systems/wiki/Pleroma-and-Mastodon-on-the-Raspberry-Pi-3"} ], "devTutorials": "https://git.pleroma.social/pleroma/pleroma/wikis/home", "mascot": [{"item": "?"}], diff --git a/themes/starter/languages/en.yml b/themes/starter/languages/en.yml index 2daee5e..ce92081 100644 --- a/themes/starter/languages/en.yml +++ b/themes/starter/languages/en.yml @@ -132,6 +132,7 @@ permissions: Channel permissions and roles cheatsheet #Pleroma page ownInstance: Setting up your instance dualQuitter: Dual boot with qvitter +plRP3: Pleroma on Raspberry Pi 3 # Contributing partial foreword: Please, keep in mind that you are a participant, not a customer. diff --git a/themes/starter/layout/pleroma.ejs b/themes/starter/layout/pleroma.ejs index c63a85b..9abc9ad 100644 --- a/themes/starter/layout/pleroma.ejs +++ b/themes/starter/layout/pleroma.ejs @@ -6,7 +6,7 @@ layout: layout <% const data = site.data.pleroma.data; const tutorials = data.tutorials; - const tuts = [__('ownInstance'), __('dualQuitter')]; + const tuts = [__('ownInstance'), __('dualQuitter'), __('plRP3')]; const ux = data.forUsers; const uxList = [ __('uMatch')]; %> @@ -36,8 +36,8 @@ layout: layout