mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-21 16:11:28 +00:00
Update numbers, Pixelfed and Peertube services
This commit is contained in:
parent
55e4071296
commit
29f2fa9142
|
@ -2,66 +2,66 @@
|
|||
{
|
||||
"list":
|
||||
{
|
||||
"lastUpdate": "18/04/19",
|
||||
"lastUpdate": "03/05/19",
|
||||
"diaspora":
|
||||
{
|
||||
"population": "699.550",
|
||||
"activeUsers": "87.852",
|
||||
"podsNum": "302"
|
||||
"population": "698.902",
|
||||
"activeUsers": "85.712",
|
||||
"podsNum": "296"
|
||||
},
|
||||
"friendica":
|
||||
{
|
||||
"population": "14.290",
|
||||
"activeUsers": "2.485",
|
||||
"podsNum": "380"
|
||||
"population": "14.284",
|
||||
"activeUsers": "2.451",
|
||||
"podsNum": "379"
|
||||
},
|
||||
"hubzilla":
|
||||
{
|
||||
"population": "7.327",
|
||||
"activeUsers": "4.419",
|
||||
"podsNum": "270"
|
||||
"population": "6.404",
|
||||
"activeUsers": "4.384",
|
||||
"podsNum": "259"
|
||||
},
|
||||
"socialhome":
|
||||
{
|
||||
"population": "1028",
|
||||
"activeUsers": "366",
|
||||
"podsNum": "7"
|
||||
"population": "1001",
|
||||
"activeUsers": "344",
|
||||
"podsNum": "5"
|
||||
},
|
||||
"mastodon":
|
||||
{
|
||||
"population": "2.163.859",
|
||||
"activeUsers": "1.568.450",
|
||||
"podsNum": "2.665"
|
||||
"population": "2.149.216",
|
||||
"activeUsers": "1.511.965",
|
||||
"podsNum": "2.670"
|
||||
},
|
||||
"gnusocial":
|
||||
{
|
||||
"population": "14.196",
|
||||
"population": "14.190",
|
||||
"activeUsers": "",
|
||||
"podsNum": "141"
|
||||
"podsNum": "140"
|
||||
},
|
||||
"pleroma":
|
||||
{
|
||||
"population": "28.831",
|
||||
"population": "20.090",
|
||||
"activeUsers": "",
|
||||
"podsNum": "499"
|
||||
"podsNum": "500"
|
||||
},
|
||||
"misskey":
|
||||
{
|
||||
"population": "760",
|
||||
"population": "95",
|
||||
"activeUsers": "",
|
||||
"podsNum": "51"
|
||||
"podsNum": "48"
|
||||
},
|
||||
"peertube":
|
||||
{
|
||||
"population": "14.716",
|
||||
"population": "15.022",
|
||||
"activeUsers": "",
|
||||
"podsNum": "324"
|
||||
"podsNum": "328"
|
||||
},
|
||||
"pixelfed":
|
||||
{
|
||||
"population": "8.749",
|
||||
"activeUsers": "8.589",
|
||||
"podsNum": "54"
|
||||
"population": "9.176",
|
||||
"activeUsers": "8.682",
|
||||
"podsNum": "62"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -35,6 +35,10 @@
|
|||
[
|
||||
{"id": "0", "url": "https://instances.joinpeertube.org/instances/stats"}
|
||||
],
|
||||
"services":
|
||||
[
|
||||
{"id": "0", "url": "https://app.spacebear.ee"}
|
||||
],
|
||||
"mascot": [{"item": "octopus", "imgNum": "1"}],
|
||||
"dwellers": "peertubers",
|
||||
"communities": "",
|
||||
|
|
|
@ -23,6 +23,10 @@
|
|||
],
|
||||
"mobile": "https://github.com/glitchpizza/morii",
|
||||
"devTutorial": "https://pixelfed.github.io/docs/master/installation.html",
|
||||
"services":
|
||||
[
|
||||
{"id": "0", "url": "https://app.spacebear.ee"}
|
||||
],
|
||||
"mascot": [{"item": "red panda Fred", "imgNum": "1"}],
|
||||
"dwellers": "?",
|
||||
"communities": "",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
---
|
||||
layout: "generic"
|
||||
layout: "pixelfed"
|
||||
title: "PixelFed"
|
||||
network: "pixelfed"
|
||||
subtitle: "federated image sharing platform"
|
||||
|
|
|
@ -89,6 +89,7 @@ wizard: SERVER WIZARD
|
|||
userGuide: User guide
|
||||
adminGuide: Administrator guide
|
||||
devGuide: Developer guide
|
||||
preinstalled: Preinstalled hosting
|
||||
|
||||
# diaspora page
|
||||
proxy: proxy
|
||||
|
@ -104,7 +105,6 @@ metrics: metrics
|
|||
dashboards: dashboards
|
||||
stats: stats
|
||||
graphs: graphs
|
||||
mastoPreinstalled: Preinstalled Mastodon
|
||||
mastoHosting: Your Mastodon server
|
||||
webmentions: Webmentions - site + Fediverse bridge
|
||||
mastofeed: Mastofeed
|
||||
|
|
|
@ -9,7 +9,7 @@ network: true
|
|||
const tuts = [__('intro'), __('howto'), __('guide')];
|
||||
const uxList = [__('uMatch'), __('mastoGallery'), __('trunk')];
|
||||
const stats = [__('dashboards'), __('stats')];
|
||||
const tools = [__('mastoPreinstalled'), __('mastoHosting')];
|
||||
const tools = [__('preinstalled')];
|
||||
const utils = [__('mastofeed'), __('crossposting'), __('feedPreview'), __('webmentions'), __('feed2toot')];
|
||||
const forkTitles = [__('glitchSoc'), __('mastoEphemeral')];
|
||||
%>
|
||||
|
|
|
@ -6,9 +6,8 @@ network: true
|
|||
|
||||
<%
|
||||
const data = site.data.peertube.data;
|
||||
const tutorials = data.tutorials;
|
||||
const tuts = [__('adminGuide')];
|
||||
const ux = data.forUsers;
|
||||
const tools = [__('preinstalled')];
|
||||
const uxList = [ __('userGuide')];
|
||||
%>
|
||||
|
||||
|
@ -24,10 +23,21 @@ network: true
|
|||
<div class="section u-block">
|
||||
<h4><%- __('users') %></h4>
|
||||
<ul class="section-list">
|
||||
<% for (item in ux) { %>
|
||||
<% let n = ux[item].id %>
|
||||
<% for (item in data.forUsers) { %>
|
||||
<% let n = data.forUsers[item].id %>
|
||||
<li>
|
||||
<a href="<%= ux[item].url %>"><%= uxList[n] %></a>
|
||||
<a href="<%= data.forUsers[item].url %>"><%= uxList[n] %></a>
|
||||
</li>
|
||||
<% } %>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section u-block">
|
||||
<h4><%- __('techies') %></h4>
|
||||
<ul class="section-list">
|
||||
<% for (item in data.services) { %>
|
||||
<% let b = data.services[item].id %>
|
||||
<li class="u-inline">
|
||||
<a href="<%= data.services[item].url %>"><%= tools[b] %></a><span> / </span>
|
||||
</li>
|
||||
<% } %>
|
||||
</ul>
|
||||
|
@ -35,10 +45,10 @@ network: true
|
|||
<div class="section u-block">
|
||||
<h4><%- __('tuts') %></h4>
|
||||
<ul class="section-list">
|
||||
<% for (item in tutorials) { %>
|
||||
<% let n = tutorials[item].id %>
|
||||
<% for (item in data.tutorials) { %>
|
||||
<% let n = data.tutorials[item].id %>
|
||||
<li>
|
||||
<a href="<%= tutorials[item].url %>"><%= tuts[n] %></a>
|
||||
<a href="<%= data.tutorials[item].url %>"><%= tuts[n] %></a>
|
||||
</li>
|
||||
<% } %>
|
||||
</ul>
|
||||
|
|
40
themes/starter/layout/pixelfed.ejs
Normal file
40
themes/starter/layout/pixelfed.ejs
Normal file
|
@ -0,0 +1,40 @@
|
|||
|
||||
---
|
||||
layout: layout
|
||||
network: true
|
||||
---
|
||||
|
||||
<%
|
||||
const data = site.data.pixelfed.data;
|
||||
const tools = [__('preinstalled')];
|
||||
%>
|
||||
|
||||
<%- partial('_partial/heroheader') %>
|
||||
|
||||
<main class="contents">
|
||||
|
||||
<%- partial('_partial/header') %>
|
||||
|
||||
<div class="section-wrapper">
|
||||
<%- partial('_partial/generalinfo') %>
|
||||
<section class="column">
|
||||
<div class="section u-block">
|
||||
<h4><%- __('techies') %></h4>
|
||||
<ul class="section-list">
|
||||
<% for (item in data.services) { %>
|
||||
<% let b = data.services[item].id %>
|
||||
<li class="u-inline">
|
||||
<a href="<%= data.services[item].url %>"><%= tools[b] %></a><span> / </span>
|
||||
</li>
|
||||
<% } %>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<%- partial('_partial/world') %>
|
||||
<br>
|
||||
<%- partial('_partial/contributing') %>
|
||||
|
||||
<%- partial('_partial/buttons') %>
|
||||
</main>
|
Loading…
Reference in a new issue