mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-22 00:21:28 +00:00
Add data, update numbers
This commit is contained in:
parent
72840188cf
commit
2a06f63e99
|
@ -2,42 +2,42 @@
|
|||
{
|
||||
"list":
|
||||
{
|
||||
"lastUpdate": "20/03/18",
|
||||
"lastUpdate": "24/03/18",
|
||||
"diaspora":
|
||||
{
|
||||
"population": "661.636",
|
||||
"activeUsers": "48.000",
|
||||
"podsNum": "190"
|
||||
"population": "665.470",
|
||||
"activeUsers": "50.472",
|
||||
"podsNum": "198"
|
||||
},
|
||||
"friendica":
|
||||
{
|
||||
"population": "1591",
|
||||
"activeUsers": "971",
|
||||
"population": "1686",
|
||||
"activeUsers": "1040",
|
||||
"podsNum": "43"
|
||||
},
|
||||
"hubzilla":
|
||||
{
|
||||
"population": "909",
|
||||
"activeUsers": "315",
|
||||
"podsNum": "50"
|
||||
"population": "965",
|
||||
"activeUsers": "345",
|
||||
"podsNum": "51"
|
||||
},
|
||||
"ganggo":
|
||||
{
|
||||
"population": "44",
|
||||
"activeUsers": "11",
|
||||
"population": "45",
|
||||
"activeUsers": "12",
|
||||
"podsNum": "1"
|
||||
},
|
||||
"socialhome":
|
||||
{
|
||||
"population": "400",
|
||||
"activeUsers": "265",
|
||||
"population": "405",
|
||||
"activeUsers": "266",
|
||||
"podsNum": "3"
|
||||
},
|
||||
"mastodon":
|
||||
{
|
||||
"population": "1.107.308",
|
||||
"population": "1.114.098",
|
||||
"activeUsers": "",
|
||||
"podsNum": "2.156"
|
||||
"podsNum": "2.184"
|
||||
},
|
||||
"gnusocial":
|
||||
{
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
[
|
||||
{"title": "OStatus", "url": "https://github.com/tootsuite/ostatus2"}
|
||||
],
|
||||
"docs": "http://www.postactiv.com/docs",
|
||||
"wiki": "",
|
||||
"servers": "",
|
||||
"mobile": "",
|
||||
|
|
|
@ -129,7 +129,7 @@
|
|||
"type": "macroblogging",
|
||||
"mascot": "net of hubs",
|
||||
"dwellers": "hubzillians",
|
||||
"communities": "",
|
||||
"communities": "List of forums",
|
||||
"descr": "Cool salty breeze plays on the midnightblue waters of Hubzilla bay. Small islands are scattered across the bay, all interconnected, continuously exchanging news, gossip and latest experiments. This is the home to powerful nomads who implemented not only their own Zot protocol which in itself hides many interesting opportunities, but were wise enough to support other federated protocols, thus making their land fully connected with the outer Fediverse. The multi-purpose Hubzilla network may overwhelm with the number of its features, but to those who master it, all horizons are visible. Join Hubzilla today!",
|
||||
"reading":
|
||||
[
|
||||
|
|
|
@ -53,6 +53,7 @@ code: source code
|
|||
repo: repository
|
||||
language: written in
|
||||
wiki: wiki
|
||||
docs: docs
|
||||
resources: resources
|
||||
join: join the network
|
||||
nodeList: server list
|
||||
|
|
|
@ -15,6 +15,12 @@ layout: layout
|
|||
|
||||
<div class="section-wrapper">
|
||||
<%- partial('_partial/generalinfo') %>
|
||||
<section class="column">
|
||||
<div class="section u-block">
|
||||
<h4><%- __('techies') %></h4>
|
||||
<p class="u-nomargin"><a href="<%= data.docs %>"><%- __('docs') %></a></p>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<%- partial('_partial/world') %>
|
||||
|
|
Loading…
Reference in a new issue