Add data, update numbers

This commit is contained in:
lostinlight 2018-03-24 04:20:33 +03:00
parent 72840188cf
commit 2a06f63e99
5 changed files with 24 additions and 16 deletions

View File

@ -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":
{

View File

@ -13,6 +13,7 @@
[
{"title": "OStatus", "url": "https://github.com/tootsuite/ostatus2"}
],
"docs": "http://www.postactiv.com/docs",
"wiki": "",
"servers": "",
"mobile": "",

View File

@ -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":
[

View File

@ -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

View File

@ -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') %>